Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. # Makefile.in generated by automake 1.10.2 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 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. subdir = AI
  32. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  33. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  34. am__aclocal_m4_deps = $(top_srcdir)/aclocal/m4/ax_boost_base.m4 \
  35. $(top_srcdir)/aclocal/m4/ax_boost_filesystem.m4 \
  36. $(top_srcdir)/aclocal/m4/ax_boost_iostreams.m4 \
  37. $(top_srcdir)/aclocal/m4/ax_boost_system.m4 \
  38. $(top_srcdir)/aclocal/m4/ax_boost_thread.m4 \
  39. $(top_srcdir)/aclocal/m4/libtool.m4 \
  40. $(top_srcdir)/aclocal/m4/ltoptions.m4 \
  41. $(top_srcdir)/aclocal/m4/ltsugar.m4 \
  42. $(top_srcdir)/aclocal/m4/ltversion.m4 \
  43. $(top_srcdir)/aclocal/m4/lt~obsolete.m4 \
  44. $(top_srcdir)/configure.ac
  45. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  46. $(ACLOCAL_M4)
  47. mkinstalldirs = $(install_sh) -d
  48. CONFIG_CLEAN_FILES =
  49. SOURCES =
  50. DIST_SOURCES =
  51. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  52. html-recursive info-recursive install-data-recursive \
  53. install-dvi-recursive install-exec-recursive \
  54. install-html-recursive install-info-recursive \
  55. install-pdf-recursive install-ps-recursive install-recursive \
  56. installcheck-recursive installdirs-recursive pdf-recursive \
  57. ps-recursive uninstall-recursive
  58. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  59. distclean-recursive maintainer-clean-recursive
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DIST_SUBDIRS = $(SUBDIRS)
  63. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  64. ACLOCAL = @ACLOCAL@
  65. AMTAR = @AMTAR@
  66. AR = @AR@
  67. AUTOCONF = @AUTOCONF@
  68. AUTOHEADER = @AUTOHEADER@
  69. AUTOMAKE = @AUTOMAKE@
  70. AWK = @AWK@
  71. BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
  72. BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
  73. BOOST_IOSTREAMS_LIB = @BOOST_IOSTREAMS_LIB@
  74. BOOST_LDFLAGS = @BOOST_LDFLAGS@
  75. BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
  76. BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
  77. CC = @CC@
  78. CCDEPMODE = @CCDEPMODE@
  79. CFLAGS = @CFLAGS@
  80. CPP = @CPP@
  81. CPPFLAGS = @CPPFLAGS@
  82. CXX = @CXX@
  83. CXXCPP = @CXXCPP@
  84. CXXDEPMODE = @CXXDEPMODE@
  85. CXXFLAGS = @CXXFLAGS@
  86. CYGPATH_W = @CYGPATH_W@
  87. DEFS = @DEFS@
  88. DEPDIR = @DEPDIR@
  89. DSYMUTIL = @DSYMUTIL@
  90. DUMPBIN = @DUMPBIN@
  91. ECHO_C = @ECHO_C@
  92. ECHO_N = @ECHO_N@
  93. ECHO_T = @ECHO_T@
  94. EGREP = @EGREP@
  95. EXEEXT = @EXEEXT@
  96. FFMPEG_CXXFLAGS = @FFMPEG_CXXFLAGS@
  97. FFMPEG_LIBS = @FFMPEG_LIBS@
  98. FGREP = @FGREP@
  99. GREP = @GREP@
  100. HAVE_SDL_CONFIG = @HAVE_SDL_CONFIG@
  101. INSTALL = @INSTALL@
  102. INSTALL_DATA = @INSTALL_DATA@
  103. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  104. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  105. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  106. LD = @LD@
  107. LDFLAGS = @LDFLAGS@
  108. LIBOBJS = @LIBOBJS@
  109. LIBS = @LIBS@
  110. LIBTOOL = @LIBTOOL@
  111. LIPO = @LIPO@
  112. LN_S = @LN_S@
  113. LTLIBOBJS = @LTLIBOBJS@
  114. MAKEINFO = @MAKEINFO@
  115. MKDIR_P = @MKDIR_P@
  116. NM = @NM@
  117. NMEDIT = @NMEDIT@
  118. OBJDUMP = @OBJDUMP@
  119. OBJEXT = @OBJEXT@
  120. OTOOL = @OTOOL@
  121. OTOOL64 = @OTOOL64@
  122. PACKAGE = @PACKAGE@
  123. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  124. PACKAGE_NAME = @PACKAGE_NAME@
  125. PACKAGE_STRING = @PACKAGE_STRING@
  126. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  127. PACKAGE_VERSION = @PACKAGE_VERSION@
  128. PATH_SEPARATOR = @PATH_SEPARATOR@
  129. RANLIB = @RANLIB@
  130. SDL_CXXFLAGS = @SDL_CXXFLAGS@
  131. SDL_LIBS = @SDL_LIBS@
  132. SED = @SED@
  133. SET_MAKE = @SET_MAKE@
  134. SHELL = @SHELL@
  135. STRIP = @STRIP@
  136. VERSION = @VERSION@
  137. abs_builddir = @abs_builddir@
  138. abs_srcdir = @abs_srcdir@
  139. abs_top_builddir = @abs_top_builddir@
  140. abs_top_srcdir = @abs_top_srcdir@
  141. ac_ct_CC = @ac_ct_CC@
  142. ac_ct_CXX = @ac_ct_CXX@
  143. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  144. am__include = @am__include@
  145. am__leading_dot = @am__leading_dot@
  146. am__quote = @am__quote@
  147. am__tar = @am__tar@
  148. am__untar = @am__untar@
  149. bindir = @bindir@
  150. build = @build@
  151. build_alias = @build_alias@
  152. build_cpu = @build_cpu@
  153. build_os = @build_os@
  154. build_vendor = @build_vendor@
  155. builddir = @builddir@
  156. datadir = @datadir@
  157. datarootdir = @datarootdir@
  158. docdir = @docdir@
  159. dvidir = @dvidir@
  160. exec_prefix = @exec_prefix@
  161. host = @host@
  162. host_alias = @host_alias@
  163. host_cpu = @host_cpu@
  164. host_os = @host_os@
  165. host_vendor = @host_vendor@
  166. htmldir = @htmldir@
  167. includedir = @includedir@
  168. infodir = @infodir@
  169. install_sh = @install_sh@
  170. libdir = @libdir@
  171. libexecdir = @libexecdir@
  172. localedir = @localedir@
  173. localstatedir = @localstatedir@
  174. lt_ECHO = @lt_ECHO@
  175. mandir = @mandir@
  176. mkdir_p = @mkdir_p@
  177. oldincludedir = @oldincludedir@
  178. pdfdir = @pdfdir@
  179. prefix = @prefix@
  180. program_transform_name = @program_transform_name@
  181. psdir = @psdir@
  182. sbindir = @sbindir@
  183. sharedstatedir = @sharedstatedir@
  184. srcdir = @srcdir@
  185. sysconfdir = @sysconfdir@
  186. target_alias = @target_alias@
  187. top_build_prefix = @top_build_prefix@
  188. top_builddir = @top_builddir@
  189. top_srcdir = @top_srcdir@
  190. SUBDIRS = EmptyAI GeniusAI
  191. all: all-recursive
  192. .SUFFIXES:
  193. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  194. @for dep in $?; do \
  195. case '$(am__configure_deps)' in \
  196. *$$dep*) \
  197. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  198. && { if test -f $@; then exit 0; else break; fi; }; \
  199. exit 1;; \
  200. esac; \
  201. done; \
  202. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu AI/Makefile'; \
  203. cd $(top_srcdir) && \
  204. $(AUTOMAKE) --gnu AI/Makefile
  205. .PRECIOUS: Makefile
  206. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  207. @case '$?' in \
  208. *config.status*) \
  209. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  210. *) \
  211. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  212. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  213. esac;
  214. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  215. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  216. $(top_srcdir)/configure: $(am__configure_deps)
  217. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  218. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  220. mostlyclean-libtool:
  221. -rm -f *.lo
  222. clean-libtool:
  223. -rm -rf .libs _libs
  224. # This directory's subdirectories are mostly independent; you can cd
  225. # into them and run `make' without going through this Makefile.
  226. # To change the values of `make' variables: instead of editing Makefiles,
  227. # (1) if the variable is set in `config.status', edit `config.status'
  228. # (which will cause the Makefiles to be regenerated when you run `make');
  229. # (2) otherwise, pass the desired values on the `make' command line.
  230. $(RECURSIVE_TARGETS):
  231. @failcom='exit 1'; \
  232. for f in x $$MAKEFLAGS; do \
  233. case $$f in \
  234. *=* | --[!k]*);; \
  235. *k*) failcom='fail=yes';; \
  236. esac; \
  237. done; \
  238. dot_seen=no; \
  239. target=`echo $@ | sed s/-recursive//`; \
  240. list='$(SUBDIRS)'; for subdir in $$list; do \
  241. echo "Making $$target in $$subdir"; \
  242. if test "$$subdir" = "."; then \
  243. dot_seen=yes; \
  244. local_target="$$target-am"; \
  245. else \
  246. local_target="$$target"; \
  247. fi; \
  248. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  249. || eval $$failcom; \
  250. done; \
  251. if test "$$dot_seen" = "no"; then \
  252. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  253. fi; test -z "$$fail"
  254. $(RECURSIVE_CLEAN_TARGETS):
  255. @failcom='exit 1'; \
  256. for f in x $$MAKEFLAGS; do \
  257. case $$f in \
  258. *=* | --[!k]*);; \
  259. *k*) failcom='fail=yes';; \
  260. esac; \
  261. done; \
  262. dot_seen=no; \
  263. case "$@" in \
  264. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  265. *) list='$(SUBDIRS)' ;; \
  266. esac; \
  267. rev=''; for subdir in $$list; do \
  268. if test "$$subdir" = "."; then :; else \
  269. rev="$$subdir $$rev"; \
  270. fi; \
  271. done; \
  272. rev="$$rev ."; \
  273. target=`echo $@ | sed s/-recursive//`; \
  274. for subdir in $$rev; do \
  275. echo "Making $$target in $$subdir"; \
  276. if test "$$subdir" = "."; then \
  277. local_target="$$target-am"; \
  278. else \
  279. local_target="$$target"; \
  280. fi; \
  281. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  282. || eval $$failcom; \
  283. done && test -z "$$fail"
  284. tags-recursive:
  285. list='$(SUBDIRS)'; for subdir in $$list; do \
  286. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  287. done
  288. ctags-recursive:
  289. list='$(SUBDIRS)'; for subdir in $$list; do \
  290. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  291. done
  292. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  293. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  294. unique=`for i in $$list; do \
  295. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  296. done | \
  297. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  298. END { if (nonempty) { for (i in files) print i; }; }'`; \
  299. mkid -fID $$unique
  300. tags: TAGS
  301. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  302. $(TAGS_FILES) $(LISP)
  303. tags=; \
  304. here=`pwd`; \
  305. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  306. include_option=--etags-include; \
  307. empty_fix=.; \
  308. else \
  309. include_option=--include; \
  310. empty_fix=; \
  311. fi; \
  312. list='$(SUBDIRS)'; for subdir in $$list; do \
  313. if test "$$subdir" = .; then :; else \
  314. test ! -f $$subdir/TAGS || \
  315. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  316. fi; \
  317. done; \
  318. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  319. unique=`for i in $$list; do \
  320. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  321. done | \
  322. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  323. END { if (nonempty) { for (i in files) print i; }; }'`; \
  324. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  325. test -n "$$unique" || unique=$$empty_fix; \
  326. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  327. $$tags $$unique; \
  328. fi
  329. ctags: CTAGS
  330. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  331. $(TAGS_FILES) $(LISP)
  332. tags=; \
  333. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  334. unique=`for i in $$list; do \
  335. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  336. done | \
  337. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  338. END { if (nonempty) { for (i in files) print i; }; }'`; \
  339. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  340. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  341. $$tags $$unique
  342. GTAGS:
  343. here=`$(am__cd) $(top_builddir) && pwd` \
  344. && cd $(top_srcdir) \
  345. && gtags -i $(GTAGS_ARGS) $$here
  346. distclean-tags:
  347. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  348. distdir: $(DISTFILES)
  349. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  350. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  351. list='$(DISTFILES)'; \
  352. dist_files=`for file in $$list; do echo $$file; done | \
  353. sed -e "s|^$$srcdirstrip/||;t" \
  354. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  355. case $$dist_files in \
  356. */*) $(MKDIR_P) `echo "$$dist_files" | \
  357. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  358. sort -u` ;; \
  359. esac; \
  360. for file in $$dist_files; do \
  361. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  362. if test -d $$d/$$file; then \
  363. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  364. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  365. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  366. fi; \
  367. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  368. else \
  369. test -f $(distdir)/$$file \
  370. || cp -p $$d/$$file $(distdir)/$$file \
  371. || exit 1; \
  372. fi; \
  373. done
  374. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  375. if test "$$subdir" = .; then :; else \
  376. test -d "$(distdir)/$$subdir" \
  377. || $(MKDIR_P) "$(distdir)/$$subdir" \
  378. || exit 1; \
  379. distdir=`$(am__cd) $(distdir) && pwd`; \
  380. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  381. (cd $$subdir && \
  382. $(MAKE) $(AM_MAKEFLAGS) \
  383. top_distdir="$$top_distdir" \
  384. distdir="$$distdir/$$subdir" \
  385. am__remove_distdir=: \
  386. am__skip_length_check=: \
  387. distdir) \
  388. || exit 1; \
  389. fi; \
  390. done
  391. check-am: all-am
  392. check: check-recursive
  393. all-am: Makefile
  394. installdirs: installdirs-recursive
  395. installdirs-am:
  396. install: install-recursive
  397. install-exec: install-exec-recursive
  398. install-data: install-data-recursive
  399. uninstall: uninstall-recursive
  400. install-am: all-am
  401. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  402. installcheck: installcheck-recursive
  403. install-strip:
  404. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  405. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  406. `test -z '$(STRIP)' || \
  407. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  408. mostlyclean-generic:
  409. clean-generic:
  410. distclean-generic:
  411. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  412. maintainer-clean-generic:
  413. @echo "This command is intended for maintainers to use"
  414. @echo "it deletes files that may require special tools to rebuild."
  415. clean: clean-recursive
  416. clean-am: clean-generic clean-libtool mostlyclean-am
  417. distclean: distclean-recursive
  418. -rm -f Makefile
  419. distclean-am: clean-am distclean-generic distclean-tags
  420. dvi: dvi-recursive
  421. dvi-am:
  422. html: html-recursive
  423. info: info-recursive
  424. info-am:
  425. install-data-am:
  426. install-dvi: install-dvi-recursive
  427. install-exec-am:
  428. install-html: install-html-recursive
  429. install-info: install-info-recursive
  430. install-man:
  431. install-pdf: install-pdf-recursive
  432. install-ps: install-ps-recursive
  433. installcheck-am:
  434. maintainer-clean: maintainer-clean-recursive
  435. -rm -f Makefile
  436. maintainer-clean-am: distclean-am maintainer-clean-generic
  437. mostlyclean: mostlyclean-recursive
  438. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  439. pdf: pdf-recursive
  440. pdf-am:
  441. ps: ps-recursive
  442. ps-am:
  443. uninstall-am:
  444. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  445. install-strip
  446. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  447. all all-am check check-am clean clean-generic clean-libtool \
  448. ctags ctags-recursive distclean distclean-generic \
  449. distclean-libtool distclean-tags distdir dvi dvi-am html \
  450. html-am info info-am install install-am install-data \
  451. install-data-am install-dvi install-dvi-am install-exec \
  452. install-exec-am install-html install-html-am install-info \
  453. install-info-am install-man install-pdf install-pdf-am \
  454. install-ps install-ps-am install-strip installcheck \
  455. installcheck-am installdirs installdirs-am maintainer-clean \
  456. maintainer-clean-generic mostlyclean mostlyclean-generic \
  457. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  458. uninstall uninstall-am
  459. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  460. # Otherwise a system limit (for SysV at least) may be exceeded.
  461. .NOEXPORT: