Makefile.in revision 1.1.1.8
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92target_triplet = @target@
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
96	$(top_srcdir)/../config/cet.m4 \
97	$(top_srcdir)/../config/depstand.m4 \
98	$(top_srcdir)/../config/enable.m4 \
99	$(top_srcdir)/../config/lead-dot.m4 \
100	$(top_srcdir)/../config/lthostflags.m4 \
101	$(top_srcdir)/../config/multi.m4 \
102	$(top_srcdir)/../config/no-executables.m4 \
103	$(top_srcdir)/../config/override.m4 \
104	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
105	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
106	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
110	$(am__configure_deps) $(nobase_libsubinclude_HEADERS)
111am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
112 configure.lineno config.status.lineno
113mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
114CONFIG_HEADER = config.h
115CONFIG_CLEAN_FILES = ssp/ssp.h
116CONFIG_CLEAN_VPATH_FILES =
117am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118am__vpath_adj = case $$p in \
119    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120    *) f=$$p;; \
121  esac;
122am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123am__install_max = 40
124am__nobase_strip_setup = \
125  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126am__nobase_strip = \
127  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128am__nobase_list = $(am__nobase_strip_setup); \
129  for p in $$list; do echo "$$p $$p"; done | \
130  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132    if (++n[$$2] == $(am__install_max)) \
133      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134    END { for (dir in files) print dir, files[dir] }'
135am__base_list = \
136  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138am__uninstall_files_from_dir = { \
139  test -z "$$files" \
140    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142         $(am__cd) "$$dir" && rm -f $$files; }; \
143  }
144am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
145	"$(DESTDIR)$(libsubincludedir)"
146LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
147am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
148	mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
149	stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
150	strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
151libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
152AM_V_lt = $(am__v_lt_@AM_V@)
153am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
154am__v_lt_0 = --silent
155am__v_lt_1 = 
156libssp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158	$(libssp_la_LDFLAGS) $(LDFLAGS) -o $@
159am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
160libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
161libssp_nonshared_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
162	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
163	$(libssp_nonshared_la_CFLAGS) $(CFLAGS) \
164	$(libssp_nonshared_la_LDFLAGS) $(LDFLAGS) -o $@
165AM_V_P = $(am__v_P_@AM_V@)
166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167am__v_P_0 = false
168am__v_P_1 = :
169AM_V_GEN = $(am__v_GEN_@AM_V@)
170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171am__v_GEN_0 = @echo "  GEN     " $@;
172am__v_GEN_1 = 
173AM_V_at = $(am__v_at_@AM_V@)
174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175am__v_at_0 = @
176am__v_at_1 = 
177DEFAULT_INCLUDES = -I.@am__isrc@
178depcomp = $(SHELL) $(top_srcdir)/../depcomp
179am__depfiles_maybe = depfiles
180am__mv = mv -f
181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
185	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
186	$(AM_CFLAGS) $(CFLAGS)
187AM_V_CC = $(am__v_CC_@AM_V@)
188am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
189am__v_CC_0 = @echo "  CC      " $@;
190am__v_CC_1 = 
191CCLD = $(CC)
192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194	$(AM_LDFLAGS) $(LDFLAGS) -o $@
195AM_V_CCLD = $(am__v_CCLD_@AM_V@)
196am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
197am__v_CCLD_0 = @echo "  CCLD    " $@;
198am__v_CCLD_1 = 
199SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
200am__can_run_installinfo = \
201  case $$AM_UPDATE_INFO_DIR in \
202    n|no|NO) false;; \
203    *) (install-info --version) >/dev/null 2>&1;; \
204  esac
205HEADERS = $(nobase_libsubinclude_HEADERS)
206am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
207	$(LISP)config.h.in
208# Read a list of newline-separated strings from the standard input,
209# and print each of them once, without duplicates.  Input order is
210# *not* preserved.
211am__uniquify_input = $(AWK) '\
212  BEGIN { nonempty = 0; } \
213  { items[$$0] = 1; nonempty = 1; } \
214  END { if (nonempty) { for (i in items) print i; }; } \
215'
216# Make sure the list of sources is unique.  This is necessary because,
217# e.g., the same source file might be shared among _SOURCES variables
218# for different programs/libraries.
219am__define_uniq_tagged_files = \
220  list='$(am__tagged_files)'; \
221  unique=`for i in $$list; do \
222    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223  done | $(am__uniquify_input)`
224ETAGS = etags
225CTAGS = ctags
226CSCOPE = cscope
227AM_RECURSIVE_TARGETS = cscope
228ACLOCAL = @ACLOCAL@
229AMTAR = @AMTAR@
230AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231AR = @AR@
232AUTOCONF = @AUTOCONF@
233AUTOHEADER = @AUTOHEADER@
234AUTOMAKE = @AUTOMAKE@
235AWK = @AWK@
236CC = @CC@
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CPP = @CPP@
240CPPFLAGS = @CPPFLAGS@
241CYGPATH_W = @CYGPATH_W@
242DEFS = @DEFS@
243DEPDIR = @DEPDIR@
244DSYMUTIL = @DSYMUTIL@
245DUMPBIN = @DUMPBIN@
246ECHO_C = @ECHO_C@
247ECHO_N = @ECHO_N@
248ECHO_T = @ECHO_T@
249EGREP = @EGREP@
250EXEEXT = @EXEEXT@
251FGREP = @FGREP@
252GREP = @GREP@
253INSTALL = @INSTALL@
254INSTALL_DATA = @INSTALL_DATA@
255INSTALL_PROGRAM = @INSTALL_PROGRAM@
256INSTALL_SCRIPT = @INSTALL_SCRIPT@
257INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258LD = @LD@
259LDFLAGS = @LDFLAGS@
260LIBOBJS = @LIBOBJS@
261LIBS = @LIBS@
262LIBTOOL = @LIBTOOL@
263LIPO = @LIPO@
264LN_S = @LN_S@
265LTLIBOBJS = @LTLIBOBJS@
266MAINT = @MAINT@
267MAKEINFO = @MAKEINFO@
268MKDIR_P = @MKDIR_P@
269NM = @NM@
270NMEDIT = @NMEDIT@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OTOOL = @OTOOL@
274OTOOL64 = @OTOOL64@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATH_SEPARATOR = @PATH_SEPARATOR@
283RANLIB = @RANLIB@
284SED = @SED@
285SET_MAKE = @SET_MAKE@
286SHELL = @SHELL@
287STRIP = @STRIP@
288VERSION = @VERSION@
289XCFLAGS = @XCFLAGS@
290abs_builddir = @abs_builddir@
291abs_srcdir = @abs_srcdir@
292abs_top_builddir = @abs_top_builddir@
293abs_top_srcdir = @abs_top_srcdir@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296am__include = @am__include@
297am__leading_dot = @am__leading_dot@
298am__quote = @am__quote@
299am__tar = @am__tar@
300am__untar = @am__untar@
301bindir = @bindir@
302build = @build@
303build_alias = @build_alias@
304build_cpu = @build_cpu@
305build_os = @build_os@
306build_vendor = @build_vendor@
307builddir = @builddir@
308datadir = @datadir@
309datarootdir = @datarootdir@
310docdir = @docdir@
311dvidir = @dvidir@
312enable_shared = @enable_shared@
313enable_static = @enable_static@
314exec_prefix = @exec_prefix@
315get_gcc_base_ver = @get_gcc_base_ver@
316host = @host@
317host_alias = @host_alias@
318host_cpu = @host_cpu@
319host_os = @host_os@
320host_vendor = @host_vendor@
321htmldir = @htmldir@
322includedir = @includedir@
323infodir = @infodir@
324install_sh = @install_sh@
325libdir = @libdir@
326libexecdir = @libexecdir@
327localedir = @localedir@
328localstatedir = @localstatedir@
329lt_host_flags = @lt_host_flags@
330mandir = @mandir@
331mkdir_p = @mkdir_p@
332multi_basedir = @multi_basedir@
333oldincludedir = @oldincludedir@
334pdfdir = @pdfdir@
335prefix = @prefix@
336program_transform_name = @program_transform_name@
337psdir = @psdir@
338sbindir = @sbindir@
339sharedstatedir = @sharedstatedir@
340srcdir = @srcdir@
341ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
342sysconfdir = @sysconfdir@
343target = @target@
344target_alias = @target_alias@
345target_cpu = @target_cpu@
346target_noncanonical = @target_noncanonical@
347target_os = @target_os@
348target_vendor = @target_vendor@
349toolexecdir = @toolexecdir@
350toolexeclibdir = @toolexeclibdir@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354AUTOMAKE_OPTIONS = foreign
355ACLOCAL_AMFLAGS = -I .. -I ../config
356MAINT_CHARSET = latin1
357
358# May be used by various substitution variables.
359gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
360@LIBSSP_USE_SYMVER_FALSE@version_arg = 
361@LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
362@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,-M,ssp.map-sun
363@LIBSSP_USE_SYMVER_FALSE@version_dep = 
364@LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
365@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = ssp.map-sun
366AM_CFLAGS = -Wall $(XCFLAGS)
367toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
368libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
369nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
370libssp_la_SOURCES = \
371	ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
372	memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
373	strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
374	vsnprintf-chk.c vsprintf-chk.c
375
376libssp_la_LIBADD = 
377libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
378libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
379		    $(version_arg) $(lt_host_flags)
380
381libssp_nonshared_la_SOURCES = \
382	ssp-local.c
383
384libssp_nonshared_la_CFLAGS = -prefer-pic $(XCFLAGS)
385libssp_nonshared_la_LIBADD = 
386libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
387libssp_nonshared_la_LDFLAGS = -static
388
389# XXX hack alert
390# From libffi/Makefile.am
391
392# Work around what appears to be a GNU make bug handling MAKEFLAGS
393# values defined in terms of make variables, as is the case for CC and
394# friends when we are called from the top level Makefile.
395AM_MAKEFLAGS = \
396	"AR_FLAGS=$(AR_FLAGS)" \
397	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
398	"CFLAGS=$(CFLAGS)" \
399	"CXXFLAGS=$(CXXFLAGS)" \
400	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
401	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
402	"INSTALL=$(INSTALL)" \
403	"INSTALL_DATA=$(INSTALL_DATA)" \
404	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
405	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
406	"JC1FLAGS=$(JC1FLAGS)" \
407	"LDFLAGS=$(LDFLAGS)" \
408	"LIBCFLAGS=$(LIBCFLAGS)" \
409	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
410	"MAKE=$(MAKE)" \
411	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
412	"PICFLAG=$(PICFLAG)" \
413	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
414	"SHELL=$(SHELL)" \
415	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
416	"exec_prefix=$(exec_prefix)" \
417	"infodir=$(infodir)" \
418	"libdir=$(libdir)" \
419	"prefix=$(prefix)" \
420	"includedir=$(includedir)" \
421	"AR=$(AR)" \
422	"AS=$(AS)" \
423	"CC=$(CC)" \
424	"CXX=$(CXX)" \
425	"LD=$(LD)" \
426	"LIBCFLAGS=$(LIBCFLAGS)" \
427	"NM=$(NM)" \
428	"PICFLAG=$(PICFLAG)" \
429	"RANLIB=$(RANLIB)" \
430	"DESTDIR=$(DESTDIR)"
431
432MAKEOVERRIDES = 
433MULTISRCTOP = 
434MULTIBUILDTOP = 
435MULTIDIRS = 
436MULTISUBDIR = 
437MULTIDO = true
438MULTICLEAN = true
439all: config.h
440	$(MAKE) $(AM_MAKEFLAGS) all-am
441
442.SUFFIXES:
443.SUFFIXES: .c .lo .o .obj
444am--refresh: Makefile
445	@:
446$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
451	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
452		&& exit 0; \
453	      exit 1;; \
454	  esac; \
455	done; \
456	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
457	$(am__cd) $(top_srcdir) && \
458	  $(AUTOMAKE) --foreign Makefile
459Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460	@case '$?' in \
461	  *config.status*) \
462	    echo ' $(SHELL) ./config.status'; \
463	    $(SHELL) ./config.status;; \
464	  *) \
465	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
466	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
467	esac;
468$(top_srcdir)/../multilib.am $(am__empty):
469
470$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471	$(SHELL) ./config.status --recheck
472
473$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
474	$(am__cd) $(srcdir) && $(AUTOCONF)
475$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
476	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
477$(am__aclocal_m4_deps):
478
479config.h: stamp-h1
480	@test -f $@ || rm -f stamp-h1
481	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
482
483stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
484	@rm -f stamp-h1
485	cd $(top_builddir) && $(SHELL) ./config.status config.h
486$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
487	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
488	rm -f stamp-h1
489	touch $@
490
491distclean-hdr:
492	-rm -f config.h stamp-h1
493ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
494	cd $(top_builddir) && $(SHELL) ./config.status $@
495
496install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
497	@$(NORMAL_INSTALL)
498	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
499	list2=; for p in $$list; do \
500	  if test -f $$p; then \
501	    list2="$$list2 $$p"; \
502	  else :; fi; \
503	done; \
504	test -z "$$list2" || { \
505	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
506	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
507	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
508	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
509	}
510
511uninstall-toolexeclibLTLIBRARIES:
512	@$(NORMAL_UNINSTALL)
513	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
514	for p in $$list; do \
515	  $(am__strip_dir) \
516	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
517	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
518	done
519
520clean-toolexeclibLTLIBRARIES:
521	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
522	@list='$(toolexeclib_LTLIBRARIES)'; \
523	locs=`for p in $$list; do echo $$p; done | \
524	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
525	      sort -u`; \
526	test -z "$$locs" || { \
527	  echo rm -f $${locs}; \
528	  rm -f $${locs}; \
529	}
530
531libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) $(EXTRA_libssp_la_DEPENDENCIES) 
532	$(AM_V_CCLD)$(libssp_la_LINK) -rpath $(toolexeclibdir) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
533
534libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES) $(EXTRA_libssp_nonshared_la_DEPENDENCIES) 
535	$(AM_V_CCLD)$(libssp_nonshared_la_LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
536
537mostlyclean-compile:
538	-rm -f *.$(OBJEXT)
539
540distclean-compile:
541	-rm -f *.tab.c
542
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy-chk.Plo@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset-chk.Plo@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf-chk.Plo@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf-chk.Plo@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssp.Plo@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat-chk.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy-chk.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat-chk.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
559
560.c.o:
561@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
562@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
566
567.c.obj:
568@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
569@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
573
574.c.lo:
575@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
576@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
577@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
578@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
580
581libssp_nonshared_la-ssp-local.lo: ssp-local.c
582@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --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
583@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo $(DEPDIR)/libssp_nonshared_la-ssp-local.Plo
584@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
585@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --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
587
588mostlyclean-libtool:
589	-rm -f *.lo
590
591clean-libtool:
592	-rm -rf .libs _libs
593
594distclean-libtool:
595	-rm -f libtool config.lt
596install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
597	@$(NORMAL_INSTALL)
598	@list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
599	if test -n "$$list"; then \
600	  echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
601	  $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
602	fi; \
603	$(am__nobase_list) | while read dir files; do \
604	  xfiles=; for file in $$files; do \
605	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
606	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
607	  test -z "$$xfiles" || { \
608	    test "x$$dir" = x. || { \
609	      echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
610	      $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)/$$dir"; }; \
611	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
612	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libsubincludedir)/$$dir" || exit $$?; }; \
613	done
614
615uninstall-nobase_libsubincludeHEADERS:
616	@$(NORMAL_UNINSTALL)
617	@list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
618	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
619	dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
620
621ID: $(am__tagged_files)
622	$(am__define_uniq_tagged_files); mkid -fID $$unique
623tags: tags-am
624TAGS: tags
625
626tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627	set x; \
628	here=`pwd`; \
629	$(am__define_uniq_tagged_files); \
630	shift; \
631	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632	  test -n "$$unique" || unique=$$empty_fix; \
633	  if test $$# -gt 0; then \
634	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635	      "$$@" $$unique; \
636	  else \
637	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
638	      $$unique; \
639	  fi; \
640	fi
641ctags: ctags-am
642
643CTAGS: ctags
644ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645	$(am__define_uniq_tagged_files); \
646	test -z "$(CTAGS_ARGS)$$unique" \
647	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
648	     $$unique
649
650GTAGS:
651	here=`$(am__cd) $(top_builddir) && pwd` \
652	  && $(am__cd) $(top_srcdir) \
653	  && gtags -i $(GTAGS_ARGS) "$$here"
654cscope: cscope.files
655	test ! -s cscope.files \
656	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
657clean-cscope:
658	-rm -f cscope.files
659cscope.files: clean-cscope cscopelist
660cscopelist: cscopelist-am
661
662cscopelist-am: $(am__tagged_files)
663	list='$(am__tagged_files)'; \
664	case "$(srcdir)" in \
665	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
666	  *) sdir=$(subdir)/$(srcdir) ;; \
667	esac; \
668	for i in $$list; do \
669	  if test -f "$$i"; then \
670	    echo "$(subdir)/$$i"; \
671	  else \
672	    echo "$$sdir/$$i"; \
673	  fi; \
674	done >> $(top_builddir)/cscope.files
675
676distclean-tags:
677	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
679check-am: all-am
680check: check-am
681all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h all-local
682installdirs:
683	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
684	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
685	done
686install: install-am
687install-exec: install-exec-am
688install-data: install-data-am
689uninstall: uninstall-am
690
691install-am: all-am
692	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
693
694installcheck: installcheck-am
695install-strip:
696	if test -z '$(STRIP)'; then \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	      install; \
700	else \
701	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
704	fi
705mostlyclean-generic:
706
707clean-generic:
708
709distclean-generic:
710	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
712
713maintainer-clean-generic:
714	@echo "This command is intended for maintainers to use"
715	@echo "it deletes files that may require special tools to rebuild."
716clean: clean-am
717
718clean-am: clean-generic clean-libtool clean-local \
719	clean-toolexeclibLTLIBRARIES mostlyclean-am
720
721distclean: distclean-am
722	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
723	-rm -rf ./$(DEPDIR)
724	-rm -f Makefile
725distclean-am: clean-am distclean-compile distclean-generic \
726	distclean-hdr distclean-libtool distclean-local distclean-tags
727
728dvi: dvi-am
729
730dvi-am:
731
732html: html-am
733
734html-am:
735
736info: info-am
737
738info-am:
739
740install-data-am: install-nobase_libsubincludeHEADERS
741
742install-dvi: install-dvi-am
743
744install-dvi-am:
745
746install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
747
748install-html: install-html-am
749
750install-html-am:
751
752install-info: install-info-am
753
754install-info-am:
755
756install-man:
757
758install-pdf: install-pdf-am
759
760install-pdf-am:
761
762install-ps: install-ps-am
763
764install-ps-am:
765
766installcheck-am:
767
768maintainer-clean: maintainer-clean-am
769	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
770	-rm -rf $(top_srcdir)/autom4te.cache
771	-rm -rf ./$(DEPDIR)
772	-rm -f Makefile
773maintainer-clean-am: distclean-am maintainer-clean-generic \
774	maintainer-clean-local
775
776mostlyclean: mostlyclean-am
777
778mostlyclean-am: mostlyclean-compile mostlyclean-generic \
779	mostlyclean-libtool mostlyclean-local
780
781pdf: pdf-am
782
783pdf-am:
784
785ps: ps-am
786
787ps-am:
788
789uninstall-am: uninstall-nobase_libsubincludeHEADERS \
790	uninstall-toolexeclibLTLIBRARIES
791
792.MAKE: all install-am install-strip
793
794.PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
795	check-am clean clean-cscope clean-generic clean-libtool \
796	clean-local clean-toolexeclibLTLIBRARIES cscope cscopelist-am \
797	ctags ctags-am distclean distclean-compile distclean-generic \
798	distclean-hdr distclean-libtool distclean-local distclean-tags \
799	dvi dvi-am html html-am info info-am install install-am \
800	install-data install-data-am install-dvi install-dvi-am \
801	install-exec install-exec-am install-exec-local install-html \
802	install-html-am install-info install-info-am install-man \
803	install-nobase_libsubincludeHEADERS install-pdf install-pdf-am \
804	install-ps install-ps-am install-strip \
805	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
806	installdirs maintainer-clean maintainer-clean-generic \
807	maintainer-clean-local mostlyclean mostlyclean-compile \
808	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
809	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
810	uninstall-nobase_libsubincludeHEADERS \
811	uninstall-toolexeclibLTLIBRARIES
812
813.PRECIOUS: Makefile
814
815@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ssp.map-sun : $(srcdir)/ssp.map \
816@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@		$(top_srcdir)/../contrib/make_sunver.pl \
817@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@		$(libssp_la_OBJECTS) $(libssp_la_LIBADD)
818@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	perl $(top_srcdir)/../contrib/make_sunver.pl \
819@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	  $(srcdir)/ssp.map \
820@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	  $(libssp_la_OBJECTS:%.lo=.libs/%.o) \
821@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	 `echo $(libssp_la_LIBADD) | \
822@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	    sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
823@LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	 > $@ || (rm -f $@ ; exit 1)
824
825# GNU Make needs to see an explicit $(MAKE) variable in the command it
826# runs to enable its job server during parallel builds.  Hence the
827# comments below.
828all-multi:
829	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
830install-multi:
831	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
832mostlyclean-multi:
833	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
834clean-multi:
835	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
836distclean-multi:
837	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
838maintainer-clean-multi:
839	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
840
841.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
842	      install-multi maintainer-clean-multi mostlyclean-multi
843
844install-exec-local: install-multi
845
846all-local: all-multi
847mostlyclean-local: mostlyclean-multi
848clean-local: clean-multi
849distclean-local: distclean-multi
850maintainer-clean-local: maintainer-clean-multi
851
852# Tell versions [3.59,3.63) of GNU make to not export all variables.
853# Otherwise a system limit (for SysV at least) may be exceeded.
854.NOEXPORT:
855