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