]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- automake 1.4 was complaining about AM_PROG_INSTALL in configure.in
[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_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
72 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
73 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
74 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
75 GINACLIB_VERSION = @GINACLIB_VERSION@
76 GINSH_LIBS = @GINSH_LIBS@
77 JADE = @JADE@
78 JADETEX = @JADETEX@
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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES = 
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 # This directory's subdirectories are mostly independent; you can cd
122 # into them and run `make' without going through this Makefile.
123 # To change the values of `make' variables: instead of editing Makefiles,
124 # (1) if the variable is set in `config.status', edit `config.status'
125 #     (which will cause the Makefiles to be regenerated when you run `make');
126 # (2) otherwise, pass the desired values on the `make' command line.
127
128 @SET_MAKE@
129
130 all-recursive install-data-recursive install-exec-recursive \
131 installdirs-recursive install-recursive uninstall-recursive  \
132 check-recursive installcheck-recursive info-recursive dvi-recursive:
133         @set fnord $(MAKEFLAGS); amf=$$2; \
134         dot_seen=no; \
135         target=`echo $@ | sed s/-recursive//`; \
136         list='$(SUBDIRS)'; for subdir in $$list; do \
137           echo "Making $$target in $$subdir"; \
138           if test "$$subdir" = "."; then \
139             dot_seen=yes; \
140             local_target="$$target-am"; \
141           else \
142             local_target="$$target"; \
143           fi; \
144           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146         done; \
147         if test "$$dot_seen" = "no"; then \
148           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
149         fi; test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $(MAKEFLAGS); amf=$$2; \
154         dot_seen=no; \
155         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
156           rev="$$subdir $$rev"; \
157           test "$$subdir" = "." && dot_seen=yes; \
158         done; \
159         test "$$dot_seen" = "no" && rev=". $$rev"; \
160         target=`echo $@ | sed s/-recursive//`; \
161         for subdir in $$rev; do \
162           echo "Making $$target in $$subdir"; \
163           if test "$$subdir" = "."; then \
164             local_target="$$target-am"; \
165           else \
166             local_target="$$target"; \
167           fi; \
168           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done && test -z "$$fail"
171 tags-recursive:
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
174         done
175
176 tags: TAGS
177
178 ID: $(HEADERS) $(SOURCES) $(LISP)
179         list='$(SOURCES) $(HEADERS)'; \
180         unique=`for i in $$list; do echo $$i; done | \
181           awk '    { files[$$0] = 1; } \
182                END { for (i in files) print i; }'`; \
183         here=`pwd` && cd $(srcdir) \
184           && mkid -f$$here/ID $$unique $(LISP)
185
186 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
187         tags=; \
188         here=`pwd`; \
189         list='$(SUBDIRS)'; for subdir in $$list; do \
190    if test "$$subdir" = .; then :; else \
191             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
192    fi; \
193         done; \
194         list='$(SOURCES) $(HEADERS)'; \
195         unique=`for i in $$list; do echo $$i; done | \
196           awk '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
200
201 mostlyclean-tags:
202
203 clean-tags:
204
205 distclean-tags:
206         -rm -f TAGS ID
207
208 maintainer-clean-tags:
209
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211
212 subdir = doc
213
214 distdir: $(DISTFILES)
215         here=`cd $(top_builddir) && pwd`; \
216         top_distdir=`cd $(top_distdir) && pwd`; \
217         distdir=`cd $(distdir) && pwd`; \
218         cd $(top_srcdir) \
219           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
220         @for file in $(DISTFILES); do \
221           d=$(srcdir); \
222           if test -d $$d/$$file; then \
223             cp -pr $$d/$$file $(distdir)/$$file; \
224           else \
225             test -f $(distdir)/$$file \
226             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227             || cp -p $$d/$$file $(distdir)/$$file || :; \
228           fi; \
229         done
230         for subdir in $(SUBDIRS); do \
231           if test "$$subdir" = .; then :; else \
232             test -d $(distdir)/$$subdir \
233             || mkdir $(distdir)/$$subdir \
234             || exit 1; \
235             chmod 777 $(distdir)/$$subdir; \
236             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
237               || exit 1; \
238           fi; \
239         done
240 info-am:
241 info: info-recursive
242 dvi-am:
243 dvi: dvi-recursive
244 check-am: all-am
245 check: check-recursive
246 installcheck-am:
247 installcheck: installcheck-recursive
248 install-exec-am:
249 install-exec: install-exec-recursive
250
251 install-data-am:
252 install-data: install-data-recursive
253
254 install-am: all-am
255         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256 install: install-recursive
257 uninstall-am:
258 uninstall: uninstall-recursive
259 all-am: Makefile
260 all-redirect: all-recursive
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
263 installdirs: installdirs-recursive
264 installdirs-am:
265
266
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES)
273         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
274
275 maintainer-clean-generic:
276 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
277
278 mostlyclean: mostlyclean-recursive
279
280 clean-am:  clean-tags clean-generic mostlyclean-am
281
282 clean: clean-recursive
283
284 distclean-am:  distclean-tags distclean-generic clean-am
285         -rm -f libtool
286
287 distclean: distclean-recursive
288
289 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
290                 distclean-am
291         @echo "This command is intended for maintainers to use;"
292         @echo "it deletes files that may require special tools to rebuild."
293
294 maintainer-clean: maintainer-clean-recursive
295
296 .PHONY: install-data-recursive uninstall-data-recursive \
297 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
298 uninstalldirs-recursive all-recursive check-recursive \
299 installcheck-recursive info-recursive dvi-recursive \
300 mostlyclean-recursive distclean-recursive clean-recursive \
301 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
302 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
303 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
304 install-exec install-data-am install-data install-am install \
305 uninstall-am uninstall all-redirect all-am all installdirs-am \
306 installdirs mostlyclean-generic distclean-generic clean-generic \
307 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
308
309
310 # Tell versions [3.59,3.63) of GNU make to not export all variables.
311 # Otherwise a system limit (for SysV at least) may be exceeded.
312 .NOEXPORT: