2001-01-14 21:55:41 +00:00
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
|
2001-02-07 22:23:54 +00:00
|
|
|
if BUILD_DOCS
|
|
|
|
SUBDIRS_DOCS = docs
|
|
|
|
else
|
|
|
|
SUBDIRS_DOCS =
|
|
|
|
endif
|
|
|
|
|
2001-06-02 13:38:57 +00:00
|
|
|
if BUILD_TESTS
|
2002-01-04 21:57:08 +00:00
|
|
|
SUBDIRS_TESTS = tests testsuite
|
2001-06-02 13:38:57 +00:00
|
|
|
else
|
|
|
|
SUBDIRS_TESTS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_EXAMPLES
|
|
|
|
SUBDIRS_EXAMPLES = examples
|
|
|
|
else
|
|
|
|
SUBDIRS_EXAMPLES =
|
|
|
|
endif
|
|
|
|
|
2003-04-07 19:40:25 +00:00
|
|
|
gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
|
|
|
|
cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
|
|
|
|
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
|
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
|
|
|
|
2003-04-13 21:46:22 +00:00
|
|
|
CLEANFILES = $(aclocal_DATA)
|
|
|
|
|
2002-02-12 22:28:25 +00:00
|
|
|
SUBDIRS = include gst libs tools \
|
2003-01-28 17:33:47 +00:00
|
|
|
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS) pkgconfig
|
2001-01-01 13:41:27 +00:00
|
|
|
|
2000-08-18 23:31:30 +00:00
|
|
|
# These are all the possible subdirs
|
2003-01-28 17:33:47 +00:00
|
|
|
DIST_SUBDIRS = include libs gst tools tests testsuite examples docs pkgconfig
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2003-04-07 19:40:25 +00:00
|
|
|
EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
|
2001-12-09 00:11:46 +00:00
|
|
|
configure.ac autogen.sh depcomp \
|
2002-07-09 10:27:22 +00:00
|
|
|
REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
|
2002-05-09 16:53:07 +00:00
|
|
|
idiottest.mak common
|
2000-01-31 09:43:08 +00:00
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
cp gstreamer.spec $(distdir)
|
2002-05-09 16:53:07 +00:00
|
|
|
rm -rf `find $(distdir)/common -name CVS`
|
2000-01-31 06:49:07 +00:00
|
|
|
|
|
|
|
rpm: dist
|
|
|
|
rpm -ta $(distdir).tar.gz
|
2001-05-29 16:38:29 +00:00
|
|
|
|
2001-05-31 18:35:11 +00:00
|
|
|
include $(top_srcdir)/idiottest.mak
|
2001-05-30 14:39:06 +00:00
|
|
|
|