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