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