use signal safe ust_safe_snprintf()
[ust.git] / snprintf / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
3 lib_LTLIBRARIES = libustsnprintf.la
4 libustsnprintf_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
16 libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
17 libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
18
19 check_PROGRAMS = prog
20 prog_SOURCES = prog.c
21 prog_LDADD = libustsnprintf.la
22 TESTS = prog
This page took 0.030468 seconds and 5 git commands to generate.