- Timestamp:
- Jul 21, 2016, 1:38:01 AM (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, pitchshift, sampler, timestretch, yinfft+
- Children:
- ea7428a
- Parents:
- 288c193
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r288c193 r004b431 10 10 # have Python installed, you do *not* need to install anything to build aubio. 11 11 # For more info about waf, see http://code.google.com/p/waf/ . 12 13 import sys 12 14 13 15 APPNAME = 'aubio' … … 112 114 ctx.check(header_name='unistd.h', mandatory = False) 113 115 114 target_platform = Options.platform116 target_platform = sys.platform 115 117 if ctx.options.target_platform: 116 118 target_platform = ctx.options.target_platform … … 360 362 bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', 361 363 source = 'doc/web.cfg', 362 cwd = 'doc')364 cwd = bld.path.find_dir('doc')) 363 365 bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc', 364 366 bld.path.ant_glob('doc/web/html/**'),
Note: See TracChangeset
for help on using the changeset viewer.