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