- Timestamp:
- Mar 6, 2014, 6:03:49 PM (11 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:
- e794a80
- Parents:
- 584016f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/wscript_build
r584016f rdc0e759 2 2 3 3 for target_name in ctx.path.ant_glob('src/**/*.c'): 4 uselib = []5 includes = ['../src', '.']6 extra_source = []4 uselib = [] 5 includes = ['../src', '.'] 6 extra_source = [] 7 7 8 bld(features = 'c cprogram test', 9 lib = 'm', 10 uselib = uselib, 11 source = [target_name] + extra_source, 12 target = str(target_name).split('.')[0], 13 includes = includes, 14 install_path = None, 15 defines = 'AUBIO_UNSTABLE_API=1', 16 cflags = ['-g'], 17 use = 'aubio') 18 8 bld(features = 'c cprogram test', 9 lib = 'm', 10 uselib = uselib, 11 source = [target_name] + extra_source, 12 target = str(target_name).split('.')[0], 13 includes = includes, 14 install_path = None, 15 defines = 'AUBIO_UNSTABLE_API=1', 16 cflags = ['-g'], 17 use = 'aubio')
Note: See TracChangeset
for help on using the changeset viewer.