3130282d2fd383cf8c326404cd1e2dc1e4b994bc
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2 AM_CFLAGS += -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
5 liblttng-ust-cyg-profile-fast.la
6
7 liblttng_ust_cyg_profile_la_SOURCES = \
8 lttng-ust-cyg-profile.c \
9 lttng-ust-cyg-profile.h
10 liblttng_ust_cyg_profile_la_LIBADD = \
11 -L$(top_builddir)/liblttng-ust/.libs \
12 -llttng-ust
13
14 liblttng_ust_cyg_profile_fast_la_SOURCES = \
15 lttng-ust-cyg-profile-fast.c \
16 lttng-ust-cyg-profile-fast.h
17 liblttng_ust_cyg_profile_fast_la_LIBADD = \
18 -L$(top_builddir)/liblttng-ust/.libs \
19 -llttng-ust
20
21 if LTTNG_UST_BUILD_WITH_LIBDL
22 liblttng_ust_cyg_profile_la_LIBADD += -ldl
23 liblttng_ust_cyg_profile_fast_la_LIBADD += -ldl
24 endif
25 if LTTNG_UST_BUILD_WITH_LIBC_DL
26 liblttng_ust_cyg_profile_la_LIBADD += -lc
27 liblttng_ust_cyg_profile_fast_la_LIBADD += -lc
28 endif
29
30 noinst_SCRIPTS = run run-fast
31 EXTRA_DIST = run run-fast
This page took 0.030569 seconds and 3 git commands to generate.