source: trunk/third/gstreamer/Makefile.am @ 18743

Revision 18743, 788 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18742, which included commits to RCS files with non-trunk default branches.
Line 
1PACKAGE = @PACKAGE@
2VERSION = @VERSION@
3
4if BUILD_DOCS
5SUBDIRS_DOCS = docs
6else
7SUBDIRS_DOCS =
8endif
9
10if BUILD_TESTS
11SUBDIRS_TESTS = tests testsuite
12else
13SUBDIRS_TESTS =
14endif
15
16if BUILD_EXAMPLES
17SUBDIRS_EXAMPLES = examples
18else
19SUBDIRS_EXAMPLES =
20endif
21
22SUBDIRS = include gst libs tools \
23        $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS) pkgconfig
24
25# These are all the possible subdirs
26DIST_SUBDIRS = include libs gst tools tests testsuite examples docs pkgconfig
27
28EXTRA_DIST = gstreamer.spec.in \
29             configure.ac autogen.sh depcomp \
30             REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
31             idiottest.mak common
32
33dist-hook:
34        cp gstreamer.spec $(distdir)
35        rm -rf `find $(distdir)/common -name CVS`
36
37rpm: dist
38        rpm -ta $(distdir).tar.gz
39
40include $(top_srcdir)/idiottest.mak
41
Note: See TracBrowser for help on using the repository browser.