comparison src/portaudio.mk @ 2855:47558e958113

Allow static/shared libraries to be configured in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Thu, 15 Nov 2012 16:11:45 -0500
parents f61e6eda0c2b
children 100e618349f7
comparison
equal deleted inserted replaced
2854:54522aaf400c 2855:47558e958113
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)' && autoconf 19 cd '$(1)' && autoconf
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 21 --host='$(TARGET)' \
22 --disable-shared \ 22 $(ENABLE_SHARED_OR_STATIC) \
23 --prefix='$(PREFIX)/$(TARGET)' \ 23 --prefix='$(PREFIX)/$(TARGET)' \
24 --with-host_os=mingw \ 24 --with-host_os=mingw \
25 --with-winapi=wmme,directx,wasapi,wdmks \ 25 --with-winapi=wmme,directx,wasapi,wdmks \
26 --with-dxdir=$(PREFIX)/$(TARGET) \ 26 --with-dxdir=$(PREFIX)/$(TARGET) \
27 ac_cv_path_AR=$(TARGET)-ar 27 ac_cv_path_AR=$(TARGET)-ar