ust_safe_snprintf: add openbsd mbrtowc() function
[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 \
e5bc3b0f 11 mbrtowc_sb.c \
bf0d695d
PMF
12 snprintf.c \
13 various.h \
14 vfprintf.c \
15 wcio.h \
16 wsetup.c
17libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
18libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
19
20check_PROGRAMS = prog
21prog_SOURCES = prog.c
22prog_LDADD = libustsnprintf.la
23TESTS = prog
This page took 0.023064 seconds and 4 git commands to generate.