Changeset 437fa65
- Timestamp:
- Aug 9, 2005, 4:27:58 AM (19 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:
- 12bdd63
- Parents:
- ccfafb2
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
VERSION
rccfafb2 r437fa65 1 1 AUBIO_MAJOR_VERSION=0 2 AUBIO_MINOR_VERSION= 13 AUBIO_PATCH_VERSION= 94 AUBIO_VERSION_STATUS=beta 52 AUBIO_MINOR_VERSION=2 3 AUBIO_PATCH_VERSION=0 4 AUBIO_VERSION_STATUS=beta1 5 5 -
examples/Makefile.am
rccfafb2 r437fa65 1 #SUBDIRS=onsets 1 if COMPILE_TESTS 2 SUBDIRS = tests 3 endif 2 4 3 5 # global flags 4 AM_CFLAGS = -I ../src -I../ext @LADCCA_CFLAGS@6 AM_CFLAGS = -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ 5 7 AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio 6 8 #AM_SOURCES = utils.c … … 11 13 aubiotrack \ 12 14 aubionotes 13 15 14 16 EXTRA_DIST = utils.h 15 17
Note: See TracChangeset
for help on using the changeset viewer.