]> www.ginac.de Git - ginac.git/blob - doc/tutorial/Makefile.in
da5616c5a5468580b5ae8bf9bbf54ee1fc749419
[ginac.git] / doc / tutorial / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AS = @AS@
68 CC = @CC@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DLLTOOL = @DLLTOOL@
72 DOXYGEN = @DOXYGEN@
73 DVIPS = @DVIPS@
74 FIG2DEV = @FIG2DEV@
75 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
76 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
77 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
78 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
79 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
80 GINACLIB_VERSION = @GINACLIB_VERSION@
81 GINSH_LIBS = @GINSH_LIBS@
82 JADE = @JADE@
83 JADETEX = @JADETEX@
84 LATEX = @LATEX@
85 LD = @LD@
86 LEX = @LEX@
87 LIBTOOL = @LIBTOOL@
88 LN_S = @LN_S@
89 LT_AGE = @LT_AGE@
90 LT_CURRENT = @LT_CURRENT@
91 LT_RELEASE = @LT_RELEASE@
92 LT_REVISION = @LT_REVISION@
93 MAINT = @MAINT@
94 MAKEINDEX = @MAKEINDEX@
95 MAKEINFO = @MAKEINFO@
96 NM = @NM@
97 OBJDUMP = @OBJDUMP@
98 PACKAGE = @PACKAGE@
99 RANLIB = @RANLIB@
100 REFERENCE_TARGETS = @REFERENCE_TARGETS@
101 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
102 VERSION = @VERSION@
103 YACC = @YACC@
104
105 FIG = classhierarchy.fig rep_naive.fig rep_pair.fig rep_real.fig
106 PNG = $(addsuffix .png, $(basename $(FIG)))
107 EPS = $(addsuffix .eps, $(basename $(FIG)))
108
109 SUFFIXES = .fig .png .eps
110
111 JADEARGS_TEX = -t tex -o tutorial.tex -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl
112 JADEARGS_HTML = -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
113
114 ginacdocdir = $(datadir)/doc/GiNaC
115 ginactutorialdir = $(ginacdocdir)/tutorial
116 ginactutorial_DATA = @TUTORIAL_TARGETS@
117 EXTRA_DATA = index.html tutorial.ps
118
119 CLEANFILES = *.html *.png *.ps *.tex *.log *.aux *.dvi *.eps tutorial.sgml HTML.manifest
120 EXTRA_DIST = tutorial.sgml.in $(FIG)
121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122 CONFIG_HEADER = ../../config.h
123 CONFIG_CLEAN_FILES = 
124 DATA =  $(ginactutorial_DATA)
125
126 DIST_COMMON =  Makefile.am Makefile.in
127
128
129 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
130
131 TAR = tar
132 GZIP_ENV = --best
133 all: all-redirect
134 .SUFFIXES:
135 .SUFFIXES: .eps .fig .png
136 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
137         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tutorial/Makefile
138
139 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
140         cd $(top_builddir) \
141           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142
143
144 install-ginactutorialDATA: $(ginactutorial_DATA)
145         @$(NORMAL_INSTALL)
146         $(mkinstalldirs) $(DESTDIR)$(ginactutorialdir)
147         @list='$(ginactutorial_DATA)'; for p in $$list; do \
148           if test -f $(srcdir)/$$p; then \
149             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
150             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
151           else if test -f $$p; then \
152             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
153             $(INSTALL_DATA) $$p $(DESTDIR)$(ginactutorialdir)/$$p; \
154           fi; fi; \
155         done
156
157 uninstall-ginactutorialDATA:
158         @$(NORMAL_UNINSTALL)
159         list='$(ginactutorial_DATA)'; for p in $$list; do \
160           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
161         done
162 tags: TAGS
163 TAGS:
164
165
166 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
167
168 subdir = doc/tutorial
169
170 distdir: $(DISTFILES)
171         here=`cd $(top_builddir) && pwd`; \
172         top_distdir=`cd $(top_distdir) && pwd`; \
173         distdir=`cd $(distdir) && pwd`; \
174         cd $(top_srcdir) \
175           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/tutorial/Makefile
176         @for file in $(DISTFILES); do \
177           d=$(srcdir); \
178           if test -d $$d/$$file; then \
179             cp -pr $$d/$$file $(distdir)/$$file; \
180           else \
181             test -f $(distdir)/$$file \
182             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
183             || cp -p $$d/$$file $(distdir)/$$file || :; \
184           fi; \
185         done
186 info-am:
187 info: info-am
188 dvi-am:
189 dvi: dvi-am
190 check-am: all-am
191 check: check-am
192 installcheck-am:
193 installcheck: installcheck-am
194 install-exec-am:
195 install-exec: install-exec-am
196
197 install-data-am: install-ginactutorialDATA install-data-local
198 install-data: install-data-am
199
200 install-am: all-am
201         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
202 install: install-am
203 uninstall-am: uninstall-ginactutorialDATA uninstall-local
204 uninstall: uninstall-am
205 all-am: Makefile $(DATA)
206 all-redirect: all-am
207 install-strip:
208         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
209 installdirs:
210         $(mkinstalldirs)  $(DESTDIR)$(ginactutorialdir)
211
212
213 mostlyclean-generic:
214
215 clean-generic:
216         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
217
218 distclean-generic:
219         -rm -f Makefile $(CONFIG_CLEAN_FILES)
220         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
221
222 maintainer-clean-generic:
223 mostlyclean-am:  mostlyclean-generic
224
225 mostlyclean: mostlyclean-am
226
227 clean-am:  clean-generic mostlyclean-am
228
229 clean: clean-am
230
231 distclean-am:  distclean-generic clean-am
232         -rm -f libtool
233
234 distclean: distclean-am
235
236 maintainer-clean-am:  maintainer-clean-generic distclean-am
237         @echo "This command is intended for maintainers to use;"
238         @echo "it deletes files that may require special tools to rebuild."
239
240 maintainer-clean: maintainer-clean-am
241
242 .PHONY: uninstall-ginactutorialDATA install-ginactutorialDATA tags \
243 distdir info-am info dvi-am dvi check check-am installcheck-am \
244 installcheck install-exec-am install-exec install-data-local \
245 install-data-am install-data install-am install uninstall-local \
246 uninstall-am uninstall all-redirect all-am all installdirs \
247 mostlyclean-generic distclean-generic clean-generic \
248 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
249
250
251 %.eps: %.fig
252         @if [ "${FIG2DEV}" ]; then \
253           echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \
254           ${FIG2DEV} -L ps -m 0.8 $< $@; \
255         else \
256           echo "warning: fig2dev was not found by configure"; \
257         fi
258
259 %.png: %.fig
260         @if [ "${FIG2DEV}" ]; then \
261           echo "Running ${FIG2DEV} -L png $< $@..."; \
262           ${FIG2DEV} -L png $< $@; \
263         else \
264           echo "warning: fig2dev was not found by configure"; \
265         fi
266
267 index.html: tutorial.sgml.in $(PNG)
268         @if [ "${JADE}" ]; then \
269           sed -e "s/MAJOR_VERSION/${GINACLIB_MAJOR_VERSION}/" \
270               -e "s/MINOR_VERSION/${GINACLIB_MINOR_VERSION}/" \
271               -e 's/graext/png/g' \
272               -e 's/GRAEXT/GIF/g' tutorial.sgml.in > tutorial.sgml; \
273           echo "Running ${JADE} ${JADEARGS_HTML} tutorial.sgml..."; \
274           ${JADE} ${JADEARGS_HTML} tutorial.sgml; \
275           if [ -f book1.html ]; then mv book1.html index.html; fi; \
276         else \
277           echo "warning: target tutorial_html disabled by configuration"; \
278         fi
279
280 tutorial.tex: tutorial.sgml.in $(EPS)
281         @if [ "${JADE}" -a "${LATEX}" ]; then \
282           sed -e "s/MAJOR_VERSION/${GINACLIB_MAJOR_VERSION}/" \
283               -e "s/MINOR_VERSION/${GINACLIB_MINOR_VERSION}/" \
284               -e 's/graext/eps/g' \
285               -e 's/GRAEXT/EPS/g' tutorial.sgml.in > tutorial.sgml; \
286           echo "Running ${JADE} ${JADEARGS_TEX} tutorial.sgml..."; \
287           ${JADE} ${JADEARGS_TEX} tutorial.sgml ; \
288         else \
289           echo "warning: target tutorial.tex disabled by configuration"; \
290         fi
291
292 tutorial.dvi: tutorial.tex
293         @if [ "${JADETEX}" ]; then \
294           echo "Running ${JADETEX} tutorial.tex..."; \
295           ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex && ${JADETEX} tutorial.tex; \
296         else \
297           echo "warning: target tutorial.dvi disabled by configuration"; \
298         fi
299
300 tutorial.ps: tutorial.dvi
301         @if [ "${DVIPS}" ]; then \
302           echo "Running ${DVIPS} tutorial.dvi -o tutorial.ps..."; \
303           ${DVIPS} tutorial.dvi -o tutorial.ps; \
304         else \
305           echo "warning: target tutorial.ps disabled by configuration"; \
306         fi
307
308 install-data-local:
309         @for p in *.html; do \
310           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
311           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
312         done
313         @for p in *.png; do \
314           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \
315           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \
316         done
317
318 uninstall-local:
319         @for p in *.html; do \
320           echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
321           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
322         done
323         @for p in *.png; do \
324           echo " rm -f $(DESTDIR)$(ginactutorialdir)/$$p"; \
325           rm -f $(DESTDIR)$(ginactutorialdir)/$$p; \
326         done
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: