2009-06-16 22:31:19 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
2014-11-17 16:37:15 +00:00
|
|
|
SUBDIRS =
|
|
|
|
|
|
|
|
if UNIMRCP_CLIENT_LIB
|
|
|
|
SUBDIRS += libunimrcp-client
|
|
|
|
endif
|
|
|
|
|
|
|
|
if UNIMRCP_CLIENT_APP
|
|
|
|
SUBDIRS += unimrcp-client
|
|
|
|
endif
|
|
|
|
|
|
|
|
if UMC
|
|
|
|
SUBDIRS += umc
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ASR_CLIENT
|
|
|
|
SUBDIRS += libasr-client asr-client
|
|
|
|
endif
|
|
|
|
|
|
|
|
if UNIMRCP_SERVER_LIB
|
|
|
|
SUBDIRS += libunimrcp-server
|
|
|
|
endif
|
|
|
|
|
|
|
|
if UNIMRCP_SERVER_APP
|
|
|
|
SUBDIRS += unimrcp-server
|
|
|
|
endif
|