Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = AI
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/aclocal/m4/ax_boost_base.m4 \
  37. $(top_srcdir)/aclocal/m4/ax_boost_filesystem.m4 \
  38. $(top_srcdir)/aclocal/m4/ax_boost_iostreams.m4 \
  39. $(top_srcdir)/aclocal/m4/ax_boost_program_options.m4 \
  40. $(top_srcdir)/aclocal/m4/ax_boost_system.m4 \
  41. $(top_srcdir)/aclocal/m4/ax_boost_thread.m4 \
  42. $(top_srcdir)/aclocal/m4/ax_compiler_vendor.m4 \
  43. $(top_srcdir)/aclocal/m4/libtool.m4 \
  44. $(top_srcdir)/aclocal/m4/ltoptions.m4 \
  45. $(top_srcdir)/aclocal/m4/ltsugar.m4 \
  46. $(top_srcdir)/aclocal/m4/ltversion.m4 \
  47. $(top_srcdir)/aclocal/m4/lt~obsolete.m4 \
  48. $(top_srcdir)/configure.ac
  49. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  50. $(ACLOCAL_M4)
  51. mkinstalldirs = $(install_sh) -d
  52. CONFIG_CLEAN_FILES =
  53. CONFIG_CLEAN_VPATH_FILES =
  54. AM_V_GEN = $(am__v_GEN_$(V))
  55. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  56. am__v_GEN_0 = @echo " GEN " $@;
  57. AM_V_at = $(am__v_at_$(V))
  58. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  59. am__v_at_0 = @
  60. SOURCES =
  61. DIST_SOURCES =
  62. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  63. html-recursive info-recursive install-data-recursive \
  64. install-dvi-recursive install-exec-recursive \
  65. install-html-recursive install-info-recursive \
  66. install-pdf-recursive install-ps-recursive install-recursive \
  67. installcheck-recursive installdirs-recursive pdf-recursive \
  68. ps-recursive uninstall-recursive
  69. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  70. distclean-recursive maintainer-clean-recursive
  71. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  72. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  73. distdir
  74. ETAGS = etags
  75. CTAGS = ctags
  76. DIST_SUBDIRS = $(SUBDIRS)
  77. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  78. am__relativize = \
  79. dir0=`pwd`; \
  80. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  81. sed_rest='s,^[^/]*/*,,'; \
  82. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  83. sed_butlast='s,/*[^/]*$$,,'; \
  84. while test -n "$$dir1"; do \
  85. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  86. if test "$$first" != "."; then \
  87. if test "$$first" = ".."; then \
  88. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  89. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  90. else \
  91. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  92. if test "$$first2" = "$$first"; then \
  93. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  94. else \
  95. dir2="../$$dir2"; \
  96. fi; \
  97. dir0="$$dir0"/"$$first"; \
  98. fi; \
  99. fi; \
  100. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  101. done; \
  102. reldir="$$dir2"
  103. ACLOCAL = @ACLOCAL@
  104. AMTAR = @AMTAR@
  105. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  106. AR = @AR@
  107. AUTOCONF = @AUTOCONF@
  108. AUTOHEADER = @AUTOHEADER@
  109. AUTOMAKE = @AUTOMAKE@
  110. AWK = @AWK@
  111. BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
  112. BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
  113. BOOST_IOSTREAMS_LIB = @BOOST_IOSTREAMS_LIB@
  114. BOOST_LDFLAGS = @BOOST_LDFLAGS@
  115. BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
  116. BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
  117. BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
  118. CC = @CC@
  119. CCDEPMODE = @CCDEPMODE@
  120. CFLAGS = @CFLAGS@
  121. CPP = @CPP@
  122. CPPFLAGS = @CPPFLAGS@
  123. CXX = @CXX@
  124. CXXCPP = @CXXCPP@
  125. CXXDEPMODE = @CXXDEPMODE@
  126. CXXFLAGS = @CXXFLAGS@
  127. CYGPATH_W = @CYGPATH_W@
  128. DEFS = @DEFS@
  129. DEPDIR = @DEPDIR@
  130. DLLTOOL = @DLLTOOL@
  131. DSYMUTIL = @DSYMUTIL@
  132. DUMPBIN = @DUMPBIN@
  133. ECHO_C = @ECHO_C@
  134. ECHO_N = @ECHO_N@
  135. ECHO_T = @ECHO_T@
  136. EGREP = @EGREP@
  137. EXEEXT = @EXEEXT@
  138. FFMPEG_CXXFLAGS = @FFMPEG_CXXFLAGS@
  139. FFMPEG_LIBS = @FFMPEG_LIBS@
  140. FGREP = @FGREP@
  141. GREP = @GREP@
  142. INSTALL = @INSTALL@
  143. INSTALL_DATA = @INSTALL_DATA@
  144. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  145. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  146. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  147. LD = @LD@
  148. LDFLAGS = @LDFLAGS@
  149. LIBOBJS = @LIBOBJS@
  150. LIBS = @LIBS@
  151. LIBTOOL = @LIBTOOL@
  152. LIPO = @LIPO@
  153. LN_S = @LN_S@
  154. LTLIBOBJS = @LTLIBOBJS@
  155. MAKEINFO = @MAKEINFO@
  156. MANIFEST_TOOL = @MANIFEST_TOOL@
  157. MKDIR_P = @MKDIR_P@
  158. NM = @NM@
  159. NMEDIT = @NMEDIT@
  160. OBJDUMP = @OBJDUMP@
  161. OBJEXT = @OBJEXT@
  162. OTOOL = @OTOOL@
  163. OTOOL64 = @OTOOL64@
  164. PACKAGE = @PACKAGE@
  165. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  166. PACKAGE_NAME = @PACKAGE_NAME@
  167. PACKAGE_STRING = @PACKAGE_STRING@
  168. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  169. PACKAGE_URL = @PACKAGE_URL@
  170. PACKAGE_VERSION = @PACKAGE_VERSION@
  171. PATH_SEPARATOR = @PATH_SEPARATOR@
  172. RANLIB = @RANLIB@
  173. SDL_CFLAGS = @SDL_CFLAGS@
  174. SDL_CONFIG = @SDL_CONFIG@
  175. SDL_CXXFLAGS = @SDL_CXXFLAGS@
  176. SDL_LIBS = @SDL_LIBS@
  177. SED = @SED@
  178. SET_MAKE = @SET_MAKE@
  179. SHELL = @SHELL@
  180. STRIP = @STRIP@
  181. VCMI_AI_LIBS_DIR = @VCMI_AI_LIBS_DIR@
  182. VCMI_SCRIPTING_LIBS_DIR = @VCMI_SCRIPTING_LIBS_DIR@
  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. prefix = @prefix@
  227. program_transform_name = @program_transform_name@
  228. psdir = @psdir@
  229. sbindir = @sbindir@
  230. sharedstatedir = @sharedstatedir@
  231. srcdir = @srcdir@
  232. sysconfdir = @sysconfdir@
  233. target_alias = @target_alias@
  234. top_build_prefix = @top_build_prefix@
  235. top_builddir = @top_builddir@
  236. top_srcdir = @top_srcdir@
  237. SUBDIRS = StupidAI EmptyAI GeniusAI
  238. all: all-recursive
  239. .SUFFIXES:
  240. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  241. @for dep in $?; do \
  242. case '$(am__configure_deps)' in \
  243. *$$dep*) \
  244. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  245. && { if test -f $@; then exit 0; else break; fi; }; \
  246. exit 1;; \
  247. esac; \
  248. done; \
  249. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu AI/Makefile'; \
  250. $(am__cd) $(top_srcdir) && \
  251. $(AUTOMAKE) --gnu AI/Makefile
  252. .PRECIOUS: Makefile
  253. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  254. @case '$?' in \
  255. *config.status*) \
  256. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  257. *) \
  258. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  259. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  260. esac;
  261. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  262. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  263. $(top_srcdir)/configure: $(am__configure_deps)
  264. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  265. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  266. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  267. $(am__aclocal_m4_deps):
  268. mostlyclean-libtool:
  269. -rm -f *.lo
  270. clean-libtool:
  271. -rm -rf .libs _libs
  272. # This directory's subdirectories are mostly independent; you can cd
  273. # into them and run `make' without going through this Makefile.
  274. # To change the values of `make' variables: instead of editing Makefiles,
  275. # (1) if the variable is set in `config.status', edit `config.status'
  276. # (which will cause the Makefiles to be regenerated when you run `make');
  277. # (2) otherwise, pass the desired values on the `make' command line.
  278. $(RECURSIVE_TARGETS):
  279. @fail= failcom='exit 1'; \
  280. for f in x $$MAKEFLAGS; do \
  281. case $$f in \
  282. *=* | --[!k]*);; \
  283. *k*) failcom='fail=yes';; \
  284. esac; \
  285. done; \
  286. dot_seen=no; \
  287. target=`echo $@ | sed s/-recursive//`; \
  288. list='$(SUBDIRS)'; for subdir in $$list; do \
  289. echo "Making $$target in $$subdir"; \
  290. if test "$$subdir" = "."; then \
  291. dot_seen=yes; \
  292. local_target="$$target-am"; \
  293. else \
  294. local_target="$$target"; \
  295. fi; \
  296. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  297. || eval $$failcom; \
  298. done; \
  299. if test "$$dot_seen" = "no"; then \
  300. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  301. fi; test -z "$$fail"
  302. $(RECURSIVE_CLEAN_TARGETS):
  303. @fail= failcom='exit 1'; \
  304. for f in x $$MAKEFLAGS; do \
  305. case $$f in \
  306. *=* | --[!k]*);; \
  307. *k*) failcom='fail=yes';; \
  308. esac; \
  309. done; \
  310. dot_seen=no; \
  311. case "$@" in \
  312. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  313. *) list='$(SUBDIRS)' ;; \
  314. esac; \
  315. rev=''; for subdir in $$list; do \
  316. if test "$$subdir" = "."; then :; else \
  317. rev="$$subdir $$rev"; \
  318. fi; \
  319. done; \
  320. rev="$$rev ."; \
  321. target=`echo $@ | sed s/-recursive//`; \
  322. for subdir in $$rev; do \
  323. echo "Making $$target in $$subdir"; \
  324. if test "$$subdir" = "."; then \
  325. local_target="$$target-am"; \
  326. else \
  327. local_target="$$target"; \
  328. fi; \
  329. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  330. || eval $$failcom; \
  331. done && test -z "$$fail"
  332. tags-recursive:
  333. list='$(SUBDIRS)'; for subdir in $$list; do \
  334. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  335. done
  336. ctags-recursive:
  337. list='$(SUBDIRS)'; for subdir in $$list; do \
  338. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  339. done
  340. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  341. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  342. unique=`for i in $$list; do \
  343. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  344. done | \
  345. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  346. END { if (nonempty) { for (i in files) print i; }; }'`; \
  347. mkid -fID $$unique
  348. tags: TAGS
  349. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  350. $(TAGS_FILES) $(LISP)
  351. set x; \
  352. here=`pwd`; \
  353. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  354. include_option=--etags-include; \
  355. empty_fix=.; \
  356. else \
  357. include_option=--include; \
  358. empty_fix=; \
  359. fi; \
  360. list='$(SUBDIRS)'; for subdir in $$list; do \
  361. if test "$$subdir" = .; then :; else \
  362. test ! -f $$subdir/TAGS || \
  363. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  364. fi; \
  365. done; \
  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. shift; \
  373. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  374. test -n "$$unique" || unique=$$empty_fix; \
  375. if test $$# -gt 0; then \
  376. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377. "$$@" $$unique; \
  378. else \
  379. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380. $$unique; \
  381. fi; \
  382. fi
  383. ctags: CTAGS
  384. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  385. $(TAGS_FILES) $(LISP)
  386. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  387. unique=`for i in $$list; do \
  388. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  389. done | \
  390. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  391. END { if (nonempty) { for (i in files) print i; }; }'`; \
  392. test -z "$(CTAGS_ARGS)$$unique" \
  393. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  394. $$unique
  395. GTAGS:
  396. here=`$(am__cd) $(top_builddir) && pwd` \
  397. && $(am__cd) $(top_srcdir) \
  398. && gtags -i $(GTAGS_ARGS) "$$here"
  399. distclean-tags:
  400. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  401. distdir: $(DISTFILES)
  402. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  404. list='$(DISTFILES)'; \
  405. dist_files=`for file in $$list; do echo $$file; done | \
  406. sed -e "s|^$$srcdirstrip/||;t" \
  407. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  408. case $$dist_files in \
  409. */*) $(MKDIR_P) `echo "$$dist_files" | \
  410. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  411. sort -u` ;; \
  412. esac; \
  413. for file in $$dist_files; do \
  414. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  415. if test -d $$d/$$file; then \
  416. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  417. if test -d "$(distdir)/$$file"; then \
  418. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  419. fi; \
  420. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  421. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  422. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  423. fi; \
  424. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  425. else \
  426. test -f "$(distdir)/$$file" \
  427. || cp -p $$d/$$file "$(distdir)/$$file" \
  428. || exit 1; \
  429. fi; \
  430. done
  431. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  432. if test "$$subdir" = .; then :; else \
  433. test -d "$(distdir)/$$subdir" \
  434. || $(MKDIR_P) "$(distdir)/$$subdir" \
  435. || exit 1; \
  436. fi; \
  437. done
  438. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  439. if test "$$subdir" = .; then :; else \
  440. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  441. $(am__relativize); \
  442. new_distdir=$$reldir; \
  443. dir1=$$subdir; dir2="$(top_distdir)"; \
  444. $(am__relativize); \
  445. new_top_distdir=$$reldir; \
  446. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  447. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  448. ($(am__cd) $$subdir && \
  449. $(MAKE) $(AM_MAKEFLAGS) \
  450. top_distdir="$$new_top_distdir" \
  451. distdir="$$new_distdir" \
  452. am__remove_distdir=: \
  453. am__skip_length_check=: \
  454. am__skip_mode_fix=: \
  455. distdir) \
  456. || exit 1; \
  457. fi; \
  458. done
  459. check-am: all-am
  460. check: check-recursive
  461. all-am: Makefile
  462. installdirs: installdirs-recursive
  463. installdirs-am:
  464. install: install-recursive
  465. install-exec: install-exec-recursive
  466. install-data: install-data-recursive
  467. uninstall: uninstall-recursive
  468. install-am: all-am
  469. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  470. installcheck: installcheck-recursive
  471. install-strip:
  472. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  473. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  474. `test -z '$(STRIP)' || \
  475. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  476. mostlyclean-generic:
  477. clean-generic:
  478. distclean-generic:
  479. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  480. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  481. maintainer-clean-generic:
  482. @echo "This command is intended for maintainers to use"
  483. @echo "it deletes files that may require special tools to rebuild."
  484. clean: clean-recursive
  485. clean-am: clean-generic clean-libtool mostlyclean-am
  486. distclean: distclean-recursive
  487. -rm -f Makefile
  488. distclean-am: clean-am distclean-generic distclean-tags
  489. dvi: dvi-recursive
  490. dvi-am:
  491. html: html-recursive
  492. html-am:
  493. info: info-recursive
  494. info-am:
  495. install-data-am:
  496. install-dvi: install-dvi-recursive
  497. install-dvi-am:
  498. install-exec-am:
  499. install-html: install-html-recursive
  500. install-html-am:
  501. install-info: install-info-recursive
  502. install-info-am:
  503. install-man:
  504. install-pdf: install-pdf-recursive
  505. install-pdf-am:
  506. install-ps: install-ps-recursive
  507. install-ps-am:
  508. installcheck-am:
  509. maintainer-clean: maintainer-clean-recursive
  510. -rm -f Makefile
  511. maintainer-clean-am: distclean-am maintainer-clean-generic
  512. mostlyclean: mostlyclean-recursive
  513. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  514. pdf: pdf-recursive
  515. pdf-am:
  516. ps: ps-recursive
  517. ps-am:
  518. uninstall-am:
  519. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  520. install-am install-strip tags-recursive
  521. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  522. all all-am check check-am clean clean-generic clean-libtool \
  523. ctags ctags-recursive distclean distclean-generic \
  524. distclean-libtool distclean-tags distdir dvi dvi-am html \
  525. html-am info info-am install install-am install-data \
  526. install-data-am install-dvi install-dvi-am install-exec \
  527. install-exec-am install-html install-html-am install-info \
  528. install-info-am install-man install-pdf install-pdf-am \
  529. install-ps install-ps-am install-strip installcheck \
  530. installcheck-am installdirs installdirs-am maintainer-clean \
  531. maintainer-clean-generic mostlyclean mostlyclean-generic \
  532. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  533. uninstall uninstall-am
  534. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  535. # Otherwise a system limit (for SysV at least) may be exceeded.
  536. .NOEXPORT: