Changeset e460e60
- Timestamp:
- Oct 25, 2009, 9:45:12 PM (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:
- 1342c2f
- Parents:
- b616ffe
- Files:
-
- 7 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rb616ffe re460e60 14 14 15 15 16 SUBDIRS = src interfaces/cppexamples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests16 SUBDIRS = src examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests 17 17 EXTRA_DIST = bootstrap VERSION 18 18 -
configure.ac
rb616ffe re460e60 32 32 AC_MSG_ERROR([*** No C compiler found !]) 33 33 fi 34 AC_PROG_CXX35 34 AC_PROG_INSTALL 36 35 … … 261 260 tests/Makefile 262 261 tests/src/Makefile 263 tests/cpp/Makefile264 262 sounds/Makefile 265 263 swig/Makefile … … 268 266 interfaces/java/Makefile 269 267 interfaces/java/aubio/Makefile 270 interfaces/cpp/Makefile271 268 plugins/Makefile 272 269 plugins/audacity/Makefile -
tests/Makefile.am
rb616ffe re460e60 1 1 if COMPILE_TESTS 2 SUBDIRS = src cpp2 SUBDIRS = src 3 3 endif -
wscript
rb616ffe re460e60 137 137 138 138 # add sub directories 139 bld.add_subdirs('src examples interfaces/cpp')139 bld.add_subdirs('src examples') 140 140 if bld.env['SWIG']: 141 141 if bld.env['PYTHON']:
Note: See TracChangeset
for help on using the changeset viewer.