Tizen 2.0 Release
[framework/multimedia/gst-plugins-good0.10.git] / gst / autodetect / Makefile.am
1 plugin_LTLIBRARIES = libgstautodetect.la
2
3 libgstautodetect_la_SOURCES = \
4         gstautoaudiosink.c \
5         gstautoaudiosrc.c \
6         gstautodetect.c \
7         gstautovideosink.c \
8         gstautovideosrc.c
9 libgstautodetect_la_CFLAGS = $(GST_CFLAGS)
10 libgstautodetect_la_LIBADD = $(GST_LIBS)
11 libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12 libgstautodetect_la_LIBTOOLFLAGS = --tag=disable-static
13
14 noinst_HEADERS = \
15         gstautoaudiosink.h \
16         gstautoaudiosrc.h \
17         gstautodetect.h \
18         gstautovideosink.h \
19         gstautovideosrc.h
20
21 Android.mk: Makefile.am $(BUILT_SOURCES)
22         androgenizer \
23         -:PROJECT libgstautodetect -:SHARED libgstautodetect \
24          -:TAGS eng debug \
25          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
26          -:SOURCES $(libgstautodetect_la_SOURCES) \
27          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstautodetect_la_CFLAGS) \
28          -:LDFLAGS $(libgstautodetect_la_LDFLAGS) \
29                    $(libgstautodetect_la_LIBADD) \
30                    -ldl \
31          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
32                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
33         > $@