3 AM_CFLAGS= $(PACKAGE_CFLAGS)
4 LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS)
6 bin_PROGRAMS = lttv.real
9 bin_SCRIPTS = lttv lttv-gui
14 CLEANFILES = $(bin_SCRIPTS)
17 EXTRA_DIST = lttv.sh lttv-gui.sh
24 echo "#!"$(BASH) > lttv
25 cat $(srcdir)/lttv.sh >> lttv
30 echo "#!"$(BASH) > lttv-gui
31 cat $(srcdir)/lttv-gui.sh >> lttv-gui
36 -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
39 libdir = ${lttvplugindir}
44 #disabled for babeltrace port batchtest.c stats.c tracecontext.c filter.c
64 sync/sync_chain_lttv.c\
65 sync/sync_chain_lttv.h\
66 sync/graph_functions.c\
67 sync/graph_functions.h\
68 sync/data_structures.c\
69 sync/data_structures.h\
70 sync/event_processing.h\
71 sync/event_processing_lttng_common.c\
72 sync/event_processing_lttng_common.h\
73 sync/event_processing_lttng_standard.c\
74 sync/event_processing_lttng_standard.h\
75 sync/event_processing_lttng_null.c\
76 sync/event_processing_lttng_null.h\
77 sync/event_matching.h\
78 sync/event_matching_broadcast.c\
79 sync/event_matching_broadcast.h\
80 sync/event_matching_distributor.c\
81 sync/event_matching_distributor.h\
82 sync/event_matching_tcp.c\
83 sync/event_matching_tcp.h\
84 sync/event_analysis.h\
85 sync/event_analysis_chull.c\
86 sync/event_analysis_chull.h\
87 sync/event_analysis_eval.c\
88 sync/event_analysis_eval.h\
89 sync/event_analysis_linreg.c\
90 sync/event_analysis_linreg.h\
91 sync/factor_reduction.h\
92 sync/factor_reduction_accuracy.c\
93 sync/factor_reduction_accuracy.h\
96 lttvinclude_HEADERS = \
115 # cd $(DESTDIR)$(mandir)/man1 && \
116 # $(LN_S) -f lttv.1 lttv-gui.1 \
117 # $(LN_S) -f lttv.1 lttv.real.1
119 lttv_real_LDFLAGS = -export-dynamic
122 lttv_real_LDFLAGS += -static