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