feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 4621cd6 was
2359cbd,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
wscript: factorise build of extra source files
|
-
Property mode set to
100644
|
File size:
520 bytes
|
Rev | Line | |
---|
[000b090] | 1 | # build examples |
---|
| 2 | |
---|
| 3 | # loop over all *.c filenames in examples to build them all |
---|
| 4 | for target_name in bld.path.ant_glob('*.c').split(): |
---|
[04ceeab] | 5 | # ignore utils.c |
---|
[2359cbd] | 6 | if target_name in ['utils.c', 'jackio.c', 'sndfileio.c']: continue |
---|
[04ceeab] | 7 | bld.new_task_gen(features = 'cc cprogram', |
---|
[2359cbd] | 8 | add_objects = 'utilsio', |
---|
[740f06b] | 9 | includes = '../src', |
---|
| 10 | uselib = ['LASH', 'JACK', 'SNDFILE'], |
---|
| 11 | uselib_local = ['aubio'], |
---|
[04ceeab] | 12 | source = target_name, |
---|
| 13 | # program name is filename.c without the .c |
---|
| 14 | target = target_name.split('.')[0]) |
---|
Note: See
TracBrowser
for help on using the repository browser.