mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
0f997a1fb9
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@185 a93c3328-9c30-0410-af19-c9cd2b2d52af
15 lines
306 B
Makefile
15 lines
306 B
Makefile
BASE=/usr/src/freeswitch.trunk
|
|
OZ_DIR=..
|
|
VERBOSE=1
|
|
OZA=$(OZ_DIR)/libopenzap.a
|
|
LOCAL_CFLAGS=-w -I$(OZ_DIR)/src/include -I$(OZ_DIR)/src/isdn/include
|
|
LOCAL_LIBADD=$(OZA)
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
local_depend: $(OZA)
|
|
|
|
$(OZA):
|
|
cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="-g -ggdb"
|
|
|
|
|