Commit | Line | Data |
---|---|---|
0ec662bd JD |
1 | babeltraceinclude_HEADERS = \ |
2 | babeltrace/babeltrace.h \ | |
95d36295 | 3 | babeltrace/format.h \ |
6204d33c | 4 | babeltrace/context.h \ |
842c2b97 | 5 | babeltrace/iterator.h \ |
3122e6f0 | 6 | babeltrace/trace-handle.h \ |
03798a93 | 7 | babeltrace/list.h \ |
347829f5 | 8 | babeltrace/clock-types.h \ |
83509119 JG |
9 | babeltrace/values.h \ |
10 | babeltrace/ref.h | |
0ec662bd | 11 | |
64a35d1b | 12 | babeltracectfinclude_HEADERS = \ |
9efd5d76 MD |
13 | babeltrace/ctf/events.h \ |
14 | babeltrace/ctf/callbacks.h \ | |
273b65be JG |
15 | babeltrace/ctf/iterator.h |
16 | ||
17 | babeltracectfwriterinclude_HEADERS = \ | |
46bd0f2b JG |
18 | babeltrace/ctf-writer/clock.h \ |
19 | babeltrace/ctf-writer/writer.h \ | |
20 | babeltrace/ctf-writer/event-fields.h \ | |
21 | babeltrace/ctf-writer/event-types.h \ | |
22 | babeltrace/ctf-writer/event.h \ | |
adc315b8 JG |
23 | babeltrace/ctf-writer/stream.h \ |
24 | babeltrace/ctf-writer/stream-class.h | |
25 | ||
26 | babeltracectfirinclude_HEADERS = \ | |
ac0c6bdd | 27 | babeltrace/ctf-ir/clock-class.h \ |
2e33ac5a PP |
28 | babeltrace/ctf-ir/fields.h \ |
29 | babeltrace/ctf-ir/field-types.h \ | |
adc315b8 | 30 | babeltrace/ctf-ir/event.h \ |
272df73e | 31 | babeltrace/ctf-ir/event-class.h \ |
b011f6b0 | 32 | babeltrace/ctf-ir/field-path.h \ |
3f043b05 | 33 | babeltrace/ctf-ir/stream.h \ |
f79cf0f0 | 34 | babeltrace/ctf-ir/packet.h \ |
bc37ae52 | 35 | babeltrace/ctf-ir/stream-class.h \ |
654c1444 | 36 | babeltrace/ctf-ir/trace.h \ |
8bf65fbd JG |
37 | babeltrace/ctf-ir/utils.h \ |
38 | babeltrace/ctf-ir/visitor.h | |
70bd0a12 | 39 | |
6ee873c6 JG |
40 | babeltraceplugininclude_HEADERS = \ |
41 | babeltrace/plugin/plugin.h \ | |
33b34c43 PP |
42 | babeltrace/plugin/plugin-dev.h |
43 | ||
b2e0c907 | 44 | babeltracegraphinclude_HEADERS = \ |
8c0b8894 PP |
45 | babeltrace/graph/clock-class-priority-map.h \ |
46 | babeltrace/graph/clock-class-priority-map-internal.h \ | |
b2e0c907 PP |
47 | babeltrace/graph/component-class-filter.h \ |
48 | babeltrace/graph/component-class-sink.h \ | |
49 | babeltrace/graph/component-class-source.h \ | |
50 | babeltrace/graph/component-class.h \ | |
51 | babeltrace/graph/component-filter.h \ | |
52 | babeltrace/graph/component-sink.h \ | |
53 | babeltrace/graph/component-source.h \ | |
54 | babeltrace/graph/component.h \ | |
55 | babeltrace/graph/connection.h \ | |
56 | babeltrace/graph/graph.h \ | |
57 | babeltrace/graph/notification-eot.h \ | |
58 | babeltrace/graph/notification-event.h \ | |
59 | babeltrace/graph/notification-heap.h \ | |
60 | babeltrace/graph/notification-iterator.h \ | |
61 | babeltrace/graph/notification.h \ | |
62 | babeltrace/graph/notification-packet.h \ | |
63 | babeltrace/graph/notification-schema.h \ | |
64 | babeltrace/graph/notification-stream.h \ | |
65 | babeltrace/graph/port.h \ | |
66 | babeltrace/graph/private-component-filter.h \ | |
67 | babeltrace/graph/private-component-sink.h \ | |
68 | babeltrace/graph/private-component-source.h \ | |
69 | babeltrace/graph/private-component.h \ | |
70 | babeltrace/graph/private-connection.h \ | |
71 | babeltrace/graph/private-notification-iterator.h \ | |
72 | babeltrace/graph/private-port.h | |
6ee873c6 | 73 | |
e92927d1 MD |
74 | noinst_HEADERS = \ |
75 | babeltrace/align.h \ | |
70bd0a12 | 76 | babeltrace/babeltrace-internal.h \ |
e92927d1 | 77 | babeltrace/bitfield.h \ |
75d9ab4b | 78 | babeltrace/clock-internal.h \ |
1670bffd | 79 | babeltrace/common-internal.h \ |
e92927d1 | 80 | babeltrace/compiler.h \ |
08c22d05 | 81 | babeltrace/context-internal.h \ |
caf929fa | 82 | babeltrace/format-internal.h \ |
6f3077a2 | 83 | babeltrace/iterator-internal.h \ |
5f0b5523 | 84 | babeltrace/trace-collection.h \ |
e92927d1 | 85 | babeltrace/prio_heap.h \ |
de3dd40e | 86 | babeltrace/ref-internal.h \ |
e92927d1 | 87 | babeltrace/types.h \ |
83509119 | 88 | babeltrace/object-internal.h \ |
c40a57e5 | 89 | babeltrace/crc32.h \ |
2748fb3b AB |
90 | babeltrace/debug-info.h \ |
91 | babeltrace/trace-debug-info.h \ | |
c40a57e5 | 92 | babeltrace/dwarf.h \ |
d5ddf820 | 93 | babeltrace/bin-info.h \ |
55cd033d | 94 | babeltrace/utils.h \ |
e92927d1 | 95 | babeltrace/ctf-ir/metadata.h \ |
e4195791 | 96 | babeltrace/ctf/events-internal.h \ |
e92927d1 MD |
97 | babeltrace/ctf/metadata.h \ |
98 | babeltrace/ctf-text/types.h \ | |
842c2b97 | 99 | babeltrace/ctf/types.h \ |
634d474b | 100 | babeltrace/ctf/callbacks-internal.h \ |
0ace7505 | 101 | babeltrace/ctf/ctf-index.h \ |
273b65be | 102 | babeltrace/ctf-writer/writer-internal.h \ |
44e0a4f5 | 103 | babeltrace/ctf-ir/attributes-internal.h \ |
2e33ac5a PP |
104 | babeltrace/ctf-ir/field-types-internal.h \ |
105 | babeltrace/ctf-ir/fields-internal.h \ | |
adc315b8 | 106 | babeltrace/ctf-ir/event-internal.h \ |
272df73e | 107 | babeltrace/ctf-ir/event-class-internal.h \ |
b011f6b0 | 108 | babeltrace/ctf-ir/field-path-internal.h \ |
ac0c6bdd | 109 | babeltrace/ctf-ir/clock-class-internal.h \ |
09840de5 | 110 | babeltrace/ctf-ir/resolve-internal.h \ |
adc315b8 | 111 | babeltrace/ctf-ir/stream-class-internal.h \ |
3f043b05 | 112 | babeltrace/ctf-ir/stream-internal.h \ |
f79cf0f0 | 113 | babeltrace/ctf-ir/packet-internal.h \ |
daf01357 | 114 | babeltrace/ctf-ir/trace-internal.h \ |
09840de5 | 115 | babeltrace/ctf-ir/validation-internal.h \ |
8bf65fbd | 116 | babeltrace/ctf-ir/visitor-internal.h \ |
ac0c6bdd | 117 | babeltrace/ctf-writer/clock-internal.h \ |
273b65be | 118 | babeltrace/ctf-writer/functor-internal.h \ |
a4dfa07b | 119 | babeltrace/trace-handle-internal.h \ |
4cb26dfb JI |
120 | babeltrace/compat/uuid.h \ |
121 | babeltrace/compat/memstream.h \ | |
9a7f65a3 | 122 | babeltrace/compat/string.h \ |
a386e246 | 123 | babeltrace/compat/utc.h \ |
169e09d8 | 124 | babeltrace/compat/limits.h \ |
bc26fd5e | 125 | babeltrace/compat/glib.h \ |
7d4ab47d | 126 | babeltrace/compat/send.h \ |
a323afb2 | 127 | babeltrace/compat/fcntl.h \ |
2bb37f06 | 128 | babeltrace/compat/stdlib.h \ |
8b6e9499 | 129 | babeltrace/compat/dirent.h \ |
2ca0671b | 130 | babeltrace/compat/stdio.h \ |
5d620f61 | 131 | babeltrace/compat/mman.h \ |
f7a2be83 | 132 | babeltrace/endian.h \ |
6ee873c6 | 133 | babeltrace/mmap-align.h \ |
fb2dcc52 | 134 | babeltrace/plugin/plugin-internal.h \ |
55bb57e0 | 135 | babeltrace/plugin/plugin-so-internal.h \ |
b2e0c907 PP |
136 | babeltrace/graph/component-class-internal.h \ |
137 | babeltrace/graph/connection-internal.h \ | |
138 | babeltrace/graph/port-internal.h \ | |
139 | babeltrace/graph/component-internal.h \ | |
140 | babeltrace/graph/graph-internal.h \ | |
141 | babeltrace/graph/component-filter-internal.h \ | |
142 | babeltrace/graph/component-sink-internal.h \ | |
143 | babeltrace/graph/component-source-internal.h \ | |
144 | babeltrace/graph/notification-eot-internal.h \ | |
145 | babeltrace/graph/notification-event-internal.h \ | |
146 | babeltrace/graph/notification-iterator-internal.h \ | |
147 | babeltrace/graph/notification-internal.h \ | |
148 | babeltrace/graph/notification-packet-internal.h \ | |
149 | babeltrace/graph/notification-stream-internal.h \ | |
150 | babeltrace/graph/notification-heap-internal.h |