2002-01-12 03:34:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-03-01 14:31:12 +00:00
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
|
2007-07-03 13:05:01 +00:00
|
|
|
noinst_HEADERS = synaescope.h gstsynaesthesia.h
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2007-02-09 07:48:50 +00:00
|
|
|
libgstsynaesthesia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2007-07-23 09:07:19 +00:00
|
|
|
libgstsynaesthesia_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 18:10:25 +00:00
|
|
|
libgstsynaesthesia_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-07-09 10:45:37 +00:00
|
|
|
EXTRA_DIST = README
|
2011-04-10 22:24:22 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstsynaesthesia -:SHARED libgstsynaesthesia \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstsynaesthesia_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstsynaesthesia_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstsynaesthesia_la_LDFLAGS) \
|
|
|
|
$(libgstsynaesthesia_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|