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