- Timestamp:
- Dec 2, 2016, 1:03:41 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 473ab11
- Parents:
- bee6e96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rbee6e96 r3d14829 9 9 # multiple jobs 10 10 WAFOPTS += --jobs 4 11 # if HAVE_AUBIO_DOUBLE is defined, pass --enable-double to waf 12 # python/lib/moresetuptools.py also checks for HAVE_AUBIO_DOUBLE 13 WAFOPTS += $(shell [ -z $(HAVE_AUBIO_DOUBLE) ] || echo --enable-double ) 11 14 12 15 DESTDIR:=$(PWD)/build/dist … … 23 26 SOX=sox 24 27 25 ENABLE_DOUBLE := $(shell [ -z $(HAVE_DOUBLE) ] || echo --enable-double )26 28 TESTSOUNDS := python/tests/sounds 27 29 … … 45 47 46 48 configure: checkwaf 47 $(WAFCMD) configure $(WAFOPTS) $(ENABLE_DOUBLE)49 $(WAFCMD) configure $(WAFOPTS) 48 50 49 51 build: configure … … 82 84 build_python: 83 85 # build python-aubio, using locally built libaubio if found 84 python ./setup.py build _ext $(ENABLE_DOUBLE)86 python ./setup.py build 85 87 86 88 build_python_extlib: … … 163 165 164 166 distcheck: checkwaf 165 $(WAFCMD) distcheck $(WAFOPTS) $(ENABLE_DOUBLE)167 $(WAFCMD) distcheck $(WAFOPTS) 166 168 167 169 help:
Note: See TracChangeset
for help on using the changeset viewer.