2005-12-01 12:29:34 +00:00
|
|
|
plugin_LTLIBRARIES = libgstcoreindexers.la
|
2006-01-13 14:12:55 +00:00
|
|
|
|
2004-02-12 16:49:16 +00:00
|
|
|
# file index uses xml
|
2006-01-13 13:41:55 +00:00
|
|
|
if HAVE_MMAP
|
2004-02-12 16:49:16 +00:00
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_SRC =
|
2006-01-13 14:12:55 +00:00
|
|
|
GST_FILEINDEX_LIBS =
|
2004-02-12 16:49:16 +00:00
|
|
|
else
|
|
|
|
GST_LOADSAVE_SRC = gstfileindex.c
|
2006-01-13 14:12:55 +00:00
|
|
|
GST_FILEINDEX_LIBS = $(XML_LIBS)
|
2004-02-12 16:49:16 +00:00
|
|
|
endif
|
2005-10-15 15:01:39 +00:00
|
|
|
else
|
|
|
|
GST_LOADSAVE_SRC =
|
2006-01-13 14:12:55 +00:00
|
|
|
GST_FILEINDEX_LIBS =
|
2005-10-15 15:01:39 +00:00
|
|
|
endif
|
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
|
|
|
|
libgstcoreindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
|
|
|
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)
|