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