123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- # Makefile.in generated by automake 1.7 from Makefile.am.
- # @configure_input@
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
- # Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- @SET_MAKE@
- #----------------------------------------------------------------
- #
- # Makefile.am
- #
- # Automake source file TNT documentation
- #
- # This file, along with aclocal, configure.ac autoconf,
- # and automake can produce a highly functional configuration
- # script and Makefile.
- #
- # This makefile is separate from the toplevel makefile, as
- # we want to capture this functionality separately from
- # the main program's build procedure.
- #
- # This makefile uses pdflatex and latex2html to generate
- # both PDF and HTML versions of the docs.
- # "Local" rules are used to build and cleanup.
- #
- #
- # Bob Techentin
- # June 30, 2004
- #
- # Copyright 2004 (C) Mayo Foundation. All Rights Reserved
- #
- # $Id: Makefile.am,v 1.1 2004/07/21 15:45:26 techenti Exp $
- #
- #----------------------------------------------------------------
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = ..
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- INSTALL = @INSTALL@
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
- INSTALL_HEADER = $(INSTALL_DATA)
- transform = $(program_transform_name)
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- host_triplet = @host@
- ACLOCAL = @ACLOCAL@
- AMTAR = @AMTAR@
- AUTOCONF = @AUTOCONF@
- AUTOHEADER = @AUTOHEADER@
- AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- CYGPATH_W = @CYGPATH_W@
- DEFS = @DEFS@
- ECHO_C = @ECHO_C@
- ECHO_N = @ECHO_N@
- ECHO_T = @ECHO_T@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LIBS = @LIBS@
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
- PACKAGE = @PACKAGE@
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
- PACKAGE_NAME = @PACKAGE_NAME@
- PACKAGE_STRING = @PACKAGE_STRING@
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
- PACKAGE_VERSION = @PACKAGE_VERSION@
- PATH_SEPARATOR = @PATH_SEPARATOR@
- SET_MAKE = @SET_MAKE@
- SHELL = @SHELL@
- STRIP = @STRIP@
- VERSION = @VERSION@
- WINDOWS_FALSE = @WINDOWS_FALSE@
- WINDOWS_TRUE = @WINDOWS_TRUE@
- ac_ct_STRIP = @ac_ct_STRIP@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
- build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
- localstatedir = @localstatedir@
- mandir = @mandir@
- oldincludedir = @oldincludedir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- subdirs = @subdirs@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- #----------------------------------------------------------------
- # Just for the record, this isn't a GNU project, and
- # doesn't have all the support files like LICENSE and
- # ChangeLog. We're also compiling in a subdirectory, so
- # we supply a couple of options to automake.
- #----------------------------------------------------------------
- AUTOMAKE_OPTIONS = foreign
- #---------------------------------------------------------------
- # Documentation Targets
- #
- # Note that automake doesn't support Latex documentation
- # generation, so we're calling it "data", but installed
- # in a special 'doc' dir.
- #
- #---------------------------------------------------------------
- docdir = $(pkgdatadir)
- doc_DATA = \
- user-guide.pdf
- subdir = doc
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_CLEAN_FILES =
- DIST_SOURCES =
- DATA = $(doc_DATA)
- DIST_COMMON = README Makefile.am Makefile.in
- all: all-am
- .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
- cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign doc/Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
- uninstall-info-am:
- docDATA_INSTALL = $(INSTALL_DATA)
- install-docDATA: $(doc_DATA)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(docdir)
- @list='$(doc_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
- $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
- done
- uninstall-docDATA:
- @$(NORMAL_UNINSTALL)
- @list='$(doc_DATA)'; for p in $$list; do \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
- rm -f $(DESTDIR)$(docdir)/$$f; \
- done
- tags: TAGS
- TAGS:
- ctags: CTAGS
- CTAGS:
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- top_distdir = ..
- distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
- distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- esac; \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkinstalldirs) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
- if test -d $$d/$$file; then \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
- check-am: all-am
- check: check-am
- all-am: Makefile $(DATA)
- installdirs:
- $(mkinstalldirs) $(DESTDIR)$(docdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- installcheck: installcheck-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
- clean-generic:
- distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES)
- maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- clean-am: clean-generic mostlyclean-am
- distclean: distclean-am
- distclean-am: clean-am distclean-generic
- dvi: dvi-am
- dvi-am:
- info: info-am
- info-am:
- install-data-am: install-data-local install-docDATA
- install-exec-am:
- install-info: install-info-am
- install-man:
- installcheck-am:
- maintainer-clean: maintainer-clean-am
- maintainer-clean-am: distclean-am maintainer-clean-generic
- mostlyclean: mostlyclean-am
- mostlyclean-am: mostlyclean-generic
- pdf: pdf-am
- pdf-am:
- ps: ps-am
- ps-am:
- uninstall-am: uninstall-docDATA uninstall-info-am
- .PHONY: all all-am check check-am clean clean-generic distclean \
- distclean-generic distdir dvi dvi-am info info-am install \
- install-am install-data install-data-am install-data-local \
- install-docDATA install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am uninstall uninstall-am uninstall-docDATA \
- uninstall-info-am
- #---------------------------------------------------------------
- # Compile both PDF and HTML documents
- #
- # Support is added for latex documents using bibtex,
- # but the '.bib' file must have the same name as
- # the .tex file.
- #
- # Also note that we've got both PDF and HTML targets.
- # But the autotools aren't happy with the idea of
- # an indeterminate number of html files, so we use the
- # PDF file as the target, supply a rule to compile both
- # the PDF and the HTML, then an installation procedure
- # which copies both the PDF and HTML to the
- # destination "doc" directory.
- #---------------------------------------------------------------
- %.pdf : %.tex
- pdflatex $*
- if [ -f $*.bib ]; then \
- echo Generating bibliography for $*; \
- bibtex $*; \
- fi
- echo Run latex again to get references right $*
- pdflatex $*
- latex2html -split 4 -show_section_numbers -local_icons $<
- # Custom installation rule
- install-data-local:
- for f in $(doc_DATA); do \
- $(mkinstalldirs) $(DESTDIR)$(docdir); \
- $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
- d=`basename $$f .pdf`; \
- $(mkinstalldirs) $(DESTDIR)$(docdir)/$$d; \
- $(INSTALL_DATA) $$d/* $(DESTDIR)$(docdir)/$$d; \
- done
- #---------------------------------------------------------------
- # clean
- #
- # On a good day, we would use a "clean-local" target to
- # describe cleanup after both latex2html and pdflatex.
- # But as of this writing, we don't have a good latex,
- # pdflatex, or latex2html set for the Windows (cygwin)
- # environment. Without a standard autotools clean
- # target, 'make clean' and 'make distclean' will
- # leave the generated PDF and HTML intact.
- #
- #---------------------------------------------------------------
- #clean-local:
- very-clean:
- for f in $(doc_DATA); do \
- rm -f $$f; \
- d=`basename $$f .pdf`; \
- rm -f $$d.aux $$d.bbl $$d.blg $$d.dvi; \
- rm -f $$d.lof $$d.log $$d.out $$d.toc; \
- rm -rf $$d; \
- done
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
|