source: examples/Makefile.am @ 437fa65

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

added examples, bumped VERSION to 0.2.0beta1

  • Property mode set to 100644
File size: 591 bytes
Line 
1if COMPILE_TESTS
2SUBDIRS = tests
3endif
4
5# global flags
6AM_CFLAGS = -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@
7AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
8#AM_SOURCES = utils.c
9
10# add your programs to this list
11bin_PROGRAMS = \
12        aubioonset \
13        aubiotrack \
14        aubionotes
15
16EXTRA_DIST = utils.h
17
18# optionally add sources file for these programs
19aubioonset_SOURCES = aubioonset.c utils.c
20aubionotes_SOURCES = aubionotes.c utils.c
21aubiotrack_SOURCES = aubiotrack.c utils.c
22
23aubioonset_LDADD = @JACK_LIBS@
24aubionotes_LDADD = @JACK_LIBS@
25aubiotrack_LDADD = @JACK_LIBS@
Note: See TracBrowser for help on using the repository browser.