summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: e0b3931a609ad8f3a7762b7ed3476fcb6c45d7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
EXTRA_DIST = \
	audiofile.cc \
	channel.cc \
	channelmixer.cc \
	configuration.cc \
	drumgizmo.cc \
	drumkit.cc \
	drumkitparser.cc \
	events.cc \
	instrument.cc \
	instrumentparser.cc \
	midimapparser.cc \
	midimapper.cc \
	mutex.cc \
	path.cc \
	sample.cc \
	saxparser.cc \
	velocity.cc \
	\
	audio.h \
	audiofile.h \
	audioinputengine.h \
	audiooutputengine.h \
	beatmapper.h \
	channel.h \
	channelmixer.h \
	configuration.h \
	drumgizmo.h \
	drumkit.h \
	drumkitparser.h \
	events.h \
	instrument.h \
	instrumentparser.h \
	midimapparser.h \
	midimapper.h \
	mutex.h \
	path.h \
	rangemap.h \
	sample.h \
	saxparser.h \
	thread.h \
	velocity.h


################
# Test Section #
################

TEST_SOURCE_DEPS = ${EXTRA_DIST}
TEST_SCRIPT_DIR = $(top_srcdir)/tools

include ${TEST_SCRIPT_DIR}/Makefile.am.test

include Makefile.am.test