remove mutex_lock, mutex_unlock macros
[ust.git] / libust / Makefile.am
CommitLineData
41ba5806 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
16c83055 2AM_CFLAGS = -fno-strict-aliasing
55355fa5 3
b4512257 4lib_LTLIBRARIES = libust.la
c7dc133c 5
b73a4c47
PMF
6libust_la_SOURCES = \
7 marker.c \
8 tracepoint.c \
9 channels.c \
10 channels.h \
11 marker-control.c \
12 marker-control.h \
13 buffers.c \
14 buffers.h \
15 tracer.c \
16 tracer.h \
17 tracercore.c \
18 tracercore.h \
19 serialize.c \
20 tracectl.c \
0e4b45ac 21 $(top_builddir)/libustcomm/multipoll.c \
b73a4c47 22 tracerconst.h \
12e81b07
PMF
23 header-inline.h \
24 type-serializer.c
c7dc133c 25
afa28e03 26libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
27
28libust_la_LIBADD = \
29 -lpthread \
30 $(top_builddir)/snprintf/libustsnprintf.la \
31 $(top_builddir)/libustcomm/libustcomm.la
32
16c83055 33libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.029267 seconds and 4 git commands to generate.