feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since aa3c8b7 was
b49daf6,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
started enabling ladcca support
ladcca still need works, not sure how to avoid the extern client
|
-
Property mode set to
100644
|
File size:
610 bytes
|
Line | |
---|
1 | |
---|
2 | #SUBDIRS=onsets |
---|
3 | |
---|
4 | # global flags |
---|
5 | AM_CFLAGS = -I../src @LADCCA_CFLAGS@ |
---|
6 | AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio |
---|
7 | #AM_SOURCES = utils.c |
---|
8 | |
---|
9 | # add your programs to this list |
---|
10 | bin_PROGRAMS = \ |
---|
11 | aubioonset \ |
---|
12 | aubionotesmedian \ |
---|
13 | aubionotes |
---|
14 | |
---|
15 | noinst_PROGRAMS = \ |
---|
16 | midiparse \ |
---|
17 | midiplay \ |
---|
18 | midialsa \ |
---|
19 | testforclam |
---|
20 | |
---|
21 | man_MANS = aubionotes.1 aubioonset.1 |
---|
22 | EXTRA_DIST = utils.h $(man_MANS) |
---|
23 | |
---|
24 | |
---|
25 | # optionally add sources file for these programs |
---|
26 | aubioonset_SOURCES = aubioonset.c utils.c |
---|
27 | aubionotes_SOURCES = aubionotes.c utils.c |
---|
28 | aubionotesmedian_SOURCES = aubionotesmedian.c utils.c |
---|
29 | testforclam_SOURCES = testforclam.c utils.c |
---|
Note: See
TracBrowser
for help on using the repository browser.