Imported Upstream version 0.10.23
[profile/ivi/gst-plugins-bad.git] / gst / speed / Makefile.am
1
2 plugin_LTLIBRARIES = libgstspeed.la
3
4 libgstspeed_la_SOURCES = gstspeed.c
5 libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
6 libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM)
7 libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8 libgstspeed_la_LIBTOOLFLAGS = --tag=disable-static
9
10 noinst_HEADERS = gstspeed.h
11
12 #if HAVE_GTK
13 #noinst_PROGRAMS = demo-mp3
14 #endif
15
16 #demo_mp3_SOURCES = demo-mp3.c
17 #demo_mp3_CFLAGS  = $(GTK_CFLAGS) $(GST_CFLAGS) 
18 #demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
19
20 Android.mk: Makefile.am $(BUILT_SOURCES)
21         androgenizer \
22         -:PROJECT libgstspeed -:SHARED libgstspeed \
23          -:TAGS eng debug \
24          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
25          -:SOURCES $(libgstspeed_la_SOURCES) \
26          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstspeed_la_CFLAGS) \
27          -:LDFLAGS $(libgstspeed_la_LDFLAGS) \
28                    $(libgstspeed_la_LIBADD) \
29                    -ldl \
30          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
31                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
32         > $@