android: make it ready for androgenizer
[platform/upstream/gstreamer.git] / gst / siren / Makefile.am
1 plugin_LTLIBRARIES = libgstsiren.la
2
3 libgstsiren_la_SOURCES = gstsiren.c \
4         gstsirendec.c gstsirendec.h \
5         gstsirenenc.c gstsirenenc.h \
6         common.c dct4.c decoder.c encoder.c huffman.c \
7         huffman.h rmlt.h common.h dct4.h decoder.h \
8         encoder.h huffman_consts.h rmlt.c siren7.h
9
10
11 libgstsiren_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
12         $(GST_CFLAGS)
13 libgstsiren_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
14         $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
15 libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
16 libgstsiren_la_LIBTOOLFLAGS = --tag=disable-static
17
18 Android.mk: Makefile.am $(BUILT_SOURCES)
19         androgenizer \
20         -:PROJECT libgstsiren -:SHARED libgstsiren \
21          -:TAGS eng debug \
22          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
23          -:SOURCES $(libgstsiren_la_SOURCES) \
24          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstsiren_la_CFLAGS) \
25          -:LDFLAGS $(libgstsiren_la_LDFLAGS) \
26                    $(libgstsiren_la_LIBADD) \
27                    -ldl \
28          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
29                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
30         > $@