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 = \ | |
27 | babeltrace/ctf-ir/clock.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 JG |
36 | babeltrace/ctf-ir/trace.h \ |
37 | babeltrace/ctf-ir/utils.h | |
70bd0a12 | 38 | |
6ee873c6 JG |
39 | babeltraceplugininclude_HEADERS = \ |
40 | babeltrace/plugin/plugin.h \ | |
62ed7c30 | 41 | babeltrace/plugin/component.h \ |
62ed7c30 | 42 | babeltrace/plugin/component-factory.h \ |
6ee873c6 JG |
43 | babeltrace/plugin/source.h \ |
44 | babeltrace/plugin/sink.h \ | |
993cf354 | 45 | babeltrace/plugin/filter.h \ |
993cf354 | 46 | babeltrace/plugin/plugin-system.h \ |
f7665a2e | 47 | babeltrace/plugin/notification/eot.h \ |
6ee873c6 | 48 | babeltrace/plugin/notification/notification.h \ |
993cf354 | 49 | babeltrace/plugin/notification/event.h \ |
993cf354 | 50 | babeltrace/plugin/notification/iterator.h \ |
f7665a2e | 51 | babeltrace/plugin/notification/notification.h \ |
993cf354 | 52 | babeltrace/plugin/notification/packet.h |
6ee873c6 | 53 | |
e92927d1 MD |
54 | noinst_HEADERS = \ |
55 | babeltrace/align.h \ | |
70bd0a12 | 56 | babeltrace/babeltrace-internal.h \ |
e92927d1 | 57 | babeltrace/bitfield.h \ |
75d9ab4b | 58 | babeltrace/clock-internal.h \ |
e92927d1 | 59 | babeltrace/compiler.h \ |
08c22d05 | 60 | babeltrace/context-internal.h \ |
caf929fa | 61 | babeltrace/format-internal.h \ |
6f3077a2 | 62 | babeltrace/iterator-internal.h \ |
5f0b5523 | 63 | babeltrace/trace-collection.h \ |
e92927d1 | 64 | babeltrace/prio_heap.h \ |
de3dd40e | 65 | babeltrace/ref-internal.h \ |
e92927d1 | 66 | babeltrace/types.h \ |
83509119 | 67 | babeltrace/object-internal.h \ |
c40a57e5 | 68 | babeltrace/crc32.h \ |
2748fb3b AB |
69 | babeltrace/debug-info.h \ |
70 | babeltrace/trace-debug-info.h \ | |
c40a57e5 | 71 | babeltrace/dwarf.h \ |
d5ddf820 | 72 | babeltrace/bin-info.h \ |
55cd033d | 73 | babeltrace/utils.h \ |
e92927d1 | 74 | babeltrace/ctf-ir/metadata.h \ |
e4195791 | 75 | babeltrace/ctf/events-internal.h \ |
e92927d1 MD |
76 | babeltrace/ctf/metadata.h \ |
77 | babeltrace/ctf-text/types.h \ | |
842c2b97 | 78 | babeltrace/ctf/types.h \ |
634d474b | 79 | babeltrace/ctf/callbacks-internal.h \ |
0ace7505 | 80 | babeltrace/ctf/ctf-index.h \ |
273b65be | 81 | babeltrace/ctf-writer/writer-internal.h \ |
44e0a4f5 | 82 | babeltrace/ctf-ir/attributes-internal.h \ |
2e33ac5a PP |
83 | babeltrace/ctf-ir/field-types-internal.h \ |
84 | babeltrace/ctf-ir/fields-internal.h \ | |
adc315b8 | 85 | babeltrace/ctf-ir/event-internal.h \ |
272df73e | 86 | babeltrace/ctf-ir/event-class-internal.h \ |
b011f6b0 | 87 | babeltrace/ctf-ir/field-path-internal.h \ |
adc315b8 | 88 | babeltrace/ctf-ir/clock-internal.h \ |
09840de5 | 89 | babeltrace/ctf-ir/resolve-internal.h \ |
adc315b8 | 90 | babeltrace/ctf-ir/stream-class-internal.h \ |
3f043b05 | 91 | babeltrace/ctf-ir/stream-internal.h \ |
f79cf0f0 | 92 | babeltrace/ctf-ir/packet-internal.h \ |
daf01357 | 93 | babeltrace/ctf-ir/trace-internal.h \ |
09840de5 | 94 | babeltrace/ctf-ir/validation-internal.h \ |
273b65be | 95 | babeltrace/ctf-writer/functor-internal.h \ |
a4dfa07b | 96 | babeltrace/trace-handle-internal.h \ |
4cb26dfb JI |
97 | babeltrace/compat/uuid.h \ |
98 | babeltrace/compat/memstream.h \ | |
9a7f65a3 | 99 | babeltrace/compat/string.h \ |
a386e246 | 100 | babeltrace/compat/utc.h \ |
169e09d8 | 101 | babeltrace/compat/limits.h \ |
bc26fd5e | 102 | babeltrace/compat/glib.h \ |
7d4ab47d | 103 | babeltrace/compat/send.h \ |
a323afb2 | 104 | babeltrace/compat/fcntl.h \ |
2bb37f06 | 105 | babeltrace/compat/stdlib.h \ |
8b6e9499 | 106 | babeltrace/compat/dirent.h \ |
2ca0671b | 107 | babeltrace/compat/stdio.h \ |
5d620f61 | 108 | babeltrace/compat/mman.h \ |
f7a2be83 | 109 | babeltrace/endian.h \ |
6ee873c6 | 110 | babeltrace/mmap-align.h \ |
62ed7c30 | 111 | babeltrace/plugin/component-factory-internal.h \ |
f7665a2e | 112 | babeltrace/plugin/component-internal.h \ |
fb2dcc52 JG |
113 | babeltrace/plugin/component-class-internal.h \ |
114 | babeltrace/plugin/plugin-internal.h \ | |
993cf354 | 115 | babeltrace/plugin/filter-internal.h \ |
f7665a2e JG |
116 | babeltrace/plugin/sink-internal.h \ |
117 | babeltrace/plugin/source-internal.h \ | |
118 | babeltrace/plugin/notification/eot-internal.h \ | |
993cf354 | 119 | babeltrace/plugin/notification/event-internal.h \ |
f7665a2e | 120 | babeltrace/plugin/notification/iterator-internal.h \ |
993cf354 | 121 | babeltrace/plugin/notification/notification-internal.h \ |
f7665a2e | 122 | babeltrace/plugin/notification/packet-internal.h |