tizen 2.3 release
[framework/multimedia/gst-plugins-ext0.10.git] / hlsdemux2 / src / Makefile.am
1
2 plugin_LTLIBRARIES = libgsthlsdemux2.la
3
4 libgsthlsdemux2_la_SOURCES =                    \
5         m3u8.c                                  \
6         gsthlsdemux2.c
7
8 libgsthlsdemux2_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(SOUP_CFLAGS) $(GST_APP_CFLAGS) $(CRYPTO_CFLAGS)
9 libgsthlsdemux2_la_LIBADD = -lgsttag-@GST_MAJORMINOR@ \
10                 $(GST_LIBS) $(GST_BASE_LIBS) $(SOUP_LIBS) $(GST_APP_LIBS) -lgstapp-0.10 $(CRYPTO_LIBS)
11 libgsthlsdemux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
12 libgsthlsdemux2_la_LIBTOOLFLAGS = --tag=disable-static
13
14 # headers we need but don't want installed
15 noinst_HEADERS =                        \
16         gsthlsdemux2.h          \
17         m3u8.h
18
19 Android.mk: Makefile.am $(BUILT_SOURCES)
20         androgenizer \
21         -:PROJECT libgsthls -:SHARED libgsthls \
22          -:TAGS eng debug \
23          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
24          -:SOURCES $(libgsthls_la_SOURCES) \
25          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgsthls_la_CFLAGS) \
26          -:LDFLAGS $(libgsthls_la_LDFLAGS) \
27                    $(libgsthls_la_LIBADD) \
28                    -ldl \
29          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
30                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
31         > $@