source: examples/Makefile.am @ c1656cf

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

examples/Makefile.am: add aubiomfcc

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