Changeset 6a6cb48
- Timestamp:
- Apr 30, 2016, 3:43:39 AM (9 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 95e0336
- Parents:
- 357d9e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r357d9e8 r6a6cb48 1 1 WAFCMD=python waf 2 3 ENABLE_DOUBLE := $(shell [ -z $(HAVE_DOUBLE) ] || echo --enable-double ) 4 2 5 all: build 3 6 … … 17 20 18 21 configure: checkwaf 19 $(WAFCMD) configure $(WAFOPTS) $( HAVE_DOUBLE)22 $(WAFCMD) configure $(WAFOPTS) $(ENABLE_DOUBLE) 20 23 21 24 build: configure … … 23 26 24 27 build_python: 25 cd python && python ./setup.py generate $( HAVE_DOUBLE) build28 cd python && python ./setup.py generate $(ENABLE_DOUBLE) build 26 29 27 30 test_python: … … 40 43 41 44 build_python3: 42 cd python && python3 ./setup.py generate $( HAVE_DOUBLE) build45 cd python && python3 ./setup.py generate $(ENABLE_DOUBLE) build 43 46 44 47 clean_python3:
Note: See TracChangeset
for help on using the changeset viewer.