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