]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- Finished last chapter. I guess it's 95% complete now.
[ginac.git] / doc / 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
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 CXX = @CXX@
64 CXXCPP = @CXXCPP@
65 DOXYGEN = @DOXYGEN@
66 DVIPS = @DVIPS@
67 FIG2DEV = @FIG2DEV@
68 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
69 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
70 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
71 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
72 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
73 GINACLIB_VERSION = @GINACLIB_VERSION@
74 GINSH_LIBS = @GINSH_LIBS@
75 JADE = @JADE@
76 JADETEX = @JADETEX@
77 LATEX = @LATEX@
78 LD = @LD@
79 LEX = @LEX@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 LT_AGE = @LT_AGE@
83 LT_CURRENT = @LT_CURRENT@
84 LT_RELEASE = @LT_RELEASE@
85 LT_REVISION = @LT_REVISION@
86 MAINT = @MAINT@
87 MAKEINDEX = @MAKEINDEX@
88 MAKEINFO = @MAKEINFO@
89 NM = @NM@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 REFERENCE_TARGETS = @REFERENCE_TARGETS@
93 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
94 VERSION = @VERSION@
95 YACC = @YACC@
96
97 SUBDIRS = tutorial reference
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../config.h
100 CONFIG_CLEAN_FILES = 
101 DIST_COMMON =  Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 all: all-recursive all-am
109
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 # This directory's subdirectories are mostly independent; you can cd
120 # into them and run `make' without going through this Makefile.
121 # To change the values of `make' variables: instead of editing Makefiles,
122 # (1) if the variable is set in `config.status', edit `config.status'
123 #     (which will cause the Makefiles to be regenerated when you run `make');
124 # (2) otherwise, pass the desired values on the `make' command line.
125
126 @SET_MAKE@
127
128 all-recursive install-data-recursive install-exec-recursive \
129 installdirs-recursive install-recursive uninstall-recursive  \
130 check-recursive installcheck-recursive info-recursive dvi-recursive:
131         @set fnord $(MAKEFLAGS); amf=$$2; \
132         list='$(SUBDIRS)'; for subdir in $$list; do \
133           target=`echo $@ | sed s/-recursive//`; \
134           echo "Making $$target in $$subdir"; \
135           (cd $$subdir && $(MAKE) $$target) \
136            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
137         done && test -z "$$fail"
138
139 mostlyclean-recursive clean-recursive distclean-recursive \
140 maintainer-clean-recursive:
141         @set fnord $(MAKEFLAGS); amf=$$2; \
142         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
143           rev="$$subdir $$rev"; \
144         done; \
145         for subdir in $$rev; do \
146           target=`echo $@ | sed s/-recursive//`; \
147           echo "Making $$target in $$subdir"; \
148           (cd $$subdir && $(MAKE) $$target) \
149            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
150         done && test -z "$$fail"
151 tags-recursive:
152         list='$(SUBDIRS)'; for subdir in $$list; do \
153           (cd $$subdir && $(MAKE) tags); \
154         done
155
156 tags: TAGS
157
158 ID: $(HEADERS) $(SOURCES) $(LISP)
159         here=`pwd` && cd $(srcdir) \
160           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
161
162 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
163         tags=; \
164         here=`pwd`; \
165         list='$(SUBDIRS)'; for subdir in $$list; do \
166           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
167         done; \
168         list='$(SOURCES) $(HEADERS)'; \
169         unique=`for i in $$list; do echo $$i; done | \
170           awk '    { files[$$0] = 1; } \
171                END { for (i in files) print i; }'`; \
172         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
173           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
174
175 mostlyclean-tags:
176
177 clean-tags:
178
179 distclean-tags:
180         -rm -f TAGS ID
181
182 maintainer-clean-tags:
183
184 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
185
186 subdir = doc
187
188 distdir: $(DISTFILES)
189         here=`cd $(top_builddir) && pwd`; \
190         top_distdir=`cd $(top_distdir) && pwd`; \
191         distdir=`cd $(distdir) && pwd`; \
192         cd $(top_srcdir) \
193           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
194         @for file in $(DISTFILES); do \
195           d=$(srcdir); \
196           test -f $(distdir)/$$file \
197           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
198           || cp -p $$d/$$file $(distdir)/$$file; \
199         done
200         for subdir in $(SUBDIRS); do \
201           test -d $(distdir)/$$subdir \
202           || mkdir $(distdir)/$$subdir \
203           || exit 1; \
204           chmod 777 $(distdir)/$$subdir; \
205           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
206             || exit 1; \
207         done
208 info: info-recursive
209 dvi: dvi-recursive
210 check: all-am
211         $(MAKE) check-recursive
212 installcheck: installcheck-recursive
213 all-am: Makefile
214
215 install-exec: install-exec-recursive
216         @$(NORMAL_INSTALL)
217
218 install-data: install-data-recursive
219         @$(NORMAL_INSTALL)
220
221 install: install-recursive
222         @:
223
224 uninstall: uninstall-recursive
225
226 install-strip:
227         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
228 installdirs: installdirs-recursive
229
230
231 mostlyclean-generic:
232         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
233
234 clean-generic:
235         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
236
237 distclean-generic:
238         -rm -f Makefile $(DISTCLEANFILES)
239         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
240         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
241
242 maintainer-clean-generic:
243         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
244         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
245 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
246
247 clean-am:  clean-tags clean-generic mostlyclean-am
248
249 distclean-am:  distclean-tags distclean-generic clean-am
250
251 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
252                 distclean-am
253
254 mostlyclean:  mostlyclean-recursive mostlyclean-am
255
256 clean:  clean-recursive clean-am
257
258 distclean:  distclean-recursive distclean-am
259         -rm -f config.status
260         -rm -f libtool
261
262 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
263         @echo "This command is intended for maintainers to use;"
264         @echo "it deletes files that may require special tools to rebuild."
265
266 .PHONY: install-data-recursive uninstall-data-recursive \
267 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
268 uninstalldirs-recursive all-recursive check-recursive \
269 installcheck-recursive info-recursive dvi-recursive \
270 mostlyclean-recursive distclean-recursive clean-recursive \
271 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
272 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
273 installcheck all-am install-exec install-data install uninstall all \
274 installdirs mostlyclean-generic distclean-generic clean-generic \
275 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
276
277
278 # Tell versions [3.59,3.63) of GNU make to not export all variables.
279 # Otherwise a system limit (for SysV at least) may be exceeded.
280 .NOEXPORT: