INCLUDES=-I../include bin_PROGRAMS=cpdetect test_load test_load_multi #test_tools test_countlines\ #test_get_ndof test_load_multi test_multi_tools #test_gaussian1\ #test_gaussian1_point_calc #test_poisson # the change point detection main program cpdetect_SOURCES=\ main.c main.h \ loadtraj.c loadtraj.h \ poisson.c poisson.h \ gaussian1.c gaussian1.h \ binomial.c binomial.h \ gaussianU.c gaussianU.h cpdetect_LDADD=-lmpfr -lgmp # ^^^ the change point detection main program # tests for some functions test_load_SOURCES=test_load.c loadtraj.c loadtraj.h #test_tools_SOURCES=test_tools.c gaussian1.c gaussian1.h #test_countlines_SOURCES=test_countlines.c loadtraj.c loadtraj.h #test_get_ndof_SOURCES=test_get_ndof.c loadtraj.c loadtraj.h test_load_multi_SOURCES=test_load_multi.c loadtraj.c loadtraj.h #test_multi_tools_SOURCES=test_multi_tools.c gaussianU.c gaussianU.h # ^^^ tests for some functions # tests for the poisson calculation #test_poisson_SOURCES=\ #test_poisson.c poisson.c\ #poisson.h loadtraj.h #test_poisson_LDADD=-lmpfr -lgmp # ^^^ tests for the poisson calculation # tests for the 1 dof gaussian calculation #test_gaussian1_SOURCES=\ #tools.h gaussian1.h\ #tools.c gaussian1.c test_gaussian1.c #test_gaussian1_LDADD=-lmpfr -lgmp # ^^^ tests for the 1 dof gaussian calculation # test for the 1 dof gaussian point calculation #test_gaussian1_point_calc_SOURCES=\ #test_gaussian1_point_calc.c gaussian1.c loadtraj.c tools.c \ #gaussian1.h c loadtraj.h tools.h #test_gaussian1_point_calc_LDADD=-lmpfr -lgmp # ^^^ test for the 1 dof gaussian point calculation