Add a test script to do profiling. Some cleaning as well.
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
3
4 bin_PROGRAMS = lttv
5
6 INCLUDES = \
7 -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
8 @PACKAGE_CFLAGS@ \
9 $(DEFAULT_INCLUDES)
10
11 libdir = ${lttvplugindir}
12
13 lttvinclude_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
25 noinst_HEADERS = \
26 filter.h
27
28 lttv_SOURCES = batchtest.c main.c module.c option.c \
29 hook.c attribute.c \
30 iattribute.c state.c stats.c \
31 tracecontext.c traceset.c
32
33 if LTTVSTATIC
34 lttv_LDFLAGS = -profile -static
35 endif
This page took 0.030708 seconds and 4 git commands to generate.