source:
examples/Makefile.am
@
8d29cfe
Last change on this file since 8d29cfe was f41f5c4, checked in by , 19 years ago | |
---|---|
|
|
File size: 724 bytes |
Rev | Line | |
---|---|---|
[437fa65] | 1 | if COMPILE_TESTS |
2 | SUBDIRS = tests | |
3 | endif | |
[96fb8ad] | 4 | |
5 | # global flags | |
[162fd27] | 6 | AM_CFLAGS = -DAUBIO_PREFIX=\"$(prefix)\" -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@ @FFTWLIB_CFLAGS@ |
[b60dd4ae] | 7 | AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio |
[96fb8ad] | 8 | #AM_SOURCES = utils.c |
9 | ||
10 | # add your programs to this list | |
11 | bin_PROGRAMS = \ | |
12 | aubioonset \ | |
[b78805a] | 13 | aubiotrack \ |
[f41f5c4] | 14 | aubioquiet \ |
[96fb8ad] | 15 | aubionotes |
[437fa65] | 16 | |
[e997b1a] | 17 | EXTRA_DIST = utils.h |
[96fb8ad] | 18 | |
19 | # optionally add sources file for these programs | |
20 | aubioonset_SOURCES = aubioonset.c utils.c | |
21 | aubionotes_SOURCES = aubionotes.c utils.c | |
[b78805a] | 22 | aubiotrack_SOURCES = aubiotrack.c utils.c |
[f41f5c4] | 23 | aubioquiet_SOURCES = aubioquiet.c utils.c |
[b6f6d58] | 24 | |
25 | aubioonset_LDADD = @JACK_LIBS@ | |
26 | aubionotes_LDADD = @JACK_LIBS@ | |
[b78805a] | 27 | aubiotrack_LDADD = @JACK_LIBS@ |
[f41f5c4] | 28 | aubioquiet_LDADD = @JACK_LIBS@ |
Note: See TracBrowser
for help on using the repository browser.