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