Add a test script to do profiling. Some cleaning as well.
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
CommitLineData
d8f124de 1AM_CFLAGS = $(GLIB_CFLAGS)
2LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
3
4bin_PROGRAMS = lttv
5
6INCLUDES = \
7 -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
8 @PACKAGE_CFLAGS@ \
9 $(DEFAULT_INCLUDES)
10
11libdir = ${lttvplugindir}
12
13lttvinclude_HEADERS = \
14 attribute.h\
15 hook.h\
16 iattribute.h\
17 lttv.h\
18 module.h\
19 option.h\
20 state.h\
21 stats.h\
22 tracecontext.h\
23 traceset.h
24
25noinst_HEADERS = \
26 filter.h
27
28lttv_SOURCES = batchtest.c main.c module.c option.c \
29 hook.c attribute.c \
30 iattribute.c state.c stats.c \
2864f4c5 31 tracecontext.c traceset.c
d8f124de 32
911b7a3c 33if LTTVSTATIC
34 lttv_LDFLAGS = -profile -static
35endif
This page took 0.023771 seconds and 4 git commands to generate.