X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=b661f6582d67230bebec362901c8df7a83f71eaf;hb=fb4149176f186b5dadc0a073a8c3278486835059;hp=e63f4d7f66e309af74dce57dae472396f9cb3eaf;hpb=68d52dcc787ef7ec0baf7b77547cd5c555ba6fea;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index e63f4d7f..b661f658 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,5 +1,7 @@ +SUBDIRS= sync + AM_CFLAGS= $(PACKAGE_CFLAGS) -LDADD = $(POPT_LIBS) ${top_builddir}/ltt/liblttvtraceread.la +LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la bin_PROGRAMS = lttv.real @@ -39,10 +41,64 @@ libdir = ${lttvplugindir} #noinst_HEADERS = \ # filter.h -lttv_real_SOURCES = batchtest.c main.c module.c option.c \ - hook.c attribute.c \ - iattribute.c state.c stats.c \ - tracecontext.c traceset.c filter.c print.c +lttv_real_SOURCES = \ + batchtest.c\ + main.c\ + module.c\ + option.c\ + hook.c\ + attribute.c\ + iattribute.c\ + state.c\ + stats.c\ + tracecontext.c\ + traceset.c\ + filter.c\ + print.c\ + sync/sync_chain.c\ + sync/sync_chain.h\ + sync/sync_chain_lttv.c\ + sync/sync_chain_lttv.h\ + sync/graph_functions.c\ + sync/graph_functions.h\ + sync/data_structures.c\ + sync/data_structures.h\ + sync/event_processing.h\ + sync/event_processing_lttng_common.c\ + sync/event_processing_lttng_common.h\ + sync/event_processing_lttng_standard.c\ + sync/event_processing_lttng_standard.h\ + sync/event_processing_lttng_null.c\ + sync/event_processing_lttng_null.h\ + sync/event_matching.h\ + sync/event_matching_broadcast.c\ + sync/event_matching_broadcast.h\ + sync/event_matching_distributor.c\ + sync/event_matching_distributor.h\ + sync/event_matching_tcp.c\ + sync/event_matching_tcp.h\ + sync/event_analysis.h\ + sync/event_analysis_chull.c\ + sync/event_analysis_chull.h\ + sync/event_analysis_eval.c\ + sync/event_analysis_eval.h\ + sync/event_analysis_linreg.c\ + sync/event_analysis_linreg.h\ + sync/lookup3.h + +lttvinclude_HEADERS = \ + attribute.h\ + hook.h\ + iattribute.h\ + lttv.h\ + module.h\ + option.h\ + state.h\ + stats.h\ + tracecontext.h\ + traceset.h\ + filter.h\ + print.h #man_MANS = lttv.1 #EXTRA_DIST = lttv.1