Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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. # file : examples/Makefile.am
  13. # copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  14. # license : MIT; see accompanying LICENSE file
  15. VPATH = @srcdir@
  16. am__make_dryrun = \
  17. { \
  18. am__dry=no; \
  19. case $$MAKEFLAGS in \
  20. *\\[\ \ ]*) \
  21. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  22. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  23. *) \
  24. for am__flg in $$MAKEFLAGS; do \
  25. case $$am__flg in \
  26. *=*|--*) ;; \
  27. *n*) am__dry=yes; break;; \
  28. esac; \
  29. done;; \
  30. esac; \
  31. test $$am__dry = yes; \
  32. }
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. pkglibdir = $(libdir)/@PACKAGE@
  36. pkglibexecdir = $(libexecdir)/@PACKAGE@
  37. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  38. install_sh_DATA = $(install_sh) -c -m 644
  39. install_sh_PROGRAM = $(install_sh) -c
  40. install_sh_SCRIPT = $(install_sh) -c
  41. INSTALL_HEADER = $(INSTALL_DATA)
  42. transform = $(program_transform_name)
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. build_triplet = @build@
  50. host_triplet = @host@
  51. subdir = examples
  52. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  53. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  54. am__aclocal_m4_deps = $(top_srcdir)/m4/diff.m4 \
  55. $(top_srcdir)/m4/disable-rpath.m4 $(top_srcdir)/m4/libexpat.m4 \
  56. $(top_srcdir)/m4/libtool-link.m4 $(top_srcdir)/m4/libtool.m4 \
  57. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  58. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  59. $(top_srcdir)/m4/pkgconfig.m4 $(top_srcdir)/m4/static-lib.m4 \
  60. $(top_srcdir)/configure.ac
  61. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  62. $(ACLOCAL_M4)
  63. mkinstalldirs = $(install_sh) -d
  64. CONFIG_HEADER = $(top_builddir)/xml/config.h \
  65. $(top_builddir)/xml/details/config.h
  66. CONFIG_CLEAN_FILES =
  67. CONFIG_CLEAN_VPATH_FILES =
  68. SOURCES =
  69. DIST_SOURCES =
  70. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  71. html-recursive info-recursive install-data-recursive \
  72. install-dvi-recursive install-exec-recursive \
  73. install-html-recursive install-info-recursive \
  74. install-pdf-recursive install-ps-recursive install-recursive \
  75. installcheck-recursive installdirs-recursive pdf-recursive \
  76. ps-recursive uninstall-recursive
  77. am__can_run_installinfo = \
  78. case $$AM_UPDATE_INFO_DIR in \
  79. n|no|NO) false;; \
  80. *) (install-info --version) >/dev/null 2>&1;; \
  81. esac
  82. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  83. distclean-recursive maintainer-clean-recursive
  84. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  85. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  86. distdir
  87. ETAGS = etags
  88. CTAGS = ctags
  89. DIST_SUBDIRS = $(SUBDIRS)
  90. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  91. am__relativize = \
  92. dir0=`pwd`; \
  93. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  94. sed_rest='s,^[^/]*/*,,'; \
  95. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  96. sed_butlast='s,/*[^/]*$$,,'; \
  97. while test -n "$$dir1"; do \
  98. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  99. if test "$$first" != "."; then \
  100. if test "$$first" = ".."; then \
  101. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  102. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  103. else \
  104. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  105. if test "$$first2" = "$$first"; then \
  106. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  107. else \
  108. dir2="../$$dir2"; \
  109. fi; \
  110. dir0="$$dir0"/"$$first"; \
  111. fi; \
  112. fi; \
  113. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  114. done; \
  115. reldir="$$dir2"
  116. ACLOCAL = @ACLOCAL@
  117. AMTAR = @AMTAR@
  118. AR = @AR@
  119. AS = @AS@
  120. AUTOCONF = @AUTOCONF@
  121. AUTOHEADER = @AUTOHEADER@
  122. AUTOMAKE = @AUTOMAKE@
  123. AWK = @AWK@
  124. CC = @CC@
  125. CCDEPMODE = @CCDEPMODE@
  126. CFLAGS = @CFLAGS@
  127. CPP = @CPP@
  128. CPPFLAGS = @CPPFLAGS@
  129. CXX = @CXX@
  130. CXXCPP = @CXXCPP@
  131. CXXDEPMODE = @CXXDEPMODE@
  132. CXXFLAGS = @CXXFLAGS@
  133. CYGPATH_W = @CYGPATH_W@
  134. DEFS = @DEFS@
  135. DEPDIR = @DEPDIR@
  136. DIFF = @DIFF@
  137. DIFFFLAGS = @DIFFFLAGS@
  138. DLLTOOL = @DLLTOOL@
  139. DSYMUTIL = @DSYMUTIL@
  140. DUMPBIN = @DUMPBIN@
  141. ECHO_C = @ECHO_C@
  142. ECHO_N = @ECHO_N@
  143. ECHO_T = @ECHO_T@
  144. EGREP = @EGREP@
  145. EXEEXT = @EXEEXT@
  146. FGREP = @FGREP@
  147. GREP = @GREP@
  148. INSTALL = @INSTALL@
  149. INSTALL_DATA = @INSTALL_DATA@
  150. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  151. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  152. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  153. LD = @LD@
  154. LDFLAGS = @LDFLAGS@
  155. LIBOBJS = @LIBOBJS@
  156. LIBS = @LIBS@
  157. LIBTOOL = @LIBTOOL@
  158. LIPO = @LIPO@
  159. LN_S = @LN_S@
  160. LTLIBOBJS = @LTLIBOBJS@
  161. MAKEINFO = @MAKEINFO@
  162. MANIFEST_TOOL = @MANIFEST_TOOL@
  163. MKDIR_P = @MKDIR_P@
  164. NM = @NM@
  165. NMEDIT = @NMEDIT@
  166. OBJDUMP = @OBJDUMP@
  167. OBJEXT = @OBJEXT@
  168. OTOOL = @OTOOL@
  169. OTOOL64 = @OTOOL64@
  170. PACKAGE = @PACKAGE@
  171. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  172. PACKAGE_NAME = @PACKAGE_NAME@
  173. PACKAGE_STRING = @PACKAGE_STRING@
  174. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  175. PACKAGE_URL = @PACKAGE_URL@
  176. PACKAGE_VERSION = @PACKAGE_VERSION@
  177. PATH_SEPARATOR = @PATH_SEPARATOR@
  178. RANLIB = @RANLIB@
  179. SED = @SED@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STRIP = @STRIP@
  183. VERSION = @VERSION@
  184. abs_builddir = @abs_builddir@
  185. abs_srcdir = @abs_srcdir@
  186. abs_top_builddir = @abs_top_builddir@
  187. abs_top_srcdir = @abs_top_srcdir@
  188. ac_ct_AR = @ac_ct_AR@
  189. ac_ct_CC = @ac_ct_CC@
  190. ac_ct_CXX = @ac_ct_CXX@
  191. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  192. am__include = @am__include@
  193. am__leading_dot = @am__leading_dot@
  194. am__quote = @am__quote@
  195. am__tar = @am__tar@
  196. am__untar = @am__untar@
  197. bindir = @bindir@
  198. build = @build@
  199. build_alias = @build_alias@
  200. build_cpu = @build_cpu@
  201. build_os = @build_os@
  202. build_vendor = @build_vendor@
  203. builddir = @builddir@
  204. datadir = @datadir@
  205. datarootdir = @datarootdir@
  206. docdir = @docdir@
  207. dvidir = @dvidir@
  208. exec_prefix = @exec_prefix@
  209. host = @host@
  210. host_alias = @host_alias@
  211. host_cpu = @host_cpu@
  212. host_os = @host_os@
  213. host_vendor = @host_vendor@
  214. htmldir = @htmldir@
  215. includedir = @includedir@
  216. infodir = @infodir@
  217. install_sh = @install_sh@
  218. libdir = @libdir@
  219. libexecdir = @libexecdir@
  220. localedir = @localedir@
  221. localstatedir = @localstatedir@
  222. mandir = @mandir@
  223. mkdir_p = @mkdir_p@
  224. oldincludedir = @oldincludedir@
  225. pdfdir = @pdfdir@
  226. pkgconfigdir = @pkgconfigdir@
  227. prefix = @prefix@
  228. program_transform_name = @program_transform_name@
  229. psdir = @psdir@
  230. sbindir = @sbindir@
  231. sharedstatedir = @sharedstatedir@
  232. srcdir = @srcdir@
  233. sysconfdir = @sysconfdir@
  234. target_alias = @target_alias@
  235. top_build_prefix = @top_build_prefix@
  236. top_builddir = @top_builddir@
  237. top_srcdir = @top_srcdir@
  238. SUBDIRS = roundtrip processing persistence inheritance hybrid performance
  239. EXTRA_DIST = README test.bat examples-vc9.sln examples-vc10.sln examples-vc11.sln examples-vc12.sln
  240. all: all-recursive
  241. .SUFFIXES:
  242. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  243. @for dep in $?; do \
  244. case '$(am__configure_deps)' in \
  245. *$$dep*) \
  246. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  247. && { if test -f $@; then exit 0; else break; fi; }; \
  248. exit 1;; \
  249. esac; \
  250. done; \
  251. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
  252. $(am__cd) $(top_srcdir) && \
  253. $(AUTOMAKE) --foreign examples/Makefile
  254. .PRECIOUS: Makefile
  255. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  256. @case '$?' in \
  257. *config.status*) \
  258. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  259. *) \
  260. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  261. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  262. esac;
  263. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  264. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  265. $(top_srcdir)/configure: $(am__configure_deps)
  266. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  267. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  268. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  269. $(am__aclocal_m4_deps):
  270. mostlyclean-libtool:
  271. -rm -f *.lo
  272. clean-libtool:
  273. -rm -rf .libs _libs
  274. # This directory's subdirectories are mostly independent; you can cd
  275. # into them and run 'make' without going through this Makefile.
  276. # To change the values of 'make' variables: instead of editing Makefiles,
  277. # (1) if the variable is set in 'config.status', edit 'config.status'
  278. # (which will cause the Makefiles to be regenerated when you run 'make');
  279. # (2) otherwise, pass the desired values on the 'make' command line.
  280. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  281. @fail= failcom='exit 1'; \
  282. for f in x $$MAKEFLAGS; do \
  283. case $$f in \
  284. *=* | --[!k]*);; \
  285. *k*) failcom='fail=yes';; \
  286. esac; \
  287. done; \
  288. dot_seen=no; \
  289. target=`echo $@ | sed s/-recursive//`; \
  290. case "$@" in \
  291. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  292. *) list='$(SUBDIRS)' ;; \
  293. esac; \
  294. for subdir in $$list; do \
  295. echo "Making $$target in $$subdir"; \
  296. if test "$$subdir" = "."; then \
  297. dot_seen=yes; \
  298. local_target="$$target-am"; \
  299. else \
  300. local_target="$$target"; \
  301. fi; \
  302. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  303. || eval $$failcom; \
  304. done; \
  305. if test "$$dot_seen" = "no"; then \
  306. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  307. fi; test -z "$$fail"
  308. tags-recursive:
  309. list='$(SUBDIRS)'; for subdir in $$list; do \
  310. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  311. done
  312. ctags-recursive:
  313. list='$(SUBDIRS)'; for subdir in $$list; do \
  314. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  315. done
  316. cscopelist-recursive:
  317. list='$(SUBDIRS)'; for subdir in $$list; do \
  318. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  319. done
  320. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  321. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  322. unique=`for i in $$list; do \
  323. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  324. done | \
  325. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  326. END { if (nonempty) { for (i in files) print i; }; }'`; \
  327. mkid -fID $$unique
  328. tags: TAGS
  329. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  330. $(TAGS_FILES) $(LISP)
  331. set x; \
  332. here=`pwd`; \
  333. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  334. include_option=--etags-include; \
  335. empty_fix=.; \
  336. else \
  337. include_option=--include; \
  338. empty_fix=; \
  339. fi; \
  340. list='$(SUBDIRS)'; for subdir in $$list; do \
  341. if test "$$subdir" = .; then :; else \
  342. test ! -f $$subdir/TAGS || \
  343. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  344. fi; \
  345. done; \
  346. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  347. unique=`for i in $$list; do \
  348. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  349. done | \
  350. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  351. END { if (nonempty) { for (i in files) print i; }; }'`; \
  352. shift; \
  353. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  354. test -n "$$unique" || unique=$$empty_fix; \
  355. if test $$# -gt 0; then \
  356. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  357. "$$@" $$unique; \
  358. else \
  359. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  360. $$unique; \
  361. fi; \
  362. fi
  363. ctags: CTAGS
  364. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  365. $(TAGS_FILES) $(LISP)
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. test -z "$(CTAGS_ARGS)$$unique" \
  373. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  374. $$unique
  375. GTAGS:
  376. here=`$(am__cd) $(top_builddir) && pwd` \
  377. && $(am__cd) $(top_srcdir) \
  378. && gtags -i $(GTAGS_ARGS) "$$here"
  379. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  380. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  381. case "$(srcdir)" in \
  382. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  383. *) sdir=$(subdir)/$(srcdir) ;; \
  384. esac; \
  385. for i in $$list; do \
  386. if test -f "$$i"; then \
  387. echo "$(subdir)/$$i"; \
  388. else \
  389. echo "$$sdir/$$i"; \
  390. fi; \
  391. done >> $(top_builddir)/cscope.files
  392. distclean-tags:
  393. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  394. distdir: $(DISTFILES)
  395. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  396. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  397. list='$(DISTFILES)'; \
  398. dist_files=`for file in $$list; do echo $$file; done | \
  399. sed -e "s|^$$srcdirstrip/||;t" \
  400. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  401. case $$dist_files in \
  402. */*) $(MKDIR_P) `echo "$$dist_files" | \
  403. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  404. sort -u` ;; \
  405. esac; \
  406. for file in $$dist_files; do \
  407. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  408. if test -d $$d/$$file; then \
  409. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  410. if test -d "$(distdir)/$$file"; then \
  411. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  412. fi; \
  413. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  414. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  415. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  416. fi; \
  417. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  418. else \
  419. test -f "$(distdir)/$$file" \
  420. || cp -p $$d/$$file "$(distdir)/$$file" \
  421. || exit 1; \
  422. fi; \
  423. done
  424. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  425. if test "$$subdir" = .; then :; else \
  426. $(am__make_dryrun) \
  427. || test -d "$(distdir)/$$subdir" \
  428. || $(MKDIR_P) "$(distdir)/$$subdir" \
  429. || exit 1; \
  430. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  431. $(am__relativize); \
  432. new_distdir=$$reldir; \
  433. dir1=$$subdir; dir2="$(top_distdir)"; \
  434. $(am__relativize); \
  435. new_top_distdir=$$reldir; \
  436. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  437. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  438. ($(am__cd) $$subdir && \
  439. $(MAKE) $(AM_MAKEFLAGS) \
  440. top_distdir="$$new_top_distdir" \
  441. distdir="$$new_distdir" \
  442. am__remove_distdir=: \
  443. am__skip_length_check=: \
  444. am__skip_mode_fix=: \
  445. distdir) \
  446. || exit 1; \
  447. fi; \
  448. done
  449. check-am: all-am
  450. check: check-recursive
  451. all-am: Makefile
  452. installdirs: installdirs-recursive
  453. installdirs-am:
  454. install: install-recursive
  455. install-exec: install-exec-recursive
  456. install-data: install-data-recursive
  457. uninstall: uninstall-recursive
  458. install-am: all-am
  459. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  460. installcheck: installcheck-recursive
  461. install-strip:
  462. if test -z '$(STRIP)'; then \
  463. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  464. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  465. install; \
  466. else \
  467. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  468. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  469. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  470. fi
  471. mostlyclean-generic:
  472. clean-generic:
  473. distclean-generic:
  474. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  475. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  476. maintainer-clean-generic:
  477. @echo "This command is intended for maintainers to use"
  478. @echo "it deletes files that may require special tools to rebuild."
  479. clean: clean-recursive
  480. clean-am: clean-generic clean-libtool mostlyclean-am
  481. distclean: distclean-recursive
  482. -rm -f Makefile
  483. distclean-am: clean-am distclean-generic distclean-tags
  484. dvi: dvi-recursive
  485. dvi-am:
  486. html: html-recursive
  487. html-am:
  488. info: info-recursive
  489. info-am:
  490. install-data-am:
  491. install-dvi: install-dvi-recursive
  492. install-dvi-am:
  493. install-exec-am:
  494. install-html: install-html-recursive
  495. install-html-am:
  496. install-info: install-info-recursive
  497. install-info-am:
  498. install-man:
  499. install-pdf: install-pdf-recursive
  500. install-pdf-am:
  501. install-ps: install-ps-recursive
  502. install-ps-am:
  503. installcheck-am:
  504. maintainer-clean: maintainer-clean-recursive
  505. -rm -f Makefile
  506. maintainer-clean-am: distclean-am maintainer-clean-generic
  507. mostlyclean: mostlyclean-recursive
  508. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  509. pdf: pdf-recursive
  510. pdf-am:
  511. ps: ps-recursive
  512. ps-am:
  513. uninstall-am:
  514. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
  515. cscopelist-recursive ctags-recursive install-am install-strip \
  516. tags-recursive
  517. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  518. all all-am check check-am clean clean-generic clean-libtool \
  519. cscopelist cscopelist-recursive ctags ctags-recursive \
  520. distclean distclean-generic distclean-libtool distclean-tags \
  521. distdir dvi dvi-am html html-am info info-am install \
  522. install-am install-data install-data-am install-dvi \
  523. install-dvi-am install-exec install-exec-am install-html \
  524. install-html-am install-info install-info-am install-man \
  525. install-pdf install-pdf-am install-ps install-ps-am \
  526. install-strip installcheck installcheck-am installdirs \
  527. installdirs-am maintainer-clean maintainer-clean-generic \
  528. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  529. ps ps-am tags tags-recursive uninstall uninstall-am
  530. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  531. # Otherwise a system limit (for SysV at least) may be exceeded.
  532. .NOEXPORT: