android: make it ready for androgenizer
[platform/upstream/gstreamer.git] / gst / jpegformat / Makefile.am
1 plugin_LTLIBRARIES = libgstjpegformat.la
2
3 libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c
4 libgstjpegformat_la_CFLAGS = \
5     $(GST_PLUGINS_BASE_CFLAGS) \
6     $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 libgstjpegformat_la_LIBADD = \
8     $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
9     -lgsttag-@GST_MAJORMINOR@ $(GST_LIBS) $(GST_BASE_LIBS)
10 libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstjpegformat_la_LIBTOOLFLAGS = --tag=disable-static
12
13 noinst_HEADERS = gstjpegformat.h gstjpegparse.h gstjifmux.h
14
15 Android.mk: Makefile.am $(BUILT_SOURCES)
16         androgenizer \
17         -:PROJECT libgstjpegformat -:SHARED libgstjpegformat \
18          -:TAGS eng debug \
19          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
20          -:SOURCES $(libgstjpegformat_la_SOURCES) \
21          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstjpegformat_la_CFLAGS) \
22          -:LDFLAGS $(libgstjpegformat_la_LDFLAGS) \
23                    $(libgstjpegformat_la_LIBADD) \
24                    -ldl \
25          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
26                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
27         > $@