Imported Upstream version 0.10.23
[profile/ivi/gst-plugins-bad.git] / gst / patchdetect / Makefile.am
1 plugin_LTLIBRARIES = libgstpatchdetect.la
2
3 #ORC_SOURCE=gstpatchdetectorc
4 #include $(top_srcdir)/common/orc.mak
5
6 libgstpatchdetect_la_SOURCES = gstpatchdetect.c
7 #nodist_libgstpatchdetect_la_SOURCES = $(ORC_NODIST_SOURCES)
8 libgstpatchdetect_la_CFLAGS = \
9         $(GST_PLUGINS_BASE_CFLAGS) \
10         $(GST_CFLAGS)
11 libgstpatchdetect_la_LIBADD = \
12         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
13         $(GST_BASE_LIBS) \
14         $(GST_LIBS) \
15         $(LIBM)
16 libgstpatchdetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17 libgstpatchdetect_la_LIBTOOLFLAGS = --tag=disable-static
18
19 noinst_HEADERS = gstpatchdetect.h
20
21 Android.mk: Makefile.am $(BUILT_SOURCES)
22         androgenizer \
23         -:PROJECT libgstpatchdetect -:SHARED libgstpatchdetect \
24          -:TAGS eng debug \
25          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
26          -:SOURCES $(libgstpatchdetect_la_SOURCES) \
27          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstpatchdetect_la_CFLAGS) \
28          -:LDFLAGS $(libgstpatchdetect_la_LDFLAGS) \
29                    $(libgstpatchdetect_la_LIBADD) \
30                    -ldl \
31          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
32                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
33         > $@