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-10-15 15:53:14 +00:00
|
|
|
caps \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_DEBUG_DIRS) \
|
2005-08-01 16:17:31 +00:00
|
|
|
dlopen \
|
2005-10-15 15:53:14 +00:00
|
|
|
elements indexers \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_PARSE_DIRS) \
|
2005-11-23 21:13:59 +00:00
|
|
|
plugin refcounting states threads
|
2004-07-02 13:54:59 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2005-10-15 15:53:14 +00:00
|
|
|
caps \
|
2004-07-02 13:54:59 +00:00
|
|
|
debug \
|
2005-08-01 16:17:31 +00:00
|
|
|
dlopen \
|
2005-10-15 15:53:14 +00:00
|
|
|
elements indexers \
|
2004-07-02 13:54:59 +00:00
|
|
|
parse \
|
2005-11-23 21:13:59 +00:00
|
|
|
plugin refcounting states threads
|
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
|
|
|
|