source: examples/Makefile.am @ 336cf77

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

added aubioquiet in examples
added aubioquiet in examples

  • Property mode set to 100644
File size: 724 bytes
RevLine 
[437fa65]1if COMPILE_TESTS
2SUBDIRS = tests
3endif
[96fb8ad]4
5# global flags
[162fd27]6AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ @FFTWLIB_CFLAGS@
[b60dd4ae]7AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
[96fb8ad]8#AM_SOURCES = utils.c
9
10# add your programs to this list
11bin_PROGRAMS = \
12        aubioonset \
[b78805a]13        aubiotrack \
[f41f5c4]14        aubioquiet \
[96fb8ad]15        aubionotes
[437fa65]16
[e997b1a]17EXTRA_DIST = utils.h
[96fb8ad]18
19# optionally add sources file for these programs
20aubioonset_SOURCES = aubioonset.c utils.c
21aubionotes_SOURCES = aubionotes.c utils.c
[b78805a]22aubiotrack_SOURCES = aubiotrack.c utils.c
[f41f5c4]23aubioquiet_SOURCES = aubioquiet.c utils.c
[b6f6d58]24
25aubioonset_LDADD = @JACK_LIBS@
26aubionotes_LDADD = @JACK_LIBS@
[b78805a]27aubiotrack_LDADD = @JACK_LIBS@
[f41f5c4]28aubioquiet_LDADD = @JACK_LIBS@
Note: See TracBrowser for help on using the repository browser.