* builtins.def (BUILT_IN_SETJMP): Revert latest change.
[official-gcc.git] / libssp / Makefile.in
blob96b03ae124812d1b09e28b923cf9a9d171aab1ed
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 am__make_dryrun = \
21 { \
22 am__dry=no; \
23 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27 *) \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \
35 test $$am__dry = yes; \
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 subdir = .
57 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58 $(top_srcdir)/configure $(am__configure_deps) \
59 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
60 $(top_srcdir)/ssp/ssp.h.in $(srcdir)/../depcomp \
61 $(nobase_libsubinclude_HEADERS)
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
64 $(top_srcdir)/../config/depstand.m4 \
65 $(top_srcdir)/../config/lead-dot.m4 \
66 $(top_srcdir)/../config/lthostflags.m4 \
67 $(top_srcdir)/../config/multi.m4 \
68 $(top_srcdir)/../config/no-executables.m4 \
69 $(top_srcdir)/../config/override.m4 \
70 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
71 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
72 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
76 configure.lineno config.status.lineno
77 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
78 CONFIG_HEADER = config.h
79 CONFIG_CLEAN_FILES = ssp/ssp.h
80 CONFIG_CLEAN_VPATH_FILES =
81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82 am__vpath_adj = case $$p in \
83 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84 *) f=$$p;; \
85 esac;
86 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
87 am__install_max = 40
88 am__nobase_strip_setup = \
89 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90 am__nobase_strip = \
91 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92 am__nobase_list = $(am__nobase_strip_setup); \
93 for p in $$list; do echo "$$p $$p"; done | \
94 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96 if (++n[$$2] == $(am__install_max)) \
97 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98 END { for (dir in files) print dir, files[dir] }'
99 am__base_list = \
100 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102 am__uninstall_files_from_dir = { \
103 test -z "$$files" \
104 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
105 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
106 $(am__cd) "$$dir" && rm -f $$files; }; \
108 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
109 "$(DESTDIR)$(libsubincludedir)"
110 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
111 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
112 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
113 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
114 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
115 libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
116 libssp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
117 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
118 $(libssp_la_LDFLAGS) $(LDFLAGS) -o $@
119 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
120 libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
121 libssp_nonshared_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
122 $(LIBTOOLFLAGS) --mode=link $(CCLD) \
123 $(libssp_nonshared_la_CFLAGS) $(CFLAGS) \
124 $(libssp_nonshared_la_LDFLAGS) $(LDFLAGS) -o $@
125 DEFAULT_INCLUDES = -I.@am__isrc@
126 depcomp = $(SHELL) $(top_srcdir)/../depcomp
127 am__depfiles_maybe = depfiles
128 am__mv = mv -f
129 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 CCLD = $(CC)
135 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
137 $(LDFLAGS) -o $@
138 SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
139 MULTISRCTOP =
140 MULTIBUILDTOP =
141 MULTIDIRS =
142 MULTISUBDIR =
143 MULTIDO = true
144 MULTICLEAN = true
145 am__can_run_installinfo = \
146 case $$AM_UPDATE_INFO_DIR in \
147 n|no|NO) false;; \
148 *) (install-info --version) >/dev/null 2>&1;; \
149 esac
150 HEADERS = $(nobase_libsubinclude_HEADERS)
151 ETAGS = etags
152 CTAGS = ctags
153 ACLOCAL = @ACLOCAL@
154 AMTAR = @AMTAR@
155 AR = @AR@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CPP = @CPP@
164 CPPFLAGS = @CPPFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 DEFS = @DEFS@
167 DEPDIR = @DEPDIR@
168 DSYMUTIL = @DSYMUTIL@
169 DUMPBIN = @DUMPBIN@
170 ECHO_C = @ECHO_C@
171 ECHO_N = @ECHO_N@
172 ECHO_T = @ECHO_T@
173 EGREP = @EGREP@
174 EXEEXT = @EXEEXT@
175 FGREP = @FGREP@
176 GREP = @GREP@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LIBTOOL = @LIBTOOL@
187 LIPO = @LIPO@
188 LN_S = @LN_S@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAINT = @MAINT@
191 MAKEINFO = @MAKEINFO@
192 MKDIR_P = @MKDIR_P@
193 NM = @NM@
194 NMEDIT = @NMEDIT@
195 OBJDUMP = @OBJDUMP@
196 OBJEXT = @OBJEXT@
197 OTOOL = @OTOOL@
198 OTOOL64 = @OTOOL64@
199 PACKAGE = @PACKAGE@
200 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201 PACKAGE_NAME = @PACKAGE_NAME@
202 PACKAGE_STRING = @PACKAGE_STRING@
203 PACKAGE_TARNAME = @PACKAGE_TARNAME@
204 PACKAGE_URL = @PACKAGE_URL@
205 PACKAGE_VERSION = @PACKAGE_VERSION@
206 PATH_SEPARATOR = @PATH_SEPARATOR@
207 RANLIB = @RANLIB@
208 SED = @SED@
209 SET_MAKE = @SET_MAKE@
210 SHELL = @SHELL@
211 STRIP = @STRIP@
212 VERSION = @VERSION@
213 abs_builddir = @abs_builddir@
214 abs_srcdir = @abs_srcdir@
215 abs_top_builddir = @abs_top_builddir@
216 abs_top_srcdir = @abs_top_srcdir@
217 ac_ct_CC = @ac_ct_CC@
218 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219 am__include = @am__include@
220 am__leading_dot = @am__leading_dot@
221 am__quote = @am__quote@
222 am__tar = @am__tar@
223 am__untar = @am__untar@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 datadir = @datadir@
232 datarootdir = @datarootdir@
233 docdir = @docdir@
234 dvidir = @dvidir@
235 enable_shared = @enable_shared@
236 enable_static = @enable_static@
237 exec_prefix = @exec_prefix@
238 get_gcc_base_ver = @get_gcc_base_ver@
239 host = @host@
240 host_alias = @host_alias@
241 host_cpu = @host_cpu@
242 host_os = @host_os@
243 host_vendor = @host_vendor@
244 htmldir = @htmldir@
245 includedir = @includedir@
246 infodir = @infodir@
247 install_sh = @install_sh@
248 libdir = @libdir@
249 libexecdir = @libexecdir@
250 localedir = @localedir@
251 localstatedir = @localstatedir@
252 lt_host_flags = @lt_host_flags@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 multi_basedir = @multi_basedir@
256 oldincludedir = @oldincludedir@
257 pdfdir = @pdfdir@
258 prefix = @prefix@
259 program_transform_name = @program_transform_name@
260 psdir = @psdir@
261 sbindir = @sbindir@
262 sharedstatedir = @sharedstatedir@
263 srcdir = @srcdir@
264 ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
265 sysconfdir = @sysconfdir@
266 target = @target@
267 target_alias = @target_alias@
268 target_cpu = @target_cpu@
269 target_noncanonical = @target_noncanonical@
270 target_os = @target_os@
271 target_vendor = @target_vendor@
272 toolexecdir = @toolexecdir@
273 toolexeclibdir = @toolexeclibdir@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 AUTOMAKE_OPTIONS = 1.9.5 foreign
278 ACLOCAL_AMFLAGS = -I .. -I ../config
279 MAINT_CHARSET = latin1
281 # May be used by various substitution variables.
282 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
283 @LIBSSP_USE_SYMVER_FALSE@version_arg =
284 @LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
285 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,-M,ssp.map-sun
286 @LIBSSP_USE_SYMVER_FALSE@version_dep =
287 @LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
288 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = ssp.map-sun
289 AM_CFLAGS = -Wall
290 toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
291 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
292 nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
293 libssp_la_SOURCES = \
294 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
295 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
296 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
297 vsnprintf-chk.c vsprintf-chk.c
299 libssp_la_LIBADD =
300 libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
301 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
302 $(version_arg) $(lt_host_flags)
304 libssp_nonshared_la_SOURCES = \
305 ssp-local.c
307 libssp_nonshared_la_CFLAGS = -prefer-pic
308 libssp_nonshared_la_LIBADD =
309 libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
310 libssp_nonshared_la_LDFLAGS = -static
312 # XXX hack alert
313 # From libffi/Makefile.am
315 # Work around what appears to be a GNU make bug handling MAKEFLAGS
316 # values defined in terms of make variables, as is the case for CC and
317 # friends when we are called from the top level Makefile.
318 AM_MAKEFLAGS = \
319 "AR_FLAGS=$(AR_FLAGS)" \
320 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
321 "CFLAGS=$(CFLAGS)" \
322 "CXXFLAGS=$(CXXFLAGS)" \
323 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
324 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
325 "INSTALL=$(INSTALL)" \
326 "INSTALL_DATA=$(INSTALL_DATA)" \
327 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
328 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
329 "JC1FLAGS=$(JC1FLAGS)" \
330 "LDFLAGS=$(LDFLAGS)" \
331 "LIBCFLAGS=$(LIBCFLAGS)" \
332 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
333 "MAKE=$(MAKE)" \
334 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
335 "PICFLAG=$(PICFLAG)" \
336 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
337 "SHELL=$(SHELL)" \
338 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
339 "exec_prefix=$(exec_prefix)" \
340 "infodir=$(infodir)" \
341 "libdir=$(libdir)" \
342 "prefix=$(prefix)" \
343 "includedir=$(includedir)" \
344 "AR=$(AR)" \
345 "AS=$(AS)" \
346 "CC=$(CC)" \
347 "CXX=$(CXX)" \
348 "LD=$(LD)" \
349 "LIBCFLAGS=$(LIBCFLAGS)" \
350 "NM=$(NM)" \
351 "PICFLAG=$(PICFLAG)" \
352 "RANLIB=$(RANLIB)" \
353 "DESTDIR=$(DESTDIR)"
355 MAKEOVERRIDES =
356 all: config.h
357 $(MAKE) $(AM_MAKEFLAGS) all-am
359 .SUFFIXES:
360 .SUFFIXES: .c .lo .o .obj
361 am--refresh: Makefile
363 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
364 @for dep in $?; do \
365 case '$(am__configure_deps)' in \
366 *$$dep*) \
367 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
368 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
369 && exit 0; \
370 exit 1;; \
371 esac; \
372 done; \
373 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
374 $(am__cd) $(top_srcdir) && \
375 $(AUTOMAKE) --foreign Makefile
376 .PRECIOUS: Makefile
377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378 @case '$?' in \
379 *config.status*) \
380 echo ' $(SHELL) ./config.status'; \
381 $(SHELL) ./config.status;; \
382 *) \
383 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
384 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
385 esac;
387 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388 $(SHELL) ./config.status --recheck
390 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
391 $(am__cd) $(srcdir) && $(AUTOCONF)
392 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
393 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
394 $(am__aclocal_m4_deps):
396 config.h: stamp-h1
397 @if test ! -f $@; then rm -f stamp-h1; else :; fi
398 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
400 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
401 @rm -f stamp-h1
402 cd $(top_builddir) && $(SHELL) ./config.status config.h
403 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
404 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
405 rm -f stamp-h1
406 touch $@
408 distclean-hdr:
409 -rm -f config.h stamp-h1
410 ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
411 cd $(top_builddir) && $(SHELL) ./config.status $@
412 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
413 @$(NORMAL_INSTALL)
414 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
415 list2=; for p in $$list; do \
416 if test -f $$p; then \
417 list2="$$list2 $$p"; \
418 else :; fi; \
419 done; \
420 test -z "$$list2" || { \
421 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
422 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
423 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
424 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
427 uninstall-toolexeclibLTLIBRARIES:
428 @$(NORMAL_UNINSTALL)
429 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
430 for p in $$list; do \
431 $(am__strip_dir) \
432 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
433 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
434 done
436 clean-toolexeclibLTLIBRARIES:
437 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
438 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
439 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
440 test "$$dir" != "$$p" || dir=.; \
441 echo "rm -f \"$${dir}/so_locations\""; \
442 rm -f "$${dir}/so_locations"; \
443 done
444 libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) $(EXTRA_libssp_la_DEPENDENCIES)
445 $(libssp_la_LINK) -rpath $(toolexeclibdir) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
446 libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES) $(EXTRA_libssp_nonshared_la_DEPENDENCIES)
447 $(libssp_nonshared_la_LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
449 mostlyclean-compile:
450 -rm -f *.$(OBJEXT)
452 distclean-compile:
453 -rm -f *.tab.c
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy-chk.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset-chk.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf-chk.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf-chk.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssp.Plo@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat-chk.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy-chk.Plo@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat-chk.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
472 .c.o:
473 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
479 .c.obj:
480 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
481 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
486 .c.lo:
487 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
488 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
493 libssp_nonshared_la-ssp-local.lo: ssp-local.c
494 @am__fastdepCC_TRUE@ $(LIBTOOL) --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
495 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo $(DEPDIR)/libssp_nonshared_la-ssp-local.Plo
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCC_FALSE@ $(LIBTOOL) --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
500 mostlyclean-libtool:
501 -rm -f *.lo
503 clean-libtool:
504 -rm -rf .libs _libs
506 distclean-libtool:
507 -rm -f libtool config.lt
509 # GNU Make needs to see an explicit $(MAKE) variable in the command it
510 # runs to enable its job server during parallel builds. Hence the
511 # comments below.
512 all-multi:
513 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
514 install-multi:
515 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
517 mostlyclean-multi:
518 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
519 clean-multi:
520 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
521 distclean-multi:
522 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
523 maintainer-clean-multi:
524 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
525 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
526 @$(NORMAL_INSTALL)
527 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
528 if test -n "$$list"; then \
529 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
530 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
531 fi; \
532 $(am__nobase_list) | while read dir files; do \
533 xfiles=; for file in $$files; do \
534 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
535 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
536 test -z "$$xfiles" || { \
537 test "x$$dir" = x. || { \
538 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
539 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)/$$dir"; }; \
540 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
541 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libsubincludedir)/$$dir" || exit $$?; }; \
542 done
544 uninstall-nobase_libsubincludeHEADERS:
545 @$(NORMAL_UNINSTALL)
546 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
547 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
548 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
550 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
551 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
552 unique=`for i in $$list; do \
553 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554 done | \
555 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556 END { if (nonempty) { for (i in files) print i; }; }'`; \
557 mkid -fID $$unique
558 tags: TAGS
560 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
561 $(TAGS_FILES) $(LISP)
562 set x; \
563 here=`pwd`; \
564 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
565 unique=`for i in $$list; do \
566 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567 done | \
568 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569 END { if (nonempty) { for (i in files) print i; }; }'`; \
570 shift; \
571 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572 test -n "$$unique" || unique=$$empty_fix; \
573 if test $$# -gt 0; then \
574 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575 "$$@" $$unique; \
576 else \
577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578 $$unique; \
579 fi; \
581 ctags: CTAGS
582 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
583 $(TAGS_FILES) $(LISP)
584 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
585 unique=`for i in $$list; do \
586 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587 done | \
588 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589 END { if (nonempty) { for (i in files) print i; }; }'`; \
590 test -z "$(CTAGS_ARGS)$$unique" \
591 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592 $$unique
594 GTAGS:
595 here=`$(am__cd) $(top_builddir) && pwd` \
596 && $(am__cd) $(top_srcdir) \
597 && gtags -i $(GTAGS_ARGS) "$$here"
599 distclean-tags:
600 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
601 check-am: all-am
602 check: check-am
603 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
604 installdirs:
605 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
606 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
607 done
608 install: install-am
609 install-exec: install-exec-am
610 install-data: install-data-am
611 uninstall: uninstall-am
613 install-am: all-am
614 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
616 installcheck: installcheck-am
617 install-strip:
618 if test -z '$(STRIP)'; then \
619 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 install; \
622 else \
623 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
627 mostlyclean-generic:
629 clean-generic:
631 distclean-generic:
632 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
635 maintainer-clean-generic:
636 @echo "This command is intended for maintainers to use"
637 @echo "it deletes files that may require special tools to rebuild."
638 clean: clean-am clean-multi
640 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
641 mostlyclean-am
643 distclean: distclean-am distclean-multi
644 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
645 -rm -rf ./$(DEPDIR)
646 -rm -f Makefile
647 distclean-am: clean-am distclean-compile distclean-generic \
648 distclean-hdr distclean-libtool distclean-tags
650 dvi: dvi-am
652 dvi-am:
654 html: html-am
656 html-am:
658 info: info-am
660 info-am:
662 install-data-am: install-nobase_libsubincludeHEADERS
664 install-dvi: install-dvi-am
666 install-dvi-am:
668 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
670 install-html: install-html-am
672 install-html-am:
674 install-info: install-info-am
676 install-info-am:
678 install-man:
680 install-pdf: install-pdf-am
682 install-pdf-am:
684 install-ps: install-ps-am
686 install-ps-am:
688 installcheck-am:
690 maintainer-clean: maintainer-clean-am maintainer-clean-multi
691 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
692 -rm -rf $(top_srcdir)/autom4te.cache
693 -rm -rf ./$(DEPDIR)
694 -rm -f Makefile
695 maintainer-clean-am: distclean-am maintainer-clean-generic
697 mostlyclean: mostlyclean-am mostlyclean-multi
699 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
700 mostlyclean-libtool
702 pdf: pdf-am
704 pdf-am:
706 ps: ps-am
708 ps-am:
710 uninstall-am: uninstall-nobase_libsubincludeHEADERS \
711 uninstall-toolexeclibLTLIBRARIES
713 .MAKE: all all-multi clean-multi distclean-multi install-am \
714 install-multi install-strip maintainer-clean-multi \
715 mostlyclean-multi
717 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \
718 clean clean-generic clean-libtool clean-multi \
719 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
720 distclean-generic distclean-hdr distclean-libtool \
721 distclean-multi distclean-tags dvi dvi-am html html-am info \
722 info-am install install-am install-data install-data-am \
723 install-dvi install-dvi-am install-exec install-exec-am \
724 install-html install-html-am install-info install-info-am \
725 install-man install-multi install-nobase_libsubincludeHEADERS \
726 install-pdf install-pdf-am install-ps install-ps-am \
727 install-strip install-toolexeclibLTLIBRARIES installcheck \
728 installcheck-am installdirs maintainer-clean \
729 maintainer-clean-generic maintainer-clean-multi mostlyclean \
730 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
731 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
732 uninstall-am uninstall-nobase_libsubincludeHEADERS \
733 uninstall-toolexeclibLTLIBRARIES
735 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ssp.map-sun : $(srcdir)/ssp.map \
736 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
737 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ $(libssp_la_OBJECTS) $(libssp_la_LIBADD)
738 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
739 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ $(srcdir)/ssp.map \
740 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ $(libssp_la_OBJECTS:%.lo=.libs/%.o) \
741 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ `echo $(libssp_la_LIBADD) | \
742 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
743 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ > $@ || (rm -f $@ ; exit 1)
745 # Tell versions [3.59,3.63) of GNU make to not export all variables.
746 # Otherwise a system limit (for SysV at least) may be exceeded.
747 .NOEXPORT: