Tizen 2.0 Release
[platform/upstream/libremix.git] / src / examples / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/ctxdata -I$(top_srcdir)/include -I../ctxdata
3
4 if BUILD_MONITOR
5 monitor_programs = noisedemo squaredemo
6 if HAVE_LIBSNDFILE1
7 sndfile_programs = sndfiledemo
8 endif
9
10 endif
11
12 noinst_PROGRAMS = cd_list_test $(monitor_programs) $(sndfile_programs)
13
14 EXTRA_DIST = 909_cl.wav 1052.wav
15
16 REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la ../ctxdata/libctxdata.la -ldl
17
18 cd_list_test_SOURCES = cd_list_test.c
19 cd_list_test_LDADD = ../ctxdata/libctxdata.la
20
21 noisedemo_SOURCES = noisedemo.c
22 noisedemo_LDADD = $(REMIX_LIBS)
23
24 squaredemo_SOURCES = squaredemo.c
25 squaredemo_LDADD = $(REMIX_LIBS)
26
27 sndfiledemo_CFLAGS = -DSAMPLEDIR=\"$(srcdir)\"
28 sndfiledemo_SOURCES = sndfiledemo.c
29 sndfiledemo_LDADD = $(REMIX_LIBS) @SNDFILE_LIBS@