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