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