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