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
|
|
|
|
|
2003-12-17 08:37:02 +00:00
|
|
|
SUBDIRS = bins bytestream cleanup dynparams \
|
2003-11-24 02:09:23 +00:00
|
|
|
caps plugin elements clock refcounting tags threads \
|
2003-10-15 01:25:41 +00:00
|
|
|
indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS)
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2003-12-17 08:37:02 +00:00
|
|
|
DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
2003-11-24 02:09:23 +00:00
|
|
|
plugin refcounting tags threads parse debug
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_pass = test_gst_init
|
|
|
|
tests_fail =
|
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
|
|
|
|
|
|
|
EXTRA_DIST = gst-inspect-check
|
2003-10-15 01:25:41 +00:00
|
|
|
|