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