2003-07-09 23:29:30 +00:00
|
|
|
if BUILD_DOCS
|
|
|
|
SUBDIRS_DOCS = docs
|
|
|
|
else
|
|
|
|
SUBDIRS_DOCS =
|
|
|
|
endif
|
|
|
|
|
2004-03-16 18:42:00 +00:00
|
|
|
UNCONDDIRS = gst pkgconfig testsuite
|
2004-02-03 09:45:42 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
$(UNCONDDIRS) \
|
|
|
|
$(SUBDIRS_DOCS)
|
2004-03-17 10:15:12 +00:00
|
|
|
DIST_SUBDIRS = $(UNCONDDIRS) docs
|
2002-03-24 04:32:10 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2004-03-16 18:42:00 +00:00
|
|
|
gst-python.spec.in \
|
|
|
|
gst-python.spec \
|
2004-03-31 11:14:31 +00:00
|
|
|
README-docs \
|
2004-06-21 10:19:02 +00:00
|
|
|
RELEASE \
|
2004-03-16 18:42:00 +00:00
|
|
|
examples/gst/bps.py \
|
|
|
|
examples/gst/cp.py \
|
|
|
|
examples/gst/dvdplay.py \
|
|
|
|
examples/gst/f2f.py \
|
|
|
|
examples/gst/identity.py \
|
|
|
|
examples/gst/ilat.py \
|
|
|
|
examples/gst/lat.py \
|
|
|
|
examples/gst/rot13.py \
|
|
|
|
examples/gst/vorbisplay.py \
|
2004-03-29 10:20:02 +00:00
|
|
|
examples/gst/wavenc.py \
|
2004-03-31 11:14:31 +00:00
|
|
|
examples/gstplay/player.py \
|
|
|
|
codegen/__init__.py \
|
|
|
|
codegen/argtypes.py \
|
|
|
|
codegen/codegen.py \
|
|
|
|
codegen/definitions.py \
|
|
|
|
codegen/defsparser.py \
|
|
|
|
codegen/docextract.py \
|
|
|
|
codegen/docgen.py \
|
|
|
|
codegen/h2def.py \
|
|
|
|
codegen/mergedefs.py \
|
|
|
|
codegen/mkskel.py \
|
|
|
|
codegen/override.py \
|
|
|
|
codegen/scmexpr.py
|
2003-07-09 23:29:30 +00:00
|
|
|
|
2004-06-21 10:18:08 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|