source: examples/Makefile.am @ de2a8af

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

move python/tests to tests/python, examples/tests to tests/src, add .bzrignore

  • Property mode set to 100644
File size: 719 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
11noinst_PROGRAMS = \
12        aubioquiet
13
14EXTRA_DIST = utils.h
15
16# optionally add sources file for these programs
17aubioonset_SOURCES = aubioonset.c utils.c
18aubionotes_SOURCES = aubionotes.c utils.c
19aubiotrack_SOURCES = aubiotrack.c utils.c
20aubioquiet_SOURCES = aubioquiet.c utils.c
21
22aubioonset_LDADD = @JACK_LIBS@
23aubionotes_LDADD = @JACK_LIBS@
24aubiotrack_LDADD = @JACK_LIBS@
25aubioquiet_LDADD = @JACK_LIBS@
Note: See TracBrowser for help on using the repository browser.