Perform factor reduction as a modular step
[lttv.git] / lttv / lttv / sync / Makefile.am
CommitLineData
84baf72b 1AM_CFLAGS= $(PACKAGE_CFLAGS)
b670bb7c 2LDADD = $(M_LIBS) $(GLPK_LIBS)
84baf72b 3
665fdbb7 4check_PROGRAMS = unittest
84baf72b 5
665fdbb7
BP
6unittest_SOURCES = \
7 data_structures.c\
fb414917 8 data_structures.h\
665fdbb7 9 graph_functions.c\
fb414917 10 graph_functions.h\
665fdbb7 11 sync_chain.c\
fb414917 12 sync_chain.h\
665fdbb7 13 sync_chain_unittest.c\
b2da0724 14 event_processing.h\
665fdbb7 15 event_processing_text.c\
fb414917 16 event_processing_text.h\
b2da0724 17 event_matching.h\
665fdbb7 18 event_matching_broadcast.c\
fb414917 19 event_matching_broadcast.h\
665fdbb7 20 event_matching_distributor.c\
fb414917 21 event_matching_distributor.h\
665fdbb7 22 event_matching_tcp.c\
fb414917 23 event_matching_tcp.h\
b2da0724 24 event_analysis.h\
665fdbb7 25 event_analysis_chull.c\
fb414917 26 event_analysis_chull.h\
665fdbb7 27 event_analysis_eval.c\
fb414917
BP
28 event_analysis_eval.h\
29 event_analysis_linreg.c\
b2da0724
BP
30 event_analysis_linreg.h\
31 factor_reduction.h\
32 factor_reduction_accuracy.c\
33 factor_reduction_accuracy.h
This page took 0.026025 seconds and 4 git commands to generate.