Move to kernel style SPDX license identifiers
[lttng-ust.git] / snprintf / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
fb54defd 3AM_CPPFLAGS += -I$(top_srcdir)/libustcomm
e1c62734 4AM_CFLAGS += -fno-strict-aliasing
bf0d695d 5
e7cc3e34 6noinst_LTLIBRARIES = libustsnprintf.la
bf0d695d
PMF
7libustsnprintf_la_SOURCES = \
8 fflush.c \
9 fileext.h \
10 floatio.h \
11 fvwrite.c \
12 fvwrite.h \
13 local.h \
e5bc3b0f 14 mbrtowc_sb.c \
bf0d695d
PMF
15 snprintf.c \
16 various.h \
17 vfprintf.c \
18 wcio.h \
4d3c9523 19 wsetup.c \
7f0aeeba
MD
20 core.c \
21 patient_write.c
4d3c9523 22
e7cc3e34 23libustsnprintf_la_LDFLAGS = -no-undefined -static
e1c62734 24libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS)
e6e508c9
MJ
25
26EXTRA_DIST = README
This page took 0.030519 seconds and 4 git commands to generate.