I/O structures accessors generation (work in progress)
[babeltrace.git] / formats / ctf / metadata / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2 BUILT_SOURCES = ctf-parser.h
3 AM_YFLAGS = -t -d
4
5 noinst_LIBRARIES = libctf-parser.a
6
7 libctf_parser_a_SOURCES = ctf-lexer.l ctf-parser.y
8
9 bin_PROGRAMS = ctf-parser-test
10 ctf_parser_test_SOURCES = \
11 ctf-parser-test.c ctf-visitor-xml.c \
12 ctf-visitor-parent-links.c \
13 ctf-visitor-semantic-validator.c \
14 ctf-visitor-generate-io-struct.c \
15 ctf-lexer.l ctf-parser.y
This page took 0.030515 seconds and 5 git commands to generate.