]> www.ginac.de Git - ginac.git/blob - check/Makefile.in
- updated for class series->class pseries
[ginac.git] / check / 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 TESTS = run_checks
103 check_PROGRAMS = check_ginac
104 check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp   numeric_consist.cpp powerlaws.cpp expand_subs.cpp inifcns_consist.cpp   differentiation.cpp poly_gcd.cpp normalization.cpp lsolve_onedim.cpp   matrix_checks.cpp series_expansion.cpp lortensor_check.cpp   fcntimer.cpp main.cpp check.h
105
106 check_ginac_LDADD = ../ginac/libginac.la
107 CLEANFILES = result.out
108 EXTRA_DIST = result.ref run_checks
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../config.h
111 CONFIG_CLEAN_FILES = 
112
113 DEFS = @DEFS@ -I. -I$(srcdir) -I..
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 check_ginac_OBJECTS =  paranoia_check.o numeric_output.o \
118 numeric_consist.o powerlaws.o expand_subs.o inifcns_consist.o \
119 differentiation.o poly_gcd.o normalization.o lsolve_onedim.o \
120 matrix_checks.o series_expansion.o lortensor_check.o fcntimer.o main.o
121 check_ginac_DEPENDENCIES =  ../ginac/libginac.la
122 check_ginac_LDFLAGS = 
123 CXXFLAGS = @CXXFLAGS@
124 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
125 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
126 CXXLD = $(CXX)
127 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
128 CFLAGS = @CFLAGS@
129 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 CCLD = $(CC)
132 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
133 DIST_COMMON =  Makefile.am Makefile.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP_ENV = --best
140 DEP_FILES =  .deps/differentiation.P .deps/expand_subs.P \
141 .deps/fcntimer.P .deps/inifcns_consist.P .deps/lortensor_check.P \
142 .deps/lsolve_onedim.P .deps/main.P .deps/matrix_checks.P \
143 .deps/normalization.P .deps/numeric_consist.P .deps/numeric_output.P \
144 .deps/paranoia_check.P .deps/poly_gcd.P .deps/powerlaws.P \
145 .deps/series_expansion.P
146 SOURCES = $(check_ginac_SOURCES)
147 OBJECTS = $(check_ginac_OBJECTS)
148
149 all: all-redirect
150 .SUFFIXES:
151 .SUFFIXES: .S .c .cpp .lo .o .s
152 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
153         cd $(top_srcdir) && $(AUTOMAKE) --gnu check/Makefile
154
155 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
156         cd $(top_builddir) \
157           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
159
160 mostlyclean-checkPROGRAMS:
161
162 clean-checkPROGRAMS:
163         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
164
165 distclean-checkPROGRAMS:
166
167 maintainer-clean-checkPROGRAMS:
168
169 .s.o:
170         $(COMPILE) -c $<
171
172 .S.o:
173         $(COMPILE) -c $<
174
175 mostlyclean-compile:
176         -rm -f *.o core *.core
177
178 clean-compile:
179
180 distclean-compile:
181         -rm -f *.tab.c
182
183 maintainer-clean-compile:
184
185 .s.lo:
186         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
187
188 .S.lo:
189         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190
191 mostlyclean-libtool:
192         -rm -f *.lo
193
194 clean-libtool:
195         -rm -rf .libs _libs
196
197 distclean-libtool:
198
199 maintainer-clean-libtool:
200
201 check_ginac: $(check_ginac_OBJECTS) $(check_ginac_DEPENDENCIES)
202         @rm -f check_ginac
203         $(CXXLINK) $(check_ginac_LDFLAGS) $(check_ginac_OBJECTS) $(check_ginac_LDADD) $(LIBS)
204 .cpp.o:
205         $(CXXCOMPILE) -c $<
206 .cpp.lo:
207         $(LTCXXCOMPILE) -c $<
208
209 tags: TAGS
210
211 ID: $(HEADERS) $(SOURCES) $(LISP)
212         list='$(SOURCES) $(HEADERS)'; \
213         unique=`for i in $$list; do echo $$i; done | \
214           awk '    { files[$$0] = 1; } \
215                END { for (i in files) print i; }'`; \
216         here=`pwd` && cd $(srcdir) \
217           && mkid -f$$here/ID $$unique $(LISP)
218
219 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
220         tags=; \
221         here=`pwd`; \
222         list='$(SOURCES) $(HEADERS)'; \
223         unique=`for i in $$list; do echo $$i; done | \
224           awk '    { files[$$0] = 1; } \
225                END { for (i in files) print i; }'`; \
226         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
227           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
228
229 mostlyclean-tags:
230
231 clean-tags:
232
233 distclean-tags:
234         -rm -f TAGS ID
235
236 maintainer-clean-tags:
237
238 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
239
240 subdir = check
241
242 distdir: $(DISTFILES)
243         here=`cd $(top_builddir) && pwd`; \
244         top_distdir=`cd $(top_distdir) && pwd`; \
245         distdir=`cd $(distdir) && pwd`; \
246         cd $(top_srcdir) \
247           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu check/Makefile
248         @for file in $(DISTFILES); do \
249           d=$(srcdir); \
250           if test -d $$d/$$file; then \
251             cp -pr $$/$$file $(distdir)/$$file; \
252           else \
253             test -f $(distdir)/$$file \
254             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255             || cp -p $$d/$$file $(distdir)/$$file || :; \
256           fi; \
257         done
258
259 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
260
261 -include $(DEP_FILES)
262
263 mostlyclean-depend:
264
265 clean-depend:
266
267 distclean-depend:
268         -rm -rf .deps
269
270 maintainer-clean-depend:
271
272 %.o: %.c
273         @echo '$(COMPILE) -c $<'; \
274         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275         @-cp .deps/$(*F).pp .deps/$(*F).P; \
276         tr ' ' '\012' < .deps/$(*F).pp \
277           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
278             >> .deps/$(*F).P; \
279         rm .deps/$(*F).pp
280
281 %.lo: %.c
282         @echo '$(LTCOMPILE) -c $<'; \
283         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
284         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
285           < .deps/$(*F).pp > .deps/$(*F).P; \
286         tr ' ' '\012' < .deps/$(*F).pp \
287           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
288             >> .deps/$(*F).P; \
289         rm -f .deps/$(*F).pp
290
291 %.o: %.cpp
292         @echo '$(CXXCOMPILE) -c $<'; \
293         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
294         @-cp .deps/$(*F).pp .deps/$(*F).P; \
295         tr ' ' '\012' < .deps/$(*F).pp \
296           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
297             >> .deps/$(*F).P; \
298         rm .deps/$(*F).pp
299
300 %.lo: %.cpp
301         @echo '$(LTCXXCOMPILE) -c $<'; \
302         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
303         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
304           < .deps/$(*F).pp > .deps/$(*F).P; \
305         tr ' ' '\012' < .deps/$(*F).pp \
306           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
307             >> .deps/$(*F).P; \
308         rm -f .deps/$(*F).pp
309 check-TESTS: $(TESTS)
310         @failed=0; all=0; \
311         srcdir=$(srcdir); export srcdir; \
312         for tst in $(TESTS); do \
313           if test -f $$tst; then dir=.; \
314           else dir="$(srcdir)"; fi; \
315           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
316             all=`expr $$all + 1`; \
317             echo "PASS: $$tst"; \
318           elif test $$? -ne 77; then \
319             all=`expr $$all + 1`; \
320             failed=`expr $$failed + 1`; \
321             echo "FAIL: $$tst"; \
322           fi; \
323         done; \
324         if test "$$failed" -eq 0; then \
325           banner="All $$all tests passed"; \
326         else \
327           banner="$$failed of $$all tests failed"; \
328         fi; \
329         dashes=`echo "$$banner" | sed s/./=/g`; \
330         echo "$$dashes"; \
331         echo "$$banner"; \
332         echo "$$dashes"; \
333         test "$$failed" -eq 0
334 info-am:
335 info: info-am
336 dvi-am:
337 dvi: dvi-am
338 check-am: all-am
339         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
340         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
341 check: check-am
342 installcheck-am:
343 installcheck: installcheck-am
344 install-exec-am:
345 install-exec: install-exec-am
346
347 install-data-am:
348 install-data: install-data-am
349
350 install-am: all-am
351         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352 install: install-am
353 uninstall-am:
354 uninstall: uninstall-am
355 all-am: Makefile
356 all-redirect: all-am
357 install-strip:
358         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359 installdirs:
360
361
362 mostlyclean-generic:
363
364 clean-generic:
365         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
366
367 distclean-generic:
368         -rm -f Makefile $(CONFIG_CLEAN_FILES)
369         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
370
371 maintainer-clean-generic:
372 mostlyclean-am:  mostlyclean-checkPROGRAMS mostlyclean-compile \
373                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
374                 mostlyclean-generic
375
376 mostlyclean: mostlyclean-am
377
378 clean-am:  clean-checkPROGRAMS clean-compile clean-libtool clean-tags \
379                 clean-depend clean-generic mostlyclean-am
380
381 clean: clean-am
382
383 distclean-am:  distclean-checkPROGRAMS distclean-compile \
384                 distclean-libtool distclean-tags distclean-depend \
385                 distclean-generic clean-am
386         -rm -f libtool
387
388 distclean: distclean-am
389
390 maintainer-clean-am:  maintainer-clean-checkPROGRAMS \
391                 maintainer-clean-compile maintainer-clean-libtool \
392                 maintainer-clean-tags maintainer-clean-depend \
393                 maintainer-clean-generic distclean-am
394         @echo "This command is intended for maintainers to use;"
395         @echo "it deletes files that may require special tools to rebuild."
396
397 maintainer-clean: maintainer-clean-am
398
399 .PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
400 clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
401 distclean-compile clean-compile maintainer-clean-compile \
402 mostlyclean-libtool distclean-libtool clean-libtool \
403 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
404 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
405 distclean-depend clean-depend maintainer-clean-depend check-TESTS \
406 info-am info dvi-am dvi check check-am installcheck-am installcheck \
407 install-exec-am install-exec install-data-am install-data install-am \
408 install uninstall-am uninstall all-redirect all-am all installdirs \
409 mostlyclean-generic distclean-generic clean-generic \
410 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
411
412
413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
414 # Otherwise a system limit (for SysV at least) may be exceeded.
415 .NOEXPORT: