X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2FMakefile.am;h=6bc11e0860bbf577e24b39763b0176452b5d2c32;hb=c73a133267f0de33bd7303de34a8f3e0ef90422a;hp=3738b81209dcfd0cae83a7e2f6a5d3d6e4d9dc91;hpb=10341d26543c63ff318a4cf5cb163bccdc58b19d;p=lttv.git diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index 3738b812..6bc11e08 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,7 +1,8 @@ -SUBDIRS= sync +#Disabled by Mathieu Desnoyers: Build issue on x86_64 (FIXME) +#SUBDIRS= sync AM_CFLAGS= $(PACKAGE_CFLAGS) -LDADD = $(POPT_LIBS) $(M_LIBS) ${top_builddir}/ltt/liblttvtraceread.la +LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la bin_PROGRAMS = lttv.real @@ -54,15 +55,22 @@ lttv_real_SOURCES = \ tracecontext.c\ traceset.c\ filter.c\ - print.c\ - sync/sync_chain_lttv.c\ - sync/data_structures.c\ - sync/event_processing_lttng_common.c\ - sync/event_processing_lttng_standard.c\ - sync/event_processing_lttng_null.c\ - sync/event_matching_tcp.c\ - sync/event_analysis_linreg.c\ - sync/event_analysis_chull.c + print.c + +#Disabled by Mathieu Desnoyers (does not build on x86_64) +# sync/sync_chain.c\ +# sync/sync_chain_lttv.c\ +# sync/graph_functions.c\ +# sync/data_structures.c\ +# sync/event_processing_lttng_common.c\ +# sync/event_processing_lttng_standard.c\ +# sync/event_processing_lttng_null.c\ +# sync/event_matching_broadcast.c\ +# sync/event_matching_distributor.c\ +# sync/event_matching_tcp.c\ +# sync/event_analysis_chull.c\ +# sync/event_analysis_eval.c\ +# sync/event_analysis_linreg.c lttvinclude_HEADERS = \ attribute.h\