Implement tracepoint-internal.h as LGPLv2.1 (not exported)
[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
23 liblttng_ust_support_la_SOURCES = \
24 ltt-tracer.h \
25 ltt-tracer-core.h \
26 ust-core.c \
27 ltt-ring-buffer-client.h \
28 ltt-ring-buffer-client-discard.c \
29 ltt-ring-buffer-client-overwrite.c \
30 ltt-ring-buffer-metadata-client.h \
31 ltt-ring-buffer-metadata-client.c
32
33 liblttng_ust_la_SOURCES =
34
35 liblttng_ust_la_LDFLAGS = -no-undefined -version-info 0:0:0
36
37 liblttng_ust_support_la_LIBADD = \
38 $(top_builddir)/libringbuffer/libringbuffer.la
39
40 liblttng_ust_la_LIBADD = \
41 -lpthread \
42 -lrt \
43 -luuid \
44 $(top_builddir)/snprintf/libustsnprintf.la \
45 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
46 liblttng-ust-runtime.la liblttng-ust-support.la
47
48 liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng-ust" -fno-strict-aliasing
This page took 0.030493 seconds and 4 git commands to generate.