comparison src/libsndfile.mk @ 3012:100e618349f7

Improve handling of prefix directories by defining HOST_PREFIX and BUILD_TOOLS_PREFIX variables in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 10:31:04 -0400
parents 47558e958113
children bcc26ffe9a0f
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 21 --host='$(TARGET)' \
22 $(ENABLE_SHARED_OR_STATIC) \ 22 $(ENABLE_SHARED_OR_STATIC) \
23 --prefix='$(PREFIX)/$(TARGET)' \ 23 --prefix='$(HOST_PREFIX)' \
24 --enable-sqlite \ 24 --enable-sqlite \
25 --enable-external-libs \ 25 --enable-external-libs \
26 --disable-octave \ 26 --disable-octave \
27 --disable-alsa \ 27 --disable-alsa \
28 --disable-shave 28 --disable-shave