Commit | Line | Data |
---|---|---|
bf0d695d | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm |
e1c62734 | 2 | AM_CFLAGS += -fno-strict-aliasing |
bf0d695d | 3 | |
e7cc3e34 | 4 | noinst_LTLIBRARIES = libustsnprintf.la |
bf0d695d PMF |
5 | libustsnprintf_la_SOURCES = \ |
6 | fflush.c \ | |
7 | fileext.h \ | |
8 | floatio.h \ | |
9 | fvwrite.c \ | |
10 | fvwrite.h \ | |
11 | local.h \ | |
e5bc3b0f | 12 | mbrtowc_sb.c \ |
bf0d695d PMF |
13 | snprintf.c \ |
14 | various.h \ | |
15 | vfprintf.c \ | |
16 | wcio.h \ | |
4d3c9523 | 17 | wsetup.c \ |
7f0aeeba MD |
18 | core.c \ |
19 | patient_write.c | |
4d3c9523 | 20 | |
e7cc3e34 | 21 | libustsnprintf_la_LDFLAGS = -no-undefined -static |
e1c62734 | 22 | libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS) |