1 MAINTAINERCLEANFILES = Makefile.in version.h
2
3 libjackincludedir = $(includedir)/jack
4
5 libjackinclude_HEADERS = \
6 jack.h \
7 ringbuffer.h \
8 timestamps.h \
9 transport.h \
10 types.h
11
12 noinst_HEADERS = \
13 cycles.h \
14 driver.h \
15 engine.h \
16 hardware.h \
17 internal.h \
18 jslist.h \
19 pool.h \
20 port.h \
21 ringbuffer.h \
22 shm.h \
23 start.h \
24 time.h \
25 version.h \
26 driver_interface.h \
27 driver_parse.h
28
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.