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