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