Add CTF metadata lexer/parser (lex/yacc)
[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
6
7libctf_parser_a_SOURCES = ctf-lexer.l ctf-parser.y
This page took 0.023963 seconds and 4 git commands to generate.