Makefile.in 30 KB

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