Changeset 740f06b for python/aubio/wscript_build
- 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
-
python/aubio/wscript_build
r6107f4c r740f06b 1 bld.new_task_gen(features = 'cc', 2 includes = '../../examples ../../src', 3 source = ['../../examples/sndfileio.c'], 4 uselib = ['JACK'], 5 target = 'sndfileio') 6 1 7 pyaubio = bld.new_task_gen(name = 'python-aubio', 2 8 features = 'cc cshlib pyext', 3 9 source = '../../swig/aubio.i', 10 add_objects = 'sndfileio', 4 11 target = '_aubiowrapper', 5 uselib_local = ['aubio', 'aubioext'], 12 uselib_local = ['aubio'], 13 uselib = ['SNDFILE'], 6 14 swig_flags = '-python -Wall', 7 includes = '. ../../src ../../ex t')15 includes = '. ../../src ../../examples') 8 16 pyaubio.install_path = '${PYTHONDIR}/${PACKAGE}' 9 17
Note: See TracChangeset
for help on using the changeset viewer.