Add a module to compute various statistics
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
CommitLineData
b00eda44 1AM_CFLAGS = $(GLIB_CFLAGS)
0a6808c0 2LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
ce7ad604 3#LIBS += $(GLIB_LIBS) -lgobject-2.0 -lltt
b00eda44 4
996acd92 5bin_PROGRAMS = lttv
82266dec 6
273475ce 7#AM_CPPFLAGS = \
8# -I$(top_srcdir)/include
9#INCLUDES=$(top_srcdir)/include
82266dec 10
dbedfa64 11lttv_SOURCES = main.c module.c option.c hook.c attribute.c \
b445142a 12 iattribute.c processTrace.c state.c stats.c traceset.c
dbedfa64 13
996acd92 14libdir = ${lttvplugindir}
f60d7a47 15
996acd92 16lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la
17libtextDump_la_LDFLAGS = -module
18libtextDump_la_SOURCES = textDump.c
19libbatchAnalysis_la_LDFLAGS = -module
20libbatchAnalysis_la_SOURCES = batchAnalysis.c
d888c9c8 21
22
23# WARNING : must be done at the end, so modules can dynamically link themselves
24# to libraries compiled here but not installed in the system.
25SUBDIRS = modules
26
This page took 0.024856 seconds and 4 git commands to generate.