use signal safe ust_safe_snprintf()
[ust.git] / snprintf / Makefile.am
CommitLineData
bf0d695d
PMF
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
3lib_LTLIBRARIES = libustsnprintf.la
4libustsnprintf_la_SOURCES = \
5 fflush.c \
6 fileext.h \
7 floatio.h \
8 fvwrite.c \
9 fvwrite.h \
10 local.h \
11 snprintf.c \
12 various.h \
13 vfprintf.c \
14 wcio.h \
15 wsetup.c
16libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
17libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
18
19check_PROGRAMS = prog
20prog_SOURCES = prog.c
21prog_LDADD = libustsnprintf.la
22TESTS = prog
This page took 0.022178 seconds and 4 git commands to generate.