Ignore:
Timestamp:
Mar 6, 2014, 6:03:49 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

{tests,src,examples}/wscript_build: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    r584016f rdc0e759  
    99# build examples
    1010bld(features = 'c',
    11       source = utils_source,
    12       includes = ['../src'],
    13       uselib = uselib,
    14       target = 'utilsio')
     11        source = utils_source,
     12        includes = ['../src'],
     13        uselib = uselib,
     14        target = 'utilsio')
    1515
    1616# loop over all *.c filenames in examples to build them all
    1717for source_file in programs_source:
    18   bld(features = 'c cprogram',
    19       includes = '../src',
    20       lib = 'm',
    21       use = ['aubio', 'utilsio'],
    22       source = source_file,
    23       target = str(source_file).split('.')[0]
    24     )
     18    bld(features = 'c cprogram',
     19            includes = '../src',
     20            lib = 'm',
     21            use = ['aubio', 'utilsio'],
     22            source = source_file,
     23            target = str(source_file).split('.')[0]
     24            )
Note: See TracChangeset for help on using the changeset viewer.