starting to work on lttv filter
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
CommitLineData
d8f124de 1AM_CFLAGS = $(GLIB_CFLAGS)
21ff84a0 2LIBS += $(POPT_LIBS) $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
d8f124de 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\
31452f49 23 traceset.h\
d8f124de 24 filter.h
25
31452f49 26#noinst_HEADERS = \
27# filter.h
28
d8f124de 29lttv_SOURCES = batchtest.c main.c module.c option.c \
30 hook.c attribute.c \
31 iattribute.c state.c stats.c \
31452f49 32 tracecontext.c traceset.c filter.c
d8f124de 33
911b7a3c 34if LTTVSTATIC
35 lttv_LDFLAGS = -profile -static
36endif
This page took 0.026701 seconds and 4 git commands to generate.