2003-10-15 01:25:41 +00:00
|
|
|
include Rules
|
|
|
|
|
|
|
|
|
2003-04-10 01:51:42 +00:00
|
|
|
if GST_DISABLE_PARSE
|
|
|
|
GST_PARSE_DIRS =
|
|
|
|
else
|
|
|
|
GST_PARSE_DIRS = parse
|
|
|
|
endif
|
|
|
|
|
2003-06-29 14:05:49 +00:00
|
|
|
if GST_DISABLE_GST_DEBUG
|
|
|
|
GST_DEBUG_DIRS =
|
|
|
|
else
|
|
|
|
GST_DEBUG_DIRS = debug
|
|
|
|
endif
|
|
|
|
|
2004-07-02 13:54:59 +00:00
|
|
|
SUBDIRS = \
|
2005-06-20 11:23:59 +00:00
|
|
|
bytestream caps cleanup \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_DEBUG_DIRS) \
|
|
|
|
dlopen dynparams \
|
2005-06-20 11:27:36 +00:00
|
|
|
elements indexers negotiation pad \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_PARSE_DIRS) \
|
2005-06-19 11:32:42 +00:00
|
|
|
plugin refcounting schedulers states threads trigger
|
2004-07-02 13:54:59 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2005-06-20 11:23:59 +00:00
|
|
|
bytestream caps cleanup \
|
2004-07-02 13:54:59 +00:00
|
|
|
debug \
|
|
|
|
dlopen dynparams \
|
2005-06-20 11:27:36 +00:00
|
|
|
elements indexers negotiation pad \
|
2004-07-02 13:54:59 +00:00
|
|
|
parse \
|
2005-06-19 11:32:42 +00:00
|
|
|
plugin refcounting schedulers states threads trigger
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2005-06-21 16:48:46 +00:00
|
|
|
tests_pass =
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_fail =
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2001-05-27 22:25:32 +00:00
|
|
|
|
2002-07-01 13:02:03 +00:00
|
|
|
# we makes them, we gots to clean them
|
2003-10-15 01:25:41 +00:00
|
|
|
CLEANFILES += test-registry.xml
|
2002-05-07 03:01:16 +00:00
|
|
|
|