CTF metadata structure generation code finished
[babeltrace.git] / formats / ctf / metadata / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2BUILT_SOURCES = ctf-parser.h
3AM_YFLAGS = -t -d
4
5noinst_LIBRARIES = libctf-parser.a libctf-ast.a
6
7libctf_parser_a_SOURCES = ctf-lexer.l ctf-parser.y
8
9libctf_ast_a_SOURCES = ctf-visitor-xml.c \
10 ctf-visitor-parent-links.c \
11 ctf-visitor-semantic-validator.c \
12 ctf-visitor-generate-io-struct.c
13
14bin_PROGRAMS = ctf-parser-test
15ctf_parser_test_SOURCES = ctf-parser-test.c
16ctf_parser_test_LDADD = libctf-parser.a \
17 libctf-ast.a \
18 $(top_builddir)/types/libtypes.a
This page took 0.022602 seconds and 4 git commands to generate.