2005-11-06 21:55:01 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-11-06 22:16:27 +00:00
|
|
|
if BUILD_EXAMPLES
|
|
|
|
SUBDIRS_EXAMPLES = examples
|
|
|
|
else
|
|
|
|
SUBDIRS_EXAMPLES =
|
|
|
|
endif
|
|
|
|
|
2005-09-05 15:10:18 +00:00
|
|
|
SUBDIRS = \
|
2006-03-12 23:56:47 +00:00
|
|
|
gst gst-libs sys ext \
|
2006-04-01 10:09:11 +00:00
|
|
|
m4 common docs tests po \
|
2005-11-06 22:16:27 +00:00
|
|
|
$(SUBDIRS_EXAMPLES)
|
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2006-04-01 10:09:11 +00:00
|
|
|
gst gst-libs sys ext \
|
|
|
|
m4 common docs tests po \
|
|
|
|
examples
|
2004-12-24 13:09:48 +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 \
|
2004-12-24 11:01:24 +00:00
|
|
|
ChangeLog autogen.sh
|
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:
|
|
|
|
@true
|
2005-11-23 21:27:20 +00:00
|
|
|
|
|
|
|
check-torture:
|
|
|
|
@true
|