2006-03-21 17:25:22 +00:00
|
|
|
if GST_DISABLE_PARSE
|
|
|
|
GST_PARSE_DIRS =
|
|
|
|
else
|
|
|
|
GST_PARSE_DIRS = launch
|
|
|
|
endif
|
|
|
|
|
2007-01-02 17:01:33 +00:00
|
|
|
# adapter test needs sys/times.h and unistd.h
|
|
|
|
if HAVE_SYS_TIMES_H_AND_UNISTD_H
|
|
|
|
ADAPTER_TEST_DIR = adapter
|
|
|
|
else
|
|
|
|
ADAPTER_TEST_DIR =
|
|
|
|
endif
|
|
|
|
|
2006-03-21 17:25:22 +00:00
|
|
|
always_dirs = \
|
2007-01-02 17:01:33 +00:00
|
|
|
controller \
|
|
|
|
helloworld \
|
|
|
|
manual \
|
|
|
|
metadata \
|
2009-05-11 16:56:03 +00:00
|
|
|
queue \
|
2009-08-19 13:25:41 +00:00
|
|
|
stepping \
|
2010-06-25 16:13:57 +00:00
|
|
|
streams \
|
|
|
|
typefind
|
2005-12-12 14:08:09 +00:00
|
|
|
|
|
|
|
#appreader
|
|
|
|
#cutter
|
|
|
|
#events
|
|
|
|
#helloworld2
|
|
|
|
#launch
|
|
|
|
#manual
|
|
|
|
#mixer
|
|
|
|
#pingpong
|
|
|
|
#plugins
|
|
|
|
#pwg
|
|
|
|
#queue2
|
|
|
|
#queue3
|
|
|
|
#queue4
|
|
|
|
#retag
|
|
|
|
#thread
|
|
|
|
|
2006-03-21 17:25:22 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
$(always_dirs) \
|
2007-01-02 17:01:33 +00:00
|
|
|
$(ADAPTER_TEST_DIR) \
|
2010-06-25 16:13:57 +00:00
|
|
|
$(GST_PARSE_DIRS)
|
2005-12-12 14:08:09 +00:00
|
|
|
|
2010-06-25 16:13:57 +00:00
|
|
|
DIST_SUBDIRS = $(always_dirs) adapter launch
|
2010-03-30 11:33:01 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|