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