Changeset 4e56c55
- Timestamp:
- Dec 10, 2016, 11:30:39 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:
- 7b38f3f
- Parents:
- f4a5d37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rf4a5d37 r4e56c55 1 1 #!/usr/bin/make -f 2 2 # -*- makefile -*- 3 # 4 # This makefile contains simple rules to prepare, compile, test, and install 5 # aubio. Try one of the following rules: 6 # 7 # $ make configure 8 # $ make build 9 # $ make install 10 # $ make test_python 3 11 4 12 WAFCMD=python waf … … 106 114 107 115 # use pip or distutils? 108 #install_python: install_python_with_pip116 install_python: install_python_with_pip 109 117 uninstall_python: uninstall_python_with_pip 110 install_python: install_python_with_distutils118 #install_python: install_python_with_distutils 111 119 #uninstall_python: uninstall_python_with_distutils 112 120
Note: See TracChangeset
for help on using the changeset viewer.