Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  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. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am__append_1 = libvtv_stubs.la
  88. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__append_2 = obstack.c
  89. subdir = .
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  92. $(top_srcdir)/../config/depstand.m4 \
  93. $(top_srcdir)/../config/lead-dot.m4 \
  94. $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
  95. $(top_srcdir)/../config/lthostflags.m4 \
  96. $(top_srcdir)/../config/multi.m4 \
  97. $(top_srcdir)/../config/override.m4 \
  98. $(top_srcdir)/../config/toolexeclibdir.m4 \
  99. $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
  100. $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
  101. $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
  102. $(top_srcdir)/../config/enable.m4 \
  103. $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
  104. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  105. $(ACLOCAL_M4)
  106. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  107. $(am__configure_deps) $(am__libvtv_include_HEADERS_DIST)
  108. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  109. configure.lineno config.status.lineno
  110. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  111. CONFIG_CLEAN_FILES =
  112. CONFIG_CLEAN_VPATH_FILES =
  113. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  114. am__vpath_adj = case $$p in \
  115. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  116. *) f=$$p;; \
  117. esac;
  118. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  119. am__install_max = 40
  120. am__nobase_strip_setup = \
  121. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  122. am__nobase_strip = \
  123. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  124. am__nobase_list = $(am__nobase_strip_setup); \
  125. for p in $$list; do echo "$$p $$p"; done | \
  126. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  127. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  128. if (++n[$$2] == $(am__install_max)) \
  129. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  130. END { for (dir in files) print dir, files[dir] }'
  131. am__base_list = \
  132. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  133. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  134. am__uninstall_files_from_dir = { \
  135. test -z "$$files" \
  136. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  137. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  138. $(am__cd) "$$dir" && rm -f $$files; }; \
  139. }
  140. am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
  141. "$(DESTDIR)$(libvtv_includedir)"
  142. LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
  143. libvtv_la_DEPENDENCIES =
  144. am__objects_1 = vtv_start.lo vtv_malloc.lo vtv_rts.lo vtv_utils.lo \
  145. vtv_end.lo
  146. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__objects_2 = \
  147. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@ obstack.lo
  148. @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_OBJECTS = $(am__objects_1) \
  149. @ENABLE_VTABLE_VERIFY_TRUE@ $(am__objects_2)
  150. libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
  151. AM_V_lt = $(am__v_lt_@AM_V@)
  152. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  153. am__v_lt_0 = --silent
  154. am__v_lt_1 =
  155. libvtv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  156. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  157. $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@
  158. @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_rpath = -rpath \
  159. @ENABLE_VTABLE_VERIFY_TRUE@ $(toolexeclibdir)
  160. libvtv_stubs_la_LIBADD =
  161. am__objects_3 = vtv_start.lo vtv_stubs.lo vtv_end.lo
  162. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_OBJECTS = \
  163. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(am__objects_3)
  164. libvtv_stubs_la_OBJECTS = $(am_libvtv_stubs_la_OBJECTS)
  165. libvtv_stubs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
  166. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
  167. $(AM_CXXFLAGS) $(CXXFLAGS) $(libvtv_stubs_la_LDFLAGS) \
  168. $(LDFLAGS) -o $@
  169. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_rpath = \
  170. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ -rpath \
  171. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(toolexeclibdir)
  172. AM_V_P = $(am__v_P_@AM_V@)
  173. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  174. am__v_P_0 = false
  175. am__v_P_1 = :
  176. AM_V_GEN = $(am__v_GEN_@AM_V@)
  177. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  178. am__v_GEN_0 = @echo " GEN " $@;
  179. am__v_GEN_1 =
  180. AM_V_at = $(am__v_at_@AM_V@)
  181. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  182. am__v_at_0 = @
  183. am__v_at_1 =
  184. DEFAULT_INCLUDES = -I.@am__isrc@
  185. depcomp = $(SHELL) $(top_srcdir)/../depcomp
  186. am__depfiles_maybe = depfiles
  187. am__mv = mv -f
  188. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  189. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  190. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  191. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  192. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  193. $(AM_CFLAGS) $(CFLAGS)
  194. AM_V_CC = $(am__v_CC_@AM_V@)
  195. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  196. am__v_CC_0 = @echo " CC " $@;
  197. am__v_CC_1 =
  198. CCLD = $(CC)
  199. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  200. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  201. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  202. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  203. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  204. am__v_CCLD_0 = @echo " CCLD " $@;
  205. am__v_CCLD_1 =
  206. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  207. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  208. AM_V_CXX = $(am__v_CXX_@AM_V@)
  209. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  210. am__v_CXX_0 = @echo " CXX " $@;
  211. am__v_CXX_1 =
  212. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  213. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  214. am__v_CXXLD_0 = @echo " CXXLD " $@;
  215. am__v_CXXLD_1 =
  216. SOURCES = $(libvtv_la_SOURCES) $(libvtv_stubs_la_SOURCES)
  217. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  218. ctags-recursive dvi-recursive html-recursive info-recursive \
  219. install-data-recursive install-dvi-recursive \
  220. install-exec-recursive install-html-recursive \
  221. install-info-recursive install-pdf-recursive \
  222. install-ps-recursive install-recursive installcheck-recursive \
  223. installdirs-recursive pdf-recursive ps-recursive \
  224. tags-recursive uninstall-recursive
  225. am__can_run_installinfo = \
  226. case $$AM_UPDATE_INFO_DIR in \
  227. n|no|NO) false;; \
  228. *) (install-info --version) >/dev/null 2>&1;; \
  229. esac
  230. am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \
  231. vtv_set.h vtv_utils.h vtv_rts.h
  232. HEADERS = $(libvtv_include_HEADERS)
  233. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  234. distclean-recursive maintainer-clean-recursive
  235. am__recursive_targets = \
  236. $(RECURSIVE_TARGETS) \
  237. $(RECURSIVE_CLEAN_TARGETS) \
  238. $(am__extra_recursive_targets)
  239. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  240. cscope
  241. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  242. # Read a list of newline-separated strings from the standard input,
  243. # and print each of them once, without duplicates. Input order is
  244. # *not* preserved.
  245. am__uniquify_input = $(AWK) '\
  246. BEGIN { nonempty = 0; } \
  247. { items[$$0] = 1; nonempty = 1; } \
  248. END { if (nonempty) { for (i in items) print i; }; } \
  249. '
  250. # Make sure the list of sources is unique. This is necessary because,
  251. # e.g., the same source file might be shared among _SOURCES variables
  252. # for different programs/libraries.
  253. am__define_uniq_tagged_files = \
  254. list='$(am__tagged_files)'; \
  255. unique=`for i in $$list; do \
  256. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  257. done | $(am__uniquify_input)`
  258. ETAGS = etags
  259. CTAGS = ctags
  260. CSCOPE = cscope
  261. DIST_SUBDIRS = testsuite
  262. ACLOCAL = @ACLOCAL@
  263. AMTAR = @AMTAR@
  264. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  265. AR = @AR@
  266. AS = @AS@
  267. AUTOCONF = @AUTOCONF@
  268. AUTOHEADER = @AUTOHEADER@
  269. AUTOMAKE = @AUTOMAKE@
  270. AWK = @AWK@
  271. CC = @CC@
  272. CCAS = @CCAS@
  273. CCASFLAGS = @CCASFLAGS@
  274. CCDEPMODE = @CCDEPMODE@
  275. CFLAGS = @CFLAGS@
  276. CPP = @CPP@
  277. CPPFLAGS = @CPPFLAGS@
  278. CXX = @CXX@
  279. CXXCPP = @CXXCPP@
  280. CXXDEPMODE = @CXXDEPMODE@
  281. CXXFLAGS = @CXXFLAGS@
  282. CYGPATH_W = @CYGPATH_W@
  283. DEFS = @DEFS@
  284. DEPDIR = @DEPDIR@
  285. DSYMUTIL = @DSYMUTIL@
  286. DUMPBIN = @DUMPBIN@
  287. ECHO_C = @ECHO_C@
  288. ECHO_N = @ECHO_N@
  289. ECHO_T = @ECHO_T@
  290. EGREP = @EGREP@
  291. EXEEXT = @EXEEXT@
  292. FGREP = @FGREP@
  293. GREP = @GREP@
  294. INSTALL = @INSTALL@
  295. INSTALL_DATA = @INSTALL_DATA@
  296. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  297. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  298. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  299. LD = @LD@
  300. LDFLAGS = @LDFLAGS@
  301. LIBOBJS = @LIBOBJS@
  302. LIBS = @LIBS@
  303. LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
  304. LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
  305. LIBTOOL = @LIBTOOL@
  306. LIPO = @LIPO@
  307. LN_S = @LN_S@
  308. LTLIBOBJS = @LTLIBOBJS@
  309. MAINT = @MAINT@
  310. MAKEINFO = @MAKEINFO@
  311. MKDIR_P = @MKDIR_P@
  312. NM = @NM@
  313. NMEDIT = @NMEDIT@
  314. OBJDUMP = @OBJDUMP@
  315. OBJEXT = @OBJEXT@
  316. OTOOL = @OTOOL@
  317. OTOOL64 = @OTOOL64@
  318. PACKAGE = @PACKAGE@
  319. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  320. PACKAGE_NAME = @PACKAGE_NAME@
  321. PACKAGE_STRING = @PACKAGE_STRING@
  322. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  323. PACKAGE_URL = @PACKAGE_URL@
  324. PACKAGE_VERSION = @PACKAGE_VERSION@
  325. PATH_SEPARATOR = @PATH_SEPARATOR@
  326. RANLIB = @RANLIB@
  327. SED = @SED@
  328. SET_MAKE = @SET_MAKE@
  329. SHELL = @SHELL@
  330. STRIP = @STRIP@
  331. VERSION = @VERSION@
  332. XCFLAGS = @XCFLAGS@
  333. abs_builddir = @abs_builddir@
  334. abs_srcdir = @abs_srcdir@
  335. abs_top_builddir = @abs_top_builddir@
  336. abs_top_srcdir = @abs_top_srcdir@
  337. ac_ct_CC = @ac_ct_CC@
  338. ac_ct_CXX = @ac_ct_CXX@
  339. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  340. am__include = @am__include@
  341. am__leading_dot = @am__leading_dot@
  342. am__quote = @am__quote@
  343. am__tar = @am__tar@
  344. am__untar = @am__untar@
  345. bindir = @bindir@
  346. build = @build@
  347. build_alias = @build_alias@
  348. build_cpu = @build_cpu@
  349. build_os = @build_os@
  350. build_vendor = @build_vendor@
  351. builddir = @builddir@
  352. datadir = @datadir@
  353. datarootdir = @datarootdir@
  354. docdir = @docdir@
  355. dvidir = @dvidir@
  356. enable_shared = @enable_shared@
  357. enable_static = @enable_static@
  358. exec_prefix = @exec_prefix@
  359. get_gcc_base_ver = @get_gcc_base_ver@
  360. host = @host@
  361. host_alias = @host_alias@
  362. host_cpu = @host_cpu@
  363. host_os = @host_os@
  364. host_vendor = @host_vendor@
  365. htmldir = @htmldir@
  366. includedir = @includedir@
  367. infodir = @infodir@
  368. install_sh = @install_sh@
  369. libdir = @libdir@
  370. libexecdir = @libexecdir@
  371. libtool_VERSION = @libtool_VERSION@
  372. libvtv_builddir = @libvtv_builddir@
  373. libvtv_srcdir = @libvtv_srcdir@
  374. localedir = @localedir@
  375. localstatedir = @localstatedir@
  376. lt_host_flags = @lt_host_flags@
  377. mandir = @mandir@
  378. mkdir_p = @mkdir_p@
  379. multi_basedir = @multi_basedir@
  380. oldincludedir = @oldincludedir@
  381. pdfdir = @pdfdir@
  382. prefix = @prefix@
  383. program_transform_name = @program_transform_name@
  384. psdir = @psdir@
  385. sbindir = @sbindir@
  386. sharedstatedir = @sharedstatedir@
  387. srcdir = @srcdir@
  388. sysconfdir = @sysconfdir@
  389. target = @target@
  390. target_alias = @target_alias@
  391. target_cpu = @target_cpu@
  392. target_noncanonical = @target_noncanonical@
  393. target_os = @target_os@
  394. target_vendor = @target_vendor@
  395. toolexecdir = @toolexecdir@
  396. toolexeclibdir = @toolexeclibdir@
  397. top_build_prefix = @top_build_prefix@
  398. top_builddir = @top_builddir@
  399. top_srcdir = @top_srcdir@
  400. toplevel_builddir = @toplevel_builddir@
  401. toplevel_srcdir = @toplevel_srcdir@
  402. @ENABLE_VTABLE_VERIFY_FALSE@SUBDIRS =
  403. @ENABLE_VTABLE_VERIFY_TRUE@SUBDIRS = testsuite
  404. ACLOCAL_AMFLAGS = -I .. -I ../config
  405. # May be used by toolexeclibdir.
  406. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
  407. AM_CPPFLAGS = -I$(top_srcdir)/../include
  408. AM_CFLAGS = $(XCFLAGS)
  409. AM_CCASFLAGS = $(XCFLAGS)
  410. AM_CXXFLAGS = $(XCFLAGS) $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
  411. -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
  412. @ENABLE_VTABLE_VERIFY_TRUE@toolexeclib_LTLIBRARIES = libvtv.la \
  413. @ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_1)
  414. vtv_headers = \
  415. vtv_map.h \
  416. vtv_malloc.h \
  417. vtv_fail.h \
  418. vtv_set.h \
  419. vtv_utils.h \
  420. vtv_rts.h
  421. vtv_sources = \
  422. vtv_start.c \
  423. vtv_malloc.cc \
  424. vtv_rts.cc \
  425. vtv_utils.cc \
  426. vtv_end.c
  427. vtv_stubs_sources = \
  428. vtv_start.c \
  429. vtv_stubs.cc \
  430. vtv_end.c
  431. libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
  432. # Link in vtv_start and vtv_end.
  433. BUILT_SOURCES = vtv_start.c vtv_end.c
  434. @VTV_CYGMIN_TRUE@libvtv_la_LIBADD = -lpsapi
  435. @VTV_CYGMIN_TRUE@libvtv_la_LDFLAGS = $(lt_host_flags)
  436. @VTV_CYGMIN_TRUE@libvtv_stubs_la_LDFLAGS = $(lt_host_flags)
  437. @ENABLE_VTABLE_VERIFY_FALSE@libvtv_la_SOURCES =
  438. @ENABLE_VTABLE_VERIFY_TRUE@libvtv_la_SOURCES = $(vtv_sources) \
  439. @ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_2)
  440. @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@libvtv_stubs_la_SOURCES = $(vtv_stubs_sources)
  441. @ENABLE_VTABLE_VERIFY_FALSE@libvtv_include_HEADERS =
  442. @ENABLE_VTABLE_VERIFY_TRUE@libvtv_include_HEADERS = $(vtv_headers)
  443. # Least ordering for dependencies mean linking w/o libstdc++ for as
  444. # long as the development of libvtv does not absolutely require it.
  445. CXXVTV = $(CC_FOR_TARGET)
  446. CXXLD = $(CC_FOR_TARGET)
  447. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  448. --mode=compile $(CXXVTV) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  449. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  450. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  451. --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  452. $(LDFLAGS) -o $@
  453. MULTISRCTOP =
  454. MULTIBUILDTOP =
  455. MULTIDIRS =
  456. MULTISUBDIR =
  457. MULTIDO = true
  458. MULTICLEAN = true
  459. all: $(BUILT_SOURCES)
  460. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  461. .SUFFIXES:
  462. .SUFFIXES: .c .cc .lo .o .obj
  463. am--refresh: Makefile
  464. @:
  465. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
  466. @for dep in $?; do \
  467. case '$(am__configure_deps)' in \
  468. *$$dep*) \
  469. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  470. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  471. && exit 0; \
  472. exit 1;; \
  473. esac; \
  474. done; \
  475. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  476. $(am__cd) $(top_srcdir) && \
  477. $(AUTOMAKE) --foreign Makefile
  478. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  479. @case '$?' in \
  480. *config.status*) \
  481. echo ' $(SHELL) ./config.status'; \
  482. $(SHELL) ./config.status;; \
  483. *) \
  484. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  485. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  486. esac;
  487. $(top_srcdir)/../multilib.am $(am__empty):
  488. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  489. $(SHELL) ./config.status --recheck
  490. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  491. $(am__cd) $(srcdir) && $(AUTOCONF)
  492. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  493. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  494. $(am__aclocal_m4_deps):
  495. install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
  496. @$(NORMAL_INSTALL)
  497. @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
  498. list2=; for p in $$list; do \
  499. if test -f $$p; then \
  500. list2="$$list2 $$p"; \
  501. else :; fi; \
  502. done; \
  503. test -z "$$list2" || { \
  504. echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
  505. $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
  506. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
  507. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
  508. }
  509. uninstall-toolexeclibLTLIBRARIES:
  510. @$(NORMAL_UNINSTALL)
  511. @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
  512. for p in $$list; do \
  513. $(am__strip_dir) \
  514. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
  515. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
  516. done
  517. clean-toolexeclibLTLIBRARIES:
  518. -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
  519. @list='$(toolexeclib_LTLIBRARIES)'; \
  520. locs=`for p in $$list; do echo $$p; done | \
  521. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  522. sort -u`; \
  523. test -z "$$locs" || { \
  524. echo rm -f $${locs}; \
  525. rm -f $${locs}; \
  526. }
  527. libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES)
  528. $(AM_V_CXXLD)$(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
  529. libvtv_stubs.la: $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_DEPENDENCIES) $(EXTRA_libvtv_stubs_la_DEPENDENCIES)
  530. $(AM_V_CXXLD)$(libvtv_stubs_la_LINK) $(am_libvtv_stubs_la_rpath) $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_LIBADD) $(LIBS)
  531. mostlyclean-compile:
  532. -rm -f *.$(OBJEXT)
  533. distclean-compile:
  534. -rm -f *.tab.c
  535. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Plo@am__quote@
  536. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_end.Plo@am__quote@
  537. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_malloc.Plo@am__quote@
  538. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_rts.Plo@am__quote@
  539. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_start.Plo@am__quote@
  540. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_stubs.Plo@am__quote@
  541. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@
  542. .c.o:
  543. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  544. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  545. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  546. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  547. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  548. .c.obj:
  549. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  550. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  551. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  552. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  553. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  554. .c.lo:
  555. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  556. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  557. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  558. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  559. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  560. .cc.o:
  561. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  562. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  563. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  564. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  565. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  566. .cc.obj:
  567. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  568. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  569. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  570. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  571. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  572. .cc.lo:
  573. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  574. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  575. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  576. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  577. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
  578. mostlyclean-libtool:
  579. -rm -f *.lo
  580. clean-libtool:
  581. -rm -rf .libs _libs
  582. distclean-libtool:
  583. -rm -f libtool config.lt
  584. install-libvtv_includeHEADERS: $(libvtv_include_HEADERS)
  585. @$(NORMAL_INSTALL)
  586. @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
  587. if test -n "$$list"; then \
  588. echo " $(MKDIR_P) '$(DESTDIR)$(libvtv_includedir)'"; \
  589. $(MKDIR_P) "$(DESTDIR)$(libvtv_includedir)" || exit 1; \
  590. fi; \
  591. for p in $$list; do \
  592. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  593. echo "$$d$$p"; \
  594. done | $(am__base_list) | \
  595. while read files; do \
  596. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libvtv_includedir)'"; \
  597. $(INSTALL_HEADER) $$files "$(DESTDIR)$(libvtv_includedir)" || exit $$?; \
  598. done
  599. uninstall-libvtv_includeHEADERS:
  600. @$(NORMAL_UNINSTALL)
  601. @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
  602. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  603. dir='$(DESTDIR)$(libvtv_includedir)'; $(am__uninstall_files_from_dir)
  604. # This directory's subdirectories are mostly independent; you can cd
  605. # into them and run 'make' without going through this Makefile.
  606. # To change the values of 'make' variables: instead of editing Makefiles,
  607. # (1) if the variable is set in 'config.status', edit 'config.status'
  608. # (which will cause the Makefiles to be regenerated when you run 'make');
  609. # (2) otherwise, pass the desired values on the 'make' command line.
  610. $(am__recursive_targets):
  611. @fail=; \
  612. if $(am__make_keepgoing); then \
  613. failcom='fail=yes'; \
  614. else \
  615. failcom='exit 1'; \
  616. fi; \
  617. dot_seen=no; \
  618. target=`echo $@ | sed s/-recursive//`; \
  619. case "$@" in \
  620. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  621. *) list='$(SUBDIRS)' ;; \
  622. esac; \
  623. for subdir in $$list; do \
  624. echo "Making $$target in $$subdir"; \
  625. if test "$$subdir" = "."; then \
  626. dot_seen=yes; \
  627. local_target="$$target-am"; \
  628. else \
  629. local_target="$$target"; \
  630. fi; \
  631. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  632. || eval $$failcom; \
  633. done; \
  634. if test "$$dot_seen" = "no"; then \
  635. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  636. fi; test -z "$$fail"
  637. ID: $(am__tagged_files)
  638. $(am__define_uniq_tagged_files); mkid -fID $$unique
  639. tags: tags-recursive
  640. TAGS: tags
  641. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  642. set x; \
  643. here=`pwd`; \
  644. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  645. include_option=--etags-include; \
  646. empty_fix=.; \
  647. else \
  648. include_option=--include; \
  649. empty_fix=; \
  650. fi; \
  651. list='$(SUBDIRS)'; for subdir in $$list; do \
  652. if test "$$subdir" = .; then :; else \
  653. test ! -f $$subdir/TAGS || \
  654. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  655. fi; \
  656. done; \
  657. $(am__define_uniq_tagged_files); \
  658. shift; \
  659. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  660. test -n "$$unique" || unique=$$empty_fix; \
  661. if test $$# -gt 0; then \
  662. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  663. "$$@" $$unique; \
  664. else \
  665. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  666. $$unique; \
  667. fi; \
  668. fi
  669. ctags: ctags-recursive
  670. CTAGS: ctags
  671. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  672. $(am__define_uniq_tagged_files); \
  673. test -z "$(CTAGS_ARGS)$$unique" \
  674. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  675. $$unique
  676. GTAGS:
  677. here=`$(am__cd) $(top_builddir) && pwd` \
  678. && $(am__cd) $(top_srcdir) \
  679. && gtags -i $(GTAGS_ARGS) "$$here"
  680. cscope: cscope.files
  681. test ! -s cscope.files \
  682. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  683. clean-cscope:
  684. -rm -f cscope.files
  685. cscope.files: clean-cscope cscopelist
  686. cscopelist: cscopelist-recursive
  687. cscopelist-am: $(am__tagged_files)
  688. list='$(am__tagged_files)'; \
  689. case "$(srcdir)" in \
  690. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  691. *) sdir=$(subdir)/$(srcdir) ;; \
  692. esac; \
  693. for i in $$list; do \
  694. if test -f "$$i"; then \
  695. echo "$(subdir)/$$i"; \
  696. else \
  697. echo "$$sdir/$$i"; \
  698. fi; \
  699. done >> $(top_builddir)/cscope.files
  700. distclean-tags:
  701. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  702. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  703. check-am: all-am
  704. check: $(BUILT_SOURCES)
  705. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  706. all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
  707. installdirs: installdirs-recursive
  708. installdirs-am:
  709. for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \
  710. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  711. done
  712. install: $(BUILT_SOURCES)
  713. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  714. install-exec: install-exec-recursive
  715. install-data: install-data-recursive
  716. uninstall: uninstall-recursive
  717. install-am: all-am
  718. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  719. installcheck: installcheck-recursive
  720. install-strip:
  721. if test -z '$(STRIP)'; then \
  722. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  723. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  724. install; \
  725. else \
  726. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  727. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  728. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  729. fi
  730. mostlyclean-generic:
  731. clean-generic:
  732. distclean-generic:
  733. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  734. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  735. maintainer-clean-generic:
  736. @echo "This command is intended for maintainers to use"
  737. @echo "it deletes files that may require special tools to rebuild."
  738. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  739. clean: clean-recursive
  740. clean-am: clean-generic clean-libtool clean-local \
  741. clean-toolexeclibLTLIBRARIES mostlyclean-am
  742. distclean: distclean-recursive
  743. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  744. -rm -rf ./$(DEPDIR)
  745. -rm -f Makefile
  746. distclean-am: clean-am distclean-compile distclean-generic \
  747. distclean-libtool distclean-local distclean-tags
  748. dvi: dvi-recursive
  749. dvi-am:
  750. html: html-recursive
  751. html-am:
  752. info: info-recursive
  753. info-am:
  754. install-data-am: install-libvtv_includeHEADERS
  755. install-dvi: install-dvi-recursive
  756. install-dvi-am:
  757. install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
  758. install-html: install-html-recursive
  759. install-html-am:
  760. install-info: install-info-recursive
  761. install-info-am:
  762. install-man:
  763. install-pdf: install-pdf-recursive
  764. install-pdf-am:
  765. install-ps: install-ps-recursive
  766. install-ps-am:
  767. installcheck-am:
  768. maintainer-clean: maintainer-clean-recursive
  769. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  770. -rm -rf $(top_srcdir)/autom4te.cache
  771. -rm -rf ./$(DEPDIR)
  772. -rm -f Makefile
  773. maintainer-clean-am: distclean-am maintainer-clean-generic \
  774. maintainer-clean-local
  775. mostlyclean: mostlyclean-recursive
  776. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  777. mostlyclean-libtool mostlyclean-local
  778. pdf: pdf-recursive
  779. pdf-am:
  780. ps: ps-recursive
  781. ps-am:
  782. uninstall-am: uninstall-libvtv_includeHEADERS \
  783. uninstall-toolexeclibLTLIBRARIES
  784. .MAKE: $(am__recursive_targets) all check install install-am \
  785. install-strip
  786. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
  787. am--refresh check check-am clean clean-cscope clean-generic \
  788. clean-libtool clean-local clean-toolexeclibLTLIBRARIES cscope \
  789. cscopelist-am ctags ctags-am distclean distclean-compile \
  790. distclean-generic distclean-libtool distclean-local \
  791. distclean-tags dvi dvi-am html html-am info info-am install \
  792. install-am install-data install-data-am install-dvi \
  793. install-dvi-am install-exec install-exec-am install-exec-local \
  794. install-html install-html-am install-info install-info-am \
  795. install-libvtv_includeHEADERS install-man install-pdf \
  796. install-pdf-am install-ps install-ps-am install-strip \
  797. install-toolexeclibLTLIBRARIES installcheck installcheck-am \
  798. installdirs installdirs-am maintainer-clean \
  799. maintainer-clean-generic maintainer-clean-local mostlyclean \
  800. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  801. mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
  802. uninstall-am uninstall-libvtv_includeHEADERS \
  803. uninstall-toolexeclibLTLIBRARIES
  804. .PRECIOUS: Makefile
  805. vtv_start.c:
  806. rm -f $@
  807. $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@
  808. vtv_end.c:
  809. rm -f $@
  810. $(LN_S) $(toplevel_srcdir)/libgcc/vtv_end.c $@
  811. @VTV_NO_OBSTACK_TRUE@ obstack.c:
  812. @VTV_NO_OBSTACK_TRUE@ rm -f $@
  813. @VTV_NO_OBSTACK_TRUE@ $(LN_S) $(toplevel_srcdir)/libiberty/obstack.c $@
  814. @VTV_NO_OBSTACK_TRUE@ > config.h
  815. @VTV_CYGMIN_TRUE@ vtv_stubs.cc:
  816. @VTV_CYGMIN_TRUE@ rm -f $@
  817. @VTV_CYGMIN_TRUE@ $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@
  818. # GNU Make needs to see an explicit $(MAKE) variable in the command it
  819. # runs to enable its job server during parallel builds. Hence the
  820. # comments below.
  821. all-multi:
  822. $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
  823. install-multi:
  824. $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
  825. mostlyclean-multi:
  826. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
  827. clean-multi:
  828. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
  829. distclean-multi:
  830. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
  831. maintainer-clean-multi:
  832. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
  833. .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
  834. install-multi maintainer-clean-multi mostlyclean-multi
  835. install-exec-local: install-multi
  836. all-local: all-multi
  837. mostlyclean-local: mostlyclean-multi
  838. clean-local: clean-multi
  839. distclean-local: distclean-multi
  840. maintainer-clean-local: maintainer-clean-multi
  841. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  842. # Otherwise a system limit (for SysV at least) may be exceeded.
  843. .NOEXPORT: