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