Merge remote-tracking branch 'origin/master' into 0.11
[platform/upstream/gstreamer.git] / gst / audiorate / Makefile.am
1 noinst_HEADERS = gstaudiorate.h
2
3 plugin_LTLIBRARIES = libgstaudiorate.la
4
5 libgstaudiorate_la_SOURCES = gstaudiorate.c
6 libgstaudiorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 libgstaudiorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8 libgstaudiorate_la_LIBADD = $(GST_LIBS) \
9         $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
10
11 libgstaudiorate_la_LIBTOOLFLAGS = --tag=disable-static
12
13 Android.mk: Makefile.am $(BUILT_SOURCES)
14         androgenizer \
15         -:PROJECT libgstaudiorate -:SHARED libgstaudiorate \
16          -:TAGS eng debug \
17          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
18          -:SOURCES $(libgstaudiorate_la_SOURCES) \
19          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstaudiorate_la_CFLAGS) \
20          -:LDFLAGS $(libgstaudiorate_la_LDFLAGS) \
21                    $(libgstaudiorate_la_LIBADD) \
22                    -ldl \
23          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
24                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
25         > $@