5ef7d82697f1e5085400a6298f1d8dd592f7d488
[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 mbrtowc_sb.c \
12 snprintf.c \
13 various.h \
14 vfprintf.c \
15 wcio.h \
16 wsetup.c
17 libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
18 libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC
This page took 0.029988 seconds and 3 git commands to generate.