~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to libust/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2012-06-29 16:47:49 UTC
  • mto: (11.2.1 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120629164749-mcca8f7w9ovcktj2
Tags: upstream-2.0.4
ImportĀ upstreamĀ versionĀ 2.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
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