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