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
18SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42target_triplet = @target@
43DIST_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
51subdir = .
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__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
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59	$(ACLOCAL_M4)
60am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61 configure.lineno configure.status.lineno
62mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
63CONFIG_HEADER = config.h
64CONFIG_CLEAN_FILES = ssp/ssp.h
65am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66am__vpath_adj = case $$p in \
67    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68    *) f=$$p;; \
69  esac;
70am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
71am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
72	"$(DESTDIR)$(libsubincludedir)"
73toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
74LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
75am_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
79libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
80am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
81libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
82DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
83depcomp = $(SHELL) $(top_srcdir)/../depcomp
84am__depfiles_maybe = depfiles
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
88	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89	$(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92	$(AM_LDFLAGS) $(LDFLAGS) -o $@
93SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
94DIST_SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
95MULTISRCTOP = 
96MULTIBUILDTOP = 
97MULTIDIRS = 
98MULTISUBDIR = 
99MULTIDO = true
100MULTICLEAN = true
101nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA)
102HEADERS = $(nobase_libsubinclude_HEADERS)
103ETAGS = etags
104CTAGS = ctags
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106distdir = $(PACKAGE)-$(VERSION)
107top_distdir = $(distdir)
108am__remove_distdir = \
109  { test ! -d $(distdir) \
110    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
111         && rm -fr $(distdir); }; }
112DIST_ARCHIVES = $(distdir).tar.gz
113GZIP_ENV = --best
114distuninstallcheck_listfiles = find . -type f -print
115distcleancheck_listfiles = find . -type f -print
116ACLOCAL = @ACLOCAL@
117AMDEP_FALSE = @AMDEP_FALSE@
118AMDEP_TRUE = @AMDEP_TRUE@
119AMTAR = @AMTAR@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
130DEFS = @DEFS@
131DEPDIR = @DEPDIR@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137INSTALL_DATA = @INSTALL_DATA@
138INSTALL_PROGRAM = @INSTALL_PROGRAM@
139INSTALL_SCRIPT = @INSTALL_SCRIPT@
140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141LIBOBJS = @LIBOBJS@
142LIBS = @LIBS@
143LIBSSP_USE_SYMVER_FALSE = @LIBSSP_USE_SYMVER_FALSE@
144LIBSSP_USE_SYMVER_TRUE = @LIBSSP_USE_SYMVER_TRUE@
145LIBTOOL = @LIBTOOL@
146LN_S = @LN_S@
147LTLIBOBJS = @LTLIBOBJS@
148MAINT = @MAINT@
149MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
150MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
151MAKEINFO = @MAKEINFO@
152OBJEXT = @OBJEXT@
153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_VERSION = @PACKAGE_VERSION@
159PATH_SEPARATOR = @PATH_SEPARATOR@
160RANLIB = @RANLIB@
161SET_MAKE = @SET_MAKE@
162SHELL = @SHELL@
163STRIP = @STRIP@
164VERSION = @VERSION@
165ac_ct_CC = @ac_ct_CC@
166ac_ct_RANLIB = @ac_ct_RANLIB@
167ac_ct_STRIP = @ac_ct_STRIP@
168am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170am__include = @am__include@
171am__leading_dot = @am__leading_dot@
172am__quote = @am__quote@
173am__tar = @am__tar@
174am__untar = @am__untar@
175bindir = @bindir@
176build = @build@
177build_alias = @build_alias@
178build_cpu = @build_cpu@
179build_os = @build_os@
180build_vendor = @build_vendor@
181datadir = @datadir@
182enable_shared = @enable_shared@
183enable_static = @enable_static@
184exec_prefix = @exec_prefix@
185host = @host@
186host_alias = @host_alias@
187host_cpu = @host_cpu@
188host_os = @host_os@
189host_vendor = @host_vendor@
190includedir = @includedir@
191infodir = @infodir@
192install_sh = @install_sh@
193libdir = @libdir@
194libexecdir = @libexecdir@
195localstatedir = @localstatedir@
196mandir = @mandir@
197mkdir_p = @mkdir_p@
198multi_basedir = @multi_basedir@
199oldincludedir = @oldincludedir@
200prefix = @prefix@
201program_transform_name = @program_transform_name@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
205sysconfdir = @sysconfdir@
206target = @target@
207target_alias = @target_alias@
208target_cpu = @target_cpu@
209target_noncanonical = @target_noncanonical@
210target_os = @target_os@
211target_vendor = @target_vendor@
212toolexecdir = @toolexecdir@
213toolexeclibdir = @toolexeclibdir@
214AUTOMAKE_OPTIONS = 1.9.5 foreign
215ACLOCAL_AMFLAGS = -I .. -I ../config
216MAINT_CHARSET = latin1
217
218# May be used by various substitution variables.
219gcc_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
224AM_CFLAGS = -Wall
225toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
226libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
227nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
228libssp_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
233
234libssp_la_LIBADD = 
235libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
236libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
237		    $(version_arg)
238
239libssp_nonshared_la_SOURCES = \
240	ssp-local.c
241
242libssp_nonshared_la_CFLAGS = -prefer-pic
243libssp_nonshared_la_LIBADD = 
244libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
245libssp_nonshared_la_LDFLAGS = -static
246
247# XXX hack alert
248# From libffi/Makefile.am
249
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.
253AM_MAKEFLAGS = \
254	"AR_FLAGS=$(AR_FLAGS)" \
255	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
256	"CFLAGS=$(CFLAGS)" \
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)" \
268	"MAKE=$(MAKE)" \
269	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
270	"PICFLAG=$(PICFLAG)" \
271	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
272	"SHELL=$(SHELL)" \
273	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
274	"exec_prefix=$(exec_prefix)" \
275	"infodir=$(infodir)" \
276	"libdir=$(libdir)" \
277	"prefix=$(prefix)" \
278	"includedir=$(includedir)" \
279	"AR=$(AR)" \
280	"AS=$(AS)" \
281	"CC=$(CC)" \
282	"CXX=$(CXX)" \
283	"LD=$(LD)" \
284	"LIBCFLAGS=$(LIBCFLAGS)" \
285	"NM=$(NM)" \
286	"PICFLAG=$(PICFLAG)" \
287	"RANLIB=$(RANLIB)" \
288	"DESTDIR=$(DESTDIR)"
289
290MAKEOVERRIDES = 
291all: config.h
292	$(MAKE) $(AM_MAKEFLAGS) all-am
293
294.SUFFIXES:
295.SUFFIXES: .c .lo .o .obj
296am--refresh:
297	@:
298$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
299	@for dep in $?; do \
300	  case '$(am__configure_deps)' in \
301	    *$$dep*) \
302	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
303	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
304		&& exit 0; \
305	      exit 1;; \
306	  esac; \
307	done; \
308	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
309	cd $(top_srcdir) && \
310	  $(AUTOMAKE) --foreign  Makefile
311.PRECIOUS: Makefile
312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313	@case '$?' in \
314	  *config.status*) \
315	    echo ' $(SHELL) ./config.status'; \
316	    $(SHELL) ./config.status;; \
317	  *) \
318	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
319	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
320	esac;
321
322$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323	$(SHELL) ./config.status --recheck
324
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)
329
330config.h: stamp-h1
331	@if test ! -f $@; then \
332	  rm -f stamp-h1; \
333	  $(MAKE) stamp-h1; \
334	else :; fi
335
336stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
337	@rm -f stamp-h1
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)
341	rm -f stamp-h1
342	touch $@
343
344distclean-hdr:
345	-rm -f config.h stamp-h1
346ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
347	cd $(top_builddir) && $(SHELL) ./config.status $@
348install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
349	@$(NORMAL_INSTALL)
350	test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
351	@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
352	  if test -f $$p; then \
353	    f=$(am__strip_dir) \
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"; \
356	  else :; fi; \
357	done
358
359uninstall-toolexeclibLTLIBRARIES:
360	@$(NORMAL_UNINSTALL)
361	@set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
362	  p=$(am__strip_dir) \
363	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
364	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
365	done
366
367clean-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"; \
374	done
375libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) 
376	$(LINK) -rpath $(toolexeclibdir) $(libssp_la_LDFLAGS) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
377libssp_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)
379
380mostlyclean-compile:
381	-rm -f *.$(OBJEXT)
382
383distclean-compile:
384	-rm -f *.tab.c
385
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@
402
403.c.o:
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 $<
409
410.c.obj:
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) '$<'`
416
417.c.lo:
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 $@ $<
423
424libssp_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
430
431mostlyclean-libtool:
432	-rm -f *.lo
433
434clean-libtool:
435	-rm -rf .libs _libs
436
437distclean-libtool:
438	-rm -f libtool
439
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
442# comments below.
443all-multi:
444	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
445install-multi:
446	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
447
448mostlyclean-multi:
449	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
450clean-multi:
451	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
452distclean-multi:
453	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
454maintainer-clean-multi:
455	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
456uninstall-info-am:
457install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
458	@$(NORMAL_INSTALL)
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; \
463	  $(am__vpath_adj) \
464	  echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
465	  $(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
466	done
467
468uninstall-nobase_libsubincludeHEADERS:
469	@$(NORMAL_UNINSTALL)
470	@$(am__vpath_adj_setup) \
471	list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
472	  $(am__vpath_adj) \
473	  echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
474	  rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \
475	done
476
477ID: $(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; \
481	  done | \
482	  $(AWK) '    { files[$$0] = 1; } \
483	       END { for (i in files) print i; }'`; \
484	mkid -fID $$unique
485tags: TAGS
486
487TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
488		$(TAGS_FILES) $(LISP)
489	tags=; \
490	here=`pwd`; \
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; \
494	  done | \
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) \
500	    $$tags $$unique; \
501	fi
502ctags: CTAGS
503CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
504		$(TAGS_FILES) $(LISP)
505	tags=; \
506	here=`pwd`; \
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; \
510	  done | \
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) \
515	     $$tags $$unique
516
517GTAGS:
518	here=`$(am__cd) $(top_builddir) && pwd` \
519	  && cd $(top_srcdir) \
520	  && gtags -i $(GTAGS_ARGS) $$here
521
522distclean-tags:
523	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525distdir: $(DISTFILES)
526	$(am__remove_distdir)
527	mkdir $(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 \
532	  case $$file in \
533	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
534	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
535	  esac; \
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 \
539	    dir="/$$dir"; \
540	    $(mkdir_p) "$(distdir)$$dir"; \
541	  else \
542	    dir=''; \
543	  fi; \
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; \
547	    fi; \
548	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
549	  else \
550	    test -f $(distdir)/$$file \
551	    || cp -p $$d/$$file $(distdir)/$$file \
552	    || exit 1; \
553	  fi; \
554	done
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)
560dist-gzip: distdir
561	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
562	$(am__remove_distdir)
563
564dist-bzip2: distdir
565	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
566	$(am__remove_distdir)
567
568dist-tarZ: distdir
569	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
570	$(am__remove_distdir)
571
572dist-shar: distdir
573	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
574	$(am__remove_distdir)
575
576dist-zip: distdir
577	-rm -f $(distdir).zip
578	zip -rq $(distdir).zip $(distdir)
579	$(am__remove_distdir)
580
581dist dist-all: distdir
582	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
583	$(am__remove_distdir)
584
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
587# tarfile.
588distcheck: dist
589	case '$(DIST_ARCHIVES)' in \
590	*.tar.gz*) \
591	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
592	*.tar.bz2*) \
593	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
594	*.tar.Z*) \
595	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
596	*.shar.gz*) \
597	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
598	*.zip*) \
599	  unzip $(distdir).zip ;;\
600	esac
601	chmod -R a-w $(distdir); chmod a+w $(distdir)
602	mkdir $(distdir)/_build
603	mkdir $(distdir)/_inst
604	chmod a-w $(distdir)
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" \
617	        distuninstallcheck \
618	  && chmod -R a-w "$$dc_install_base" \
619	  && ({ \
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;}'
634distuninstallcheck:
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)"; \
640	        fi ; \
641	        $(distuninstallcheck_listfiles) ; \
642	        exit 1; } >&2
643distcleancheck: distclean
644	@if test '$(srcdir)' = . ; then \
645	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
646	  exit 1 ; \
647	fi
648	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
649	  || { echo "ERROR: files left in build directory after distclean:" ; \
650	       $(distcleancheck_listfiles) ; \
651	       exit 1; } >&2
652check-am: all-am
653check: check-am
654all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
655installdirs:
656	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
657	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
658	done
659install: install-am
660install-exec: install-exec-am
661install-data: install-data-am
662uninstall: uninstall-am
663
664install-am: all-am
665	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
666
667installcheck: installcheck-am
668install-strip:
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
673mostlyclean-generic:
674
675clean-generic:
676
677distclean-generic:
678	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
679
680maintainer-clean-generic:
681	@echo "This command is intended for maintainers to use"
682	@echo "it deletes files that may require special tools to rebuild."
683clean: clean-am clean-multi
684
685clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
686	mostlyclean-am
687
688distclean: distclean-am distclean-multi
689	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
690	-rm -rf ./$(DEPDIR)
691	-rm -f Makefile
692distclean-am: clean-am distclean-compile distclean-generic \
693	distclean-hdr distclean-libtool distclean-tags
694
695dvi: dvi-am
696
697dvi-am:
698
699html: html-am
700
701info: info-am
702
703info-am:
704
705install-data-am: install-nobase_libsubincludeHEADERS
706
707install-exec-am: install-multi install-toolexeclibLTLIBRARIES
708
709install-info: install-info-am
710
711install-man:
712
713installcheck-am:
714
715maintainer-clean: maintainer-clean-am maintainer-clean-multi
716	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
717	-rm -rf $(top_srcdir)/autom4te.cache
718	-rm -rf ./$(DEPDIR)
719	-rm -f Makefile
720maintainer-clean-am: distclean-am maintainer-clean-generic
721
722mostlyclean: mostlyclean-am mostlyclean-multi
723
724mostlyclean-am: mostlyclean-compile mostlyclean-generic \
725	mostlyclean-libtool
726
727pdf: pdf-am
728
729pdf-am:
730
731ps: ps-am
732
733ps-am:
734
735uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
736	uninstall-toolexeclibLTLIBRARIES
737
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
756
757
758.PHONY: install-html
759
760install-html:
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.
763.NOEXPORT:
764