Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 AM_CFLAGS += -I$(srcdir)
6
7 lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
8 liblttng-ust-cyg-profile-fast.la
9
10 liblttng_ust_cyg_profile_la_SOURCES = \
11 lttng-ust-cyg-profile.c \
12 lttng-ust-cyg-profile.h
13
14 liblttng_ust_cyg_profile_la_LIBADD = \
15 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
16 $(DL_LIBS)
17
18 liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
19
20 liblttng_ust_cyg_profile_fast_la_SOURCES = \
21 lttng-ust-cyg-profile-fast.c \
22 lttng-ust-cyg-profile-fast.h
23
24 liblttng_ust_cyg_profile_fast_la_LIBADD = \
25 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
26 $(DL_LIBS)
27
28 liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
29
30 dist_noinst_SCRIPTS = run run-fast
This page took 0.033555 seconds and 4 git commands to generate.