comparison libssp/Makefile.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 16
18 17
19 VPATH = @srcdir@ 18 VPATH = @srcdir@
20 am__make_dryrun = \ 19 am__is_gnu_make = { \
21 { \ 20 if test -z '$(MAKELEVEL)'; then \
22 am__dry=no; \ 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 }
30 am__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 \
23 case $$MAKEFLAGS in \ 42 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \ 43 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 44 bs=\\; \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
27 *) \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
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; \ 47 esac; \
35 test $$am__dry = yes; \ 48 fi; \
36 } 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
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 pkgdatadir = $(datadir)/@PACKAGE@ 74 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@ 75 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@ 76 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@ 77 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 POST_UNINSTALL = : 89 POST_UNINSTALL = :
53 build_triplet = @build@ 90 build_triplet = @build@
54 host_triplet = @host@ 91 host_triplet = @host@
55 target_triplet = @target@ 92 target_triplet = @target@
56 subdir = . 93 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 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 95 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
96 $(top_srcdir)/../config/cet.m4 \
64 $(top_srcdir)/../config/depstand.m4 \ 97 $(top_srcdir)/../config/depstand.m4 \
98 $(top_srcdir)/../config/enable.m4 \
65 $(top_srcdir)/../config/lead-dot.m4 \ 99 $(top_srcdir)/../config/lead-dot.m4 \
66 $(top_srcdir)/../config/lthostflags.m4 \ 100 $(top_srcdir)/../config/lthostflags.m4 \
67 $(top_srcdir)/../config/multi.m4 \ 101 $(top_srcdir)/../config/multi.m4 \
68 $(top_srcdir)/../config/no-executables.m4 \ 102 $(top_srcdir)/../config/no-executables.m4 \
69 $(top_srcdir)/../config/override.m4 \ 103 $(top_srcdir)/../config/override.m4 \
104 $(top_srcdir)/../config/toolexeclibdir.m4 \
70 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 105 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
71 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 106 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
72 $(top_srcdir)/../lt~obsolete.m4 \ 107 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
73 $(top_srcdir)/../config/enable.m4 \
74 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
75 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76 $(ACLOCAL_M4) 109 $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
111 $(am__configure_deps) $(nobase_libsubinclude_HEADERS)
77 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
78 configure.lineno config.status.lineno 113 configure.lineno config.status.lineno
79 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
80 CONFIG_HEADER = config.h 115 CONFIG_HEADER = config.h
81 CONFIG_CLEAN_FILES = ssp/ssp.h 116 CONFIG_CLEAN_FILES = ssp/ssp.h
113 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \ 148 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
114 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \ 149 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
115 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \ 150 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
116 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo 151 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
117 libssp_la_OBJECTS = $(am_libssp_la_OBJECTS) 152 libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
118 libssp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 153 AM_V_lt = $(am__v_lt_@AM_V@)
154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 am__v_lt_0 = --silent
156 am__v_lt_1 =
157 libssp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
120 $(libssp_la_LDFLAGS) $(LDFLAGS) -o $@ 159 $(libssp_la_LDFLAGS) $(LDFLAGS) -o $@
121 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo 160 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
122 libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS) 161 libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
123 libssp_nonshared_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 162 libssp_nonshared_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
124 $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 163 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
125 $(libssp_nonshared_la_CFLAGS) $(CFLAGS) \ 164 $(libssp_nonshared_la_CFLAGS) $(CFLAGS) \
126 $(libssp_nonshared_la_LDFLAGS) $(LDFLAGS) -o $@ 165 $(libssp_nonshared_la_LDFLAGS) $(LDFLAGS) -o $@
166 AM_V_P = $(am__v_P_@AM_V@)
167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168 am__v_P_0 = false
169 am__v_P_1 = :
170 AM_V_GEN = $(am__v_GEN_@AM_V@)
171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172 am__v_GEN_0 = @echo " GEN " $@;
173 am__v_GEN_1 =
174 AM_V_at = $(am__v_at_@AM_V@)
175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176 am__v_at_0 = @
177 am__v_at_1 =
127 DEFAULT_INCLUDES = -I.@am__isrc@ 178 DEFAULT_INCLUDES = -I.@am__isrc@
128 depcomp = $(SHELL) $(top_srcdir)/../depcomp 179 depcomp = $(SHELL) $(top_srcdir)/../depcomp
129 am__depfiles_maybe = depfiles 180 am__depfiles_maybe = depfiles
130 am__mv = mv -f 181 am__mv = mv -f
131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 182 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 183 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 185 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 186 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187 $(AM_CFLAGS) $(CFLAGS)
188 AM_V_CC = $(am__v_CC_@AM_V@)
189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190 am__v_CC_0 = @echo " CC " $@;
191 am__v_CC_1 =
136 CCLD = $(CC) 192 CCLD = $(CC)
137 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 194 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139 $(LDFLAGS) -o $@ 195 $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198 am__v_CCLD_0 = @echo " CCLD " $@;
199 am__v_CCLD_1 =
140 SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES) 200 SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
141 MULTISRCTOP =
142 MULTIBUILDTOP =
143 MULTIDIRS =
144 MULTISUBDIR =
145 MULTIDO = true
146 MULTICLEAN = true
147 am__can_run_installinfo = \ 201 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \ 202 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \ 203 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \ 204 *) (install-info --version) >/dev/null 2>&1;; \
151 esac 205 esac
152 HEADERS = $(nobase_libsubinclude_HEADERS) 206 HEADERS = $(nobase_libsubinclude_HEADERS)
207 am__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.
212 am__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.
220 am__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)`
153 ETAGS = etags 225 ETAGS = etags
154 CTAGS = ctags 226 CTAGS = ctags
227 CSCOPE = cscope
228 AM_RECURSIVE_TARGETS = cscope
155 ACLOCAL = @ACLOCAL@ 229 ACLOCAL = @ACLOCAL@
156 AMTAR = @AMTAR@ 230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
157 AR = @AR@ 232 AR = @AR@
158 AUTOCONF = @AUTOCONF@ 233 AUTOCONF = @AUTOCONF@
159 AUTOHEADER = @AUTOHEADER@ 234 AUTOHEADER = @AUTOHEADER@
160 AUTOMAKE = @AUTOMAKE@ 235 AUTOMAKE = @AUTOMAKE@
161 AWK = @AWK@ 236 AWK = @AWK@
275 toolexecdir = @toolexecdir@ 350 toolexecdir = @toolexecdir@
276 toolexeclibdir = @toolexeclibdir@ 351 toolexeclibdir = @toolexeclibdir@
277 top_build_prefix = @top_build_prefix@ 352 top_build_prefix = @top_build_prefix@
278 top_builddir = @top_builddir@ 353 top_builddir = @top_builddir@
279 top_srcdir = @top_srcdir@ 354 top_srcdir = @top_srcdir@
280 AUTOMAKE_OPTIONS = 1.9.5 foreign 355 AUTOMAKE_OPTIONS = foreign
281 ACLOCAL_AMFLAGS = -I .. -I ../config 356 ACLOCAL_AMFLAGS = -I .. -I ../config
282 MAINT_CHARSET = latin1 357 MAINT_CHARSET = latin1
283 358
284 # May be used by various substitution variables. 359 # May be used by various substitution variables.
285 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) 360 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
354 "PICFLAG=$(PICFLAG)" \ 429 "PICFLAG=$(PICFLAG)" \
355 "RANLIB=$(RANLIB)" \ 430 "RANLIB=$(RANLIB)" \
356 "DESTDIR=$(DESTDIR)" 431 "DESTDIR=$(DESTDIR)"
357 432
358 MAKEOVERRIDES = 433 MAKEOVERRIDES =
434 MULTISRCTOP =
435 MULTIBUILDTOP =
436 MULTIDIRS =
437 MULTISUBDIR =
438 MULTIDO = true
439 MULTICLEAN = true
359 all: config.h 440 all: config.h
360 $(MAKE) $(AM_MAKEFLAGS) all-am 441 $(MAKE) $(AM_MAKEFLAGS) all-am
361 442
362 .SUFFIXES: 443 .SUFFIXES:
363 .SUFFIXES: .c .lo .o .obj 444 .SUFFIXES: .c .lo .o .obj
364 am--refresh: Makefile 445 am--refresh: Makefile
365 @: 446 @:
366 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 447 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
367 @for dep in $?; do \ 448 @for dep in $?; do \
368 case '$(am__configure_deps)' in \ 449 case '$(am__configure_deps)' in \
369 *$$dep*) \ 450 *$$dep*) \
370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 451 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
371 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 452 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
374 esac; \ 455 esac; \
375 done; \ 456 done; \
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
377 $(am__cd) $(top_srcdir) && \ 458 $(am__cd) $(top_srcdir) && \
378 $(AUTOMAKE) --foreign Makefile 459 $(AUTOMAKE) --foreign Makefile
379 .PRECIOUS: Makefile
380 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381 @case '$?' in \ 461 @case '$?' in \
382 *config.status*) \ 462 *config.status*) \
383 echo ' $(SHELL) ./config.status'; \ 463 echo ' $(SHELL) ./config.status'; \
384 $(SHELL) ./config.status;; \ 464 $(SHELL) ./config.status;; \
385 *) \ 465 *) \
386 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
387 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 467 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
388 esac; 468 esac;
469 $(top_srcdir)/../multilib.am $(am__empty):
389 470
390 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 471 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391 $(SHELL) ./config.status --recheck 472 $(SHELL) ./config.status --recheck
392 473
393 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 474 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
395 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 476 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
396 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 477 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
397 $(am__aclocal_m4_deps): 478 $(am__aclocal_m4_deps):
398 479
399 config.h: stamp-h1 480 config.h: stamp-h1
400 @if test ! -f $@; then rm -f stamp-h1; else :; fi 481 @test -f $@ || rm -f stamp-h1
401 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 482 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
402 483
403 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 484 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
404 @rm -f stamp-h1 485 @rm -f stamp-h1
405 cd $(top_builddir) && $(SHELL) ./config.status config.h 486 cd $(top_builddir) && $(SHELL) ./config.status config.h
406 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 487 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 491
411 distclean-hdr: 492 distclean-hdr:
412 -rm -f config.h stamp-h1 493 -rm -f config.h stamp-h1
413 ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in 494 ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
414 cd $(top_builddir) && $(SHELL) ./config.status $@ 495 cd $(top_builddir) && $(SHELL) ./config.status $@
496
415 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 497 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
416 @$(NORMAL_INSTALL) 498 @$(NORMAL_INSTALL)
417 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 499 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
418 list2=; for p in $$list; do \ 500 list2=; for p in $$list; do \
419 if test -f $$p; then \ 501 if test -f $$p; then \
436 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 518 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
437 done 519 done
438 520
439 clean-toolexeclibLTLIBRARIES: 521 clean-toolexeclibLTLIBRARIES:
440 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 522 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
441 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 523 @list='$(toolexeclib_LTLIBRARIES)'; \
442 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 524 locs=`for p in $$list; do echo $$p; done | \
443 test "$$dir" != "$$p" || dir=.; \ 525 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
444 echo "rm -f \"$${dir}/so_locations\""; \ 526 sort -u`; \
445 rm -f "$${dir}/so_locations"; \ 527 test -z "$$locs" || { \
446 done 528 echo rm -f $${locs}; \
529 rm -f $${locs}; \
530 }
531
447 libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) $(EXTRA_libssp_la_DEPENDENCIES) 532 libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) $(EXTRA_libssp_la_DEPENDENCIES)
448 $(libssp_la_LINK) -rpath $(toolexeclibdir) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS) 533 $(AM_V_CCLD)$(libssp_la_LINK) -rpath $(toolexeclibdir) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
534
449 libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES) $(EXTRA_libssp_nonshared_la_DEPENDENCIES) 535 libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES) $(EXTRA_libssp_nonshared_la_DEPENDENCIES)
450 $(libssp_nonshared_la_LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS) 536 $(AM_V_CCLD)$(libssp_nonshared_la_LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
451 537
452 mostlyclean-compile: 538 mostlyclean-compile:
453 -rm -f *.$(OBJEXT) 539 -rm -f *.$(OBJEXT)
454 540
455 distclean-compile: 541 distclean-compile:
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@ 557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@ 558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@ 559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
474 560
475 .c.o: 561 .c.o:
476 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 562 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
477 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 563 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 566 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
481 567
482 .c.obj: 568 .c.obj:
483 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 569 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
484 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 570 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
488 574
489 .c.lo: 575 .c.lo:
490 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 576 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
491 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 577 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
495 581
496 libssp_nonshared_la-ssp-local.lo: ssp-local.c 582 libssp_nonshared_la-ssp-local.lo: ssp-local.c
497 @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 583 @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
498 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo $(DEPDIR)/libssp_nonshared_la-ssp-local.Plo 584 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo $(DEPDIR)/libssp_nonshared_la-ssp-local.Plo
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@ 585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501 @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 587 @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
502 588
503 mostlyclean-libtool: 589 mostlyclean-libtool:
504 -rm -f *.lo 590 -rm -f *.lo
505 591
506 clean-libtool: 592 clean-libtool:
507 -rm -rf .libs _libs 593 -rm -rf .libs _libs
508 594
509 distclean-libtool: 595 distclean-libtool:
510 -rm -f libtool config.lt 596 -rm -f libtool config.lt
511
512 # GNU Make needs to see an explicit $(MAKE) variable in the command it
513 # runs to enable its job server during parallel builds. Hence the
514 # comments below.
515 all-multi:
516 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
517 install-multi:
518 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
519
520 mostlyclean-multi:
521 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
522 clean-multi:
523 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
524 distclean-multi:
525 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
526 maintainer-clean-multi:
527 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
528 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS) 597 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
529 @$(NORMAL_INSTALL) 598 @$(NORMAL_INSTALL)
530 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \ 599 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
531 if test -n "$$list"; then \ 600 if test -n "$$list"; then \
532 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \ 601 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
548 @$(NORMAL_UNINSTALL) 617 @$(NORMAL_UNINSTALL)
549 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \ 618 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
550 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 619 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
551 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir) 620 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
552 621
553 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 622 ID: $(am__tagged_files)
554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 623 $(am__define_uniq_tagged_files); mkid -fID $$unique
555 unique=`for i in $$list; do \ 624 tags: tags-am
556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 625 TAGS: tags
557 done | \ 626
558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 627 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
559 END { if (nonempty) { for (i in files) print i; }; }'`; \
560 mkid -fID $$unique
561 tags: TAGS
562
563 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
564 $(TAGS_FILES) $(LISP)
565 set x; \ 628 set x; \
566 here=`pwd`; \ 629 here=`pwd`; \
567 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 630 $(am__define_uniq_tagged_files); \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 shift; \ 631 shift; \
574 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 632 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
575 test -n "$$unique" || unique=$$empty_fix; \ 633 test -n "$$unique" || unique=$$empty_fix; \
576 if test $$# -gt 0; then \ 634 if test $$# -gt 0; then \
577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 635 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579 else \ 637 else \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 638 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581 $$unique; \ 639 $$unique; \
582 fi; \ 640 fi; \
583 fi 641 fi
584 ctags: CTAGS 642 ctags: ctags-am
585 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 643
586 $(TAGS_FILES) $(LISP) 644 CTAGS: ctags
587 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 645 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
588 unique=`for i in $$list; do \ 646 $(am__define_uniq_tagged_files); \
589 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590 done | \
591 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592 END { if (nonempty) { for (i in files) print i; }; }'`; \
593 test -z "$(CTAGS_ARGS)$$unique" \ 647 test -z "$(CTAGS_ARGS)$$unique" \
594 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 648 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595 $$unique 649 $$unique
596 650
597 GTAGS: 651 GTAGS:
598 here=`$(am__cd) $(top_builddir) && pwd` \ 652 here=`$(am__cd) $(top_builddir) && pwd` \
599 && $(am__cd) $(top_srcdir) \ 653 && $(am__cd) $(top_srcdir) \
600 && gtags -i $(GTAGS_ARGS) "$$here" 654 && gtags -i $(GTAGS_ARGS) "$$here"
655 cscope: cscope.files
656 test ! -s cscope.files \
657 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
658 clean-cscope:
659 -rm -f cscope.files
660 cscope.files: clean-cscope cscopelist
661 cscopelist: cscopelist-am
662
663 cscopelist-am: $(am__tagged_files)
664 list='$(am__tagged_files)'; \
665 case "$(srcdir)" in \
666 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
667 *) sdir=$(subdir)/$(srcdir) ;; \
668 esac; \
669 for i in $$list; do \
670 if test -f "$$i"; then \
671 echo "$(subdir)/$$i"; \
672 else \
673 echo "$$sdir/$$i"; \
674 fi; \
675 done >> $(top_builddir)/cscope.files
601 676
602 distclean-tags: 677 distclean-tags:
603 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
679 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
604 check-am: all-am 680 check-am: all-am
605 check: check-am 681 check: check-am
606 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h 682 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h all-local
607 installdirs: 683 installdirs:
608 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \ 684 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
609 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 685 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
610 done 686 done
611 install: install-am 687 install: install-am
636 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 712 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637 713
638 maintainer-clean-generic: 714 maintainer-clean-generic:
639 @echo "This command is intended for maintainers to use" 715 @echo "This command is intended for maintainers to use"
640 @echo "it deletes files that may require special tools to rebuild." 716 @echo "it deletes files that may require special tools to rebuild."
641 clean: clean-am clean-multi 717 clean: clean-am
642 718
643 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ 719 clean-am: clean-generic clean-libtool clean-local \
644 mostlyclean-am 720 clean-toolexeclibLTLIBRARIES mostlyclean-am
645 721
646 distclean: distclean-am distclean-multi 722 distclean: distclean-am
647 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 723 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
648 -rm -rf ./$(DEPDIR) 724 -rm -rf ./$(DEPDIR)
649 -rm -f Makefile 725 -rm -f Makefile
650 distclean-am: clean-am distclean-compile distclean-generic \ 726 distclean-am: clean-am distclean-compile distclean-generic \
651 distclean-hdr distclean-libtool distclean-tags 727 distclean-hdr distclean-libtool distclean-local distclean-tags
652 728
653 dvi: dvi-am 729 dvi: dvi-am
654 730
655 dvi-am: 731 dvi-am:
656 732
666 742
667 install-dvi: install-dvi-am 743 install-dvi: install-dvi-am
668 744
669 install-dvi-am: 745 install-dvi-am:
670 746
671 install-exec-am: install-multi install-toolexeclibLTLIBRARIES 747 install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
672 748
673 install-html: install-html-am 749 install-html: install-html-am
674 750
675 install-html-am: 751 install-html-am:
676 752
688 764
689 install-ps-am: 765 install-ps-am:
690 766
691 installcheck-am: 767 installcheck-am:
692 768
693 maintainer-clean: maintainer-clean-am maintainer-clean-multi 769 maintainer-clean: maintainer-clean-am
694 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 770 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
695 -rm -rf $(top_srcdir)/autom4te.cache 771 -rm -rf $(top_srcdir)/autom4te.cache
696 -rm -rf ./$(DEPDIR) 772 -rm -rf ./$(DEPDIR)
697 -rm -f Makefile 773 -rm -f Makefile
698 maintainer-clean-am: distclean-am maintainer-clean-generic 774 maintainer-clean-am: distclean-am maintainer-clean-generic \
699 775 maintainer-clean-local
700 mostlyclean: mostlyclean-am mostlyclean-multi 776
777 mostlyclean: mostlyclean-am
701 778
702 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 779 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
703 mostlyclean-libtool 780 mostlyclean-libtool mostlyclean-local
704 781
705 pdf: pdf-am 782 pdf: pdf-am
706 783
707 pdf-am: 784 pdf-am:
708 785
711 ps-am: 788 ps-am:
712 789
713 uninstall-am: uninstall-nobase_libsubincludeHEADERS \ 790 uninstall-am: uninstall-nobase_libsubincludeHEADERS \
714 uninstall-toolexeclibLTLIBRARIES 791 uninstall-toolexeclibLTLIBRARIES
715 792
716 .MAKE: all all-multi clean-multi distclean-multi install-am \ 793 .MAKE: all install-am install-strip
717 install-multi install-strip maintainer-clean-multi \ 794
718 mostlyclean-multi 795 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
719 796 check-am clean clean-cscope clean-generic clean-libtool \
720 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \ 797 clean-local clean-toolexeclibLTLIBRARIES cscope cscopelist-am \
721 clean clean-generic clean-libtool clean-multi \ 798 ctags ctags-am distclean distclean-compile distclean-generic \
722 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \ 799 distclean-hdr distclean-libtool distclean-local distclean-tags \
723 distclean-generic distclean-hdr distclean-libtool \ 800 dvi dvi-am html html-am info info-am install install-am \
724 distclean-multi distclean-tags dvi dvi-am html html-am info \ 801 install-data install-data-am install-dvi install-dvi-am \
725 info-am install install-am install-data install-data-am \ 802 install-exec install-exec-am install-exec-local install-html \
726 install-dvi install-dvi-am install-exec install-exec-am \ 803 install-html-am install-info install-info-am install-man \
727 install-html install-html-am install-info install-info-am \ 804 install-nobase_libsubincludeHEADERS install-pdf install-pdf-am \
728 install-man install-multi install-nobase_libsubincludeHEADERS \ 805 install-ps install-ps-am install-strip \
729 install-pdf install-pdf-am install-ps install-ps-am \ 806 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
730 install-strip install-toolexeclibLTLIBRARIES installcheck \ 807 installdirs maintainer-clean maintainer-clean-generic \
731 installcheck-am installdirs maintainer-clean \ 808 maintainer-clean-local mostlyclean mostlyclean-compile \
732 maintainer-clean-generic maintainer-clean-multi mostlyclean \ 809 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
733 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 810 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
734 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \ 811 uninstall-nobase_libsubincludeHEADERS \
735 uninstall-am uninstall-nobase_libsubincludeHEADERS \
736 uninstall-toolexeclibLTLIBRARIES 812 uninstall-toolexeclibLTLIBRARIES
813
814 .PRECIOUS: Makefile
737 815
738 @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@ssp.map-sun : $(srcdir)/ssp.map \
739 @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@ $(top_srcdir)/../contrib/make_sunver.pl \
740 @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@ $(libssp_la_OBJECTS) $(libssp_la_LIBADD)
741 @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@ perl $(top_srcdir)/../contrib/make_sunver.pl \
743 @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@ $(libssp_la_OBJECTS:%.lo=.libs/%.o) \
744 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ `echo $(libssp_la_LIBADD) | \ 822 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ `echo $(libssp_la_LIBADD) | \
745 @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@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
746 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ > $@ || (rm -f $@ ; exit 1) 824 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@ > $@ || (rm -f $@ ; exit 1)
747 825
826 # GNU Make needs to see an explicit $(MAKE) variable in the command it
827 # runs to enable its job server during parallel builds. Hence the
828 # comments below.
829 all-multi:
830 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
831 install-multi:
832 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
833 mostlyclean-multi:
834 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
835 clean-multi:
836 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
837 distclean-multi:
838 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
839 maintainer-clean-multi:
840 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
841
842 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
843 install-multi maintainer-clean-multi mostlyclean-multi
844
845 install-exec-local: install-multi
846
847 all-local: all-multi
848 mostlyclean-local: mostlyclean-multi
849 clean-local: clean-multi
850 distclean-local: distclean-multi
851 maintainer-clean-local: maintainer-clean-multi
852
748 # Tell versions [3.59,3.63) of GNU make to not export all variables. 853 # Tell versions [3.59,3.63) of GNU make to not export all variables.
749 # Otherwise a system limit (for SysV at least) may be exceeded. 854 # Otherwise a system limit (for SysV at least) may be exceeded.
750 .NOEXPORT: 855 .NOEXPORT: