Changeset 3fc5696
- Timestamp:
- Apr 30, 2016, 3:18:31 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:
- 1e20c3f
- Parents:
- 06c6d7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r06c6d7d r3fc5696 17 17 18 18 configure: checkwaf 19 $(WAFCMD) configure 19 $(WAFCMD) configure $(WAFOPTS) $(HAVE_DOUBLE) 20 20 21 21 build: configure 22 $(WAFCMD) build 22 $(WAFCMD) build $(WAFOPTS) 23 23 24 24 build_python: 25 cd python && ./setup.pybuild25 cd python && python ./setup.py generate $(HAVE_DOUBLE) build 26 26 27 27 test_python: … … 40 40 41 41 build_python3: 42 cd python && python3 ./setup.py build42 cd python && python3 ./setup.py generate $(HAVE_DOUBLE) build 43 43 44 44 clean_python3:
Note: See TracChangeset
for help on using the changeset viewer.