Changeset 7de4de0


Ignore:
Timestamp:
Sep 30, 2009, 3:54:34 AM (15 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:
ae6e15c
Parents:
0a6c211
Message:

moved cpp to interfaces/

Files:
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    r0a6c211 r7de4de0  
    242242    src/Makefile
    243243    ext/Makefile
    244     cpp/Makefile
    245244    examples/Makefile
    246245    tests/Makefile
     
    253252    interfaces/java/Makefile
    254253    interfaces/java/aubio/Makefile
     254    interfaces/cpp/Makefile
    255255    plugins/Makefile
    256256    plugins/audacity/Makefile
  • interfaces/cpp/wscript_build

    r0a6c211 r7de4de0  
    22libaubiocpp = bld.new_task_gen(
    33    features = 'cxx cshlib',
    4     includes = ['.', '../src'],
     4    includes = ['.', '../../src'],
    55    source = bld.path.ant_glob('*.cpp'),
    66    target = 'aubiocpp',
  • wscript

    r0a6c211 r7de4de0  
    136136
    137137  # add sub directories
    138   bld.add_subdirs('src ext examples cpp')
     138  bld.add_subdirs('src ext examples interfaces/cpp')
    139139  if bld.env['SWIG']:
    140140    if bld.env['PYTHON']:
Note: See TracChangeset for help on using the changeset viewer.