Implement liblttng-ust-cyg-profile function entry/exit instrumentation
[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_la_SOURCES = \
6 lttng-ust-cyg-profile.c \
7 lttng-ust-cyg-profile.h
8 liblttng_ust_cyg_profile_la_LIBADD = \
9 -L$(top_builddir)/liblttng-ust/.libs \
10 -llttng-ust
11
12 if LTTNG_UST_BUILD_WITH_LIBDL
13 liblttng_ust_cyg_profile_la_LIBADD += -ldl
14 endif
15 if LTTNG_UST_BUILD_WITH_LIBC_DL
16 liblttng_ust_cyg_profile_la_LIBADD += -lc
17 endif
18
19 noinst_SCRIPTS = run
20 EXTRA_DIST = run
This page took 0.029112 seconds and 4 git commands to generate.