]> www.ginac.de Git - ginac.git/blob - Makefile.in
- most functions were not static, but they should have been
[ginac.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 CC = @CC@
63 CXX = @CXX@
64 CXXCPP = @CXXCPP@
65 DOXYGEN = @DOXYGEN@
66 DVIPS = @DVIPS@
67 FIG2DEV = @FIG2DEV@
68 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
69 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
70 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
71 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
72 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
73 GINACLIB_VERSION = @GINACLIB_VERSION@
74 JADE = @JADE@
75 JADETEX = @JADETEX@
76 LATEX = @LATEX@
77 LD = @LD@
78 LEX = @LEX@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LT_AGE = @LT_AGE@
82 LT_CURRENT = @LT_CURRENT@
83 LT_RELEASE = @LT_RELEASE@
84 LT_REVISION = @LT_REVISION@
85 MAINT = @MAINT@
86 MAKEINDEX = @MAKEINDEX@
87 MAKEINFO = @MAKEINFO@
88 NM = @NM@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 REFERENCE_TARGETS = @REFERENCE_TARGETS@
92 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
93 VERSION = @VERSION@
94 YACC = @YACC@
95
96 SUBDIRS = ginac check ginsh doc
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = config.h
100 CONFIG_CLEAN_FILES =  GiNaC.spec
101 DIST_COMMON =  README AUTHORS COPYING ChangeLog GiNaC.spec.in INSTALL \
102 Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \
103 config.guess config.h.in config.sub configure configure.in install-sh \
104 ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP = --best
111 all: all-recursive-am all-am
112
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
118         cd $(top_builddir) \
119           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121 $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
122         cd $(srcdir) && $(ACLOCAL)
123
124 config.status: $(srcdir)/configure
125         $(SHELL) ./config.status --recheck
126 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127         cd $(srcdir) && $(AUTOCONF)
128
129 config.h: stamp-h
130         @:
131 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
132         cd $(top_builddir) \
133           && CONFIG_FILES= CONFIG_HEADERS=config.h \
134              $(SHELL) ./config.status
135         @echo timestamp > stamp-h
136 $(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in
137 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
138         cd $(top_srcdir) && $(AUTOHEADER)
139         @echo timestamp > $(srcdir)/stamp-h.in
140
141 mostlyclean-hdr:
142
143 clean-hdr:
144
145 distclean-hdr:
146         -rm -f config.h
147
148 maintainer-clean-hdr:
149 GiNaC.spec: $(top_builddir)/config.status GiNaC.spec.in
150         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
151
152 # This directory's subdirectories are mostly independent; you can cd
153 # into them and run `make' without going through this Makefile.
154 # To change the values of `make' variables: instead of editing Makefiles,
155 # (1) if the variable is set in `config.status', edit `config.status'
156 #     (which will cause the Makefiles to be regenerated when you run `make');
157 # (2) otherwise, pass the desired values on the `make' command line.
158
159 @SET_MAKE@
160
161 all-recursive install-data-recursive install-exec-recursive \
162 installdirs-recursive install-recursive uninstall-recursive  \
163 check-recursive installcheck-recursive info-recursive dvi-recursive:
164         @set fnord $(MAKEFLAGS); amf=$$2; \
165         list='$(SUBDIRS)'; for subdir in $$list; do \
166           target=`echo $@ | sed s/-recursive//`; \
167           echo "Making $$target in $$subdir"; \
168           (cd $$subdir && $(MAKE) $$target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done && test -z "$$fail"
171
172 mostlyclean-recursive clean-recursive distclean-recursive \
173 maintainer-clean-recursive:
174         @set fnord $(MAKEFLAGS); amf=$$2; \
175         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
176           rev="$$subdir $$rev"; \
177         done; \
178         for subdir in $$rev; do \
179           target=`echo $@ | sed s/-recursive//`; \
180           echo "Making $$target in $$subdir"; \
181           (cd $$subdir && $(MAKE) $$target) \
182            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183         done && test -z "$$fail"
184 tags-recursive:
185         list='$(SUBDIRS)'; for subdir in $$list; do \
186           (cd $$subdir && $(MAKE) tags); \
187         done
188
189 tags: TAGS
190
191 ID: $(HEADERS) $(SOURCES) $(LISP)
192         here=`pwd` && cd $(srcdir) \
193           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
194
195 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
196         tags=; \
197         here=`pwd`; \
198         list='$(SUBDIRS)'; for subdir in $$list; do \
199           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
200         done; \
201         list='$(SOURCES) $(HEADERS)'; \
202         unique=`for i in $$list; do echo $$i; done | \
203           awk '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
206           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
207
208 mostlyclean-tags:
209
210 clean-tags:
211
212 distclean-tags:
213         -rm -f TAGS ID
214
215 maintainer-clean-tags:
216
217 distdir = $(PACKAGE)-$(VERSION)
218 top_distdir = $(distdir)
219
220 # This target untars the dist file and tries a VPATH configuration.  Then
221 # it guarantees that the distribution is self-contained by making another
222 # tarfile.
223 distcheck: dist
224         -rm -rf $(distdir)
225         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
226         mkdir $(distdir)/=build
227         mkdir $(distdir)/=inst
228         dc_install_base=`cd $(distdir)/=inst && pwd`; \
229         cd $(distdir)/=build \
230           && ../configure --srcdir=.. --prefix=$$dc_install_base \
231           && $(MAKE) \
232           && $(MAKE) dvi \
233           && $(MAKE) check \
234           && $(MAKE) install \
235           && $(MAKE) installcheck \
236           && $(MAKE) dist
237         -rm -rf $(distdir)
238         @echo "========================"; \
239         echo "$(distdir).tar.gz is ready for distribution"; \
240         echo "========================"
241 dist: distdir
242         -chmod -R a+r $(distdir)
243         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
244         -rm -rf $(distdir)
245 dist-all: distdir
246         -chmod -R a+r $(distdir)
247         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
248         -rm -rf $(distdir)
249 distdir: $(DISTFILES)
250         -rm -rf $(distdir)
251         mkdir $(distdir)
252         -chmod 777 $(distdir)
253         here=`cd $(top_builddir) && pwd`; \
254         top_distdir=`cd $(distdir) && pwd`; \
255         distdir=`cd $(distdir) && pwd`; \
256         cd $(top_srcdir) \
257           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
258         @for file in $(DISTFILES); do \
259           d=$(srcdir); \
260           test -f $(distdir)/$$file \
261           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
262           || cp -p $$d/$$file $(distdir)/$$file; \
263         done
264         for subdir in $(SUBDIRS); do \
265           test -d $(distdir)/$$subdir \
266           || mkdir $(distdir)/$$subdir \
267           || exit 1; \
268           chmod 777 $(distdir)/$$subdir; \
269           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
270             || exit 1; \
271         done
272 info: info-recursive
273 dvi: dvi-recursive
274 check: all-am
275         $(MAKE) check-recursive
276 installcheck: installcheck-recursive
277 all-recursive-am: config.h
278         $(MAKE) all-recursive
279
280 all-am: Makefile config.h
281
282 install-exec: install-exec-recursive
283         @$(NORMAL_INSTALL)
284
285 install-data: install-data-recursive
286         @$(NORMAL_INSTALL)
287
288 install: install-recursive
289         @:
290
291 uninstall: uninstall-recursive
292
293 install-strip:
294         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
295 installdirs: installdirs-recursive
296
297
298 mostlyclean-generic:
299         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
300
301 clean-generic:
302         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
303
304 distclean-generic:
305         -rm -f Makefile $(DISTCLEANFILES)
306         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
307         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
308
309 maintainer-clean-generic:
310         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
311         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
312 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
313
314 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
315
316 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
317
318 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
319                 maintainer-clean-generic distclean-am
320
321 mostlyclean:  mostlyclean-recursive mostlyclean-am
322
323 clean:  clean-recursive clean-am
324
325 distclean:  distclean-recursive distclean-am
326         -rm -f config.status
327         -rm -f libtool
328
329 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
330         @echo "This command is intended for maintainers to use;"
331         @echo "it deletes files that may require special tools to rebuild."
332         -rm -f config.status
333
334 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
335 install-data-recursive uninstall-data-recursive install-exec-recursive \
336 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
337 all-recursive check-recursive installcheck-recursive info-recursive \
338 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
339 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
340 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
341 installcheck all-recursive-am all-am install-exec install-data install \
342 uninstall all installdirs mostlyclean-generic distclean-generic \
343 clean-generic maintainer-clean-generic clean mostlyclean distclean \
344 maintainer-clean
345
346
347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
348 # Otherwise a system limit (for SysV at least) may be exceeded.
349 .NOEXPORT: