2002-07-01 15:41:13 +00:00
|
|
|
if USE_GCONFTOOL
|
2002-05-10 21:56:15 +00:00
|
|
|
GCONF_DIR=gconf
|
|
|
|
else
|
|
|
|
GCONF_DIR=
|
|
|
|
endif
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
if BUILD_EXTERNAL
|
|
|
|
EXT_DIR=ext
|
|
|
|
else
|
|
|
|
EXT_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-12-05 00:25:13 +00:00
|
|
|
if BUILD_EXAMPLES
|
|
|
|
EXAMPLES_DIR=examples
|
|
|
|
else
|
|
|
|
EXAMPLES_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-04-07 21:34:30 +00:00
|
|
|
SUBDIRS=gst-libs \
|
|
|
|
gst sys $(EXT_DIR) \
|
|
|
|
$(EXAMPLES_DIR) \
|
|
|
|
tools \
|
|
|
|
$(GCONF_DIR) \
|
|
|
|
testsuite \
|
2004-01-19 15:45:55 +00:00
|
|
|
po \
|
2003-04-07 21:34:30 +00:00
|
|
|
pkgconfig
|
|
|
|
|
2004-01-21 06:57:30 +00:00
|
|
|
DIST_SUBDIRS=ext gst-libs \
|
|
|
|
gst sys \
|
2003-04-07 21:34:30 +00:00
|
|
|
examples \
|
|
|
|
tools \
|
|
|
|
gconf \
|
|
|
|
testsuite \
|
2004-01-19 15:45:55 +00:00
|
|
|
po \
|
2003-04-07 21:34:30 +00:00
|
|
|
pkgconfig
|
|
|
|
|
|
|
|
EXTRA_DIST=gst-plugins.spec depcomp \
|
2004-02-06 13:09:35 +00:00
|
|
|
AUTHORS COPYING COPYING.LIB README REQUIREMENTS \
|
2002-08-09 20:56:56 +00:00
|
|
|
ChangeLog autogen.sh common m4
|
|
|
|
|
2004-02-03 02:40:15 +00:00
|
|
|
DISTCLEANFILES=_stdint.h
|
|
|
|
|
2004-02-06 13:09:35 +00:00
|
|
|
# to do a release, run "make release"
|
|
|
|
# this will generate all archives and md5sums
|
|
|
|
|
|
|
|
# make bz2 as well
|
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
|
|
|
|
|
|
|
release: dist
|
|
|
|
make @PACKAGE@-@VERSION@.tar.gz.md5
|
|
|
|
make @PACKAGE@-@VERSION@.tar.bz2.md5
|
|
|
|
|
|
|
|
# generate md5 sum files
|
|
|
|
%.md5: %
|
|
|
|
md5sum $< > $@
|
|
|
|
|
|
|
|
|
2002-08-09 20:56:56 +00:00
|
|
|
dist-hook:
|
|
|
|
rm -rf `find $(distdir)/common -name CVS`
|
|
|
|
rm -rf `find $(distdir)/m4 -name CVS`
|