1 # Makefile.in generated by automake 1.9.5 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
18 SOURCES
= $(libssp_la_SOURCES
) $(libssp_nonshared_la_SOURCES
)
21 top_srcdir
= @top_srcdir@
23 pkgdatadir
= $(datadir)/@PACKAGE@
24 pkglibdir
= $(libdir)/@PACKAGE@
25 pkgincludedir
= $(includedir)/@PACKAGE@
27 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA
= $(install_sh
) -c
-m
644
30 install_sh_PROGRAM
= $(install_sh
) -c
31 install_sh_SCRIPT
= $(install_sh
) -c
32 INSTALL_HEADER
= $(INSTALL_DATA
)
33 transform
= $(program_transform_name
)
40 build_triplet
= @build@
42 target_triplet
= @target@
43 DIST_COMMON
= $(am__configure_deps
) $(nobase_libsubinclude_HEADERS
) \
44 $(srcdir)/..
/compile
$(srcdir)/..
/config.guess \
45 $(srcdir)/..
/config.sub
$(srcdir)/..
/depcomp \
46 $(srcdir)/..
/install-sh
$(srcdir)/..
/ltmain.sh \
47 $(srcdir)/..
/missing
$(srcdir)/..
/mkinstalldirs \
48 $(srcdir)/Makefile.am
$(srcdir)/Makefile.in \
49 $(srcdir)/config.h.in
$(top_srcdir
)/configure \
50 $(top_srcdir
)/ssp
/ssp.h.in ChangeLog
52 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
53 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
54 $(top_srcdir
)/..
/config
/depstand.m4 \
55 $(top_srcdir
)/..
/config
/lead-dot.m4 \
56 $(top_srcdir
)/..
/config
/no-executables.m4 \
57 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/configure.ac
58 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
60 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
61 configure.lineno configure.status.lineno
62 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
63 CONFIG_HEADER
= config.h
64 CONFIG_CLEAN_FILES
= ssp
/ssp.h
65 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
66 am__vpath_adj
= case
$$p in \
67 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 am__strip_dir
= `echo $$p | sed -e 's|^.*/||'`;
71 am__installdirs
= "$(DESTDIR)$(toolexeclibdir)" \
72 "$(DESTDIR)$(libsubincludedir)"
73 toolexeclibLTLIBRARIES_INSTALL
= $(INSTALL
)
74 LTLIBRARIES
= $(toolexeclib_LTLIBRARIES
)
75 am_libssp_la_OBJECTS
= ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
76 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
77 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
78 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
79 libssp_la_OBJECTS
= $(am_libssp_la_OBJECTS
)
80 am_libssp_nonshared_la_OBJECTS
= libssp_nonshared_la-ssp-local.lo
81 libssp_nonshared_la_OBJECTS
= $(am_libssp_nonshared_la_OBJECTS
)
82 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I.
83 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
84 am__depfiles_maybe
= depfiles
85 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
86 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
87 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) \
88 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
89 $(AM_CFLAGS
) $(CFLAGS
)
91 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
92 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
93 SOURCES
= $(libssp_la_SOURCES
) $(libssp_nonshared_la_SOURCES
)
94 DIST_SOURCES
= $(libssp_la_SOURCES
) $(libssp_nonshared_la_SOURCES
)
101 nobase_libsubincludeHEADERS_INSTALL
= $(install_sh_DATA
)
102 HEADERS
= $(nobase_libsubinclude_HEADERS
)
105 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
106 distdir
= $(PACKAGE
)-$(VERSION
)
107 top_distdir
= $(distdir
)
108 am__remove_distdir
= \
109 { test ! -d
$(distdir
) \
110 ||
{ find
$(distdir
) -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
111 && rm -fr
$(distdir
); }; }
112 DIST_ARCHIVES
= $(distdir
).
tar.gz
114 distuninstallcheck_listfiles
= find .
-type f
-print
115 distcleancheck_listfiles
= find .
-type f
-print
117 AMDEP_FALSE
= @AMDEP_FALSE@
118 AMDEP_TRUE
= @AMDEP_TRUE@
120 AUTOCONF
= @AUTOCONF@
121 AUTOHEADER
= @AUTOHEADER@
122 AUTOMAKE
= @AUTOMAKE@
125 CCDEPMODE
= @CCDEPMODE@
128 CPPFLAGS
= @CPPFLAGS@
129 CYGPATH_W
= @CYGPATH_W@
137 INSTALL_DATA
= @INSTALL_DATA@
138 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
139 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
143 LIBSSP_USE_SYMVER_FALSE
= @LIBSSP_USE_SYMVER_FALSE@
144 LIBSSP_USE_SYMVER_TRUE
= @LIBSSP_USE_SYMVER_TRUE@
147 LTLIBOBJS
= @LTLIBOBJS@
149 MAINTAINER_MODE_FALSE
= @MAINTAINER_MODE_FALSE@
150 MAINTAINER_MODE_TRUE
= @MAINTAINER_MODE_TRUE@
151 MAKEINFO
= @MAKEINFO@
154 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
155 PACKAGE_NAME
= @PACKAGE_NAME@
156 PACKAGE_STRING
= @PACKAGE_STRING@
157 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
158 PACKAGE_VERSION
= @PACKAGE_VERSION@
159 PATH_SEPARATOR
= @PATH_SEPARATOR@
161 SET_MAKE
= @SET_MAKE@
165 ac_ct_CC
= @ac_ct_CC@
166 ac_ct_RANLIB
= @ac_ct_RANLIB@
167 ac_ct_STRIP
= @ac_ct_STRIP@
168 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
169 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
170 am__include
= @am__include@
171 am__leading_dot
= @am__leading_dot@
172 am__quote
= @am__quote@
174 am__untar
= @am__untar@
177 build_alias
= @build_alias@
178 build_cpu
= @build_cpu@
179 build_os
= @build_os@
180 build_vendor
= @build_vendor@
182 enable_shared
= @enable_shared@
183 enable_static
= @enable_static@
184 exec_prefix = @
exec_prefix@
186 host_alias
= @host_alias@
187 host_cpu
= @host_cpu@
189 host_vendor
= @host_vendor@
190 includedir = @
includedir@
192 install_sh
= @install_sh@
194 libexecdir
= @libexecdir@
195 localstatedir
= @localstatedir@
198 multi_basedir
= @multi_basedir@
199 oldincludedir = @
oldincludedir@
201 program_transform_name
= @program_transform_name@
203 sharedstatedir
= @sharedstatedir@
204 ssp_have_usable_vsnprintf
= @ssp_have_usable_vsnprintf@
205 sysconfdir
= @sysconfdir@
207 target_alias
= @target_alias@
208 target_cpu
= @target_cpu@
209 target_noncanonical
= @target_noncanonical@
210 target_os
= @target_os@
211 target_vendor
= @target_vendor@
212 toolexecdir
= @toolexecdir@
213 toolexeclibdir
= @toolexeclibdir@
214 AUTOMAKE_OPTIONS
= 1.9.5 foreign
215 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
216 MAINT_CHARSET
= latin1
218 # May be used by various substitution variables.
219 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
220 @LIBSSP_USE_SYMVER_FALSE@version_arg
=
221 @LIBSSP_USE_SYMVER_TRUE@version_arg
= -Wl
,--version-script
=$(srcdir)/ssp.map
222 @LIBSSP_USE_SYMVER_FALSE@version_dep
=
223 @LIBSSP_USE_SYMVER_TRUE@version_dep
= $(srcdir)/ssp.map
225 toolexeclib_LTLIBRARIES
= libssp.la libssp_nonshared.la
226 libsubincludedir
= $(libdir)/gcc
/$(target_noncanonical
)/$(gcc_version
)/include
227 nobase_libsubinclude_HEADERS
= ssp
/ssp.h ssp
/string.h ssp
/stdio.h ssp
/unistd.h
228 libssp_la_SOURCES
= \
229 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
230 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
231 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
232 vsnprintf-chk.c vsprintf-chk.c
235 libssp_la_DEPENDENCIES
= $(version_dep
) $(libssp_la_LIBADD
)
236 libssp_la_LDFLAGS
= -version-info
`grep -v '^\#' $(srcdir)/libtool-version` \
239 libssp_nonshared_la_SOURCES
= \
242 libssp_nonshared_la_CFLAGS
= -prefer-pic
243 libssp_nonshared_la_LIBADD
=
244 libssp_nonshared_la_DEPENDENCIES
= $(libssp_nonshared_la_LIBADD
)
245 libssp_nonshared_la_LDFLAGS
= -static
248 # From libffi/Makefile.am
250 # Work around what appears to be a GNU make bug handling MAKEFLAGS
251 # values defined in terms of make variables, as is the case for CC and
252 # friends when we are called from the top level Makefile.
254 "AR_FLAGS=$(AR_FLAGS)" \
255 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
257 "CXXFLAGS=$(CXXFLAGS)" \
258 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
259 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
260 "INSTALL=$(INSTALL)" \
261 "INSTALL_DATA=$(INSTALL_DATA)" \
262 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
263 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
264 "JC1FLAGS=$(JC1FLAGS)" \
265 "LDFLAGS=$(LDFLAGS)" \
266 "LIBCFLAGS=$(LIBCFLAGS)" \
267 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
269 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
270 "PICFLAG=$(PICFLAG)" \
271 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
273 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
274 "exec_prefix=$(exec_prefix)" \
275 "infodir=$(infodir)" \
278 "includedir=$(includedir)" \
284 "LIBCFLAGS=$(LIBCFLAGS)" \
286 "PICFLAG=$(PICFLAG)" \
292 $(MAKE
) $(AM_MAKEFLAGS
) all-am
295 .SUFFIXES
: .c .lo .o .obj
298 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
300 case
'$(am__configure_deps)' in \
302 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
303 cd
$(srcdir) && $(AUTOMAKE
) --foreign \
308 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
309 cd
$(top_srcdir
) && \
310 $(AUTOMAKE
) --foreign Makefile
312 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
315 echo
' $(SHELL) ./config.status'; \
316 $(SHELL
) .
/config.status
;; \
318 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
319 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
322 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
323 $(SHELL
) .
/config.status
--recheck
325 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
326 cd
$(srcdir) && $(AUTOCONF
)
327 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
328 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
331 @if
test ! -f
$@
; then \
336 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
338 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
339 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
340 cd
$(top_srcdir
) && $(AUTOHEADER
)
345 -rm -f config.h stamp-h1
346 ssp
/ssp.h
: $(top_builddir
)/config.status
$(top_srcdir
)/ssp
/ssp.h.in
347 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
348 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
350 test -z
"$(toolexeclibdir)" ||
$(mkdir_p
) "$(DESTDIR)$(toolexeclibdir)"
351 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
352 if
test -f
$$p; then \
354 echo
" $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
355 $(LIBTOOL
) --mode
=install $(toolexeclibLTLIBRARIES_INSTALL
) $(INSTALL_STRIP_FLAG
) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
359 uninstall-toolexeclibLTLIBRARIES
:
361 @set
-x
; list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
363 echo
" $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
364 $(LIBTOOL
) --mode
=uninstall rm -f
"$(DESTDIR)$(toolexeclibdir)/$$p"; \
367 clean-toolexeclibLTLIBRARIES
:
368 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
369 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
370 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
371 test "$$dir" != "$$p" ||
dir=.
; \
372 echo
"rm -f \"$${dir}/so_locations\""; \
373 rm -f
"$${dir}/so_locations"; \
375 libssp.la
: $(libssp_la_OBJECTS
) $(libssp_la_DEPENDENCIES
)
376 $(LINK
) -rpath
$(toolexeclibdir
) $(libssp_la_LDFLAGS
) $(libssp_la_OBJECTS
) $(libssp_la_LIBADD
) $(LIBS
)
377 libssp_nonshared.la
: $(libssp_nonshared_la_OBJECTS
) $(libssp_nonshared_la_DEPENDENCIES
)
378 $(LINK
) -rpath
$(toolexeclibdir
) $(libssp_nonshared_la_LDFLAGS
) $(libssp_nonshared_la_OBJECTS
) $(libssp_nonshared_la_LIBADD
) $(LIBS
)
386 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/gets-chk.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libssp_nonshared_la-ssp-local.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcpy-chk.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memmove-chk.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mempcpy-chk.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memset-chk.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/snprintf-chk.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sprintf-chk.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ssp.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/stpcpy-chk.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcat-chk.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcpy-chk.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncat-chk.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncpy-chk.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vsnprintf-chk.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vsprintf-chk.Plo@am__quote@
404 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
405 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
411 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
`$(CYGPATH_W) '$<'`; \
412 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
418 @am__fastdepCC_TRUE@ if
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" -c
-o
$@
$<; \
419 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; fi
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
424 libssp_nonshared_la-ssp-local.lo
: ssp-local.c
425 @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
; \
426 @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
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='ssp-local.c' object
='libssp_nonshared_la-ssp-local.lo' libtool
=yes @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
429 @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
440 # GNU Make needs to see an explicit $(MAKE) variable in the command it
441 # runs to enable its job server during parallel builds. Hence the
444 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
446 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
449 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
451 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
453 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
454 maintainer-clean-multi
:
455 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
457 install-nobase_libsubincludeHEADERS
: $(nobase_libsubinclude_HEADERS
)
459 test -z
"$(libsubincludedir)" ||
$(mkdir_p
) "$(DESTDIR)$(libsubincludedir)"
460 @
$(am__vpath_adj_setup
) \
461 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
462 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
464 echo
" $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
465 $(nobase_libsubincludeHEADERS_INSTALL
) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
468 uninstall-nobase_libsubincludeHEADERS
:
470 @
$(am__vpath_adj_setup
) \
471 list
='$(nobase_libsubinclude_HEADERS)'; for p in
$$list; do \
473 echo
" rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
474 rm -f
"$(DESTDIR)$(libsubincludedir)/$$f"; \
477 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
478 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique
=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482 $(AWK) ' { files[$$0] = 1; } \
483 END { for (i in files) print i; }'`; \
487 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
488 $(TAGS_FILES
) $(LISP
)
491 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
492 unique
=`for i in $$list; do \
493 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495 $(AWK) ' { files[$$0] = 1; } \
496 END { for (i in files) print i; }'`; \
497 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
498 test -n
"$$unique" || unique
=$$empty_fix; \
499 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
503 CTAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
504 $(TAGS_FILES
) $(LISP
)
507 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
508 unique
=`for i in $$list; do \
509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511 $(AWK) ' { files[$$0] = 1; } \
512 END { for (i in files) print i; }'`; \
513 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
514 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
518 here
=`$(am__cd) $(top_builddir) && pwd` \
519 && cd
$(top_srcdir
) \
520 && gtags
-i
$(GTAGS_ARGS
) $$here
523 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
525 distdir
: $(DISTFILES
)
526 $(am__remove_distdir
)
528 $(mkdir_p
) $(distdir
)/..
$(distdir
)/..
/config
$(distdir
)/ssp
529 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
530 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
531 list
='$(DISTFILES)'; for file in
$$list; do \
533 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
534 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
536 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
537 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
538 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
540 $(mkdir_p
) "$(distdir)$$dir"; \
544 if
test -d
$$d/$$file; then \
545 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
546 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
548 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
550 test -f
$(distdir
)/$$file \
551 || cp
-p
$$d/$$file $(distdir
)/$$file \
555 -find
$(distdir
) -type d
! -perm
-777 -exec chmod a
+rwx
{} \
; -o \
556 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
557 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
558 ! -type d
! -perm
-444 -exec
$(SHELL
) $(install_sh
) -c
-m a
+r
{} {} \
; \
559 || chmod
-R a
+r
$(distdir
)
561 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
562 $(am__remove_distdir
)
565 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
566 $(am__remove_distdir
)
569 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
570 $(am__remove_distdir
)
573 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
574 $(am__remove_distdir
)
577 -rm -f
$(distdir
).zip
578 zip
-rq
$(distdir
).zip
$(distdir
)
579 $(am__remove_distdir
)
581 dist dist-all
: distdir
582 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
583 $(am__remove_distdir
)
585 # This target untars the dist file and tries a VPATH configuration. Then
586 # it guarantees that the distribution is self-contained by making another
589 case
'$(DIST_ARCHIVES)' in \
591 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(am__untar
) ;;\
593 bunzip2
-c
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
595 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
597 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
shar.gz | unshar
;;\
599 unzip
$(distdir
).zip
;;\
601 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
602 mkdir
$(distdir
)/_build
603 mkdir
$(distdir
)/_inst
605 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
606 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
607 && cd
$(distdir
)/_build \
608 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
609 $(DISTCHECK_CONFIGURE_FLAGS
) \
610 && $(MAKE
) $(AM_MAKEFLAGS
) \
611 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
612 && $(MAKE
) $(AM_MAKEFLAGS
) check \
613 && $(MAKE
) $(AM_MAKEFLAGS
) install \
614 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
615 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
616 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
618 && chmod
-R a-w
"$$dc_install_base" \
620 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
621 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
622 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
623 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
624 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
625 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
626 && rm -rf
"$$dc_destdir" \
627 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
628 && rm -rf
$(DIST_ARCHIVES
) \
629 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck
630 $(am__remove_distdir
)
631 @
(echo
"$(distdir) archives ready for distribution: "; \
632 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
633 sed
-e
'1{h;s/./=/g;p;x;}' -e
'$${p;x;}'
635 @cd
$(distuninstallcheck_dir
) \
636 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
637 ||
{ echo
"ERROR: files left after uninstall:" ; \
638 if
test -n
"$(DESTDIR)"; then \
639 echo
" (check DESTDIR support)"; \
641 $(distuninstallcheck_listfiles
) ; \
643 distcleancheck
: distclean
644 @if
test '$(srcdir)' = .
; then \
645 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
648 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
649 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
650 $(distcleancheck_listfiles
) ; \
654 all-am
: Makefile
$(LTLIBRARIES
) all-multi
$(HEADERS
) config.h
656 for
dir in
"$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
657 test -z
"$$dir" ||
$(mkdir_p
) "$$dir"; \
660 install-exec
: install-exec-am
661 install-data
: install-data-am
662 uninstall: uninstall-am
665 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
667 installcheck: installcheck-am
669 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
670 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
671 `test -z '$(STRIP)' || \
672 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
678 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
680 maintainer-clean-generic
:
681 @echo
"This command is intended for maintainers to use"
682 @echo
"it deletes files that may require special tools to rebuild."
683 clean: clean-am clean-multi
685 clean-am
: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
688 distclean: distclean-am distclean-multi
689 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
692 distclean-am
: clean-am distclean-compile distclean-generic \
693 distclean-hdr distclean-libtool distclean-tags
705 install-data-am
: install-nobase_libsubincludeHEADERS
707 install-exec-am
: install-multi install-toolexeclibLTLIBRARIES
709 install-info
: install-info-am
715 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
716 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
717 -rm -rf
$(top_srcdir
)/autom4te.cache
720 maintainer-clean-am
: distclean-am maintainer-clean-generic
722 mostlyclean: mostlyclean-am mostlyclean-multi
724 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
735 uninstall-am
: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
736 uninstall-toolexeclibLTLIBRARIES
738 .PHONY
: CTAGS GTAGS
all all-am all-multi am--refresh
check check-am \
739 clean clean-generic clean-libtool clean-multi \
740 clean-toolexeclibLTLIBRARIES ctags
dist dist-all dist-bzip2 \
741 dist-gzip dist-shar dist-tarZ dist-zip distcheck
distclean \
742 distclean-compile distclean-generic distclean-hdr \
743 distclean-libtool distclean-multi distclean-tags \
744 distcleancheck distdir distuninstallcheck
dvi dvi-am html \
745 html-am
info info-am
install install-am install-data \
746 install-data-am install-exec install-exec-am install-info \
747 install-info-am install-man install-multi \
748 install-nobase_libsubincludeHEADERS install-strip \
749 install-toolexeclibLTLIBRARIES
installcheck installcheck-am \
750 installdirs maintainer-clean maintainer-clean-generic \
751 maintainer-clean-multi
mostlyclean mostlyclean-compile \
752 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
753 pdf-am ps ps-am
tags uninstall uninstall-am uninstall-info-am \
754 uninstall-nobase_libsubincludeHEADERS \
755 uninstall-toolexeclibLTLIBRARIES
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.