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
|
2008-01-08 23:33:07 +00:00
|
|
|
LOCAL_CFLAGS=-I$(OZ_DIR)/src/include -I$(OZ_DIR)/src/isdn/include
|
2007-05-26 04:45:31 +00:00
|
|
|
LOCAL_LIBADD=$(OZA)
|
|
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
|
|
|
|
local_depend: $(OZA)
|
|
|
|
|
2008-01-10 01:15:04 +00:00
|
|
|
$(OZA): $(OZ_DIR)/.update
|
2008-02-29 22:04:15 +00:00
|
|
|
cd $(OZ_DIR) && $(MAKE) ZAP_MODS="wanpipe zt" ZAP_CFLAGS="$(ALL_CXXFLAGS)"
|
2007-05-26 04:45:31 +00:00
|
|
|
|
|
|
|
|