Tizen 2.0 Release
[framework/multimedia/gst-plugins-bad0.10.git] / gst / smooth / Makefile.am
1
2 plugin_LTLIBRARIES = libgstsmooth.la
3
4 libgstsmooth_la_SOURCES = gstsmooth.c
5 libgstsmooth_la_CFLAGS = \
6   $(GST_PLUGINS_BASE_CFLAGS) \
7         $(GST_BASE_CFLAGS) \
8         $(GST_CFLAGS)
9 libgstsmooth_la_LIBADD =  \
10         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \
11         $(GST_BASE_LIBS) \
12         $(GST_LIBS)
13 libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14 libgstsmooth_la_LIBTOOLFLAGS = --tag=disable-static
15
16 noinst_HEADERS = gstsmooth.h
17
18 Android.mk: Makefile.am $(BUILT_SOURCES)
19         androgenizer \
20         -:PROJECT libgstsmooth -:SHARED libgstsmooth \
21          -:TAGS eng debug \
22          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
23          -:SOURCES $(libgstsmooth_la_SOURCES) \
24          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstsmooth_la_CFLAGS) \
25          -:LDFLAGS $(libgstsmooth_la_LDFLAGS) \
26                    $(libgstsmooth_la_LIBADD) \
27                    -ldl \
28          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
29                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
30         > $@