2005-11-29 19:12:30 +00:00
|
|
|
if HAVE_CHECK
|
|
|
|
SUBDIRS_CHECK = check
|
|
|
|
else
|
|
|
|
SUBDIRS_CHECK =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if GST_DISABLE_NET
|
|
|
|
SUBDIRS_NET =
|
|
|
|
else
|
|
|
|
if HAVE_SYS_SOCKET_H
|
|
|
|
SUBDIRS_NET = net
|
|
|
|
else
|
2008-07-29 00:45:29 +00:00
|
|
|
if HAVE_WINSOCK2_H
|
|
|
|
SUBDIRS_NET = net
|
|
|
|
else
|
2005-11-29 19:12:30 +00:00
|
|
|
SUBDIRS_NET =
|
|
|
|
endif
|
|
|
|
endif
|
2008-07-29 00:45:29 +00:00
|
|
|
endif
|
2005-11-29 19:12:30 +00:00
|
|
|
|
2009-03-14 23:07:40 +00:00
|
|
|
if GST_DISABLE_REGISTRY
|
|
|
|
SUBDIRS_HELPERS =
|
|
|
|
else
|
|
|
|
SUBDIRS_HELPERS = helpers
|
|
|
|
endif
|
|
|
|
|
2005-11-29 19:12:30 +00:00
|
|
|
SUBDIRS_ALWAYS = base controller dataprotocol
|
|
|
|
|
2009-03-14 23:07:40 +00:00
|
|
|
SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_NET) $(SUBDIRS_HELPERS)
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check net helpers
|