Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / lib / ctf-ir / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I.
2
3 noinst_LTLIBRARIES = libctf-ir.la
4
5 libctf_ir_la_SOURCES = \
6 attributes.c \
7 clock-class.c \
8 event.c \
9 event-class.c \
10 fields.c \
11 field-types.c \
12 field-path.c \
13 packet.c \
14 stream.c \
15 stream-class.c \
16 trace.c \
17 utils.c \
18 resolve.c \
19 validation.c \
20 visitor.c
21
22 libctf_ir_la_LIBADD =
23
24 if BABELTRACE_BUILD_WITH_LIBUUID
25 libctf_ir_la_LIBADD += -luuid
26 endif
27
28 if BABELTRACE_BUILD_WITH_LIBC_UUID
29 libctf_ir_la_LIBADD += -lc
30 endif
This page took 0.029987 seconds and 4 git commands to generate.