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