]> www.ginac.de Git - ginac.git/blob - check/Makefile.am
- changed old-style power() to new-style pow()
[ginac.git] / check / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 TESTS = run_checks
3 check_PROGRAMS = check_ginac
4 check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp \
5   numeric_consist.cpp powerlaws.cpp expand_subs.cpp inifcns_consist.cpp \
6   differentiation.cpp poly_gcd.cpp normalization.cpp lsolve_onedim.cpp \
7   matrix_checks.cpp series_expansion.cpp lortensor_check.cpp \
8   fcntimer.cpp main.cpp check.h
9 check_ginac_LDADD = ../ginac/libginac.la
10 CLEANFILES = result.out
11 EXTRA_DIST = result.ref run_checks