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