Changeset e460e60


Ignore:
Timestamp:
Oct 25, 2009, 9:45:12 PM (14 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:
1342c2f
Parents:
b616ffe
Message:

interfaces/cpp: remove, will create a separate project later if needed

Files:
7 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rb616ffe re460e60  
    1414
    1515
    16 SUBDIRS = src interfaces/cpp examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests
     16SUBDIRS = src examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests
    1717EXTRA_DIST = bootstrap VERSION
    1818
  • configure.ac

    rb616ffe re460e60  
    3232   AC_MSG_ERROR([*** No C compiler found !])
    3333fi
    34 AC_PROG_CXX
    3534AC_PROG_INSTALL
    3635
     
    261260    tests/Makefile
    262261    tests/src/Makefile
    263     tests/cpp/Makefile
    264262    sounds/Makefile
    265263    swig/Makefile
     
    268266    interfaces/java/Makefile
    269267    interfaces/java/aubio/Makefile
    270     interfaces/cpp/Makefile
    271268    plugins/Makefile
    272269    plugins/audacity/Makefile
  • tests/Makefile.am

    rb616ffe re460e60  
    11if COMPILE_TESTS
    2 SUBDIRS = src cpp
     2SUBDIRS = src
    33endif
  • wscript

    rb616ffe re460e60  
    137137
    138138  # add sub directories
    139   bld.add_subdirs('src examples interfaces/cpp')
     139  bld.add_subdirs('src examples')
    140140  if bld.env['SWIG']:
    141141    if bld.env['PYTHON']:
Note: See TracChangeset for help on using the changeset viewer.