Privatize headers
[ust.git] / libust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libust.la
5
6 libust_la_SOURCES = \
7 marker.c \
8 tracepoint.c \
9 trace_event.c \
10 channels.c \
11 channels.h \
12 marker-control.c \
13 marker-control.h \
14 buffers.c \
15 buffers.h \
16 tracer.c \
17 tracer.h \
18 tracercore.c \
19 tracercore.h \
20 serialize.c \
21 tracectl.c \
22 tracerconst.h \
23 type-serializer.h \
24 type-serializer.c
25
26 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
27
28 libust_la_LIBADD = \
29 -lpthread \
30 -lrt \
31 $(top_builddir)/snprintf/libustsnprintf.la \
32 $(top_builddir)/libustcomm/libustcomm.la
33
34 libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.029641 seconds and 4 git commands to generate.