2005-12-01 12:29:34 +00:00
|
|
|
plugin_LTLIBRARIES = libgstcoreindexers.la
|
2006-01-13 14:12:55 +00:00
|
|
|
|
2011-06-04 14:22:06 +00:00
|
|
|
# FIXME 0.11: gstfileindex.c used libxml and mmap, rewrite using something else or remove
|
2005-11-29 18:00:15 +00:00
|
|
|
|
2010-03-02 21:58:06 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gstindexers.h
|
|
|
|
|
2005-12-01 12:29:34 +00:00
|
|
|
libgstcoreindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
2011-06-04 14:22:06 +00:00
|
|
|
libgstcoreindexers_la_SOURCES = gstindexers.c gstmemindex.c
|
2005-12-01 12:29:34 +00:00
|
|
|
libgstcoreindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
2006-01-13 14:12:55 +00:00
|
|
|
libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS) $(GST_FILEINDEX_LIBS)
|
2005-12-01 12:29:34 +00:00
|
|
|
libgstcoreindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 16:47:51 +00:00
|
|
|
libgstcoreindexers_la_LIBTOOLFLAGS = --tag=disable-static
|
2006-07-01 23:26:06 +00:00
|
|
|
|
|
|
|
%.c.gcov: .libs/libgstcoreindexers_la-%.gcda %.c
|
|
|
|
$(GCOV) -b -f -o $^ > $@.out
|
|
|
|
|
|
|
|
gcov: $(libgstcoreindexers_la_SOURCES:=.gcov)
|
2011-01-27 13:33:08 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am
|
|
|
|
androgenizer -:PROJECT gstreamer -:SHARED libgstcoreindexers -:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstcoreindexers_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(libgstcoreindexers_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstcoreindexers_la_LDFLAGS) \
|
|
|
|
$(libgstcoreindexers_la_LIBADD) \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:=$$\(TARGET_OUT\)/lib/gstreamer-@GST_MAJORMINOR@ \
|
|
|
|
> $@
|
|
|
|
|