]> www.ginac.de Git - ginac.git/blob - check/Makefile.am
6b3919f6dec3662f65f01b59c04e424dab014b08
[ginac.git] / check / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 TESTS = run_exams run_checks run_times
3 check_PROGRAMS = exams checks times
4 exams_SOURCES = exam_paranoia.cpp exam_numeric.cpp exam_powerlaws.cpp \
5   exam_inifcns.cpp exam_differentiation.cpp exam_polygcd.cpp \
6   exam_normalization.cpp exam_pseries.cpp exam_matrices.cpp exam_lsolve.cpp \
7   exam_noncommut.cpp exam_misc.cpp exams.cpp exams.h
8 exams_LDADD = ../ginac/libginac.la
9 checks_SOURCES =  check_numeric.cpp check_inifcns.cpp check_matrices.cpp \
10   check_lsolve.cpp genex.cpp checks.cpp checks.h
11 checks_LDADD = ../ginac/libginac.la
12 times_SOURCES = time_dennyfliegner.cpp time_gammaseries.cpp \
13   time_vandermonde.cpp time_toeplitz.cpp timer.cpp times.cpp times.h
14 times_LDADD = ../ginac/libginac.la
15 INCLUDES = -I$(srcdir)/../ginac
16 CLEANFILES = exams.out checks.out times.out
17 EXTRA_DIST = exams.ref checks.ref times.ref run_exams run_checks run_times