source: examples/Makefile.am @ a0fd4e4

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since a0fd4e4 was a0fd4e4, checked in by Paul Brossier <piem@altern.org>, 19 years ago

merge aubionotes and aubionotesmedian

add make_audio_plot to gnuplot.py
adds autocorrelation to mathutils
adds Makefile.in to junk files

  • Property mode set to 100644
File size: 398 bytes
Line 
1#SUBDIRS=onsets
2
3# global flags
4AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@
5AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
6#AM_SOURCES = utils.c
7
8# add your programs to this list
9bin_PROGRAMS = \
10        aubioonset \
11        aubionotes
12       
13EXTRA_DIST = utils.h
14
15# optionally add sources file for these programs
16aubioonset_SOURCES = aubioonset.c utils.c
17aubionotes_SOURCES = aubionotes.c utils.c
Note: See TracBrowser for help on using the repository browser.