14c2080eb6ade4d6d471ccc23ba9253787e8e14f
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
1 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
2
3 lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
4 liblttng-ust-cyg-profile-fast.la
5
6 liblttng_ust_cyg_profile_la_SOURCES = \
7 lttng-ust-cyg-profile.c \
8 lttng-ust-cyg-profile.h
9
10 liblttng_ust_cyg_profile_la_LIBADD = \
11 $(top_builddir)/liblttng-ust/liblttng-ust.la \
12 $(DL_LIBS)
13
14 liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
15
16 liblttng_ust_cyg_profile_fast_la_SOURCES = \
17 lttng-ust-cyg-profile-fast.c \
18 lttng-ust-cyg-profile-fast.h
19
20 liblttng_ust_cyg_profile_fast_la_LIBADD = \
21 $(top_builddir)/liblttng-ust/liblttng-ust.la \
22 $(DL_LIBS)
23
24 liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
25
26 dist_noinst_SCRIPTS = run run-fast
This page took 0.029312 seconds and 3 git commands to generate.