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