X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2FMakefile.am;h=48e7a999e2a20b3bc79fcc04d5fe28a4a9495721;hp=5cc176e1084f864c645b949e22a3bea8fbd799d4;hb=4405b29465293f3b6ab37745ff601f519b0256e2;hpb=bab935d3cbaccc2f1a77d16d712271063d085d42 diff --git a/check/Makefile.am b/check/Makefile.am index 5cc176e1..48e7a999 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -8,22 +8,23 @@ checks_SOURCES = check_numeric.cpp check_inifcns.cpp check_matrices.cpp \ checks_LDADD = ../ginac/libginac.la 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_indexed.cpp exam_color.cpp exam_clifford.cpp exam_archive.cpp \ - exam_misc.cpp exam_inifcns_nstdsums.cpp exams.cpp exams.h + exam_inifcns.cpp exam_inifcns_nstdsums.cpp exam_inifcns_nstdsums.h \ + exam_differentiation.cpp exam_polygcd.cpp exam_normalization.cpp \ + exam_pseries.cpp exam_matrices.cpp exam_lsolve.cpp exam_indexed.cpp \ + exam_color.cpp exam_clifford.cpp exam_archive.cpp exam_structure.cpp \ + exam_hashmap.cpp exam_misc.cpp exams.cpp exams.h exams_LDADD = ../ginac/libginac.la 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_IJKL.cpp time_lw_M1.cpp time_lw_M2.cpp time_lw_N.cpp \ - time_lw_O.cpp time_lw_P.cpp time_lw_Pprime.cpp time_lw_Q.cpp \ - time_lw_Qprime.cpp time_antipode.cpp time_fateman_expand.cpp \ - timer.cpp timer.h times.cpp times.h + time_vandermonde.cpp time_toeplitz.cpp time_hashmap.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_IJKL.cpp time_lw_M1.cpp time_lw_M2.cpp \ + time_lw_N.cpp time_lw_O.cpp time_lw_P.cpp time_lw_Pprime.cpp time_lw_Q.cpp \ + time_lw_Qprime.cpp time_antipode.cpp time_fateman_expand.cpp timer.cpp \ + timer.h times.cpp times.h times_LDADD = ../ginac/libginac.la INCLUDES = -I$(srcdir)/../ginac -I../ginac -CLEANFILES = exams.out checks.out times.out exam.gar exam_inifcns_nstdsums_data +CLEANFILES = exams.out checks.out times.out exam.gar EXTRA_DIST = exams.ref checks.ref times.ref run_exams run_checks run_times