Makefile
src/Makefile
ext/Makefile
- cpp/Makefile
examples/Makefile
tests/Makefile
tests/src/Makefile
python/aubio/Makefile
interfaces/java/Makefile
interfaces/java/aubio/Makefile
+ interfaces/cpp/Makefile
plugins/Makefile
plugins/audacity/Makefile
plugins/audacity/plug-ins/Makefile
# build libaubiocpp
libaubiocpp = bld.new_task_gen(
features = 'cxx cshlib',
- includes = ['.', '../src'],
+ includes = ['.', '../../src'],
source = bld.path.ant_glob('*.cpp'),
target = 'aubiocpp',
uselib_local = ['aubio'],
bld.env['LIB_VERSION'] = LIB_VERSION
# add sub directories
- bld.add_subdirs('src ext examples cpp')
+ bld.add_subdirs('src ext examples interfaces/cpp')
if bld.env['SWIG']:
if bld.env['PYTHON']:
bld.add_subdirs('python/aubio python')