removed some boring examples
[aubio.git] / examples / Makefile.am
1
2 #SUBDIRS=onsets
3
4 # global flags
5 AM_CFLAGS = -I../src @LADCCA_CFLAGS@
6 AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio
7 #AM_SOURCES = utils.c
8
9 # add your programs to this list
10 bin_PROGRAMS = \
11         aubioonset \
12         aubionotesmedian \
13         aubionotes
14         
15 EXTRA_DIST = utils.h
16
17 # optionally add sources file for these programs
18 aubioonset_SOURCES = aubioonset.c utils.c
19 aubionotes_SOURCES = aubionotes.c utils.c
20 aubionotesmedian_SOURCES = aubionotesmedian.c utils.c