mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
sklerosis
This commit is contained in:
parent
0e37db19ee
commit
b11a3387d8
@ -12,13 +12,13 @@ include $(BASE)/build/modmake.rules
|
||||
$(SNDT_SRC):
|
||||
$(GETLIB) $(VERSION).tar.gz
|
||||
|
||||
$(SNDT_BUILD)/Makefile:
|
||||
$(SNDT_BUILD)/Makefile: $(SNDT_SRC)
|
||||
mkdir -p $(SNDT_BUILD)
|
||||
cd $(SNDT_SRC) && AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv && rm -f `find . -name "*~"` && rm -f ChangeLog
|
||||
cd ${SNDT_BUILD} && $(DEFAULT_VARS) $(SNDT_SRC)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(SNDT_SRC)
|
||||
${TOUCH_TARGET}
|
||||
|
||||
|
||||
$(LA): $(SNDT_BUILD)/Makefile
|
||||
$(LA): $(SNDT_BUILD)/Makefile
|
||||
cd $(SNDT_BUILD) && ${MAKE}
|
||||
$(TOUCH_TARGET)
|
||||
|
Loading…
x
Reference in New Issue
Block a user