Makefile.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865
  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/enable.m4 \
  91. $(top_srcdir)/../config/futex.m4 \
  92. $(top_srcdir)/../config/hwcaps.m4 \
  93. $(top_srcdir)/../config/iconv.m4 \
  94. $(top_srcdir)/../config/lead-dot.m4 \
  95. $(top_srcdir)/../config/lib-ld.m4 \
  96. $(top_srcdir)/../config/lib-link.m4 \
  97. $(top_srcdir)/../config/lib-prefix.m4 \
  98. $(top_srcdir)/../config/lthostflags.m4 \
  99. $(top_srcdir)/../config/multi.m4 \
  100. $(top_srcdir)/../config/no-executables.m4 \
  101. $(top_srcdir)/../config/override.m4 \
  102. $(top_srcdir)/../config/stdint.m4 \
  103. $(top_srcdir)/../config/toolexeclibdir.m4 \
  104. $(top_srcdir)/../config/unwind_ipinfo.m4 \
  105. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  106. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  107. $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
  108. $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
  109. $(top_srcdir)/../config/gc++filt.m4 \
  110. $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
  111. $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
  112. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  113. $(ACLOCAL_M4)
  114. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  115. $(am__configure_deps)
  116. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  117. configure.lineno config.status.lineno
  118. CONFIG_HEADER = config.h
  119. CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
  120. doc/xsl/customization.xsl
  121. CONFIG_CLEAN_VPATH_FILES =
  122. AM_V_P = $(am__v_P_@AM_V@)
  123. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  124. am__v_P_0 = false
  125. am__v_P_1 = :
  126. AM_V_GEN = $(am__v_GEN_@AM_V@)
  127. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  128. am__v_GEN_0 = @echo " GEN " $@;
  129. am__v_GEN_1 =
  130. AM_V_at = $(am__v_at_@AM_V@)
  131. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  132. am__v_at_0 = @
  133. am__v_at_1 =
  134. depcomp =
  135. am__depfiles_maybe =
  136. SOURCES =
  137. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  138. ctags-recursive dvi-recursive html-recursive info-recursive \
  139. install-data-recursive install-dvi-recursive \
  140. install-exec-recursive install-html-recursive \
  141. install-info-recursive install-pdf-recursive \
  142. install-ps-recursive install-recursive installcheck-recursive \
  143. installdirs-recursive pdf-recursive ps-recursive \
  144. tags-recursive uninstall-recursive
  145. am__can_run_installinfo = \
  146. case $$AM_UPDATE_INFO_DIR in \
  147. n|no|NO) false;; \
  148. *) (install-info --version) >/dev/null 2>&1;; \
  149. esac
  150. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  151. distclean-recursive maintainer-clean-recursive
  152. am__recursive_targets = \
  153. $(RECURSIVE_TARGETS) \
  154. $(RECURSIVE_CLEAN_TARGETS) \
  155. $(am__extra_recursive_targets)
  156. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  157. cscope
  158. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  159. $(LISP)config.h.in
  160. # Read a list of newline-separated strings from the standard input,
  161. # and print each of them once, without duplicates. Input order is
  162. # *not* preserved.
  163. am__uniquify_input = $(AWK) '\
  164. BEGIN { nonempty = 0; } \
  165. { items[$$0] = 1; nonempty = 1; } \
  166. END { if (nonempty) { for (i in items) print i; }; } \
  167. '
  168. # Make sure the list of sources is unique. This is necessary because,
  169. # e.g., the same source file might be shared among _SOURCES variables
  170. # for different programs/libraries.
  171. am__define_uniq_tagged_files = \
  172. list='$(am__tagged_files)'; \
  173. unique=`for i in $$list; do \
  174. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  175. done | $(am__uniquify_input)`
  176. ETAGS = etags
  177. CTAGS = ctags
  178. CSCOPE = cscope
  179. DIST_SUBDIRS = include libsupc++ src doc po testsuite python
  180. ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
  181. ACLOCAL = @ACLOCAL@
  182. ALLOCATOR_H = @ALLOCATOR_H@
  183. ALLOCATOR_NAME = @ALLOCATOR_NAME@
  184. ALLOC_FILE = @ALLOC_FILE@
  185. AMTAR = @AMTAR@
  186. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  187. AR = @AR@
  188. AS = @AS@
  189. ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
  190. ATOMIC_FLAGS = @ATOMIC_FLAGS@
  191. ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
  192. AUTOCONF = @AUTOCONF@
  193. AUTOHEADER = @AUTOHEADER@
  194. AUTOMAKE = @AUTOMAKE@
  195. AWK = @AWK@
  196. BACKTRACE_CPPFLAGS = @BACKTRACE_CPPFLAGS@
  197. BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
  198. BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
  199. BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
  200. BASIC_FILE_CC = @BASIC_FILE_CC@
  201. BASIC_FILE_H = @BASIC_FILE_H@
  202. CC = @CC@
  203. CCODECVT_CC = @CCODECVT_CC@
  204. CCOLLATE_CC = @CCOLLATE_CC@
  205. CCTYPE_CC = @CCTYPE_CC@
  206. CFLAGS = @CFLAGS@
  207. CLOCALE_CC = @CLOCALE_CC@
  208. CLOCALE_H = @CLOCALE_H@
  209. CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
  210. CMESSAGES_CC = @CMESSAGES_CC@
  211. CMESSAGES_H = @CMESSAGES_H@
  212. CMONEY_CC = @CMONEY_CC@
  213. CNUMERIC_CC = @CNUMERIC_CC@
  214. CPP = @CPP@
  215. CPPFLAGS = @CPPFLAGS@
  216. CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
  217. CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
  218. CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
  219. CSTDIO_H = @CSTDIO_H@
  220. CTIME_CC = @CTIME_CC@
  221. CTIME_H = @CTIME_H@
  222. CXX = @CXX@
  223. CXXCPP = @CXXCPP@
  224. CXXFILT = @CXXFILT@
  225. CXXFLAGS = @CXXFLAGS@
  226. CYGPATH_W = @CYGPATH_W@
  227. C_INCLUDE_DIR = @C_INCLUDE_DIR@
  228. DBLATEX = @DBLATEX@
  229. DEBUG_FLAGS = @DEBUG_FLAGS@
  230. DEFS = @DEFS@
  231. DOT = @DOT@
  232. DOXYGEN = @DOXYGEN@
  233. DSYMUTIL = @DSYMUTIL@
  234. DUMPBIN = @DUMPBIN@
  235. ECHO_C = @ECHO_C@
  236. ECHO_N = @ECHO_N@
  237. ECHO_T = @ECHO_T@
  238. EGREP = @EGREP@
  239. ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
  240. EXEEXT = @EXEEXT@
  241. EXTRA_CFLAGS = @EXTRA_CFLAGS@
  242. EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
  243. FGREP = @FGREP@
  244. FORMAT_FILE = @FORMAT_FILE@
  245. FREESTANDING_FLAGS = @FREESTANDING_FLAGS@
  246. GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
  247. GLIBCXX_LIBS = @GLIBCXX_LIBS@
  248. GREP = @GREP@
  249. HWCAP_CFLAGS = @HWCAP_CFLAGS@
  250. INSTALL = @INSTALL@
  251. INSTALL_DATA = @INSTALL_DATA@
  252. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  253. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  254. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  255. LD = @LD@
  256. LDFLAGS = @LDFLAGS@
  257. LIBICONV = @LIBICONV@
  258. LIBOBJS = @LIBOBJS@
  259. LIBS = @LIBS@
  260. LIBTOOL = @LIBTOOL@
  261. LIPO = @LIPO@
  262. LN_S = @LN_S@
  263. LONG_DOUBLE_128_FLAGS = @LONG_DOUBLE_128_FLAGS@
  264. LONG_DOUBLE_ALT128_COMPAT_FLAGS = @LONG_DOUBLE_ALT128_COMPAT_FLAGS@
  265. LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
  266. LTLIBICONV = @LTLIBICONV@
  267. LTLIBOBJS = @LTLIBOBJS@
  268. MAINT = @MAINT@
  269. MAKEINFO = @MAKEINFO@
  270. MKDIR_P = @MKDIR_P@
  271. NM = @NM@
  272. NMEDIT = @NMEDIT@
  273. OBJDUMP = @OBJDUMP@
  274. OBJEXT = @OBJEXT@
  275. OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
  276. OPT_LDFLAGS = @OPT_LDFLAGS@
  277. OS_INC_SRCDIR = @OS_INC_SRCDIR@
  278. OTOOL = @OTOOL@
  279. OTOOL64 = @OTOOL64@
  280. PACKAGE = @PACKAGE@
  281. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  282. PACKAGE_NAME = @PACKAGE_NAME@
  283. PACKAGE_STRING = @PACKAGE_STRING@
  284. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  285. PACKAGE_URL = @PACKAGE_URL@
  286. PACKAGE_VERSION = @PACKAGE_VERSION@
  287. PATH_SEPARATOR = @PATH_SEPARATOR@
  288. PDFLATEX = @PDFLATEX@
  289. RANLIB = @RANLIB@
  290. SECTION_FLAGS = @SECTION_FLAGS@
  291. SECTION_LDFLAGS = @SECTION_LDFLAGS@
  292. SED = @SED@
  293. SET_MAKE = @SET_MAKE@
  294. SHELL = @SHELL@
  295. STRIP = @STRIP@
  296. SYMVER_FILE = @SYMVER_FILE@
  297. TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
  298. USE_NLS = @USE_NLS@
  299. VERSION = @VERSION@
  300. VIEW_FILE = @VIEW_FILE@
  301. VTV_CXXFLAGS = @VTV_CXXFLAGS@
  302. VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
  303. VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
  304. WARN_FLAGS = @WARN_FLAGS@
  305. XMLCATALOG = @XMLCATALOG@
  306. XMLLINT = @XMLLINT@
  307. XSLTPROC = @XSLTPROC@
  308. XSL_STYLE_DIR = @XSL_STYLE_DIR@
  309. abs_builddir = @abs_builddir@
  310. abs_srcdir = @abs_srcdir@
  311. abs_top_builddir = @abs_top_builddir@
  312. abs_top_srcdir = @abs_top_srcdir@
  313. ac_ct_CC = @ac_ct_CC@
  314. ac_ct_CXX = @ac_ct_CXX@
  315. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  316. am__leading_dot = @am__leading_dot@
  317. am__tar = @am__tar@
  318. am__untar = @am__untar@
  319. baseline_dir = @baseline_dir@
  320. baseline_subdir_switch = @baseline_subdir_switch@
  321. bindir = @bindir@
  322. build = @build@
  323. build_alias = @build_alias@
  324. build_cpu = @build_cpu@
  325. build_os = @build_os@
  326. build_vendor = @build_vendor@
  327. builddir = @builddir@
  328. check_msgfmt = @check_msgfmt@
  329. datadir = @datadir@
  330. datarootdir = @datarootdir@
  331. docdir = @docdir@
  332. dvidir = @dvidir@
  333. enable_shared = @enable_shared@
  334. enable_static = @enable_static@
  335. exec_prefix = @exec_prefix@
  336. get_gcc_base_ver = @get_gcc_base_ver@
  337. glibcxx_MOFILES = @glibcxx_MOFILES@
  338. glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
  339. glibcxx_POFILES = @glibcxx_POFILES@
  340. glibcxx_builddir = @glibcxx_builddir@
  341. glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
  342. glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
  343. glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
  344. glibcxx_localedir = @glibcxx_localedir@
  345. glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
  346. glibcxx_prefixdir = @glibcxx_prefixdir@
  347. glibcxx_srcdir = @glibcxx_srcdir@
  348. glibcxx_toolexecdir = @glibcxx_toolexecdir@
  349. glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
  350. gxx_include_dir = @gxx_include_dir@
  351. host = @host@
  352. host_alias = @host_alias@
  353. host_cpu = @host_cpu@
  354. host_os = @host_os@
  355. host_vendor = @host_vendor@
  356. htmldir = @htmldir@
  357. includedir = @includedir@
  358. infodir = @infodir@
  359. install_sh = @install_sh@
  360. libdir = @libdir@
  361. libexecdir = @libexecdir@
  362. libtool_VERSION = @libtool_VERSION@
  363. localedir = @localedir@
  364. localstatedir = @localstatedir@
  365. lt_host_flags = @lt_host_flags@
  366. mandir = @mandir@
  367. mkdir_p = @mkdir_p@
  368. multi_basedir = @multi_basedir@
  369. oldincludedir = @oldincludedir@
  370. pdfdir = @pdfdir@
  371. port_specific_symbol_files = @port_specific_symbol_files@
  372. prefix = @prefix@
  373. program_transform_name = @program_transform_name@
  374. psdir = @psdir@
  375. python_mod_dir = @python_mod_dir@
  376. sbindir = @sbindir@
  377. sharedstatedir = @sharedstatedir@
  378. srcdir = @srcdir@
  379. sysconfdir = @sysconfdir@
  380. target = @target@
  381. target_alias = @target_alias@
  382. target_cpu = @target_cpu@
  383. target_os = @target_os@
  384. target_vendor = @target_vendor@
  385. thread_header = @thread_header@
  386. tmake_file = @tmake_file@
  387. top_build_prefix = @top_build_prefix@
  388. top_builddir = @top_builddir@
  389. top_srcdir = @top_srcdir@
  390. toplevel_builddir = @toplevel_builddir@
  391. toplevel_srcdir = @toplevel_srcdir@
  392. # May be used by various substitution variables.
  393. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
  394. MAINT_CHARSET = latin1
  395. mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
  396. PWD_COMMAND = $${PWDCMD-pwd}
  397. STAMP = echo timestamp >
  398. toolexecdir = $(glibcxx_toolexecdir)
  399. toolexeclibdir = $(glibcxx_toolexeclibdir)
  400. @ENABLE_WERROR_FALSE@WERROR_FLAG =
  401. @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
  402. @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
  403. @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
  404. @GLIBCXX_LDBL_ALT128_COMPAT_FALSE@LDBL_128_FLAGS =
  405. @GLIBCXX_LDBL_ALT128_COMPAT_TRUE@LDBL_128_FLAGS = $(LONG_DOUBLE_128_FLAGS)
  406. # These bits are all figured out from configure. Look in acinclude.m4
  407. # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
  408. CONFIG_CXXFLAGS = \
  409. $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ $(LDBL_128_FLAGS)
  410. WARN_CXXFLAGS = \
  411. $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
  412. # -I/-D flags to pass when compiling.
  413. AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
  414. @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python
  415. SUBDIRS = include libsupc++ $(hosted_source)
  416. ACLOCAL_AMFLAGS = -I . -I .. -I ../config
  417. @BUILD_XML_FALSE@STAMP_XML =
  418. # Documentation conditionals for output.
  419. @BUILD_XML_TRUE@STAMP_XML = doc-xml
  420. @BUILD_XML_FALSE@STAMP_INSTALL_XML =
  421. @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
  422. @BUILD_HTML_FALSE@STAMP_HTML =
  423. @BUILD_HTML_TRUE@STAMP_HTML = doc-html
  424. @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
  425. @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
  426. @BUILD_MAN_FALSE@STAMP_MAN =
  427. @BUILD_MAN_TRUE@STAMP_MAN = doc-man
  428. @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
  429. @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
  430. @BUILD_PDF_FALSE@STAMP_PDF =
  431. @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
  432. @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
  433. @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
  434. @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
  435. @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
  436. @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
  437. @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
  438. # Multilib support.
  439. MAKEOVERRIDES =
  440. # Work around what appears to be a GNU make bug handling MAKEFLAGS
  441. # values defined in terms of make variables, as is the case for CC and
  442. # friends when we are called from the top level Makefile.
  443. AM_MAKEFLAGS = \
  444. "AR_FLAGS=$(AR_FLAGS)" \
  445. "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
  446. "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
  447. "CFLAGS=$(CFLAGS)" \
  448. "CXXFLAGS=$(CXXFLAGS)" \
  449. "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
  450. "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
  451. "INSTALL=$(INSTALL)" \
  452. "INSTALL_DATA=$(INSTALL_DATA)" \
  453. "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
  454. "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
  455. "LDFLAGS=$(LDFLAGS)" \
  456. "LIBCFLAGS=$(LIBCFLAGS)" \
  457. "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
  458. "MAKE=$(MAKE)" \
  459. "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
  460. "SHELL=$(SHELL)" \
  461. "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
  462. "exec_prefix=$(exec_prefix)" \
  463. "infodir=$(infodir)" \
  464. "libdir=$(libdir)" \
  465. "includedir=$(includedir)" \
  466. "prefix=$(prefix)" \
  467. "tooldir=$(tooldir)" \
  468. "gxx_include_dir=$(gxx_include_dir)" \
  469. "AR=$(AR)" \
  470. "AS=$(AS)" \
  471. "LD=$(LD)" \
  472. "RANLIB=$(RANLIB)" \
  473. "NM=$(NM)" \
  474. "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
  475. "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
  476. "DESTDIR=$(DESTDIR)" \
  477. "WERROR=$(WERROR)"
  478. # Subdir rules rely on $(FLAGS_TO_PASS)
  479. FLAGS_TO_PASS = $(AM_MAKEFLAGS)
  480. MULTISRCTOP =
  481. MULTIBUILDTOP =
  482. MULTIDIRS =
  483. MULTISUBDIR =
  484. MULTIDO = true
  485. MULTICLEAN = true
  486. all: config.h
  487. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  488. .SUFFIXES:
  489. am--refresh: Makefile
  490. @:
  491. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps)
  492. @for dep in $?; do \
  493. case '$(am__configure_deps)' in \
  494. *$$dep*) \
  495. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
  496. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
  497. && exit 0; \
  498. exit 1;; \
  499. esac; \
  500. done; \
  501. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
  502. $(am__cd) $(top_srcdir) && \
  503. $(AUTOMAKE) --foreign --ignore-deps Makefile
  504. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  505. @case '$?' in \
  506. *config.status*) \
  507. echo ' $(SHELL) ./config.status'; \
  508. $(SHELL) ./config.status;; \
  509. *) \
  510. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  511. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  512. esac;
  513. $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty):
  514. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  515. $(SHELL) ./config.status --recheck
  516. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  517. $(am__cd) $(srcdir) && $(AUTOCONF)
  518. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  519. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  520. $(am__aclocal_m4_deps):
  521. config.h: stamp-h1
  522. @test -f $@ || rm -f stamp-h1
  523. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  524. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  525. @rm -f stamp-h1
  526. cd $(top_builddir) && $(SHELL) ./config.status config.h
  527. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  528. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  529. rm -f stamp-h1
  530. touch $@
  531. distclean-hdr:
  532. -rm -f config.h stamp-h1
  533. scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
  534. cd $(top_builddir) && $(SHELL) ./config.status $@
  535. scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
  536. cd $(top_builddir) && $(SHELL) ./config.status $@
  537. doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
  538. cd $(top_builddir) && $(SHELL) ./config.status $@
  539. mostlyclean-libtool:
  540. -rm -f *.lo
  541. clean-libtool:
  542. -rm -rf .libs _libs
  543. distclean-libtool:
  544. -rm -f libtool config.lt
  545. # This directory's subdirectories are mostly independent; you can cd
  546. # into them and run 'make' without going through this Makefile.
  547. # To change the values of 'make' variables: instead of editing Makefiles,
  548. # (1) if the variable is set in 'config.status', edit 'config.status'
  549. # (which will cause the Makefiles to be regenerated when you run 'make');
  550. # (2) otherwise, pass the desired values on the 'make' command line.
  551. $(am__recursive_targets):
  552. @fail=; \
  553. if $(am__make_keepgoing); then \
  554. failcom='fail=yes'; \
  555. else \
  556. failcom='exit 1'; \
  557. fi; \
  558. dot_seen=no; \
  559. target=`echo $@ | sed s/-recursive//`; \
  560. case "$@" in \
  561. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  562. *) list='$(SUBDIRS)' ;; \
  563. esac; \
  564. for subdir in $$list; do \
  565. echo "Making $$target in $$subdir"; \
  566. if test "$$subdir" = "."; then \
  567. dot_seen=yes; \
  568. local_target="$$target-am"; \
  569. else \
  570. local_target="$$target"; \
  571. fi; \
  572. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  573. || eval $$failcom; \
  574. done; \
  575. if test "$$dot_seen" = "no"; then \
  576. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  577. fi; test -z "$$fail"
  578. ID: $(am__tagged_files)
  579. $(am__define_uniq_tagged_files); mkid -fID $$unique
  580. tags: tags-recursive
  581. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  582. set x; \
  583. here=`pwd`; \
  584. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  585. include_option=--etags-include; \
  586. empty_fix=.; \
  587. else \
  588. include_option=--include; \
  589. empty_fix=; \
  590. fi; \
  591. list='$(SUBDIRS)'; for subdir in $$list; do \
  592. if test "$$subdir" = .; then :; else \
  593. test ! -f $$subdir/TAGS || \
  594. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  595. fi; \
  596. done; \
  597. $(am__define_uniq_tagged_files); \
  598. shift; \
  599. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  600. test -n "$$unique" || unique=$$empty_fix; \
  601. if test $$# -gt 0; then \
  602. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  603. "$$@" $$unique; \
  604. else \
  605. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  606. $$unique; \
  607. fi; \
  608. fi
  609. ctags: ctags-recursive
  610. CTAGS: ctags
  611. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  612. $(am__define_uniq_tagged_files); \
  613. test -z "$(CTAGS_ARGS)$$unique" \
  614. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  615. $$unique
  616. GTAGS:
  617. here=`$(am__cd) $(top_builddir) && pwd` \
  618. && $(am__cd) $(top_srcdir) \
  619. && gtags -i $(GTAGS_ARGS) "$$here"
  620. cscope: cscope.files
  621. test ! -s cscope.files \
  622. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  623. clean-cscope:
  624. -rm -f cscope.files
  625. cscope.files: clean-cscope cscopelist
  626. cscopelist: cscopelist-recursive
  627. cscopelist-am: $(am__tagged_files)
  628. list='$(am__tagged_files)'; \
  629. case "$(srcdir)" in \
  630. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  631. *) sdir=$(subdir)/$(srcdir) ;; \
  632. esac; \
  633. for i in $$list; do \
  634. if test -f "$$i"; then \
  635. echo "$(subdir)/$$i"; \
  636. else \
  637. echo "$$sdir/$$i"; \
  638. fi; \
  639. done >> $(top_builddir)/cscope.files
  640. distclean-tags:
  641. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  642. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  643. check-am: all-am
  644. check: check-recursive
  645. all-am: Makefile config.h all-local
  646. installdirs: installdirs-recursive
  647. installdirs-am:
  648. install: install-recursive
  649. install-exec: install-exec-recursive
  650. install-data: install-data-recursive
  651. uninstall: uninstall-recursive
  652. install-am: all-am
  653. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  654. installcheck: installcheck-recursive
  655. install-strip:
  656. if test -z '$(STRIP)'; then \
  657. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  658. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  659. install; \
  660. else \
  661. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  662. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  663. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  664. fi
  665. mostlyclean-generic:
  666. clean-generic:
  667. distclean-generic:
  668. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  669. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  670. maintainer-clean-generic:
  671. @echo "This command is intended for maintainers to use"
  672. @echo "it deletes files that may require special tools to rebuild."
  673. clean: clean-recursive
  674. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  675. distclean: distclean-recursive
  676. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  677. -rm -f Makefile
  678. distclean-am: clean-am distclean-generic distclean-hdr \
  679. distclean-libtool distclean-local distclean-tags
  680. dvi-am:
  681. html-am:
  682. info-am:
  683. install-data-am:
  684. install-dvi-am:
  685. install-exec-am: install-exec-local
  686. install-html-am:
  687. install-info-am:
  688. install-pdf-am:
  689. install-ps-am:
  690. installcheck-am:
  691. maintainer-clean: maintainer-clean-recursive
  692. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  693. -rm -rf $(top_srcdir)/autom4te.cache
  694. -rm -f Makefile
  695. maintainer-clean-am: distclean-am maintainer-clean-generic \
  696. maintainer-clean-local
  697. mostlyclean: mostlyclean-recursive
  698. mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
  699. mostlyclean-local
  700. pdf-am:
  701. ps-am:
  702. uninstall-am:
  703. .MAKE: $(am__recursive_targets) all install-am install-strip
  704. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
  705. am--refresh check check-am clean clean-cscope clean-generic \
  706. clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
  707. distclean distclean-generic distclean-hdr distclean-libtool \
  708. distclean-local distclean-tags dvi dvi-am html html-am info \
  709. info-am install install-am install-data install-data-am \
  710. install-dvi install-dvi-am install-exec install-exec-am \
  711. install-exec-local install-html install-html-am install-info \
  712. install-info-am install-man install-pdf install-pdf-am \
  713. install-ps install-ps-am install-strip installcheck \
  714. installcheck-am installdirs installdirs-am maintainer-clean \
  715. maintainer-clean-generic maintainer-clean-local mostlyclean \
  716. mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
  717. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  718. .PRECIOUS: Makefile
  719. # Testsuite/check forwarding targets.
  720. check-%:
  721. cd testsuite && $(MAKE) $@
  722. # Documentation forwarding targets.
  723. doc-%:
  724. cd doc && $(MAKE) $@
  725. # Documentation primary rules.
  726. #
  727. # xml:
  728. # html:
  729. # pdf:
  730. # man:
  731. # info:
  732. # ps:
  733. # dvi:
  734. # epub:
  735. # install-xml:
  736. # install-html:
  737. # install-pdf:
  738. # install-man:
  739. # install-info:
  740. # install-ps:
  741. # install-dvi:
  742. # install-epub:
  743. xml: $(STAMP_XML)
  744. install-xml: $(STAMP_INSTALL_XML)
  745. html: $(STAMP_HTML)
  746. install-html: $(STAMP_INSTALL_HTML)
  747. man: $(STAMP_MAN)
  748. install-man: $(STAMP_INSTALL_MAN)
  749. pdf: $(STAMP_PDF)
  750. install-pdf: $(STAMP_INSTALL_PDF)
  751. epub: $(STAMP_EPUB)
  752. install-epub: $(STAMP_INSTALL_EPUB)
  753. info:
  754. install-info:
  755. ps:
  756. install-ps:
  757. dvi:
  758. install-dvi:
  759. # All the machinations with string instantiations messes up the
  760. # automake-generated TAGS rule. Make a simple one here.
  761. TAGS: tags-recursive $(LISP)
  762. # target overrides
  763. -include $(tmake_file)
  764. # GNU Make needs to see an explicit $(MAKE) variable in the command it
  765. # runs to enable its job server during parallel builds. Hence the
  766. # comments below.
  767. all-multi:
  768. $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
  769. install-multi:
  770. $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
  771. mostlyclean-multi:
  772. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
  773. clean-multi:
  774. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
  775. distclean-multi:
  776. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
  777. maintainer-clean-multi:
  778. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
  779. .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
  780. install-multi maintainer-clean-multi mostlyclean-multi
  781. install-exec-local: install-multi
  782. all-local: all-multi
  783. mostlyclean-local: mostlyclean-multi
  784. clean-local: clean-multi
  785. distclean-local: distclean-multi
  786. maintainer-clean-local: maintainer-clean-multi
  787. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  788. # Otherwise a system limit (for SysV at least) may be exceeded.
  789. .NOEXPORT: