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