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