1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir
= @top_srcdir@
21 pkgdatadir
= $(datadir)/@PACKAGE@
22 pkglibdir
= $(libdir)/@PACKAGE@
23 pkgincludedir
= $(includedir)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA
= $(install_sh
) -c
-m
644
28 install_sh_PROGRAM
= $(install_sh
) -c
29 install_sh_SCRIPT
= $(install_sh
) -c
30 INSTALL_HEADER
= $(INSTALL_DATA
)
31 transform
= $(program_transform_name
)
38 build_triplet
= @build@
40 target_triplet
= @target@
41 DIST_COMMON
= $(am__configure_deps
) $(nobase_libsubinclude_HEADERS
) \
42 $(srcdir)/..
/compile
$(srcdir)/..
/config.guess \
43 $(srcdir)/..
/config.sub
$(srcdir)/..
/depcomp \
44 $(srcdir)/..
/install-sh
$(srcdir)/..
/ltmain.sh \
45 $(srcdir)/..
/missing
$(srcdir)/..
/mkinstalldirs \
46 $(srcdir)/Makefile.am
$(srcdir)/Makefile.in \
47 $(srcdir)/config.h.in
$(top_srcdir
)/configure \
48 $(top_srcdir
)/ssp
/ssp.h.in ChangeLog
50 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
51 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
52 $(top_srcdir
)/..
/config
/depstand.m4 \
53 $(top_srcdir
)/..
/config
/lead-dot.m4 \
54 $(top_srcdir
)/..
/config
/multi.m4 \
55 $(top_srcdir
)/..
/config
/no-executables.m4 \
56 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/configure.ac
57 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
59 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
60 configure.lineno configure.status.lineno
61 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
62 CONFIG_HEADER
= config.h
63 CONFIG_CLEAN_FILES
= ssp
/ssp.h
64 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj
= case
$$p in \
66 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69 am__strip_dir
= `echo $$p | sed -e 's|^.*/||'`;
70 am__installdirs
= "$(DESTDIR)$(toolexeclibdir)" \
71 "$(DESTDIR)$(libsubincludedir)"
72 toolexeclibLTLIBRARIES_INSTALL
= $(INSTALL
)
73 LTLIBRARIES
= $(toolexeclib_LTLIBRARIES
)
74 am_libssp_la_OBJECTS
= ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
75 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
76 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
77 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
78 libssp_la_OBJECTS
= $(am_libssp_la_OBJECTS
)
79 am_libssp_nonshared_la_OBJECTS
= libssp_nonshared_la-ssp-local.lo
80 libssp_nonshared_la_OBJECTS
= $(am_libssp_nonshared_la_OBJECTS
)
81 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I.
82 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
83 am__depfiles_maybe
= depfiles
84 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
85 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
86 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) \
87 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
88 $(AM_CFLAGS
) $(CFLAGS
)
90 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
91 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
92 SOURCES
= $(libssp_la_SOURCES
) $(libssp_nonshared_la_SOURCES
)
93 DIST_SOURCES
= $(libssp_la_SOURCES
) $(libssp_nonshared_la_SOURCES
)
100 nobase_libsubincludeHEADERS_INSTALL
= $(install_sh_DATA
)
101 HEADERS
= $(nobase_libsubinclude_HEADERS
)
104 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
105 distdir
= $(PACKAGE
)-$(VERSION
)
106 top_distdir
= $(distdir
)
107 am__remove_distdir
= \
108 { test ! -d
$(distdir
) \
109 ||
{ find
$(distdir
) -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
110 && rm -fr
$(distdir
); }; }
111 DIST_ARCHIVES
= $(distdir
).
tar.gz
113 distuninstallcheck_listfiles
= find .
-type f
-print
114 distcleancheck_listfiles
= find .
-type f
-print
116 AMDEP_FALSE
= @AMDEP_FALSE@
117 AMDEP_TRUE
= @AMDEP_TRUE@
119 AUTOCONF
= @AUTOCONF@
120 AUTOHEADER
= @AUTOHEADER@
121 AUTOMAKE
= @AUTOMAKE@
124 CCDEPMODE
= @CCDEPMODE@
127 CPPFLAGS
= @CPPFLAGS@
128 CYGPATH_W
= @CYGPATH_W@
136 INSTALL_DATA
= @INSTALL_DATA@
137 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
138 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
142 LIBSSP_USE_SYMVER_FALSE
= @LIBSSP_USE_SYMVER_FALSE@
143 LIBSSP_USE_SYMVER_TRUE
= @LIBSSP_USE_SYMVER_TRUE@
146 LTLIBOBJS
= @LTLIBOBJS@
148 MAINTAINER_MODE_FALSE
= @MAINTAINER_MODE_FALSE@
149 MAINTAINER_MODE_TRUE
= @MAINTAINER_MODE_TRUE@
150 MAKEINFO
= @MAKEINFO@
153 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
154 PACKAGE_NAME
= @PACKAGE_NAME@
155 PACKAGE_STRING
= @PACKAGE_STRING@
156 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
157 PACKAGE_VERSION
= @PACKAGE_VERSION@
158 PATH_SEPARATOR
= @PATH_SEPARATOR@
160 SET_MAKE
= @SET_MAKE@
164 ac_ct_CC
= @ac_ct_CC@
165 ac_ct_RANLIB
= @ac_ct_RANLIB@
166 ac_ct_STRIP
= @ac_ct_STRIP@
167 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
168 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
169 am__include
= @am__include@
170 am__leading_dot
= @am__leading_dot@
171 am__quote
= @am__quote@
173 am__untar
= @am__untar@
176 build_alias
= @build_alias@
177 build_cpu
= @build_cpu@
178 build_os
= @build_os@
179 build_vendor
= @build_vendor@
181 enable_shared
= @enable_shared@
182 enable_static
= @enable_static@
183 exec_prefix = @
exec_prefix@
185 host_alias
= @host_alias@
186 host_cpu
= @host_cpu@
188 host_vendor
= @host_vendor@
189 includedir = @
includedir@
191 install_sh
= @install_sh@
193 libexecdir
= @libexecdir@
194 localstatedir
= @localstatedir@
197 multi_basedir
= @multi_basedir@
198 oldincludedir = @
oldincludedir@
200 program_transform_name
= @program_transform_name@
202 sharedstatedir
= @sharedstatedir@
203 ssp_have_usable_vsnprintf
= @ssp_have_usable_vsnprintf@
204 sysconfdir
= @sysconfdir@
206 target_alias
= @target_alias@
207 target_cpu
= @target_cpu@
208 target_noncanonical
= @target_noncanonical@
209 target_os
= @target_os@
210 target_vendor
= @target_vendor@
211 toolexecdir
= @toolexecdir@
212 toolexeclibdir
= @toolexeclibdir@
213 AUTOMAKE_OPTIONS
= 1.9.5 foreign
214 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
215 MAINT_CHARSET
= latin1
217 # May be used by various substitution variables.
218 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
219 @LIBSSP_USE_SYMVER_FALSE@version_arg
=
220 @LIBSSP_USE_SYMVER_TRUE@version_arg
= -Wl
,--version-script
=$(srcdir)/ssp.map
221 @LIBSSP_USE_SYMVER_FALSE@version_dep
=
222 @LIBSSP_USE_SYMVER_TRUE@version_dep
= $(srcdir)/ssp.map
224 toolexeclib_LTLIBRARIES
= libssp.la libssp_nonshared.la
225 libsubincludedir
= $(libdir)/gcc
/$(target_noncanonical
)/$(gcc_version
)/include
226 nobase_libsubinclude_HEADERS
= ssp
/ssp.h ssp
/string.h ssp
/stdio.h ssp
/unistd.h
227 libssp_la_SOURCES
= \
228 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
229 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
230 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
231 vsnprintf-chk.c vsprintf-chk.c
234 libssp_la_DEPENDENCIES
= $(version_dep
) $(libssp_la_LIBADD
)
235 libssp_la_LDFLAGS
= -version-info
`grep -v '^\#' $(srcdir)/libtool-version` \
238 libssp_nonshared_la_SOURCES
= \
241 libssp_nonshared_la_CFLAGS
= -prefer-pic
242 libssp_nonshared_la_LIBADD
=
243 libssp_nonshared_la_DEPENDENCIES
= $(libssp_nonshared_la_LIBADD
)
244 libssp_nonshared_la_LDFLAGS
= -static
247 # From libffi/Makefile.am
249 # Work around what appears to be a GNU make bug handling MAKEFLAGS
250 # values defined in terms of make variables, as is the case for CC and
251 # friends when we are called from the top level Makefile.
253 "AR_FLAGS=$(AR_FLAGS)" \
254 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
256 "CXXFLAGS=$(CXXFLAGS)" \
257 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
258 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
259 "INSTALL=$(INSTALL)" \
260 "INSTALL_DATA=$(INSTALL_DATA)" \
261 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
262 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
263 "JC1FLAGS=$(JC1FLAGS)" \
264 "LDFLAGS=$(LDFLAGS)" \
265 "LIBCFLAGS=$(LIBCFLAGS)" \
266 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
268 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
269 "PICFLAG=$(PICFLAG)" \
270 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
272 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
273 "exec_prefix=$(exec_prefix)" \
274 "infodir=$(infodir)" \
277 "includedir=$(includedir)" \
283 "LIBCFLAGS=$(LIBCFLAGS)" \
285 "PICFLAG=$(PICFLAG)" \
291 $(MAKE
) $(AM_MAKEFLAGS
) all-am
294 .SUFFIXES
: .c .lo .o .obj
297 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
299 case
'$(am__configure_deps)' in \
301 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
302 cd
$(srcdir) && $(AUTOMAKE
) --foreign \
307 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
308 cd
$(top_srcdir
) && \
309 $(AUTOMAKE
) --foreign Makefile
311 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
314 echo
' $(SHELL) ./config.status'; \
315 $(SHELL
) .
/config.status
;; \
317 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
318 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
321 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
322 $(SHELL
) .
/config.status
--recheck
324 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
325 cd
$(srcdir) && $(AUTOCONF
)
326 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
327 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
330 @if
test ! -f
$@
; then \
335 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
337 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
338 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
339 cd
$(top_srcdir
) && $(AUTOHEADER
)
344 -rm -f config.h stamp-h1
345 ssp
/ssp.h
: $(top_builddir
)/config.status
$(top_srcdir
)/ssp
/ssp.h.in
346 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
347 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
349 test -z
"$(toolexeclibdir)" ||
$(mkdir_p
) "$(DESTDIR)$(toolexeclibdir)"
350 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
351 if
test -f
$$p; then \
353 echo
" $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
354 $(LIBTOOL
) --mode
=install $(toolexeclibLTLIBRARIES_INSTALL
) $(INSTALL_STRIP_FLAG
) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
358 uninstall-toolexeclibLTLIBRARIES
:
360 @set
-x
; list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
362 echo
" $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
363 $(LIBTOOL
) --mode
=uninstall rm -f
"$(DESTDIR)$(toolexeclibdir)/$$p"; \
366 clean-toolexeclibLTLIBRARIES
:
367 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
368 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
369 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
370 test "$$dir" != "$$p" ||
dir=.
; \
371 echo
"rm -f \"$${dir}/so_locations\""; \
372 rm -f
"$${dir}/so_locations"; \
374 libssp.la
: $(libssp_la_OBJECTS
) $(libssp_la_DEPENDENCIES
)
375 $(LINK
) -rpath
$(toolexeclibdir
) $(libssp_la_LDFLAGS
) $(libssp_la_OBJECTS
) $(libssp_la_LIBADD
) $(LIBS
)
376 libssp_nonshared.la
: $(libssp_nonshared_la_OBJECTS
) $(libssp_nonshared_la_DEPENDENCIES
)
377 $(LINK
) -rpath
$(toolexeclibdir
) $(libssp_nonshared_la_LDFLAGS
) $(libssp_nonshared_la_OBJECTS
) $(libssp_nonshared_la_LIBADD
) $(LIBS
)
385 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/gets-chk.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libssp_nonshared_la-ssp-local.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcpy-chk.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memmove-chk.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mempcpy-chk.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memset-chk.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/snprintf-chk.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sprintf-chk.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ssp.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/stpcpy-chk.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcat-chk.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcpy-chk.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncat-chk.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncpy-chk.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vsnprintf-chk.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vsprintf-chk.Plo@am__quote@
403 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
404 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
410 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
`$(CYGPATH_W) '$<'`; \
411 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
414 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
417 @am__fastdepCC_TRUE@ if
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
418 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
421 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
423 libssp_nonshared_la-ssp-local.lo
: ssp-local.c
424 @am__fastdepCC_TRUE@ if
$(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(libssp_nonshared_la_CFLAGS
) $(CFLAGS
) -MT libssp_nonshared_la-ssp-local.lo
-MD
-MP
-MF
"$(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo" -c
-o libssp_nonshared_la-ssp-local.lo
`test -f 'ssp-local.c' || echo '$(srcdir)/'`ssp-local.c
; \
425 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo" "$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo"; else rm -f
"$(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo"; exit
1; fi
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='ssp-local.c' object
='libssp_nonshared_la-ssp-local.lo' libtool
=yes @AMDEPBACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
428 @am__fastdepCC_FALSE@
$(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(libssp_nonshared_la_CFLAGS
) $(CFLAGS
) -c
-o libssp_nonshared_la-ssp-local.lo
`test -f 'ssp-local.c' || echo '$(srcdir)/'`ssp-local.c
439 # GNU Make needs to see an explicit $(MAKE) variable in the command it
440 # runs to enable its job server during parallel builds. Hence the
443 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
445 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
448 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
450 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
452 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
453 maintainer-clean-multi
:
454 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
456 install-nobase_libsubincludeHEADERS
: $(nobase_libsubinclude_HEADERS
)
458 test -z
"$(libsubincludedir)" ||
$(mkdir_p
) "$(DESTDIR)$(libsubincludedir)"
459 @
$(am__vpath_adj_setup
) \
460 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
461 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
463 echo
" $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
464 $(nobase_libsubincludeHEADERS_INSTALL
) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
467 uninstall-nobase_libsubincludeHEADERS
:
469 @
$(am__vpath_adj_setup
) \
470 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
472 echo
" rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
473 rm -f
"$(DESTDIR)$(libsubincludedir)/$$f"; \
476 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
477 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478 unique
=`for i in $$list; do \
479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 $(AWK) ' { files[$$0] = 1; } \
482 END { for (i in files) print i; }'`; \
486 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
487 $(TAGS_FILES
) $(LISP
)
490 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
491 unique
=`for i in $$list; do \
492 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494 $(AWK) ' { files[$$0] = 1; } \
495 END { for (i in files) print i; }'`; \
496 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
497 test -n
"$$unique" || unique
=$$empty_fix; \
498 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
502 CTAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
503 $(TAGS_FILES
) $(LISP
)
506 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
507 unique
=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510 $(AWK) ' { files[$$0] = 1; } \
511 END { for (i in files) print i; }'`; \
512 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
513 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
517 here
=`$(am__cd) $(top_builddir) && pwd` \
518 && cd
$(top_srcdir
) \
519 && gtags
-i
$(GTAGS_ARGS
) $$here
522 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
524 distdir
: $(DISTFILES
)
525 $(am__remove_distdir
)
527 $(mkdir_p
) $(distdir
)/..
$(distdir
)/..
/config
$(distdir
)/ssp
528 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
529 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
530 list
='$(DISTFILES)'; for file in
$$list; do \
532 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
533 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
535 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
536 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
537 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
539 $(mkdir_p
) "$(distdir)$$dir"; \
543 if
test -d
$$d/$$file; then \
544 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
545 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
547 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
549 test -f
$(distdir
)/$$file \
550 || cp
-p
$$d/$$file $(distdir
)/$$file \
554 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
555 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
556 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
557 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
558 || chmod
-R a
+r
$(distdir
)
560 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
561 $(am__remove_distdir
)
564 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
565 $(am__remove_distdir
)
568 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
569 $(am__remove_distdir
)
572 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
573 $(am__remove_distdir
)
576 -rm -f
$(distdir
).zip
577 zip
-rq
$(distdir
).zip
$(distdir
)
578 $(am__remove_distdir
)
580 dist dist-all
: distdir
581 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
582 $(am__remove_distdir
)
584 # This target untars the dist file and tries a VPATH configuration. Then
585 # it guarantees that the distribution is self-contained by making another
588 case
'$(DIST_ARCHIVES)' in \
590 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(am__untar
) ;;\
592 bunzip2
-c
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
594 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
596 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
shar.gz | unshar
;;\
598 unzip
$(distdir
).zip
;;\
600 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
601 mkdir
$(distdir
)/_build
602 mkdir
$(distdir
)/_inst
604 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
605 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
606 && cd
$(distdir
)/_build \
607 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
608 $(DISTCHECK_CONFIGURE_FLAGS
) \
609 && $(MAKE
) $(AM_MAKEFLAGS
) \
610 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
611 && $(MAKE
) $(AM_MAKEFLAGS
) check \
612 && $(MAKE
) $(AM_MAKEFLAGS
) install \
613 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
614 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
615 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
617 && chmod
-R a-w
"$$dc_install_base" \
619 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
620 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
621 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
622 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
623 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
624 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
625 && rm -rf
"$$dc_destdir" \
626 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
627 && rm -rf
$(DIST_ARCHIVES
) \
628 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck
629 $(am__remove_distdir
)
630 @
(echo
"$(distdir) archives ready for distribution: "; \
631 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
632 sed
-e
'1{h;s/./=/g;p;x;}' -e
'$${p;x;}'
634 @cd
$(distuninstallcheck_dir
) \
635 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
636 ||
{ echo
"ERROR: files left after uninstall:" ; \
637 if
test -n
"$(DESTDIR)"; then \
638 echo
" (check DESTDIR support)"; \
640 $(distuninstallcheck_listfiles
) ; \
642 distcleancheck
: distclean
643 @if
test '$(srcdir)' = .
; then \
644 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
647 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
648 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
649 $(distcleancheck_listfiles
) ; \
653 all-am
: Makefile
$(LTLIBRARIES
) all-multi
$(HEADERS
) config.h
655 for
dir in
"$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
656 test -z
"$$dir" ||
$(mkdir_p
) "$$dir"; \
659 install-exec
: install-exec-am
660 install-data
: install-data-am
661 uninstall: uninstall-am
664 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
666 installcheck: installcheck-am
668 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
669 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
670 `test -z '$(STRIP)' || \
671 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
677 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
679 maintainer-clean-generic
:
680 @echo
"This command is intended for maintainers to use"
681 @echo
"it deletes files that may require special tools to rebuild."
682 clean: clean-am clean-multi
684 clean-am
: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
687 distclean: distclean-am distclean-multi
688 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
691 distclean-am
: clean-am distclean-compile distclean-generic \
692 distclean-hdr distclean-libtool distclean-tags
704 install-data-am
: install-nobase_libsubincludeHEADERS
706 install-exec-am
: install-multi install-toolexeclibLTLIBRARIES
708 install-info
: install-info-am
714 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
715 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
716 -rm -rf
$(top_srcdir
)/autom4te.cache
719 maintainer-clean-am
: distclean-am maintainer-clean-generic
721 mostlyclean: mostlyclean-am mostlyclean-multi
723 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
734 uninstall-am
: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
735 uninstall-toolexeclibLTLIBRARIES
737 .PHONY
: CTAGS GTAGS
all all-am all-multi am--refresh
check check-am \
738 clean clean-generic clean-libtool clean-multi \
739 clean-toolexeclibLTLIBRARIES ctags
dist dist-all dist-bzip2 \
740 dist-gzip dist-shar dist-tarZ dist-zip distcheck
distclean \
741 distclean-compile distclean-generic distclean-hdr \
742 distclean-libtool distclean-multi distclean-tags \
743 distcleancheck distdir distuninstallcheck
dvi dvi-am html \
744 html-am
info info-am
install install-am install-data \
745 install-data-am install-exec install-exec-am install-info \
746 install-info-am install-man install-multi \
747 install-nobase_libsubincludeHEADERS install-strip \
748 install-toolexeclibLTLIBRARIES
installcheck installcheck-am \
749 installdirs maintainer-clean maintainer-clean-generic \
750 maintainer-clean-multi
mostlyclean mostlyclean-compile \
751 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
752 pdf-am ps ps-am
tags uninstall uninstall-am uninstall-info-am \
753 uninstall-nobase_libsubincludeHEADERS \
754 uninstall-toolexeclibLTLIBRARIES
757 # No install-html or install-pdf support in automake yet
758 .PHONY
: install-html install-pdf
761 # Tell versions [3.59,3.63) of GNU make to not export all variables.
762 # Otherwise a system limit (for SysV at least) may be exceeded.