]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- put everything in "GiNaC" namespace
[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 JADE = @JADE@
75 JADETEX = @JADETEX@
76 LATEX = @LATEX@
77 LD = @LD@
78 LEX = @LEX@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LT_AGE = @LT_AGE@
82 LT_CURRENT = @LT_CURRENT@
83 LT_RELEASE = @LT_RELEASE@
84 LT_REVISION = @LT_REVISION@
85 MAINT = @MAINT@
86 MAKEINDEX = @MAKEINDEX@
87 MAKEINFO = @MAKEINFO@
88 NM = @NM@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 REFERENCE_TARGETS = @REFERENCE_TARGETS@
92 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
93 VERSION = @VERSION@
94 YACC = @YACC@
95
96 SUBDIRS = tutorial reference
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 DIST_COMMON =  Makefile.am Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP = --best
107 all: all-recursive all-am
108
109 .SUFFIXES:
110 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
112
113 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
114         cd $(top_builddir) \
115           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117
118 # This directory's subdirectories are mostly independent; you can cd
119 # into them and run `make' without going through this Makefile.
120 # To change the values of `make' variables: instead of editing Makefiles,
121 # (1) if the variable is set in `config.status', edit `config.status'
122 #     (which will cause the Makefiles to be regenerated when you run `make');
123 # (2) otherwise, pass the desired values on the `make' command line.
124
125 @SET_MAKE@
126
127 all-recursive install-data-recursive install-exec-recursive \
128 installdirs-recursive install-recursive uninstall-recursive  \
129 check-recursive installcheck-recursive info-recursive dvi-recursive:
130         @set fnord $(MAKEFLAGS); amf=$$2; \
131         list='$(SUBDIRS)'; for subdir in $$list; do \
132           target=`echo $@ | sed s/-recursive//`; \
133           echo "Making $$target in $$subdir"; \
134           (cd $$subdir && $(MAKE) $$target) \
135            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
136         done && test -z "$$fail"
137
138 mostlyclean-recursive clean-recursive distclean-recursive \
139 maintainer-clean-recursive:
140         @set fnord $(MAKEFLAGS); amf=$$2; \
141         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
142           rev="$$subdir $$rev"; \
143         done; \
144         for subdir in $$rev; do \
145           target=`echo $@ | sed s/-recursive//`; \
146           echo "Making $$target in $$subdir"; \
147           (cd $$subdir && $(MAKE) $$target) \
148            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
149         done && test -z "$$fail"
150 tags-recursive:
151         list='$(SUBDIRS)'; for subdir in $$list; do \
152           (cd $$subdir && $(MAKE) tags); \
153         done
154
155 tags: TAGS
156
157 ID: $(HEADERS) $(SOURCES) $(LISP)
158         here=`pwd` && cd $(srcdir) \
159           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
160
161 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
162         tags=; \
163         here=`pwd`; \
164         list='$(SUBDIRS)'; for subdir in $$list; do \
165           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
166         done; \
167         list='$(SOURCES) $(HEADERS)'; \
168         unique=`for i in $$list; do echo $$i; done | \
169           awk '    { files[$$0] = 1; } \
170                END { for (i in files) print i; }'`; \
171         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
172           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
173
174 mostlyclean-tags:
175
176 clean-tags:
177
178 distclean-tags:
179         -rm -f TAGS ID
180
181 maintainer-clean-tags:
182
183 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
184
185 subdir = doc
186
187 distdir: $(DISTFILES)
188         here=`cd $(top_builddir) && pwd`; \
189         top_distdir=`cd $(top_distdir) && pwd`; \
190         distdir=`cd $(distdir) && pwd`; \
191         cd $(top_srcdir) \
192           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
193         @for file in $(DISTFILES); do \
194           d=$(srcdir); \
195           test -f $(distdir)/$$file \
196           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
197           || cp -p $$d/$$file $(distdir)/$$file; \
198         done
199         for subdir in $(SUBDIRS); do \
200           test -d $(distdir)/$$subdir \
201           || mkdir $(distdir)/$$subdir \
202           || exit 1; \
203           chmod 777 $(distdir)/$$subdir; \
204           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
205             || exit 1; \
206         done
207 info: info-recursive
208 dvi: dvi-recursive
209 check: all-am
210         $(MAKE) check-recursive
211 installcheck: installcheck-recursive
212 all-am: Makefile
213
214 install-exec: install-exec-recursive
215         @$(NORMAL_INSTALL)
216
217 install-data: install-data-recursive
218         @$(NORMAL_INSTALL)
219
220 install: install-recursive
221         @:
222
223 uninstall: uninstall-recursive
224
225 install-strip:
226         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
227 installdirs: installdirs-recursive
228
229
230 mostlyclean-generic:
231         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
232
233 clean-generic:
234         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
235
236 distclean-generic:
237         -rm -f Makefile $(DISTCLEANFILES)
238         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
239         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
240
241 maintainer-clean-generic:
242         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
243         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
244 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
245
246 clean-am:  clean-tags clean-generic mostlyclean-am
247
248 distclean-am:  distclean-tags distclean-generic clean-am
249
250 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
251                 distclean-am
252
253 mostlyclean:  mostlyclean-recursive mostlyclean-am
254
255 clean:  clean-recursive clean-am
256
257 distclean:  distclean-recursive distclean-am
258         -rm -f config.status
259         -rm -f libtool
260
261 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
262         @echo "This command is intended for maintainers to use;"
263         @echo "it deletes files that may require special tools to rebuild."
264
265 .PHONY: install-data-recursive uninstall-data-recursive \
266 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
267 uninstalldirs-recursive all-recursive check-recursive \
268 installcheck-recursive info-recursive dvi-recursive \
269 mostlyclean-recursive distclean-recursive clean-recursive \
270 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
271 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
272 installcheck all-am install-exec install-data install uninstall all \
273 installdirs mostlyclean-generic distclean-generic clean-generic \
274 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
275
276
277 # Tell versions [3.59,3.63) of GNU make to not export all variables.
278 # Otherwise a system limit (for SysV at least) may be exceeded.
279 .NOEXPORT: