2005-09-04 00:21:01 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
2005-09-03 15:02:24 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
if BUILD_EXTERNAL
|
2005-07-07 16:41:21 +00:00
|
|
|
SUBDIRS_EXT = ext
|
2002-06-14 16:44:33 +00:00
|
|
|
else
|
2005-07-07 16:41:21 +00:00
|
|
|
SUBDIRS_EXT =
|
2002-06-14 16:44:33 +00:00
|
|
|
endif
|
|
|
|
|
2002-12-05 00:25:13 +00:00
|
|
|
if BUILD_EXAMPLES
|
2005-07-07 16:41:21 +00:00
|
|
|
SUBDIRS_EXAMPLES = examples
|
2002-12-05 00:25:13 +00:00
|
|
|
else
|
2005-07-07 16:41:21 +00:00
|
|
|
SUBDIRS_EXAMPLES =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_CHECK
|
|
|
|
SUBDIRS_CHECK = check
|
|
|
|
else
|
|
|
|
SUBDIRS_CHECK =
|
2002-12-05 00:25:13 +00:00
|
|
|
endif
|
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
gst-libs \
|
2005-07-07 16:41:21 +00:00
|
|
|
gst sys $(SUBDIRS_EXT) \
|
|
|
|
$(SUBDIRS_EXAMPLES) \
|
2004-12-24 11:01:24 +00:00
|
|
|
tools \
|
2005-08-20 20:55:58 +00:00
|
|
|
$(SUBDIRS_CHECK) \
|
2005-06-29 13:35:04 +00:00
|
|
|
docs \
|
2004-12-24 11:01:24 +00:00
|
|
|
po \
|
|
|
|
common \
|
|
|
|
m4 \
|
2004-12-24 13:09:48 +00:00
|
|
|
pkgconfig
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DIST_SUBDIRS = \
|
2005-08-20 18:07:10 +00:00
|
|
|
check \
|
2005-06-29 13:35:04 +00:00
|
|
|
docs \
|
2004-12-24 11:01:24 +00:00
|
|
|
gst-libs \
|
|
|
|
gst sys ext \
|
|
|
|
examples \
|
|
|
|
tools \
|
|
|
|
po \
|
|
|
|
common \
|
|
|
|
m4 \
|
2004-12-24 13:09:48 +00:00
|
|
|
pkgconfig
|
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2005-05-05 15:06:40 +00:00
|
|
|
gst-plugins-base.spec depcomp \
|
2004-12-24 11:01:24 +00:00
|
|
|
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
|
|
|
ChangeLog autogen.sh
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2004-02-03 02:40:15 +00:00
|
|
|
|
2004-03-17 10:59:35 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2004-05-03 13:37:09 +00:00
|
|
|
include $(top_srcdir)/common/po.mak
|