mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 13:19:23 +00:00
Eliminate some more gmakeisms in the modules makefiles git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4629 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 lines
278 B
Makefile
13 lines
278 B
Makefile
BASE=../../../..
|
|
|
|
SPEEX_DIR=$(BASE)/libs/speex
|
|
SPEEXLA=$(SPEEX_DIR)/libspeex/libspeex.la
|
|
|
|
LOCAL_CFLAGS=-I$(SPEEX_DIR)/include
|
|
LOCAL_LIBADD=$(SPEEXLA)
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
$(SPEEXLA): $(SPEEX_DIR) $(SPEEX_DIR)/.update
|
|
cd $(SPEEX_DIR) && $(MAKE)
|
|
$(TOUCH_TARGET)
|