b7307459d3e8b5aafbe9185f05f77c54916630cd
[platform/upstream/gstreamer.git] / gst / printf / Makefile.am
1 AM_CPPFLAGS = $(GLIB_CFLAGS) -DSTATIC=G_GNUC_INTERNAL $(WARNING_CFLAGS) $(PRINTF_CFLAGS)
2
3 # don't have a need for that and it's not portable so just ignore for now
4 AM_CPPFLAGS += -UHAVE_LONG_DOUBLE
5
6 # just use internal emulation for printing long longs for now
7 AM_CPPFLAGS += -UHAVE_LONG_LONG_FORMAT
8
9 # don't need any of this widechar stuff, so just disable it for now
10 AM_CPPFLAGS += -UHAVE_WCHAR_T -UHAVE_WCSLEN -UHAVE_WINT_T
11
12 # in case anyone wants to add anything else or undo some of the undefs
13 AM_CPPFLAGS += $(PRINTF_EXTRA_CFLAGS)
14
15 noinst_LTLIBRARIES = libgstprintf.la
16
17 libgstprintf_la_CFLAGS = $(EXTRA_CFLAGS) $(VISIBILITY_CFLAGS)
18 libgstprintf_la_SOURCES =       \
19         asnprintf.c \
20         printf-args.c \
21         printf-args.h \
22         printf-parse.c \
23         printf-parse.h \
24         vasnprintf.c \
25         vasnprintf.h \
26         printf.c \
27         printf.h \
28         printf-extension.c \
29         printf-extension.h \
30         gst-printf.h
31
32 EXTRA_DIST = README