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