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