source: examples/Makefile.am @ fe28ff3

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

use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS

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