Move to kernel style SPDX license identifiers
[lttng-ust.git] / snprintf / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/libustcomm
4 AM_CFLAGS += -fno-strict-aliasing
5
6 noinst_LTLIBRARIES = libustsnprintf.la
7 libustsnprintf_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
23 libustsnprintf_la_LDFLAGS = -no-undefined -static
24 libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS)
25
26 EXTRA_DIST = README
This page took 0.029873 seconds and 4 git commands to generate.