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