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 = \
|
|
|
|
bins bytestream caps cleanup clock \
|
|
|
|
$(GST_DEBUG_DIRS) \
|
|
|
|
dlopen dynparams \
|
2004-07-28 11:43:04 +00:00
|
|
|
elements ghostpads indexers negotiation \
|
2004-07-02 13:54:59 +00:00
|
|
|
$(GST_PARSE_DIRS) \
|
2004-07-09 08:43:34 +00:00
|
|
|
plugin refcounting schedulers states tags threads
|
2004-07-02 13:54:59 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
|
|
|
bins bytestream caps cleanup clock \
|
|
|
|
debug \
|
|
|
|
dlopen dynparams \
|
2004-07-28 12:02:24 +00:00
|
|
|
elements ghostpads indexers negotiation \
|
2004-07-02 13:54:59 +00:00
|
|
|
parse \
|
2004-07-09 08:43:34 +00:00
|
|
|
plugin refcounting schedulers states tags threads
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_pass = test_gst_init
|
|
|
|
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
|
|
|
|