2007-08-19 20:19:01 +00:00
|
|
|
BASE=../../..
|
2007-05-26 04:45:31 +00:00
|
|
|
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):
|
2007-11-07 17:17:06 +00:00
|
|
|
cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="-g -ggdb $(ALL_CXXFLAGS)"
|
2007-05-26 04:45:31 +00:00
|
|
|
|
|
|
|
|