source: examples/Makefile.am @ 0380645

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 0380645 was 7873363, checked in by Paul Brossier <piem@piem.org>, 17 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
RevLine 
[96fb8ad]1# global flags
[17db1cd]2AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @AUBIO_CFLAGS@ @LASH_CFLAGS@ @FFTWLIB_CFLAGS@
[71482a9]3AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @LASH_LIBS@
[96fb8ad]4
5# add your programs to this list
6bin_PROGRAMS = \
7        aubioonset \
[b78805a]8        aubiotrack \
[e2337ba]9        aubionotes \
10        aubiomfcc
[437fa65]11
[9904d81]12noinst_PROGRAMS = \
13        aubioquiet
14
[e997b1a]15EXTRA_DIST = utils.h
[96fb8ad]16
17# optionally add sources file for these programs
18aubioonset_SOURCES = aubioonset.c utils.c
19aubionotes_SOURCES = aubionotes.c utils.c
[b78805a]20aubiotrack_SOURCES = aubiotrack.c utils.c
[f41f5c4]21aubioquiet_SOURCES = aubioquiet.c utils.c
[e2337ba]22aubiomfcc_SOURCES = aubiomfcc.c utils.c
[b6f6d58]23
24aubioonset_LDADD = @JACK_LIBS@
25aubionotes_LDADD = @JACK_LIBS@
[b78805a]26aubiotrack_LDADD = @JACK_LIBS@
[f41f5c4]27aubioquiet_LDADD = @JACK_LIBS@
[e2337ba]28aubiomfcc_LDADD = @JACK_LIBS@
Note: See TracBrowser for help on using the repository browser.