summaryrefslogtreecommitdiff
path: root/jack/Makefile.am
blob: 403eca497039bb1d4063adf013691d8ba423d86d (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
MAINTAINERCLEANFILES = Makefile.in version.h

libjackincludedir = $(includedir)/jack

libjackinclude_HEADERS = 	\
	intclient.h		\
	jack.h			\
	ringbuffer.h		\
	statistics.h            \
	session.h               \
	thread.h                \
	timestamps.h		\
	transport.h		\
	types.h	                \
	midiport.h              \
	weakmacros.h            \
	weakjack.h              \
	control.h

noinst_HEADERS =		\
	atomicity.h		\
	bitset.h		\
	driver.h 		\
	driver_interface.h	\
	driver_parse.h	        \
	engine.h		\
	hardware.h 		\
	internal.h 		\
	intsimd.h 		\
	jslist.h		\
	memops.h		\
	messagebuffer.h		\
	pool.h			\
	port.h			\
	ringbuffer.h	        \
	sanitycheck.h           \
	shm.h			\
	start.h			\
	systemtest.h            \
	unlock.h		\
	varargs.h		\
	version.h