2008-07-24 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libssp / Makefile.in
blob7ff965d9c72007901db4f99d21c2c2c4c451ac30
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
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)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
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
49 subdir = .
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)/../config/override.m4 \
57 $(top_srcdir)/../config/proginstall.m4 \
58 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
59 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
60 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno
65 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = ssp/ssp.h
68 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69 am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \
72 esac;
73 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
75 "$(DESTDIR)$(libsubincludedir)"
76 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
77 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
78 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
79 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
80 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
81 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
82 libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
83 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
84 libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
85 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
86 depcomp = $(SHELL) $(top_srcdir)/../depcomp
87 am__depfiles_maybe = depfiles
88 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
91 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92 $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95 $(AM_LDFLAGS) $(LDFLAGS) -o $@
96 SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
97 DIST_SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
98 MULTISRCTOP =
99 MULTIBUILDTOP =
100 MULTIDIRS =
101 MULTISUBDIR =
102 MULTIDO = true
103 MULTICLEAN = true
104 nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA)
105 HEADERS = $(nobase_libsubinclude_HEADERS)
106 ETAGS = etags
107 CTAGS = ctags
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 distdir = $(PACKAGE)-$(VERSION)
110 top_distdir = $(distdir)
111 am__remove_distdir = \
112 { test ! -d $(distdir) \
113 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
114 && rm -fr $(distdir); }; }
115 DIST_ARCHIVES = $(distdir).tar.gz
116 GZIP_ENV = --best
117 distuninstallcheck_listfiles = find . -type f -print
118 distcleancheck_listfiles = find . -type f -print
119 ACLOCAL = @ACLOCAL@
120 AMDEP_FALSE = @AMDEP_FALSE@
121 AMDEP_TRUE = @AMDEP_TRUE@
122 AMTAR = @AMTAR@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
136 DUMPBIN = @DUMPBIN@
137 ECHO_C = @ECHO_C@
138 ECHO_N = @ECHO_N@
139 ECHO_T = @ECHO_T@
140 EGREP = @EGREP@
141 EXEEXT = @EXEEXT@
142 FGREP = @FGREP@
143 GREP = @GREP@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LD = @LD@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBSSP_USE_SYMVER_FALSE = @LIBSSP_USE_SYMVER_FALSE@
152 LIBSSP_USE_SYMVER_TRUE = @LIBSSP_USE_SYMVER_TRUE@
153 LIBTOOL = @LIBTOOL@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
158 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
159 MAKEINFO = @MAKEINFO@
160 NM = @NM@
161 OBJEXT = @OBJEXT@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 RANLIB = @RANLIB@
170 SED = @SED@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRIP = @STRIP@
174 VERSION = @VERSION@
175 ac_ct_AR = @ac_ct_AR@
176 ac_ct_CC = @ac_ct_CC@
177 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178 ac_ct_RANLIB = @ac_ct_RANLIB@
179 ac_ct_STRIP = @ac_ct_STRIP@
180 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
181 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
182 am__include = @am__include@
183 am__leading_dot = @am__leading_dot@
184 am__quote = @am__quote@
185 am__tar = @am__tar@
186 am__untar = @am__untar@
187 bindir = @bindir@
188 build = @build@
189 build_alias = @build_alias@
190 build_cpu = @build_cpu@
191 build_os = @build_os@
192 build_vendor = @build_vendor@
193 datadir = @datadir@
194 enable_shared = @enable_shared@
195 enable_static = @enable_static@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_vendor = @host_vendor@
202 includedir = @includedir@
203 infodir = @infodir@
204 install_sh = @install_sh@
205 libdir = @libdir@
206 libexecdir = @libexecdir@
207 localstatedir = @localstatedir@
208 lt_ECHO = @lt_ECHO@
209 mandir = @mandir@
210 mkdir_p = @mkdir_p@
211 multi_basedir = @multi_basedir@
212 oldincludedir = @oldincludedir@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
218 sysconfdir = @sysconfdir@
219 target = @target@
220 target_alias = @target_alias@
221 target_cpu = @target_cpu@
222 target_noncanonical = @target_noncanonical@
223 target_os = @target_os@
224 target_vendor = @target_vendor@
225 toolexecdir = @toolexecdir@
226 toolexeclibdir = @toolexeclibdir@
227 AUTOMAKE_OPTIONS = 1.9.5 foreign
228 ACLOCAL_AMFLAGS = -I .. -I ../config
229 MAINT_CHARSET = latin1
231 # May be used by various substitution variables.
232 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
233 @LIBSSP_USE_SYMVER_FALSE@version_arg =
234 @LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
235 @LIBSSP_USE_SYMVER_FALSE@version_dep =
236 @LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
237 AM_CFLAGS = -Wall
238 toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
239 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
240 nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
241 libssp_la_SOURCES = \
242 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
243 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
244 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
245 vsnprintf-chk.c vsprintf-chk.c
247 libssp_la_LIBADD =
248 libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
249 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
250 $(version_arg)
252 libssp_nonshared_la_SOURCES = \
253 ssp-local.c
255 libssp_nonshared_la_CFLAGS = -prefer-pic
256 libssp_nonshared_la_LIBADD =
257 libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
258 libssp_nonshared_la_LDFLAGS = -static
260 # XXX hack alert
261 # From libffi/Makefile.am
263 # Work around what appears to be a GNU make bug handling MAKEFLAGS
264 # values defined in terms of make variables, as is the case for CC and
265 # friends when we are called from the top level Makefile.
266 AM_MAKEFLAGS = \
267 "AR_FLAGS=$(AR_FLAGS)" \
268 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
269 "CFLAGS=$(CFLAGS)" \
270 "CXXFLAGS=$(CXXFLAGS)" \
271 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
272 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
273 "INSTALL=$(INSTALL)" \
274 "INSTALL_DATA=$(INSTALL_DATA)" \
275 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
276 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
277 "JC1FLAGS=$(JC1FLAGS)" \
278 "LDFLAGS=$(LDFLAGS)" \
279 "LIBCFLAGS=$(LIBCFLAGS)" \
280 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
281 "MAKE=$(MAKE)" \
282 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
283 "PICFLAG=$(PICFLAG)" \
284 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
285 "SHELL=$(SHELL)" \
286 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
287 "exec_prefix=$(exec_prefix)" \
288 "infodir=$(infodir)" \
289 "libdir=$(libdir)" \
290 "prefix=$(prefix)" \
291 "includedir=$(includedir)" \
292 "AR=$(AR)" \
293 "AS=$(AS)" \
294 "CC=$(CC)" \
295 "CXX=$(CXX)" \
296 "LD=$(LD)" \
297 "LIBCFLAGS=$(LIBCFLAGS)" \
298 "NM=$(NM)" \
299 "PICFLAG=$(PICFLAG)" \
300 "RANLIB=$(RANLIB)" \
301 "DESTDIR=$(DESTDIR)"
303 MAKEOVERRIDES =
304 all: config.h
305 $(MAKE) $(AM_MAKEFLAGS) all-am
307 .SUFFIXES:
308 .SUFFIXES: .c .lo .o .obj
309 am--refresh:
311 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
316 cd $(srcdir) && $(AUTOMAKE) --foreign \
317 && exit 0; \
318 exit 1;; \
319 esac; \
320 done; \
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
322 cd $(top_srcdir) && \
323 $(AUTOMAKE) --foreign Makefile
324 .PRECIOUS: Makefile
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326 @case '$?' in \
327 *config.status*) \
328 echo ' $(SHELL) ./config.status'; \
329 $(SHELL) ./config.status;; \
330 *) \
331 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
332 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
333 esac;
335 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 $(SHELL) ./config.status --recheck
338 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339 cd $(srcdir) && $(AUTOCONF)
340 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
343 config.h: stamp-h1
344 @if test ! -f $@; then \
345 rm -f stamp-h1; \
346 $(MAKE) stamp-h1; \
347 else :; fi
349 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
350 @rm -f stamp-h1
351 cd $(top_builddir) && $(SHELL) ./config.status config.h
352 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353 cd $(top_srcdir) && $(AUTOHEADER)
354 rm -f stamp-h1
355 touch $@
357 distclean-hdr:
358 -rm -f config.h stamp-h1
359 ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
360 cd $(top_builddir) && $(SHELL) ./config.status $@
361 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
362 @$(NORMAL_INSTALL)
363 test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
364 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
365 if test -f $$p; then \
366 f=$(am__strip_dir) \
367 echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
368 $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
369 else :; fi; \
370 done
372 uninstall-toolexeclibLTLIBRARIES:
373 @$(NORMAL_UNINSTALL)
374 @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
375 p=$(am__strip_dir) \
376 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
377 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
378 done
380 clean-toolexeclibLTLIBRARIES:
381 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
382 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
383 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
384 test "$$dir" != "$$p" || dir=.; \
385 echo "rm -f \"$${dir}/so_locations\""; \
386 rm -f "$${dir}/so_locations"; \
387 done
388 libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES)
389 $(LINK) -rpath $(toolexeclibdir) $(libssp_la_LDFLAGS) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
390 libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES)
391 $(LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_LDFLAGS) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
393 mostlyclean-compile:
394 -rm -f *.$(OBJEXT)
396 distclean-compile:
397 -rm -f *.tab.c
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy-chk.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset-chk.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf-chk.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf-chk.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssp.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat-chk.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy-chk.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat-chk.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
416 .c.o:
417 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
418 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
423 .c.obj:
424 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
425 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
430 .c.lo:
431 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
432 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
437 libssp_nonshared_la-ssp-local.lo: ssp-local.c
438 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --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; \
439 @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
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --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
444 mostlyclean-libtool:
445 -rm -f *.lo
447 clean-libtool:
448 -rm -rf .libs _libs
450 distclean-libtool:
451 -rm -f libtool
453 # GNU Make needs to see an explicit $(MAKE) variable in the command it
454 # runs to enable its job server during parallel builds. Hence the
455 # comments below.
456 all-multi:
457 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
458 install-multi:
459 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
461 mostlyclean-multi:
462 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
463 clean-multi:
464 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
465 distclean-multi:
466 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
467 maintainer-clean-multi:
468 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
469 uninstall-info-am:
470 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
471 @$(NORMAL_INSTALL)
472 test -z "$(libsubincludedir)" || $(mkdir_p) "$(DESTDIR)$(libsubincludedir)"
473 @$(am__vpath_adj_setup) \
474 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
475 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
476 $(am__vpath_adj) \
477 echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
478 $(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
479 done
481 uninstall-nobase_libsubincludeHEADERS:
482 @$(NORMAL_UNINSTALL)
483 @$(am__vpath_adj_setup) \
484 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
485 $(am__vpath_adj) \
486 echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
487 rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \
488 done
490 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
491 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
492 unique=`for i in $$list; do \
493 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494 done | \
495 $(AWK) ' { files[$$0] = 1; } \
496 END { for (i in files) print i; }'`; \
497 mkid -fID $$unique
498 tags: TAGS
500 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
501 $(TAGS_FILES) $(LISP)
502 tags=; \
503 here=`pwd`; \
504 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
505 unique=`for i in $$list; do \
506 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507 done | \
508 $(AWK) ' { files[$$0] = 1; } \
509 END { for (i in files) print i; }'`; \
510 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
511 test -n "$$unique" || unique=$$empty_fix; \
512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513 $$tags $$unique; \
515 ctags: CTAGS
516 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517 $(TAGS_FILES) $(LISP)
518 tags=; \
519 here=`pwd`; \
520 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
521 unique=`for i in $$list; do \
522 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523 done | \
524 $(AWK) ' { files[$$0] = 1; } \
525 END { for (i in files) print i; }'`; \
526 test -z "$(CTAGS_ARGS)$$tags$$unique" \
527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528 $$tags $$unique
530 GTAGS:
531 here=`$(am__cd) $(top_builddir) && pwd` \
532 && cd $(top_srcdir) \
533 && gtags -i $(GTAGS_ARGS) $$here
535 distclean-tags:
536 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
538 distdir: $(DISTFILES)
539 $(am__remove_distdir)
540 mkdir $(distdir)
541 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/ssp
542 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
543 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
544 list='$(DISTFILES)'; for file in $$list; do \
545 case $$file in \
546 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
547 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
548 esac; \
549 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
551 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
552 dir="/$$dir"; \
553 $(mkdir_p) "$(distdir)$$dir"; \
554 else \
555 dir=''; \
556 fi; \
557 if test -d $$d/$$file; then \
558 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
560 fi; \
561 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
562 else \
563 test -f $(distdir)/$$file \
564 || cp -p $$d/$$file $(distdir)/$$file \
565 || exit 1; \
566 fi; \
567 done
568 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
569 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
570 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
571 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
572 || chmod -R a+r $(distdir)
573 dist-gzip: distdir
574 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
575 $(am__remove_distdir)
577 dist-bzip2: distdir
578 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
579 $(am__remove_distdir)
581 dist-tarZ: distdir
582 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583 $(am__remove_distdir)
585 dist-shar: distdir
586 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
587 $(am__remove_distdir)
589 dist-zip: distdir
590 -rm -f $(distdir).zip
591 zip -rq $(distdir).zip $(distdir)
592 $(am__remove_distdir)
594 dist dist-all: distdir
595 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596 $(am__remove_distdir)
598 # This target untars the dist file and tries a VPATH configuration. Then
599 # it guarantees that the distribution is self-contained by making another
600 # tarfile.
601 distcheck: dist
602 case '$(DIST_ARCHIVES)' in \
603 *.tar.gz*) \
604 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
605 *.tar.bz2*) \
606 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
607 *.tar.Z*) \
608 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
609 *.shar.gz*) \
610 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
611 *.zip*) \
612 unzip $(distdir).zip ;;\
613 esac
614 chmod -R a-w $(distdir); chmod a+w $(distdir)
615 mkdir $(distdir)/_build
616 mkdir $(distdir)/_inst
617 chmod a-w $(distdir)
618 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
619 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
620 && cd $(distdir)/_build \
621 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
622 $(DISTCHECK_CONFIGURE_FLAGS) \
623 && $(MAKE) $(AM_MAKEFLAGS) \
624 && $(MAKE) $(AM_MAKEFLAGS) dvi \
625 && $(MAKE) $(AM_MAKEFLAGS) check \
626 && $(MAKE) $(AM_MAKEFLAGS) install \
627 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
628 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
629 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
630 distuninstallcheck \
631 && chmod -R a-w "$$dc_install_base" \
632 && ({ \
633 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
634 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
635 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
636 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
637 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
638 } || { rm -rf "$$dc_destdir"; exit 1; }) \
639 && rm -rf "$$dc_destdir" \
640 && $(MAKE) $(AM_MAKEFLAGS) dist \
641 && rm -rf $(DIST_ARCHIVES) \
642 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
643 $(am__remove_distdir)
644 @(echo "$(distdir) archives ready for distribution: "; \
645 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
646 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
647 distuninstallcheck:
648 @cd $(distuninstallcheck_dir) \
649 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
650 || { echo "ERROR: files left after uninstall:" ; \
651 if test -n "$(DESTDIR)"; then \
652 echo " (check DESTDIR support)"; \
653 fi ; \
654 $(distuninstallcheck_listfiles) ; \
655 exit 1; } >&2
656 distcleancheck: distclean
657 @if test '$(srcdir)' = . ; then \
658 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
659 exit 1 ; \
661 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
662 || { echo "ERROR: files left in build directory after distclean:" ; \
663 $(distcleancheck_listfiles) ; \
664 exit 1; } >&2
665 check-am: all-am
666 check: check-am
667 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
668 installdirs:
669 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
670 test -z "$$dir" || $(mkdir_p) "$$dir"; \
671 done
672 install: install-am
673 install-exec: install-exec-am
674 install-data: install-data-am
675 uninstall: uninstall-am
677 install-am: all-am
678 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
680 installcheck: installcheck-am
681 install-strip:
682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684 `test -z '$(STRIP)' || \
685 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
686 mostlyclean-generic:
688 clean-generic:
690 distclean-generic:
691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693 maintainer-clean-generic:
694 @echo "This command is intended for maintainers to use"
695 @echo "it deletes files that may require special tools to rebuild."
696 clean: clean-am clean-multi
698 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
699 mostlyclean-am
701 distclean: distclean-am distclean-multi
702 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
703 -rm -rf ./$(DEPDIR)
704 -rm -f Makefile
705 distclean-am: clean-am distclean-compile distclean-generic \
706 distclean-hdr distclean-libtool distclean-tags
708 dvi: dvi-am
710 dvi-am:
712 html: html-am
714 info: info-am
716 info-am:
718 install-data-am: install-nobase_libsubincludeHEADERS
720 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
722 install-info: install-info-am
724 install-man:
726 installcheck-am:
728 maintainer-clean: maintainer-clean-am maintainer-clean-multi
729 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
730 -rm -rf $(top_srcdir)/autom4te.cache
731 -rm -rf ./$(DEPDIR)
732 -rm -f Makefile
733 maintainer-clean-am: distclean-am maintainer-clean-generic
735 mostlyclean: mostlyclean-am mostlyclean-multi
737 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
738 mostlyclean-libtool
740 pdf: pdf-am
742 pdf-am:
744 ps: ps-am
746 ps-am:
748 uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
749 uninstall-toolexeclibLTLIBRARIES
751 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \
752 clean clean-generic clean-libtool clean-multi \
753 clean-toolexeclibLTLIBRARIES ctags dist dist-all dist-bzip2 \
754 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
755 distclean-compile distclean-generic distclean-hdr \
756 distclean-libtool distclean-multi distclean-tags \
757 distcleancheck distdir distuninstallcheck dvi dvi-am html \
758 html-am info info-am install install-am install-data \
759 install-data-am install-exec install-exec-am install-info \
760 install-info-am install-man install-multi \
761 install-nobase_libsubincludeHEADERS install-strip \
762 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
763 installdirs maintainer-clean maintainer-clean-generic \
764 maintainer-clean-multi mostlyclean mostlyclean-compile \
765 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
766 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
767 uninstall-nobase_libsubincludeHEADERS \
768 uninstall-toolexeclibLTLIBRARIES
771 # No install-html or install-pdf support in automake yet
772 .PHONY: install-html install-pdf
773 install-html:
774 install-pdf:
775 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 # Otherwise a system limit (for SysV at least) may be exceeded.
777 .NOEXPORT: