mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
make libdingaling static and have it properly handle building it's own deps. Use in tree static apr, apr-utils, iksemel with libdingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4634 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
BASE=../../../..
|
||||
|
||||
IKSEMEL_DIR=$(BASE)/libs/iksemel
|
||||
DING_DIR=$(BASE)/libs/libdingaling
|
||||
IKSEMELLA=$(IKSEMEL_DIR)/src/libiksemel.la
|
||||
DINGLA=$(DING_DIR)/libdingaling.la
|
||||
|
||||
LOCAL_CFLAGS=-I$(DING_DIR)/src
|
||||
@@ -10,18 +8,6 @@ LOCAL_LIBADD=$(DINGLA)
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
INST_DINGLA=$(PREFIX)/lib/libdingaling.la
|
||||
|
||||
$(IKSEMELLA): $(IKSEMEL_DIR) $(IKSEMEL_DIR)/.update
|
||||
cd $(IKSEMEL_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
$(DINGLA): $(IKSEMELLA) $(DING_DIR) $(DING_DIR)/.update
|
||||
$(DINGLA): $(DING_DIR) $(DING_DIR)/.update
|
||||
cd $(DING_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
depend_install: $(INST_DINGLA)
|
||||
|
||||
$(INST_DINGLA): $(DINGLA)
|
||||
cd $(DING_DIR) && $(MAKE) install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user