bb5561e792cb76dea2d3622a1539c311b61e37dc
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
1 lib_LTLIBRARIES = liblttng-ctl.la
2 bin_PROGRAMS = filter-grammar-test
3
4 BUILT_SOURCES = filter-parser.h
5 AM_YFLAGS = -t -d -v
6
7 noinst_HEADERS = filter-ast.h
8 liblttng_ctl_la_SOURCES = lttng-ctl.c \
9 filter-lexer.l filter-parser.y \
10 filter-visitor-set-parent.c \
11 filter-visitor-xml.c \
12 filter-visitor-generate-ir.c \
13 filter-visitor-ir-check-binary-op-nesting.c \
14 filter-visitor-generate-bytecode.c \
15 align.h \
16 filter-ast.h \
17 filter-bytecode.h \
18 filter-ir.h \
19 memstream.h
20
21 filter_grammar_test_SOURCES = filter-grammar-test.c
22 filter_grammar_test_LDADD = liblttng-ctl.la
23
24 liblttng_ctl_la_LIBADD = \
25 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.029415 seconds and 3 git commands to generate.