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