- Timestamp:
- Mar 12, 2014, 2:08:08 AM (11 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:
- 87636d0
- Parents:
- 1a31baf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r1a31baf r46b00690 1 1 #! /usr/bin/python 2 2 # 3 # waf build system, see http://code.google.com/p/waf/ 3 # usage: 4 # $ python waf --help 4 5 # 5 # usage:6 # 6 # example: 7 # $ ./waf distclean configure build 7 8 # 8 # TODO9 # - doc: add doxygen10 # - tests: move to new unit test system9 # Note: aubio uses the waf build system, which relies on Python. Provided you 10 # have Python installed, you do *not* need to install anything to build aubio. 11 # For more info about waf, see http://code.google.com/p/waf/ . 11 12 12 13 APPNAME = 'aubio'
Note: See TracChangeset
for help on using the changeset viewer.