source: ext/wscript_build @ 705aec8

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 705aec8 was 705aec8, checked in by Paul Brossier <piem@piem.org>, 15 years ago

ext/midi: remove all midi stuff borrowed from fluidsynth, now unused

  • Property mode set to 100644
File size: 408 bytes
Line 
1# build libaubioext
2libaubioext = bld.new_task_gen(
3    features = 'cc cshlib',
4    includes = ['.', '../src'],
5    source = bld.path.ant_glob('*.c **/*.c'),
6    target = 'aubioext',
7    uselib = ['SNDFILE', 'JACK'],
8    uselib_local = ['aubio'],
9    vnum = bld.env['LIB_VERSION'])
10
11# install headers
12for file in bld.path.ant_glob('**/*.h').split():
13  bld.install_as('${PREFIX}/include/aubio/' + file, file)
Note: See TracBrowser for help on using the repository browser.