- Timestamp:
- Aug 9, 2005, 4:27:58 AM (20 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
- Location:
- examples
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.