Adding mod_unimrcp still needs more testing and some tweaks to config engine... do not forget to come to ClueCON http://www.cluecon.com

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13788 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-06-16 21:56:59 +00:00
parent b164cbfe9c
commit ec90221783
4 changed files with 3565 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
BASE=../../../../
UNIMRCP_DIR=$(switch_srcdir)/libs/unimrcp
UNIMRCPLA=$(UNIMRCP_DIR)/platforms/libunimrcp-client/libunimrcpclient.la
LOCAL_CFLAGS=-I.
LOCAL_CFLAGS+=-I$(switch_srcdir)/libs/apr/include
LOCAL_CFLAGS+=-I$(switch_srcdir)/libs/apr-util/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/platforms/libunimrcp-client/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/modules/mrcp-sofiasip/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/modules/mrcp-unirtsp/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp-client/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp-signaling/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcpv2-transport/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/message/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/control/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mrcp/resources/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/mpf/include
LOCAL_CFLAGS+=-I$(UNIMRCP_DIR)/libs/apr-toolkit/include
LOCAL_LIBADD=$(UNIMRCPLA)
include $(BASE)/build/modmake.rules
$(UNIMRCPLA): $(UNIMRCP_DIR)
cd $(UNIMRCP_DIR) && $(MAKE)
$(TOUCH_TARGET)
File diff suppressed because it is too large Load Diff