]> www.ginac.de Git - ginac.git/blob - Makefile.in
0bef60060eb1243bb1d7af2082e510ead7eec9f1
[ginac.git] / 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 = ginac check ginsh tools doc
103
104 # Requires automake 1.4
105 AUTOMAKE_OPTIONS = 1.4
106
107 # GiNaC runtime configuration script
108 bin_SCRIPTS = ginac-config
109
110 # All the rest of the distributed files
111 EXTRA_DIST = autogen.sh ginac.m4
112
113 # M4 macro file for inclusion with autoconf
114 m4datadir = $(datadir)/aclocal
115 m4data_DATA = ginac.m4
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118 CONFIG_HEADER = config.h
119 CONFIG_CLEAN_FILES =  GiNaC.spec ginac-config
120 SCRIPTS =  $(bin_SCRIPTS)
121
122 DATA =  $(m4data_DATA)
123
124 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog \
125 GiNaC.spec.in INSTALL Makefile.am Makefile.in NEWS acconfig.h \
126 acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure \
127 configure.in ginac-config.in install-sh ltconfig ltmain.sh missing \
128 mkinstalldirs
129
130
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
133 TAR = tar
134 GZIP_ENV = --best
135 all: all-redirect
136 .SUFFIXES:
137 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
138         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
139
140 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
141         cd $(top_builddir) \
142           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
143
144 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
145         cd $(srcdir) && $(ACLOCAL)
146
147 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
148         $(SHELL) ./config.status --recheck
149 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
150         cd $(srcdir) && $(AUTOCONF)
151
152 config.h: stamp-h
153         @if test ! -f $@; then \
154                 rm -f stamp-h; \
155                 $(MAKE) stamp-h; \
156         else :; fi
157 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
158         cd $(top_builddir) \
159           && CONFIG_FILES= CONFIG_HEADERS=config.h \
160              $(SHELL) ./config.status
161         @echo timestamp > stamp-h 2> /dev/null
162 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
163         @if test ! -f $@; then \
164                 rm -f $(srcdir)/stamp-h.in; \
165                 $(MAKE) $(srcdir)/stamp-h.in; \
166         else :; fi
167 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
168         cd $(top_srcdir) && $(AUTOHEADER)
169         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
170
171 mostlyclean-hdr:
172
173 clean-hdr:
174
175 distclean-hdr:
176         -rm -f config.h
177
178 maintainer-clean-hdr:
179 GiNaC.spec: $(top_builddir)/config.status GiNaC.spec.in
180         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
181 ginac-config: $(top_builddir)/config.status ginac-config.in
182         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
183
184 install-binSCRIPTS: $(bin_SCRIPTS)
185         @$(NORMAL_INSTALL)
186         $(mkinstalldirs) $(DESTDIR)$(bindir)
187         @list='$(bin_SCRIPTS)'; for p in $$list; do \
188           if test -f $$p; then \
189             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
190             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
191           else if test -f $(srcdir)/$$p; then \
192             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
193             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
194           else :; fi; fi; \
195         done
196
197 uninstall-binSCRIPTS:
198         @$(NORMAL_UNINSTALL)
199         list='$(bin_SCRIPTS)'; for p in $$list; do \
200           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
201         done
202
203 install-m4dataDATA: $(m4data_DATA)
204         @$(NORMAL_INSTALL)
205         $(mkinstalldirs) $(DESTDIR)$(m4datadir)
206         @list='$(m4data_DATA)'; for p in $$list; do \
207           if test -f $(srcdir)/$$p; then \
208             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
209             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
210           else if test -f $$p; then \
211             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
212             $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
213           fi; fi; \
214         done
215
216 uninstall-m4dataDATA:
217         @$(NORMAL_UNINSTALL)
218         list='$(m4data_DATA)'; for p in $$list; do \
219           rm -f $(DESTDIR)$(m4datadir)/$$p; \
220         done
221
222 # This directory's subdirectories are mostly independent; you can cd
223 # into them and run `make' without going through this Makefile.
224 # To change the values of `make' variables: instead of editing Makefiles,
225 # (1) if the variable is set in `config.status', edit `config.status'
226 #     (which will cause the Makefiles to be regenerated when you run `make');
227 # (2) otherwise, pass the desired values on the `make' command line.
228
229 @SET_MAKE@
230
231 all-recursive install-data-recursive install-exec-recursive \
232 installdirs-recursive install-recursive uninstall-recursive  \
233 check-recursive installcheck-recursive info-recursive dvi-recursive:
234         @set fnord $(MAKEFLAGS); amf=$$2; \
235         dot_seen=no; \
236         target=`echo $@ | sed s/-recursive//`; \
237         list='$(SUBDIRS)'; for subdir in $$list; do \
238           echo "Making $$target in $$subdir"; \
239           if test "$$subdir" = "."; then \
240             dot_seen=yes; \
241             local_target="$$target-am"; \
242           else \
243             local_target="$$target"; \
244           fi; \
245           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
246            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
247         done; \
248         if test "$$dot_seen" = "no"; then \
249           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
250         fi; test -z "$$fail"
251
252 mostlyclean-recursive clean-recursive distclean-recursive \
253 maintainer-clean-recursive:
254         @set fnord $(MAKEFLAGS); amf=$$2; \
255         dot_seen=no; \
256         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
257           rev="$$subdir $$rev"; \
258           test "$$subdir" = "." && dot_seen=yes; \
259         done; \
260         test "$$dot_seen" = "no" && rev=". $$rev"; \
261         target=`echo $@ | sed s/-recursive//`; \
262         for subdir in $$rev; do \
263           echo "Making $$target in $$subdir"; \
264           if test "$$subdir" = "."; then \
265             local_target="$$target-am"; \
266           else \
267             local_target="$$target"; \
268           fi; \
269           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
270            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
271         done && test -z "$$fail"
272 tags-recursive:
273         list='$(SUBDIRS)'; for subdir in $$list; do \
274           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
275         done
276
277 tags: TAGS
278
279 ID: $(HEADERS) $(SOURCES) $(LISP)
280         list='$(SOURCES) $(HEADERS)'; \
281         unique=`for i in $$list; do echo $$i; done | \
282           awk '    { files[$$0] = 1; } \
283                END { for (i in files) print i; }'`; \
284         here=`pwd` && cd $(srcdir) \
285           && mkid -f$$here/ID $$unique $(LISP)
286
287 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
288         tags=; \
289         here=`pwd`; \
290         list='$(SUBDIRS)'; for subdir in $$list; do \
291    if test "$$subdir" = .; then :; else \
292             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
293    fi; \
294         done; \
295         list='$(SOURCES) $(HEADERS)'; \
296         unique=`for i in $$list; do echo $$i; done | \
297           awk '    { files[$$0] = 1; } \
298                END { for (i in files) print i; }'`; \
299         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
300           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
301
302 mostlyclean-tags:
303
304 clean-tags:
305
306 distclean-tags:
307         -rm -f TAGS ID
308
309 maintainer-clean-tags:
310
311 distdir = $(PACKAGE)-$(VERSION)
312 top_distdir = $(distdir)
313
314 # This target untars the dist file and tries a VPATH configuration.  Then
315 # it guarantees that the distribution is self-contained by making another
316 # tarfile.
317 distcheck: dist
318         -rm -rf $(distdir)
319         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
320         mkdir $(distdir)/=build
321         mkdir $(distdir)/=inst
322         dc_install_base=`cd $(distdir)/=inst && pwd`; \
323         cd $(distdir)/=build \
324           && ../configure --srcdir=.. --prefix=$$dc_install_base \
325           && $(MAKE) $(AM_MAKEFLAGS) \
326           && $(MAKE) $(AM_MAKEFLAGS) dvi \
327           && $(MAKE) $(AM_MAKEFLAGS) check \
328           && $(MAKE) $(AM_MAKEFLAGS) install \
329           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
330           && $(MAKE) $(AM_MAKEFLAGS) dist
331         -rm -rf $(distdir)
332         @banner="$(distdir).tar.gz is ready for distribution"; \
333         dashes=`echo "$$banner" | sed s/./=/g`; \
334         echo "$$dashes"; \
335         echo "$$banner"; \
336         echo "$$dashes"
337 dist: distdir
338         -chmod -R a+r $(distdir)
339         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
340         -rm -rf $(distdir)
341 dist-all: distdir
342         -chmod -R a+r $(distdir)
343         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
344         -rm -rf $(distdir)
345 distdir: $(DISTFILES)
346         -rm -rf $(distdir)
347         mkdir $(distdir)
348         -chmod 777 $(distdir)
349         here=`cd $(top_builddir) && pwd`; \
350         top_distdir=`cd $(distdir) && pwd`; \
351         distdir=`cd $(distdir) && pwd`; \
352         cd $(top_srcdir) \
353           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
354         @for file in $(DISTFILES); do \
355           d=$(srcdir); \
356           if test -d $$d/$$file; then \
357             cp -pr $$/$$file $(distdir)/$$file; \
358           else \
359             test -f $(distdir)/$$file \
360             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
361             || cp -p $$d/$$file $(distdir)/$$file || :; \
362           fi; \
363         done
364         for subdir in $(SUBDIRS); do \
365           if test "$$subdir" = .; then :; else \
366             test -d $(distdir)/$$subdir \
367             || mkdir $(distdir)/$$subdir \
368             || exit 1; \
369             chmod 777 $(distdir)/$$subdir; \
370             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
371               || exit 1; \
372           fi; \
373         done
374 info-am:
375 info: info-recursive
376 dvi-am:
377 dvi: dvi-recursive
378 check-am: all-am
379 check: check-recursive
380 installcheck-am:
381 installcheck: installcheck-recursive
382 all-recursive-am: config.h
383         $(MAKE) $(AM_MAKEFLAGS) all-recursive
384
385 install-exec-am: install-binSCRIPTS
386 install-exec: install-exec-recursive
387
388 install-data-am: install-m4dataDATA
389 install-data: install-data-recursive
390
391 install-am: all-am
392         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393 install: install-recursive
394 uninstall-am: uninstall-binSCRIPTS uninstall-m4dataDATA
395 uninstall: uninstall-recursive
396 all-am: Makefile $(SCRIPTS) $(DATA) config.h
397 all-redirect: all-recursive-am
398 install-strip:
399         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
400 installdirs: installdirs-recursive
401 installdirs-am:
402         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir)
403
404
405 mostlyclean-generic:
406
407 clean-generic:
408
409 distclean-generic:
410         -rm -f Makefile $(CONFIG_CLEAN_FILES)
411         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
412
413 maintainer-clean-generic:
414 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
415
416 mostlyclean: mostlyclean-recursive
417
418 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
419
420 clean: clean-recursive
421
422 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
423         -rm -f libtool
424
425 distclean: distclean-recursive
426         -rm -f config.status
427
428 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
429                 maintainer-clean-generic distclean-am
430         @echo "This command is intended for maintainers to use;"
431         @echo "it deletes files that may require special tools to rebuild."
432
433 maintainer-clean: maintainer-clean-recursive
434         -rm -f config.status
435
436 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
437 uninstall-binSCRIPTS install-binSCRIPTS uninstall-m4dataDATA \
438 install-m4dataDATA install-data-recursive uninstall-data-recursive \
439 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
440 uninstalldirs-recursive all-recursive check-recursive \
441 installcheck-recursive info-recursive dvi-recursive \
442 mostlyclean-recursive distclean-recursive clean-recursive \
443 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
444 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
445 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
446 install-exec-am install-exec install-data-am install-data install-am \
447 install uninstall-am uninstall all-redirect all-am all installdirs-am \
448 installdirs mostlyclean-generic distclean-generic clean-generic \
449 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
450
451
452 # Rule to build tar-gzipped distribution package
453 $(PACKAGE)-$(VERSION).tar.gz: dist
454
455 # Rule to build RPM distribution package
456 rpm: $(PACKAGE)-$(VERSION).tar.gz
457         cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
458         rpm -ba GiNaC.spec
459
460 # Tell versions [3.59,3.63) of GNU make to not export all variables.
461 # Otherwise a system limit (for SysV at least) may be exceeded.
462 .NOEXPORT: