include/Makefile.am: add titles (comments) to groups of files
[babeltrace.git] / include / Makefile.am
CommitLineData
6941b8e8 1# Core API
0ec662bd
JD
2babeltraceinclude_HEADERS = \
3 babeltrace/babeltrace.h \
83509119 4 babeltrace/values.h \
beb0fb75
PP
5 babeltrace/ref.h \
6 babeltrace/logging.h
0ec662bd 7
6941b8e8 8# Legacy API (for CTF writer)
64a35d1b 9babeltracectfinclude_HEADERS = \
dc3fffef 10 babeltrace/ctf/events.h
273b65be 11
6941b8e8 12# CTF writer API
273b65be 13babeltracectfwriterinclude_HEADERS = \
46bd0f2b
JG
14 babeltrace/ctf-writer/clock.h \
15 babeltrace/ctf-writer/writer.h \
16 babeltrace/ctf-writer/event-fields.h \
17 babeltrace/ctf-writer/event-types.h \
18 babeltrace/ctf-writer/event.h \
adc315b8
JG
19 babeltrace/ctf-writer/stream.h \
20 babeltrace/ctf-writer/stream-class.h
21
6941b8e8 22# CTF IR API
adc315b8 23babeltracectfirinclude_HEADERS = \
ac0c6bdd 24 babeltrace/ctf-ir/clock-class.h \
2e33ac5a
PP
25 babeltrace/ctf-ir/fields.h \
26 babeltrace/ctf-ir/field-types.h \
adc315b8 27 babeltrace/ctf-ir/event.h \
272df73e 28 babeltrace/ctf-ir/event-class.h \
b011f6b0 29 babeltrace/ctf-ir/field-path.h \
3f043b05 30 babeltrace/ctf-ir/stream.h \
f79cf0f0 31 babeltrace/ctf-ir/packet.h \
bc37ae52 32 babeltrace/ctf-ir/stream-class.h \
654c1444 33 babeltrace/ctf-ir/trace.h \
8bf65fbd
JG
34 babeltrace/ctf-ir/utils.h \
35 babeltrace/ctf-ir/visitor.h
70bd0a12 36
6941b8e8 37# Plugin and plugin development API
6ee873c6
JG
38babeltraceplugininclude_HEADERS = \
39 babeltrace/plugin/plugin.h \
33b34c43
PP
40 babeltrace/plugin/plugin-dev.h
41
6941b8e8 42# Graph, component, and notification API
b2e0c907 43babeltracegraphinclude_HEADERS = \
8c0b8894 44 babeltrace/graph/clock-class-priority-map.h \
b2e0c907
PP
45 babeltrace/graph/component-class-filter.h \
46 babeltrace/graph/component-class-sink.h \
47 babeltrace/graph/component-class-source.h \
48 babeltrace/graph/component-class.h \
49 babeltrace/graph/component-filter.h \
50 babeltrace/graph/component-sink.h \
51 babeltrace/graph/component-source.h \
cc469c42 52 babeltrace/graph/component-status.h \
b2e0c907
PP
53 babeltrace/graph/component.h \
54 babeltrace/graph/connection.h \
55 babeltrace/graph/graph.h \
b2e0c907
PP
56 babeltrace/graph/notification-event.h \
57 babeltrace/graph/notification-heap.h \
ece3fb0f 58 babeltrace/graph/notification-inactivity.h \
b2e0c907
PP
59 babeltrace/graph/notification-iterator.h \
60 babeltrace/graph/notification.h \
61 babeltrace/graph/notification-packet.h \
b2e0c907
PP
62 babeltrace/graph/notification-stream.h \
63 babeltrace/graph/port.h \
64 babeltrace/graph/private-component-filter.h \
65 babeltrace/graph/private-component-sink.h \
66 babeltrace/graph/private-component-source.h \
67 babeltrace/graph/private-component.h \
68 babeltrace/graph/private-connection.h \
69 babeltrace/graph/private-notification-iterator.h \
70 babeltrace/graph/private-port.h
6ee873c6 71
e92927d1 72noinst_HEADERS = \
3d9990ac 73 babeltrace/align-internal.h \
70bd0a12 74 babeltrace/babeltrace-internal.h \
3d9990ac 75 babeltrace/bitfield-internal.h \
1670bffd 76 babeltrace/common-internal.h \
beb0fb75
PP
77 babeltrace/compat/dirent-internal.h \
78 babeltrace/compat/fcntl-internal.h \
79 babeltrace/compat/glib-internal.h \
80 babeltrace/compat/limits-internal.h \
81 babeltrace/compat/memstream-internal.h \
82 babeltrace/compat/mman-internal.h \
83 babeltrace/compat/send-internal.h \
84 babeltrace/compat/stdio-internal.h \
85 babeltrace/compat/stdlib-internal.h \
86 babeltrace/compat/string-internal.h \
87 babeltrace/compat/utc-internal.h \
88 babeltrace/compat/uuid-internal.h \
3d9990ac 89 babeltrace/compiler-internal.h \
44e0a4f5 90 babeltrace/ctf-ir/attributes-internal.h \
beb0fb75 91 babeltrace/ctf-ir/clock-class-internal.h \
272df73e 92 babeltrace/ctf-ir/event-class-internal.h \
beb0fb75 93 babeltrace/ctf-ir/event-internal.h \
b011f6b0 94 babeltrace/ctf-ir/field-path-internal.h \
beb0fb75
PP
95 babeltrace/ctf-ir/field-types-internal.h \
96 babeltrace/ctf-ir/fields-internal.h \
97 babeltrace/ctf-ir/packet-internal.h \
09840de5 98 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 99 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 100 babeltrace/ctf-ir/stream-internal.h \
daf01357 101 babeltrace/ctf-ir/trace-internal.h \
09840de5 102 babeltrace/ctf-ir/validation-internal.h \
8bf65fbd 103 babeltrace/ctf-ir/visitor-internal.h \
ac0c6bdd 104 babeltrace/ctf-writer/clock-internal.h \
273b65be 105 babeltrace/ctf-writer/functor-internal.h \
beb0fb75
PP
106 babeltrace/ctf-writer/serialize-internal.h \
107 babeltrace/ctf-writer/writer-internal.h \
3d9990ac 108 babeltrace/endian-internal.h \
beb0fb75 109 babeltrace/graph/clock-class-priority-map-internal.h \
b2e0c907 110 babeltrace/graph/component-class-internal.h \
b2e0c907 111 babeltrace/graph/component-filter-internal.h \
beb0fb75 112 babeltrace/graph/component-internal.h \
b2e0c907
PP
113 babeltrace/graph/component-sink-internal.h \
114 babeltrace/graph/component-source-internal.h \
beb0fb75
PP
115 babeltrace/graph/connection-internal.h \
116 babeltrace/graph/graph-internal.h \
b2e0c907 117 babeltrace/graph/notification-event-internal.h \
beb0fb75 118 babeltrace/graph/notification-heap-internal.h \
ece3fb0f 119 babeltrace/graph/notification-inactivity-internal.h \
b2e0c907 120 babeltrace/graph/notification-internal.h \
beb0fb75 121 babeltrace/graph/notification-iterator-internal.h \
b2e0c907
PP
122 babeltrace/graph/notification-packet-internal.h \
123 babeltrace/graph/notification-stream-internal.h \
beb0fb75
PP
124 babeltrace/graph/port-internal.h \
125 babeltrace/lib-logging-internal.h \
126 babeltrace/logging-internal.h \
127 babeltrace/mmap-align-internal.h \
128 babeltrace/object-internal.h \
129 babeltrace/plugin/plugin-internal.h \
130 babeltrace/plugin/plugin-so-internal.h \
131 babeltrace/prio-heap-internal.h \
132 babeltrace/ref-internal.h
This page took 0.045698 seconds and 4 git commands to generate.