2005-11-06 21:55:01 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-09-05 15:10:18 +00:00
|
|
|
SUBDIRS = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gst-libs gst sys ext pkgconfig \
|
2009-02-24 15:33:51 +00:00
|
|
|
m4 common docs tests po
|
2005-11-06 22:16:27 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gst gst-libs sys ext pkgconfig \
|
2009-02-24 15:33:51 +00:00
|
|
|
m4 common docs tests po
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2007-12-18 09:26:42 +00:00
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
|
|
include $(top_srcdir)/common/win32.mak
|
2007-02-11 15:26:49 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2005-09-05 15:10:18 +00:00
|
|
|
gst-plugins-bad.spec depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
2007-02-11 15:26:49 +00:00
|
|
|
ChangeLog gst-plugins-bad.doap autogen.sh \
|
|
|
|
$(win32)
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2005-09-06 14:05:50 +00:00
|
|
|
|
2005-11-27 14:35:27 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
|
2005-09-06 14:05:50 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2006-02-20 19:12:10 +00:00
|
|
|
include $(top_srcdir)/common/po.mak
|
2005-09-19 16:44:37 +00:00
|
|
|
|
|
|
|
check-valgrind:
|
2008-01-09 13:53:21 +00:00
|
|
|
cd tests/check && make check-valgrind
|
2005-11-23 21:27:20 +00:00
|
|
|
|
2008-01-09 13:53:21 +00:00
|
|
|
if HAVE_GST_CHECK
|
2005-11-23 21:27:20 +00:00
|
|
|
check-torture:
|
2008-01-09 13:53:21 +00:00
|
|
|
cd tests/check && make torture
|
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|