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