- Timestamp:
- Oct 17, 2009, 12:43:00 AM (15 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:
- 858cfa7
- Parents:
- 6107f4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified wscript ¶
r6107f4c r740f06b 137 137 138 138 # add sub directories 139 bld.add_subdirs('src ex t examples interfaces/cpp')139 bld.add_subdirs('src examples interfaces/cpp') 140 140 if bld.env['SWIG']: 141 141 if bld.env['PYTHON']: … … 188 188 target = target_name.split('.')[0], 189 189 includes = 'src', 190 defines = 'AUBIO_UNSTABLE_API=1', 190 191 uselib_local = 'aubio') 191 # phasevoc-jack also needs aubioext192 # phasevoc-jack also needs jack 192 193 if target_name.endswith('test-phasevoc-jack.c'): 193 this_target.includes = ['src', 'ext'] 194 this_target.uselib_local = ['aubio', 'aubioext'] 194 this_target.includes = ['src', 'examples'] 195 this_target.uselib_local = ['aubio'] 196 this_target.uselib = ['JACK'] 197 this_target.source += ' examples/jackio.c'
Note: See TracChangeset
for help on using the changeset viewer.