1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| includesubdir = $(includedir)/copperplate
|
| includesub_HEADERS = \
| clockobj.h \
| cluster.h \
| debug.h \
| eventobj.h \
| heapobj.h \
| reference.h \
| registry.h \
| semobj.h \
| syncobj.h \
| threadobj.h \
| timerobj.h \
| traceobj.h \
| tunables.h
|
| noinst_HEADERS = \
| registry-obstack.h
|
|