Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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. DSYMUTIL = @DSYMUTIL@
  131. DUMPBIN = @DUMPBIN@
  132. ECHO_C = @ECHO_C@
  133. ECHO_N = @ECHO_N@
  134. ECHO_T = @ECHO_T@
  135. EGREP = @EGREP@
  136. EXEEXT = @EXEEXT@
  137. FFMPEG_CXXFLAGS = @FFMPEG_CXXFLAGS@
  138. FFMPEG_LIBS = @FFMPEG_LIBS@
  139. FGREP = @FGREP@
  140. GREP = @GREP@
  141. HAVE_SDL_CONFIG = @HAVE_SDL_CONFIG@
  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. MKDIR_P = @MKDIR_P@
  157. NM = @NM@
  158. NMEDIT = @NMEDIT@
  159. OBJDUMP = @OBJDUMP@
  160. OBJEXT = @OBJEXT@
  161. OTOOL = @OTOOL@
  162. OTOOL64 = @OTOOL64@
  163. PACKAGE = @PACKAGE@
  164. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  165. PACKAGE_NAME = @PACKAGE_NAME@
  166. PACKAGE_STRING = @PACKAGE_STRING@
  167. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  168. PACKAGE_URL = @PACKAGE_URL@
  169. PACKAGE_VERSION = @PACKAGE_VERSION@
  170. PATH_SEPARATOR = @PATH_SEPARATOR@
  171. RANLIB = @RANLIB@
  172. SDL_CXXFLAGS = @SDL_CXXFLAGS@
  173. SDL_LIBS = @SDL_LIBS@
  174. SED = @SED@
  175. SET_MAKE = @SET_MAKE@
  176. SHELL = @SHELL@
  177. STRIP = @STRIP@
  178. VCMI_AI_LIBS_DIR = @VCMI_AI_LIBS_DIR@
  179. VCMI_SCRIPTING_LIBS_DIR = @VCMI_SCRIPTING_LIBS_DIR@
  180. VERSION = @VERSION@
  181. abs_builddir = @abs_builddir@
  182. abs_srcdir = @abs_srcdir@
  183. abs_top_builddir = @abs_top_builddir@
  184. abs_top_srcdir = @abs_top_srcdir@
  185. ac_ct_CC = @ac_ct_CC@
  186. ac_ct_CXX = @ac_ct_CXX@
  187. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  188. am__include = @am__include@
  189. am__leading_dot = @am__leading_dot@
  190. am__quote = @am__quote@
  191. am__tar = @am__tar@
  192. am__untar = @am__untar@
  193. bindir = @bindir@
  194. build = @build@
  195. build_alias = @build_alias@
  196. build_cpu = @build_cpu@
  197. build_os = @build_os@
  198. build_vendor = @build_vendor@
  199. builddir = @builddir@
  200. datadir = @datadir@
  201. datarootdir = @datarootdir@
  202. docdir = @docdir@
  203. dvidir = @dvidir@
  204. exec_prefix = @exec_prefix@
  205. host = @host@
  206. host_alias = @host_alias@
  207. host_cpu = @host_cpu@
  208. host_os = @host_os@
  209. host_vendor = @host_vendor@
  210. htmldir = @htmldir@
  211. includedir = @includedir@
  212. infodir = @infodir@
  213. install_sh = @install_sh@
  214. libdir = @libdir@
  215. libexecdir = @libexecdir@
  216. localedir = @localedir@
  217. localstatedir = @localstatedir@
  218. lt_ECHO = @lt_ECHO@
  219. mandir = @mandir@
  220. mkdir_p = @mkdir_p@
  221. oldincludedir = @oldincludedir@
  222. pdfdir = @pdfdir@
  223. prefix = @prefix@
  224. program_transform_name = @program_transform_name@
  225. psdir = @psdir@
  226. sbindir = @sbindir@
  227. sharedstatedir = @sharedstatedir@
  228. srcdir = @srcdir@
  229. sysconfdir = @sysconfdir@
  230. target_alias = @target_alias@
  231. top_build_prefix = @top_build_prefix@
  232. top_builddir = @top_builddir@
  233. top_srcdir = @top_srcdir@
  234. SUBDIRS = StupidAI EmptyAI GeniusAI
  235. all: all-recursive
  236. .SUFFIXES:
  237. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  238. @for dep in $?; do \
  239. case '$(am__configure_deps)' in \
  240. *$$dep*) \
  241. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  242. && { if test -f $@; then exit 0; else break; fi; }; \
  243. exit 1;; \
  244. esac; \
  245. done; \
  246. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu AI/Makefile'; \
  247. $(am__cd) $(top_srcdir) && \
  248. $(AUTOMAKE) --gnu AI/Makefile
  249. .PRECIOUS: Makefile
  250. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  251. @case '$?' in \
  252. *config.status*) \
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  254. *) \
  255. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  256. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  257. esac;
  258. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. $(top_srcdir)/configure: $(am__configure_deps)
  261. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  262. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(am__aclocal_m4_deps):
  265. mostlyclean-libtool:
  266. -rm -f *.lo
  267. clean-libtool:
  268. -rm -rf .libs _libs
  269. # This directory's subdirectories are mostly independent; you can cd
  270. # into them and run `make' without going through this Makefile.
  271. # To change the values of `make' variables: instead of editing Makefiles,
  272. # (1) if the variable is set in `config.status', edit `config.status'
  273. # (which will cause the Makefiles to be regenerated when you run `make');
  274. # (2) otherwise, pass the desired values on the `make' command line.
  275. $(RECURSIVE_TARGETS):
  276. @fail= failcom='exit 1'; \
  277. for f in x $$MAKEFLAGS; do \
  278. case $$f in \
  279. *=* | --[!k]*);; \
  280. *k*) failcom='fail=yes';; \
  281. esac; \
  282. done; \
  283. dot_seen=no; \
  284. target=`echo $@ | sed s/-recursive//`; \
  285. list='$(SUBDIRS)'; for subdir in $$list; do \
  286. echo "Making $$target in $$subdir"; \
  287. if test "$$subdir" = "."; then \
  288. dot_seen=yes; \
  289. local_target="$$target-am"; \
  290. else \
  291. local_target="$$target"; \
  292. fi; \
  293. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  294. || eval $$failcom; \
  295. done; \
  296. if test "$$dot_seen" = "no"; then \
  297. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  298. fi; test -z "$$fail"
  299. $(RECURSIVE_CLEAN_TARGETS):
  300. @fail= failcom='exit 1'; \
  301. for f in x $$MAKEFLAGS; do \
  302. case $$f in \
  303. *=* | --[!k]*);; \
  304. *k*) failcom='fail=yes';; \
  305. esac; \
  306. done; \
  307. dot_seen=no; \
  308. case "$@" in \
  309. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  310. *) list='$(SUBDIRS)' ;; \
  311. esac; \
  312. rev=''; for subdir in $$list; do \
  313. if test "$$subdir" = "."; then :; else \
  314. rev="$$subdir $$rev"; \
  315. fi; \
  316. done; \
  317. rev="$$rev ."; \
  318. target=`echo $@ | sed s/-recursive//`; \
  319. for subdir in $$rev; do \
  320. echo "Making $$target in $$subdir"; \
  321. if test "$$subdir" = "."; then \
  322. local_target="$$target-am"; \
  323. else \
  324. local_target="$$target"; \
  325. fi; \
  326. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  327. || eval $$failcom; \
  328. done && test -z "$$fail"
  329. tags-recursive:
  330. list='$(SUBDIRS)'; for subdir in $$list; do \
  331. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  332. done
  333. ctags-recursive:
  334. list='$(SUBDIRS)'; for subdir in $$list; do \
  335. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  336. done
  337. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  338. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  339. unique=`for i in $$list; do \
  340. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  341. done | \
  342. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  343. END { if (nonempty) { for (i in files) print i; }; }'`; \
  344. mkid -fID $$unique
  345. tags: TAGS
  346. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  347. $(TAGS_FILES) $(LISP)
  348. set x; \
  349. here=`pwd`; \
  350. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  351. include_option=--etags-include; \
  352. empty_fix=.; \
  353. else \
  354. include_option=--include; \
  355. empty_fix=; \
  356. fi; \
  357. list='$(SUBDIRS)'; for subdir in $$list; do \
  358. if test "$$subdir" = .; then :; else \
  359. test ! -f $$subdir/TAGS || \
  360. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  361. fi; \
  362. done; \
  363. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  364. unique=`for i in $$list; do \
  365. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  366. done | \
  367. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  368. END { if (nonempty) { for (i in files) print i; }; }'`; \
  369. shift; \
  370. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  371. test -n "$$unique" || unique=$$empty_fix; \
  372. if test $$# -gt 0; then \
  373. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  374. "$$@" $$unique; \
  375. else \
  376. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377. $$unique; \
  378. fi; \
  379. fi
  380. ctags: CTAGS
  381. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  382. $(TAGS_FILES) $(LISP)
  383. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  384. unique=`for i in $$list; do \
  385. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  386. done | \
  387. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  388. END { if (nonempty) { for (i in files) print i; }; }'`; \
  389. test -z "$(CTAGS_ARGS)$$unique" \
  390. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  391. $$unique
  392. GTAGS:
  393. here=`$(am__cd) $(top_builddir) && pwd` \
  394. && $(am__cd) $(top_srcdir) \
  395. && gtags -i $(GTAGS_ARGS) "$$here"
  396. distclean-tags:
  397. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  398. distdir: $(DISTFILES)
  399. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  400. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  401. list='$(DISTFILES)'; \
  402. dist_files=`for file in $$list; do echo $$file; done | \
  403. sed -e "s|^$$srcdirstrip/||;t" \
  404. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  405. case $$dist_files in \
  406. */*) $(MKDIR_P) `echo "$$dist_files" | \
  407. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  408. sort -u` ;; \
  409. esac; \
  410. for file in $$dist_files; do \
  411. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  412. if test -d $$d/$$file; then \
  413. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  414. if test -d "$(distdir)/$$file"; then \
  415. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  416. fi; \
  417. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  418. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  419. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  420. fi; \
  421. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  422. else \
  423. test -f "$(distdir)/$$file" \
  424. || cp -p $$d/$$file "$(distdir)/$$file" \
  425. || exit 1; \
  426. fi; \
  427. done
  428. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  429. if test "$$subdir" = .; then :; else \
  430. test -d "$(distdir)/$$subdir" \
  431. || $(MKDIR_P) "$(distdir)/$$subdir" \
  432. || exit 1; \
  433. fi; \
  434. done
  435. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  436. if test "$$subdir" = .; then :; else \
  437. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  438. $(am__relativize); \
  439. new_distdir=$$reldir; \
  440. dir1=$$subdir; dir2="$(top_distdir)"; \
  441. $(am__relativize); \
  442. new_top_distdir=$$reldir; \
  443. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  444. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  445. ($(am__cd) $$subdir && \
  446. $(MAKE) $(AM_MAKEFLAGS) \
  447. top_distdir="$$new_top_distdir" \
  448. distdir="$$new_distdir" \
  449. am__remove_distdir=: \
  450. am__skip_length_check=: \
  451. am__skip_mode_fix=: \
  452. distdir) \
  453. || exit 1; \
  454. fi; \
  455. done
  456. check-am: all-am
  457. check: check-recursive
  458. all-am: Makefile
  459. installdirs: installdirs-recursive
  460. installdirs-am:
  461. install: install-recursive
  462. install-exec: install-exec-recursive
  463. install-data: install-data-recursive
  464. uninstall: uninstall-recursive
  465. install-am: all-am
  466. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  467. installcheck: installcheck-recursive
  468. install-strip:
  469. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  470. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  471. `test -z '$(STRIP)' || \
  472. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  473. mostlyclean-generic:
  474. clean-generic:
  475. distclean-generic:
  476. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  477. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  478. maintainer-clean-generic:
  479. @echo "This command is intended for maintainers to use"
  480. @echo "it deletes files that may require special tools to rebuild."
  481. clean: clean-recursive
  482. clean-am: clean-generic clean-libtool mostlyclean-am
  483. distclean: distclean-recursive
  484. -rm -f Makefile
  485. distclean-am: clean-am distclean-generic distclean-tags
  486. dvi: dvi-recursive
  487. dvi-am:
  488. html: html-recursive
  489. html-am:
  490. info: info-recursive
  491. info-am:
  492. install-data-am:
  493. install-dvi: install-dvi-recursive
  494. install-dvi-am:
  495. install-exec-am:
  496. install-html: install-html-recursive
  497. install-html-am:
  498. install-info: install-info-recursive
  499. install-info-am:
  500. install-man:
  501. install-pdf: install-pdf-recursive
  502. install-pdf-am:
  503. install-ps: install-ps-recursive
  504. install-ps-am:
  505. installcheck-am:
  506. maintainer-clean: maintainer-clean-recursive
  507. -rm -f Makefile
  508. maintainer-clean-am: distclean-am maintainer-clean-generic
  509. mostlyclean: mostlyclean-recursive
  510. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  511. pdf: pdf-recursive
  512. pdf-am:
  513. ps: ps-recursive
  514. ps-am:
  515. uninstall-am:
  516. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  517. install-am install-strip tags-recursive
  518. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  519. all all-am check check-am clean clean-generic clean-libtool \
  520. ctags ctags-recursive distclean distclean-generic \
  521. distclean-libtool distclean-tags distdir dvi dvi-am html \
  522. html-am info info-am install install-am install-data \
  523. install-data-am install-dvi install-dvi-am install-exec \
  524. install-exec-am install-html install-html-am install-info \
  525. install-info-am install-man install-pdf install-pdf-am \
  526. install-ps install-ps-am install-strip installcheck \
  527. installcheck-am installdirs installdirs-am maintainer-clean \
  528. maintainer-clean-generic mostlyclean mostlyclean-generic \
  529. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  530. uninstall uninstall-am
  531. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  532. # Otherwise a system limit (for SysV at least) may be exceeded.
  533. .NOEXPORT: