source: examples/Makefile.am @ e997b1a

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