source: examples/Makefile.am @ 7873363

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

merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury

  • Property mode set to 100644
File size: 802 bytes
Line 
1# global flags
2AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @AUBIO_CFLAGS@ @LASH_CFLAGS@ @FFTWLIB_CFLAGS@
3AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @LASH_LIBS@
4
5# add your programs to this list
6bin_PROGRAMS = \
7        aubioonset \
8        aubiotrack \
9        aubionotes \
10        aubiomfcc
11
12noinst_PROGRAMS = \
13        aubioquiet
14
15EXTRA_DIST = utils.h
16
17# optionally add sources file for these programs
18aubioonset_SOURCES = aubioonset.c utils.c
19aubionotes_SOURCES = aubionotes.c utils.c
20aubiotrack_SOURCES = aubiotrack.c utils.c
21aubioquiet_SOURCES = aubioquiet.c utils.c
22aubiomfcc_SOURCES = aubiomfcc.c utils.c
23
24aubioonset_LDADD = @JACK_LIBS@
25aubionotes_LDADD = @JACK_LIBS@
26aubiotrack_LDADD = @JACK_LIBS@
27aubioquiet_LDADD = @JACK_LIBS@
28aubiomfcc_LDADD = @JACK_LIBS@
Note: See TracBrowser for help on using the repository browser.