]> www.ginac.de Git - ginac.git/blob - doc/tutorial/Makefile.in
- Finished last chapter. I guess it's 95% complete now.
[ginac.git] / doc / tutorial / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
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
13 # This section produces HTML'ed and TeX'ed versions of the tutorial using a
14 # SGML to TeX converter (in this case jade).  As a dirty hack, we are doing
15 # some regexpese to tutorial.sgml prior to parsing it, in order to allow for
16 # different graphics output.  This seems to be an ugly limitation of docbook...
17
18
19 SHELL = /bin/sh
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 DISTDIR =
41
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45
46 top_builddir = ../..
47
48 ACLOCAL = @ACLOCAL@
49 AUTOCONF = @AUTOCONF@
50 AUTOMAKE = @AUTOMAKE@
51 AUTOHEADER = @AUTOHEADER@
52
53 INSTALL = @INSTALL@
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@
55 INSTALL_DATA = @INSTALL_DATA@
56 INSTALL_SCRIPT = @INSTALL_SCRIPT@
57 transform = @program_transform_name@
58
59 NORMAL_INSTALL = :
60 PRE_INSTALL = :
61 POST_INSTALL = :
62 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = :
64 POST_UNINSTALL = :
65 host_alias = @host_alias@
66 host_triplet = @host@
67 CC = @CC@
68 CXX = @CXX@
69 CXXCPP = @CXXCPP@
70 DOXYGEN = @DOXYGEN@
71 DVIPS = @DVIPS@
72 FIG2DEV = @FIG2DEV@
73 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
74 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
75 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
76 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
77 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
78 GINACLIB_VERSION = @GINACLIB_VERSION@
79 GINSH_LIBS = @GINSH_LIBS@
80 JADE = @JADE@
81 JADETEX = @JADETEX@
82 LATEX = @LATEX@
83 LD = @LD@
84 LEX = @LEX@
85 LIBTOOL = @LIBTOOL@
86 LN_S = @LN_S@
87 LT_AGE = @LT_AGE@
88 LT_CURRENT = @LT_CURRENT@
89 LT_RELEASE = @LT_RELEASE@
90 LT_REVISION = @LT_REVISION@
91 MAINT = @MAINT@
92 MAKEINDEX = @MAKEINDEX@
93 MAKEINFO = @MAKEINFO@
94 NM = @NM@
95 PACKAGE = @PACKAGE@
96 RANLIB = @RANLIB@
97 REFERENCE_TARGETS = @REFERENCE_TARGETS@
98 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
99 VERSION = @VERSION@
100 YACC = @YACC@
101
102 FIG = classhierarchy.fig rep_naive.fig rep_pair.fig
103 PNG = $(addsuffix .png, $(basename $(FIG)))
104 EPS = $(addsuffix .eps, $(basename $(FIG)))
105
106 SUFFIXES = .fig .png .eps
107
108 JADEARGS_TEX = -t tex -o tutorial.tex -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl
109 JADEARGS_HTML = -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
110
111 ginacdocdir = $(datadir)/doc/GiNaC
112 ginactutorialdir = $(ginacdocdir)/tutorial
113 ginactutorial_DATA = $(TUTORIAL_TARGETS)
114 EXTRA_DATA = index.html tutorial.ps
115
116 CLEANFILES = *.html *.png *.ps *.tex *.log *.aux *.dvi *.eps tutorial.sgml HTML.manifest
117 EXTRA_DIST = tutorial.sgml.in $(FIG)
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../../config.h
120 CONFIG_CLEAN_FILES = 
121 DATA =  $(ginactutorial_DATA)
122
123 DIST_COMMON =  Makefile.am Makefile.in
124
125
126 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127
128 TAR = tar
129 GZIP = --best
130 all: Makefile $(DATA)
131
132 .SUFFIXES:
133 .SUFFIXES: .eps .fig .png
134 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tutorial/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 install-ginactutorialDATA: $(ginactutorial_DATA)
143         @$(NORMAL_INSTALL)
144         $(mkinstalldirs) $(DESTDIR)$(ginactutorialdir)
145         @list='$(ginactutorial_DATA)'; for p in $$list; do \
146           if test -f $(srcdir)/$$p; then \
147             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
148             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
149           else if test -f $$p; then \
150             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
151             $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p; \
152           fi; fi; \
153         done
154
155 uninstall-ginactutorialDATA:
156         @$(NORMAL_UNINSTALL)
157         list='$(ginactutorial_DATA)'; for p in $$list; do \
158           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
159         done
160 tags: TAGS
161 TAGS:
162
163
164 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
165
166 subdir = doc/tutorial
167
168 distdir: $(DISTFILES)
169         here=`cd $(top_builddir) && pwd`; \
170         top_distdir=`cd $(top_distdir) && pwd`; \
171         distdir=`cd $(distdir) && pwd`; \
172         cd $(top_srcdir) \
173           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/tutorial/Makefile
174         @for file in $(DISTFILES); do \
175           d=$(srcdir); \
176           test -f $(distdir)/$$file \
177           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
178           || cp -p $$d/$$file $(distdir)/$$file; \
179         done
180 info:
181 dvi:
182 check: all
183         $(MAKE)
184 installcheck:
185 install-exec: 
186         @$(NORMAL_INSTALL)
187
188 install-data: install-ginactutorialDATA install-data-local
189         @$(NORMAL_INSTALL)
190
191 install: install-exec install-data all
192         @:
193
194 uninstall: uninstall-ginactutorialDATA uninstall-local
195
196 install-strip:
197         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
198 installdirs:
199         $(mkinstalldirs)  $(DATADIR)$(ginactutorialdir)
200
201
202 mostlyclean-generic:
203         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
204
205 clean-generic:
206         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
207
208 distclean-generic:
209         -rm -f Makefile $(DISTCLEANFILES)
210         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
211         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
212
213 maintainer-clean-generic:
214         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
215         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
216 mostlyclean:  mostlyclean-generic
217
218 clean:  clean-generic mostlyclean
219
220 distclean:  distclean-generic clean
221         -rm -f config.status
222         -rm -f libtool
223
224 maintainer-clean:  maintainer-clean-generic distclean
225         @echo "This command is intended for maintainers to use;"
226         @echo "it deletes files that may require special tools to rebuild."
227
228 .PHONY: uninstall-ginactutorialDATA install-ginactutorialDATA tags \
229 distdir info dvi installcheck install-exec install-data install \
230 uninstall all installdirs mostlyclean-generic distclean-generic \
231 clean-generic maintainer-clean-generic clean mostlyclean distclean \
232 maintainer-clean
233
234
235 %.eps: %.fig
236         @if [ "${FIG2DEV}" ]; then \
237           echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \
238           ${FIG2DEV} -L ps -m 0.8 $< $@; \
239         else \
240           echo "warning: fig2dev was not found by configure"; \
241         fi
242
243 %.png: %.fig
244         @if [ "${FIG2DEV}" ]; then \
245           echo "Running ${FIG2DEV} -L png $< $@..."; \
246           ${FIG2DEV} -L png $< $@; \
247         else \
248           echo "warning: fig2dev was not found by configure"; \
249         fi
250
251 index.html: tutorial.sgml.in $(PNG)
252         @if [ "${JADE}" ]; then \
253           sed -e 's/graext/png/g' -e 's/GRAEXT/GIF/g' tutorial.sgml.in > tutorial.sgml; \
254           echo "Running ${JADE} ${JADEARGS_HTML} tutorial.sgml..."; \
255           ${JADE} ${JADEARGS_HTML} tutorial.sgml; \
256           if [ -f book1.html ]; then mv book1.html index.html; fi; \
257         else \
258           echo "warning: target tutorial_html disabled by configuration"; \
259         fi
260
261 tutorial.tex: tutorial.sgml.in $(EPS)
262         @if [ "${JADE}" -a "${LATEX}" ]; then \
263           sed -e 's/graext/eps/g' -e 's/GRAEXT/EPS/g' tutorial.sgml.in > tutorial.sgml; \
264           echo "Running ${JADE} ${JADEARGS_TEX} tutorial.sgml..."; \
265           ${JADE} ${JADEARGS_TEX} tutorial.sgml ; \
266         else \
267           echo "warning: target tutorial.tex disabled by configuration"; \
268         fi
269
270 tutorial.dvi: tutorial.tex
271         @if [ "${JADETEX}" ]; then \
272           echo "Running ${JADETEX} tutorial.tex..."; \
273           ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex; \
274         else \
275           echo "warning: target tutorial.dvi disabled by configuration"; \
276         fi
277
278 tutorial.ps: tutorial.dvi
279         @if [ "${DVIPS}" ]; then \
280           echo "Running ${DVIPS} tutorial.dvi -o tutorial.ps..."; \
281           ${DVIPS} tutorial.dvi -o tutorial.ps; \
282         else \
283           echo "warning: target tutorial.ps disabled by configuration"; \
284         fi
285
286 install-data-local:
287         @for p in *.html; do \
288           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
289           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
290         done
291         @for p in *.png; do \
292           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
293           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
294         done
295
296 uninstall-local:
297         @for p in *.html; do \
298           echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
299           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
300         done
301         @for p in *.png; do \
302           echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
303           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
304         done
305
306 # Tell versions [3.59,3.63) of GNU make to not export all variables.
307 # Otherwise a system limit (for SysV at least) may be exceeded.
308 .NOEXPORT: