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