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