]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- changed behaviour of numeric::is_rational() and added numeric::is_cinteger()
[ginac.git] / doc / 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
14 SHELL = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 CXXCPP = @CXXCPP@
66 DLLTOOL = @DLLTOOL@
67 DOXYGEN = @DOXYGEN@
68 DVIPS = @DVIPS@
69 FIG2DEV = @FIG2DEV@
70 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
71 GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@
72 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
73 GINACLIB_LIBS = @GINACLIB_LIBS@
74 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
75 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
76 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
77 GINACLIB_VERSION = @GINACLIB_VERSION@
78 GINSH_LIBS = @GINSH_LIBS@
79 LATEX = @LATEX@
80 LD = @LD@
81 LEX = @LEX@
82 LIBTOOL = @LIBTOOL@
83 LN_S = @LN_S@
84 LT_AGE = @LT_AGE@
85 LT_CURRENT = @LT_CURRENT@
86 LT_RELEASE = @LT_RELEASE@
87 LT_REVISION = @LT_REVISION@
88 MAINT = @MAINT@
89 MAKEINDEX = @MAKEINDEX@
90 MAKEINFO = @MAKEINFO@
91 NM = @NM@
92 OBJDUMP = @OBJDUMP@
93 PACKAGE = @PACKAGE@
94 RANLIB = @RANLIB@
95 REFERENCE_TARGETS = @REFERENCE_TARGETS@
96 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
97 VERSION = @VERSION@
98 YACC = @YACC@
99
100 SUBDIRS = tutorial reference
101
102 # Manual pages
103 man_MANS = ginac-config.1
104 EXTRA_DIST = $(man_MANS)
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../config.h
107 CONFIG_CLEAN_FILES = 
108 man1dir = $(mandir)/man1
109 MANS = $(man_MANS)
110
111 NROFF = nroff
112 DIST_COMMON =  Makefile.am Makefile.in
113
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = tar
118 GZIP_ENV = --best
119 all: all-redirect
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
122         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
123
124 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125         cd $(top_builddir) \
126           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129 install-man1:
130         $(mkinstalldirs) $(DESTDIR)$(man1dir)
131         @list='$(man1_MANS)'; \
132         l2='$(man_MANS)'; for i in $$l2; do \
133           case "$$i" in \
134             *.1*) list="$$list $$i" ;; \
135           esac; \
136         done; \
137         for i in $$list; do \
138           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
139           else file=$$i; fi; \
140           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
141           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
142           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
143           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
144           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
145         done
146
147 uninstall-man1:
148         @list='$(man1_MANS)'; \
149         l2='$(man_MANS)'; for i in $$l2; do \
150           case "$$i" in \
151             *.1*) list="$$list $$i" ;; \
152           esac; \
153         done; \
154         for i in $$list; do \
155           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
156           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
157           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
158           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
159           rm -f $(DESTDIR)$(man1dir)/$$inst; \
160         done
161 install-man: $(MANS)
162         @$(NORMAL_INSTALL)
163         $(MAKE) $(AM_MAKEFLAGS) install-man1
164 uninstall-man:
165         @$(NORMAL_UNINSTALL)
166         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
167
168 # This directory's subdirectories are mostly independent; you can cd
169 # into them and run `make' without going through this Makefile.
170 # To change the values of `make' variables: instead of editing Makefiles,
171 # (1) if the variable is set in `config.status', edit `config.status'
172 #     (which will cause the Makefiles to be regenerated when you run `make');
173 # (2) otherwise, pass the desired values on the `make' command line.
174
175 @SET_MAKE@
176
177 all-recursive install-data-recursive install-exec-recursive \
178 installdirs-recursive install-recursive uninstall-recursive  \
179 check-recursive installcheck-recursive info-recursive dvi-recursive:
180         @set fnord $(MAKEFLAGS); amf=$$2; \
181         dot_seen=no; \
182         target=`echo $@ | sed s/-recursive//`; \
183         list='$(SUBDIRS)'; for subdir in $$list; do \
184           echo "Making $$target in $$subdir"; \
185           if test "$$subdir" = "."; then \
186             dot_seen=yes; \
187             local_target="$$target-am"; \
188           else \
189             local_target="$$target"; \
190           fi; \
191           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193         done; \
194         if test "$$dot_seen" = "no"; then \
195           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
196         fi; test -z "$$fail"
197
198 mostlyclean-recursive clean-recursive distclean-recursive \
199 maintainer-clean-recursive:
200         @set fnord $(MAKEFLAGS); amf=$$2; \
201         dot_seen=no; \
202         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
203           rev="$$subdir $$rev"; \
204           test "$$subdir" = "." && dot_seen=yes; \
205         done; \
206         test "$$dot_seen" = "no" && rev=". $$rev"; \
207         target=`echo $@ | sed s/-recursive//`; \
208         for subdir in $$rev; do \
209           echo "Making $$target in $$subdir"; \
210           if test "$$subdir" = "."; then \
211             local_target="$$target-am"; \
212           else \
213             local_target="$$target"; \
214           fi; \
215           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
216            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
217         done && test -z "$$fail"
218 tags-recursive:
219         list='$(SUBDIRS)'; for subdir in $$list; do \
220           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
221         done
222
223 tags: TAGS
224
225 ID: $(HEADERS) $(SOURCES) $(LISP)
226         list='$(SOURCES) $(HEADERS)'; \
227         unique=`for i in $$list; do echo $$i; done | \
228           awk '    { files[$$0] = 1; } \
229                END { for (i in files) print i; }'`; \
230         here=`pwd` && cd $(srcdir) \
231           && mkid -f$$here/ID $$unique $(LISP)
232
233 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
234         tags=; \
235         here=`pwd`; \
236         list='$(SUBDIRS)'; for subdir in $$list; do \
237    if test "$$subdir" = .; then :; else \
238             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
239    fi; \
240         done; \
241         list='$(SOURCES) $(HEADERS)'; \
242         unique=`for i in $$list; do echo $$i; done | \
243           awk '    { files[$$0] = 1; } \
244                END { for (i in files) print i; }'`; \
245         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
246           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
247
248 mostlyclean-tags:
249
250 clean-tags:
251
252 distclean-tags:
253         -rm -f TAGS ID
254
255 maintainer-clean-tags:
256
257 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
258
259 subdir = doc
260
261 distdir: $(DISTFILES)
262         here=`cd $(top_builddir) && pwd`; \
263         top_distdir=`cd $(top_distdir) && pwd`; \
264         distdir=`cd $(distdir) && pwd`; \
265         cd $(top_srcdir) \
266           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
267         @for file in $(DISTFILES); do \
268           d=$(srcdir); \
269           if test -d $$d/$$file; then \
270             cp -pr $$d/$$file $(distdir)/$$file; \
271           else \
272             test -f $(distdir)/$$file \
273             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274             || cp -p $$d/$$file $(distdir)/$$file || :; \
275           fi; \
276         done
277         for subdir in $(SUBDIRS); do \
278           if test "$$subdir" = .; then :; else \
279             test -d $(distdir)/$$subdir \
280             || mkdir $(distdir)/$$subdir \
281             || exit 1; \
282             chmod 777 $(distdir)/$$subdir; \
283             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
284               || exit 1; \
285           fi; \
286         done
287 info-am:
288 info: info-recursive
289 dvi-am:
290 dvi: dvi-recursive
291 check-am: all-am
292 check: check-recursive
293 installcheck-am:
294 installcheck: installcheck-recursive
295 install-exec-am:
296 install-exec: install-exec-recursive
297
298 install-data-am: install-man
299 install-data: install-data-recursive
300
301 install-am: all-am
302         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303 install: install-recursive
304 uninstall-am: uninstall-man
305 uninstall: uninstall-recursive
306 all-am: Makefile $(MANS)
307 all-redirect: all-recursive
308 install-strip:
309         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310 installdirs: installdirs-recursive
311 installdirs-am:
312         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
313
314
315 mostlyclean-generic:
316
317 clean-generic:
318
319 distclean-generic:
320         -rm -f Makefile $(CONFIG_CLEAN_FILES)
321         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
322
323 maintainer-clean-generic:
324 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
325
326 mostlyclean: mostlyclean-recursive
327
328 clean-am:  clean-tags clean-generic mostlyclean-am
329
330 clean: clean-recursive
331
332 distclean-am:  distclean-tags distclean-generic clean-am
333         -rm -f libtool
334
335 distclean: distclean-recursive
336
337 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
338                 distclean-am
339         @echo "This command is intended for maintainers to use;"
340         @echo "it deletes files that may require special tools to rebuild."
341
342 maintainer-clean: maintainer-clean-recursive
343
344 .PHONY: install-man1 uninstall-man1 install-man uninstall-man \
345 install-data-recursive uninstall-data-recursive install-exec-recursive \
346 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
347 all-recursive check-recursive installcheck-recursive info-recursive \
348 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
349 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
350 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
351 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
352 install-exec install-data-am install-data install-am install \
353 uninstall-am uninstall all-redirect all-am all installdirs-am \
354 installdirs mostlyclean-generic distclean-generic clean-generic \
355 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
356
357
358 # Tell versions [3.59,3.63) of GNU make to not export all variables.
359 # Otherwise a system limit (for SysV at least) may be exceeded.
360 .NOEXPORT: