Changeset 7de4de0
- Timestamp:
- Sep 30, 2009, 3:54:34 AM (15 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:
- ae6e15c
- Parents:
- 0a6c211
- Files:
-
- 2 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r0a6c211 r7de4de0 242 242 src/Makefile 243 243 ext/Makefile 244 cpp/Makefile245 244 examples/Makefile 246 245 tests/Makefile … … 253 252 interfaces/java/Makefile 254 253 interfaces/java/aubio/Makefile 254 interfaces/cpp/Makefile 255 255 plugins/Makefile 256 256 plugins/audacity/Makefile -
interfaces/cpp/wscript_build
r0a6c211 r7de4de0 2 2 libaubiocpp = bld.new_task_gen( 3 3 features = 'cxx cshlib', 4 includes = ['.', '../ src'],4 includes = ['.', '../../src'], 5 5 source = bld.path.ant_glob('*.cpp'), 6 6 target = 'aubiocpp', -
wscript
r0a6c211 r7de4de0 136 136 137 137 # add sub directories 138 bld.add_subdirs('src ext examples cpp')138 bld.add_subdirs('src ext examples interfaces/cpp') 139 139 if bld.env['SWIG']: 140 140 if bld.env['PYTHON']:
Note: See TracChangeset
for help on using the changeset viewer.