mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-24 04:37:38 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15720 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
295 B
Makefile
14 lines
295 B
Makefile
BASE=../../../..
|
|
|
|
SNDFILE_DIR=$(BASE)/libs/libsndfile
|
|
SNDFILELA=$(SNDFILE_DIR)/src/libsndfile.la
|
|
|
|
LOCAL_CFLAGS=-I$(SNDFILE_DIR)/src
|
|
LOCAL_LIBADD=$(SNDFILELA)
|
|
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
$(SNDFILELA): $(SNDFILE_DIR) $(SNDFILE_DIR)/.update
|
|
cd $(SNDFILE_DIR) && $(MAKE)
|
|
$(TOUCH_TARGET)
|