2005-05-05 09:10:38 +00:00
|
|
|
# if USE_GCONFTOOL
|
|
|
|
# GCONF_DIR = gconf
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
GCONF_DIR =
|
2005-05-05 09:10:38 +00:00
|
|
|
# endif
|
2002-12-05 00:25:13 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
SUBDIRS = \
|
2005-07-05 15:26:56 +00:00
|
|
|
gst sys ext gst-libs \
|
2004-12-24 11:01:24 +00:00
|
|
|
$(GCONF_DIR) \
|
2005-07-08 10:47:28 +00:00
|
|
|
m4 common po
|
2004-12-24 13:09:48 +00:00
|
|
|
# disabled
|
|
|
|
# $(SUBDIRS_DOCS)
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DIST_SUBDIRS = \
|
2005-07-05 15:26:56 +00:00
|
|
|
gst sys ext gst-libs \
|
2005-07-08 10:47:28 +00:00
|
|
|
m4 common po
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gst-plugins.spec depcomp \
|
|
|
|
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-06-24 01:43:54 +00:00
|
|
|
# check that no marshal or enumtypes files are included
|
|
|
|
# this in turn ensures that distcheck fails for missing .list files which is currently
|
|
|
|
# shadowed when the corresponding .c and .h files are included.
|
|
|
|
distcheck-hook:
|
2004-07-02 10:02:13 +00:00
|
|
|
@test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
|
2004-06-24 01:43:54 +00:00
|
|
|
test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
|
2004-07-02 10:02:13 +00:00
|
|
|
( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
|
|
|
|
$(ECHO) "*** Make sure the following files are not disted:" && \
|
|
|
|
find $(distdir) -name \*-enumtypes.[ch] && \
|
|
|
|
find $(distdir) -name \*-marshal.[ch] && \
|
|
|
|
false )
|
2004-06-24 01:43:54 +00:00
|
|
|
|
2005-05-05 09:10:38 +00:00
|
|
|
# include $(top_srcdir)/common/release.mak
|
|
|
|
# include $(top_srcdir)/common/po.mak
|