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