feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 5a405dd 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
|
Line | |
---|
1 | if COMPILE_TESTS |
---|
2 | SUBDIRS = tests |
---|
3 | endif |
---|
4 | |
---|
5 | # global flags |
---|
6 | AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(top_srcdir)/src -I$(top_srcdir)/ext @AUBIO_CFLAGS@ @LASH_CFLAGS@ @FFTWLIB_CFLAGS@ |
---|
7 | AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @LASH_LIBS@ |
---|
8 | |
---|
9 | # add your programs to this list |
---|
10 | bin_PROGRAMS = \ |
---|
11 | aubioonset \ |
---|
12 | aubiotrack \ |
---|
13 | aubionotes |
---|
14 | |
---|
15 | noinst_PROGRAMS = \ |
---|
16 | aubioquiet |
---|
17 | |
---|
18 | EXTRA_DIST = utils.h |
---|
19 | |
---|
20 | # optionally add sources file for these programs |
---|
21 | aubioonset_SOURCES = aubioonset.c utils.c |
---|
22 | aubionotes_SOURCES = aubionotes.c utils.c |
---|
23 | aubiotrack_SOURCES = aubiotrack.c utils.c |
---|
24 | aubioquiet_SOURCES = aubioquiet.c utils.c |
---|
25 | |
---|
26 | aubioonset_LDADD = @JACK_LIBS@ |
---|
27 | aubionotes_LDADD = @JACK_LIBS@ |
---|
28 | aubiotrack_LDADD = @JACK_LIBS@ |
---|
29 | aubioquiet_LDADD = @JACK_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.