Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. # Makefile.in generated by automake 1.7 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # 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. #----------------------------------------------------------------
  14. #
  15. # Makefile.am
  16. #
  17. # Automake source file TNT documentation
  18. #
  19. # This file, along with aclocal, configure.ac autoconf,
  20. # and automake can produce a highly functional configuration
  21. # script and Makefile.
  22. #
  23. # This makefile is separate from the toplevel makefile, as
  24. # we want to capture this functionality separately from
  25. # the main program's build procedure.
  26. #
  27. # This makefile uses pdflatex and latex2html to generate
  28. # both PDF and HTML versions of the docs.
  29. # "Local" rules are used to build and cleanup.
  30. #
  31. #
  32. # Bob Techentin
  33. # June 30, 2004
  34. #
  35. # Copyright 2004 (C) Mayo Foundation. All Rights Reserved
  36. #
  37. # $Id: Makefile.am,v 1.1 2004/07/21 15:45:26 techenti Exp $
  38. #
  39. #----------------------------------------------------------------
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. pkgdatadir = $(datadir)/@PACKAGE@
  44. pkglibdir = $(libdir)/@PACKAGE@
  45. pkgincludedir = $(includedir)/@PACKAGE@
  46. top_builddir = ..
  47. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  48. INSTALL = @INSTALL@
  49. install_sh_DATA = $(install_sh) -c -m 644
  50. install_sh_PROGRAM = $(install_sh) -c
  51. install_sh_SCRIPT = $(install_sh) -c
  52. INSTALL_HEADER = $(INSTALL_DATA)
  53. transform = $(program_transform_name)
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_triplet = @host@
  61. ACLOCAL = @ACLOCAL@
  62. AMTAR = @AMTAR@
  63. AUTOCONF = @AUTOCONF@
  64. AUTOHEADER = @AUTOHEADER@
  65. AUTOMAKE = @AUTOMAKE@
  66. AWK = @AWK@
  67. CYGPATH_W = @CYGPATH_W@
  68. DEFS = @DEFS@
  69. ECHO_C = @ECHO_C@
  70. ECHO_N = @ECHO_N@
  71. ECHO_T = @ECHO_T@
  72. INSTALL_DATA = @INSTALL_DATA@
  73. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  74. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  75. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  76. LIBS = @LIBS@
  77. LTLIBOBJS = @LTLIBOBJS@
  78. MAKEINFO = @MAKEINFO@
  79. PACKAGE = @PACKAGE@
  80. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  81. PACKAGE_NAME = @PACKAGE_NAME@
  82. PACKAGE_STRING = @PACKAGE_STRING@
  83. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  84. PACKAGE_VERSION = @PACKAGE_VERSION@
  85. PATH_SEPARATOR = @PATH_SEPARATOR@
  86. SET_MAKE = @SET_MAKE@
  87. SHELL = @SHELL@
  88. STRIP = @STRIP@
  89. VERSION = @VERSION@
  90. WINDOWS_FALSE = @WINDOWS_FALSE@
  91. WINDOWS_TRUE = @WINDOWS_TRUE@
  92. ac_ct_STRIP = @ac_ct_STRIP@
  93. bindir = @bindir@
  94. build = @build@
  95. build_alias = @build_alias@
  96. build_cpu = @build_cpu@
  97. build_os = @build_os@
  98. build_vendor = @build_vendor@
  99. datadir = @datadir@
  100. exec_prefix = @exec_prefix@
  101. host = @host@
  102. host_alias = @host_alias@
  103. host_cpu = @host_cpu@
  104. host_os = @host_os@
  105. host_vendor = @host_vendor@
  106. includedir = @includedir@
  107. infodir = @infodir@
  108. install_sh = @install_sh@
  109. libdir = @libdir@
  110. libexecdir = @libexecdir@
  111. localstatedir = @localstatedir@
  112. mandir = @mandir@
  113. oldincludedir = @oldincludedir@
  114. prefix = @prefix@
  115. program_transform_name = @program_transform_name@
  116. sbindir = @sbindir@
  117. sharedstatedir = @sharedstatedir@
  118. subdirs = @subdirs@
  119. sysconfdir = @sysconfdir@
  120. target_alias = @target_alias@
  121. #----------------------------------------------------------------
  122. # Just for the record, this isn't a GNU project, and
  123. # doesn't have all the support files like LICENSE and
  124. # ChangeLog. We're also compiling in a subdirectory, so
  125. # we supply a couple of options to automake.
  126. #----------------------------------------------------------------
  127. AUTOMAKE_OPTIONS = foreign
  128. #---------------------------------------------------------------
  129. # Documentation Targets
  130. #
  131. # Note that automake doesn't support Latex documentation
  132. # generation, so we're calling it "data", but installed
  133. # in a special 'doc' dir.
  134. #
  135. #---------------------------------------------------------------
  136. docdir = $(pkgdatadir)
  137. doc_DATA = \
  138. user-guide.pdf
  139. subdir = doc
  140. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  141. CONFIG_CLEAN_FILES =
  142. DIST_SOURCES =
  143. DATA = $(doc_DATA)
  144. DIST_COMMON = README Makefile.am Makefile.in
  145. all: all-am
  146. .SUFFIXES:
  147. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  148. cd $(top_srcdir) && \
  149. $(AUTOMAKE) --foreign doc/Makefile
  150. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  151. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  152. uninstall-info-am:
  153. docDATA_INSTALL = $(INSTALL_DATA)
  154. install-docDATA: $(doc_DATA)
  155. @$(NORMAL_INSTALL)
  156. $(mkinstalldirs) $(DESTDIR)$(docdir)
  157. @list='$(doc_DATA)'; for p in $$list; do \
  158. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  159. f="`echo $$p | sed -e 's|^.*/||'`"; \
  160. echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
  161. $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
  162. done
  163. uninstall-docDATA:
  164. @$(NORMAL_UNINSTALL)
  165. @list='$(doc_DATA)'; for p in $$list; do \
  166. f="`echo $$p | sed -e 's|^.*/||'`"; \
  167. echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
  168. rm -f $(DESTDIR)$(docdir)/$$f; \
  169. done
  170. tags: TAGS
  171. TAGS:
  172. ctags: CTAGS
  173. CTAGS:
  174. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  175. top_distdir = ..
  176. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  177. distdir: $(DISTFILES)
  178. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  179. list='$(DISTFILES)'; for file in $$list; do \
  180. case $$file in \
  181. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  182. esac; \
  183. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  184. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  185. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  186. dir="/$$dir"; \
  187. $(mkinstalldirs) "$(distdir)$$dir"; \
  188. else \
  189. dir=''; \
  190. fi; \
  191. if test -d $$d/$$file; then \
  192. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  193. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  194. fi; \
  195. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  196. else \
  197. test -f $(distdir)/$$file \
  198. || cp -p $$d/$$file $(distdir)/$$file \
  199. || exit 1; \
  200. fi; \
  201. done
  202. check-am: all-am
  203. check: check-am
  204. all-am: Makefile $(DATA)
  205. installdirs:
  206. $(mkinstalldirs) $(DESTDIR)$(docdir)
  207. install: install-am
  208. install-exec: install-exec-am
  209. install-data: install-data-am
  210. uninstall: uninstall-am
  211. install-am: all-am
  212. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  213. installcheck: installcheck-am
  214. install-strip:
  215. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  216. INSTALL_STRIP_FLAG=-s \
  217. `test -z '$(STRIP)' || \
  218. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  219. mostlyclean-generic:
  220. clean-generic:
  221. distclean-generic:
  222. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  223. maintainer-clean-generic:
  224. @echo "This command is intended for maintainers to use"
  225. @echo "it deletes files that may require special tools to rebuild."
  226. clean: clean-am
  227. clean-am: clean-generic mostlyclean-am
  228. distclean: distclean-am
  229. distclean-am: clean-am distclean-generic
  230. dvi: dvi-am
  231. dvi-am:
  232. info: info-am
  233. info-am:
  234. install-data-am: install-data-local install-docDATA
  235. install-exec-am:
  236. install-info: install-info-am
  237. install-man:
  238. installcheck-am:
  239. maintainer-clean: maintainer-clean-am
  240. maintainer-clean-am: distclean-am maintainer-clean-generic
  241. mostlyclean: mostlyclean-am
  242. mostlyclean-am: mostlyclean-generic
  243. pdf: pdf-am
  244. pdf-am:
  245. ps: ps-am
  246. ps-am:
  247. uninstall-am: uninstall-docDATA uninstall-info-am
  248. .PHONY: all all-am check check-am clean clean-generic distclean \
  249. distclean-generic distdir dvi dvi-am info info-am install \
  250. install-am install-data install-data-am install-data-local \
  251. install-docDATA install-exec install-exec-am install-info \
  252. install-info-am install-man install-strip installcheck \
  253. installcheck-am installdirs maintainer-clean \
  254. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  255. pdf-am ps ps-am uninstall uninstall-am uninstall-docDATA \
  256. uninstall-info-am
  257. #---------------------------------------------------------------
  258. # Compile both PDF and HTML documents
  259. #
  260. # Support is added for latex documents using bibtex,
  261. # but the '.bib' file must have the same name as
  262. # the .tex file.
  263. #
  264. # Also note that we've got both PDF and HTML targets.
  265. # But the autotools aren't happy with the idea of
  266. # an indeterminate number of html files, so we use the
  267. # PDF file as the target, supply a rule to compile both
  268. # the PDF and the HTML, then an installation procedure
  269. # which copies both the PDF and HTML to the
  270. # destination "doc" directory.
  271. #---------------------------------------------------------------
  272. %.pdf : %.tex
  273. pdflatex $*
  274. if [ -f $*.bib ]; then \
  275. echo Generating bibliography for $*; \
  276. bibtex $*; \
  277. fi
  278. echo Run latex again to get references right $*
  279. pdflatex $*
  280. latex2html -split 4 -show_section_numbers -local_icons $<
  281. # Custom installation rule
  282. install-data-local:
  283. for f in $(doc_DATA); do \
  284. $(mkinstalldirs) $(DESTDIR)$(docdir); \
  285. $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
  286. d=`basename $$f .pdf`; \
  287. $(mkinstalldirs) $(DESTDIR)$(docdir)/$$d; \
  288. $(INSTALL_DATA) $$d/* $(DESTDIR)$(docdir)/$$d; \
  289. done
  290. #---------------------------------------------------------------
  291. # clean
  292. #
  293. # On a good day, we would use a "clean-local" target to
  294. # describe cleanup after both latex2html and pdflatex.
  295. # But as of this writing, we don't have a good latex,
  296. # pdflatex, or latex2html set for the Windows (cygwin)
  297. # environment. Without a standard autotools clean
  298. # target, 'make clean' and 'make distclean' will
  299. # leave the generated PDF and HTML intact.
  300. #
  301. #---------------------------------------------------------------
  302. #clean-local:
  303. very-clean:
  304. for f in $(doc_DATA); do \
  305. rm -f $$f; \
  306. d=`basename $$f .pdf`; \
  307. rm -f $$d.aux $$d.bbl $$d.blg $$d.dvi; \
  308. rm -f $$d.lof $$d.log $$d.out $$d.toc; \
  309. rm -rf $$d; \
  310. done
  311. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  312. # Otherwise a system limit (for SysV at least) may be exceeded.
  313. .NOEXPORT: