Installed headers relicensing and cleanup
[lttng-ust.git] / liblttng-ust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 noinst_LTLIBRARIES = liblttng-ust-runtime.la liblttng-ust-support.la
5
6 lib_LTLIBRARIES = liblttng-ust.la
7
8 liblttng_ust_runtime_la_SOURCES = \
9 lttng-ust-comm.c \
10 lttng-ust-abi.c \
11 ltt-probes.c \
12 probes/lttng-probe-ust.c \
13 probes/lttng-probe-ust.h \
14 lttng-context-vtid.c \
15 lttng-context-vpid.c \
16 lttng-context-pthread-id.c \
17 lttng-context-procname.c \
18 ltt-context.c \
19 ltt-events.c \
20 tracepoint.c \
21 tracepoint-internal.h \
22 clock.h \
23 wait.h
24
25 liblttng_ust_support_la_SOURCES = \
26 ltt-tracer.h \
27 ltt-tracer-core.h \
28 ust-core.c \
29 ltt-ring-buffer-client.h \
30 ltt-ring-buffer-client-discard.c \
31 ltt-ring-buffer-client-overwrite.c \
32 ltt-ring-buffer-metadata-client.h \
33 ltt-ring-buffer-metadata-client.c
34
35 liblttng_ust_la_SOURCES =
36
37 liblttng_ust_la_LDFLAGS = -no-undefined -version-info 0:0:0
38
39 liblttng_ust_support_la_LIBADD = \
40 $(top_builddir)/libringbuffer/libringbuffer.la
41
42 liblttng_ust_la_LIBADD = \
43 -lpthread \
44 -lrt \
45 -luuid \
46 $(top_builddir)/snprintf/libustsnprintf.la \
47 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
48 liblttng-ust-runtime.la liblttng-ust-support.la
49
50 liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng-ust" -fno-strict-aliasing
This page took 0.031657 seconds and 5 git commands to generate.