2009-01-13 22:45:09 +00:00
|
|
|
OZ_CFLAGS=@CFLAGS@ @COMP_VENDOR_CFLAGS@ @DEFS@
|
|
|
|
|
2007-08-19 20:19:01 +00:00
|
|
|
BASE=../../..
|
2007-05-26 04:45:31 +00:00
|
|
|
OZ_DIR=..
|
|
|
|
VERBOSE=1
|
2009-02-06 19:09:42 +00:00
|
|
|
OZLA=$(OZ_DIR)/libopenzap.la
|
2009-01-13 22:45:09 +00:00
|
|
|
LOCAL_CFLAGS=-I$(OZ_DIR)/src/include -I$(OZ_DIR)/src/isdn/include $(OZ_CFLAGS)
|
2008-08-29 15:58:59 +00:00
|
|
|
LOCAL_LDFLAGS=-L$(OZ_DIR) -lopenzap
|
2007-05-26 04:45:31 +00:00
|
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
|
2009-02-06 19:09:42 +00:00
|
|
|
local_depend: $(OZLA)
|
2007-05-26 04:45:31 +00:00
|
|
|
|
2009-02-06 19:09:42 +00:00
|
|
|
$(OZLA): $(OZ_DIR)/.update
|
2009-01-13 22:45:09 +00:00
|
|
|
cd $(OZ_DIR) && $(MAKE)
|
2008-08-29 15:58:59 +00:00
|
|
|
|
|
|
|
local_install:
|
2009-01-13 22:45:09 +00:00
|
|
|
cd $(OZ_DIR) && $(MAKE) install
|
2009-11-30 12:17:14 +00:00
|
|
|
[ -f $(DESTDIR)@confdir@/autoload_configs/openzap.conf.xml ] || cp -f $(OZ_DIR)/conf/openzap.conf.xml $(DESTDIR)@confdir@/autoload_configs
|
2008-08-29 15:58:59 +00:00
|
|
|
|
|
|
|
local_clean:
|
|
|
|
cd $(OZ_DIR) && $(MAKE) clean
|
2007-05-26 04:45:31 +00:00
|
|
|
|
|
|
|
|