Revision 21005,
692 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21004,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | include Rules |
---|
2 | |
---|
3 | |
---|
4 | if GST_DISABLE_PARSE |
---|
5 | GST_PARSE_DIRS = |
---|
6 | else |
---|
7 | GST_PARSE_DIRS = parse |
---|
8 | endif |
---|
9 | |
---|
10 | if GST_DISABLE_GST_DEBUG |
---|
11 | GST_DEBUG_DIRS = |
---|
12 | else |
---|
13 | GST_DEBUG_DIRS = debug |
---|
14 | endif |
---|
15 | |
---|
16 | SUBDIRS = \ |
---|
17 | bins bytestream caps cleanup clock \ |
---|
18 | $(GST_DEBUG_DIRS) \ |
---|
19 | dlopen dynparams \ |
---|
20 | elements ghostpads indexers negotiation \ |
---|
21 | $(GST_PARSE_DIRS) \ |
---|
22 | plugin refcounting schedulers states tags threads |
---|
23 | |
---|
24 | DIST_SUBDIRS = \ |
---|
25 | bins bytestream caps cleanup clock \ |
---|
26 | debug \ |
---|
27 | dlopen dynparams \ |
---|
28 | elements ghostpads indexers negotiation \ |
---|
29 | parse \ |
---|
30 | plugin refcounting schedulers states tags threads |
---|
31 | |
---|
32 | tests_pass = test_gst_init |
---|
33 | tests_fail = |
---|
34 | tests_ignore = |
---|
35 | |
---|
36 | # we makes them, we gots to clean them |
---|
37 | CLEANFILES += test-registry.xml |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.