1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
62 ARCHIVE_AGE = @ARCHIVE_AGE@
63 ARCHIVE_VERSION = @ARCHIVE_VERSION@
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@
86 LIBGINACCINT = @LIBGINACCINT@
90 LT_CURRENT = @LT_CURRENT@
91 LT_RELEASE = @LT_RELEASE@
92 LT_REVISION = @LT_REVISION@
95 MAKEINDEX = @MAKEINDEX@
101 REFERENCE_TARGETS = @REFERENCE_TARGETS@
102 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
106 SUBDIRS = tutorial reference
109 man_MANS = ginac-config.1
110 EXTRA_DIST = $(man_MANS)
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../config.h
114 man1dir = $(mandir)/man1
118 DIST_COMMON = Makefile.am Makefile.in
121 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
132 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136 $(mkinstalldirs) $(DESTDIR)$(man1dir)
137 @list='$(man1_MANS)'; \
138 l2='$(man_MANS)'; for i in $$l2; do \
140 *.1*) list="$$list $$i" ;; \
143 for i in $$list; do \
144 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
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; \
154 @list='$(man1_MANS)'; \
155 l2='$(man_MANS)'; for i in $$l2; do \
157 *.1*) list="$$list $$i" ;; \
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; \
169 $(MAKE) $(AM_MAKEFLAGS) install-man1
172 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
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.
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; \
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 \
193 local_target="$$target-am"; \
195 local_target="$$target"; \
197 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
200 if test "$$dot_seen" = "no"; then \
201 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
204 mostlyclean-recursive clean-recursive distclean-recursive \
205 maintainer-clean-recursive:
206 @set fnord $(MAKEFLAGS); amf=$$2; \
208 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
209 rev="$$subdir $$rev"; \
210 test "$$subdir" = "." && dot_seen=yes; \
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"; \
219 local_target="$$target"; \
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"
225 list='$(SUBDIRS)'; for subdir in $$list; do \
226 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
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)
239 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
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"; \
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)
261 maintainer-clean-tags:
263 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
267 distdir: $(DISTFILES)
268 here=`cd $(top_builddir) && pwd`; \
269 top_distdir=`cd $(top_distdir) && pwd`; \
270 distdir=`cd $(distdir) && pwd`; \
272 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
273 @for file in $(DISTFILES); do \
275 if test -d $$d/$$file; then \
276 cp -pr $$/$$file $(distdir)/$$file; \
278 test -f $(distdir)/$$file \
279 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
280 || cp -p $$d/$$file $(distdir)/$$file || :; \
283 for subdir in $(SUBDIRS); do \
284 if test "$$subdir" = .; then :; else \
285 test -d $(distdir)/$$subdir \
286 || mkdir $(distdir)/$$subdir \
288 chmod 777 $(distdir)/$$subdir; \
289 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
298 check: check-recursive
300 installcheck: installcheck-recursive
302 install-exec: install-exec-recursive
304 install-data-am: install-man
305 install-data: install-data-recursive
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
315 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316 installdirs: installdirs-recursive
318 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
326 -rm -f Makefile $(CONFIG_CLEAN_FILES)
327 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
329 maintainer-clean-generic:
330 mostlyclean-am: mostlyclean-tags mostlyclean-generic
332 mostlyclean: mostlyclean-recursive
334 clean-am: clean-tags clean-generic mostlyclean-am
336 clean: clean-recursive
338 distclean-am: distclean-tags distclean-generic clean-am
341 distclean: distclean-recursive
343 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
345 @echo "This command is intended for maintainers to use;"
346 @echo "it deletes files that may require special tools to rebuild."
348 maintainer-clean: maintainer-clean-recursive
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
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.