Commit | Line | Data |
---|---|---|
0ec662bd JD |
1 | babeltraceinclude_HEADERS = \ |
2 | babeltrace/babeltrace.h \ | |
83509119 JG |
3 | babeltrace/values.h \ |
4 | babeltrace/ref.h | |
0ec662bd | 5 | |
64a35d1b | 6 | babeltracectfinclude_HEADERS = \ |
dc3fffef | 7 | babeltrace/ctf/events.h |
273b65be JG |
8 | |
9 | babeltracectfwriterinclude_HEADERS = \ | |
46bd0f2b JG |
10 | babeltrace/ctf-writer/clock.h \ |
11 | babeltrace/ctf-writer/writer.h \ | |
12 | babeltrace/ctf-writer/event-fields.h \ | |
13 | babeltrace/ctf-writer/event-types.h \ | |
14 | babeltrace/ctf-writer/event.h \ | |
adc315b8 JG |
15 | babeltrace/ctf-writer/stream.h \ |
16 | babeltrace/ctf-writer/stream-class.h | |
17 | ||
18 | babeltracectfirinclude_HEADERS = \ | |
ac0c6bdd | 19 | babeltrace/ctf-ir/clock-class.h \ |
2e33ac5a PP |
20 | babeltrace/ctf-ir/fields.h \ |
21 | babeltrace/ctf-ir/field-types.h \ | |
adc315b8 | 22 | babeltrace/ctf-ir/event.h \ |
272df73e | 23 | babeltrace/ctf-ir/event-class.h \ |
b011f6b0 | 24 | babeltrace/ctf-ir/field-path.h \ |
3f043b05 | 25 | babeltrace/ctf-ir/stream.h \ |
f79cf0f0 | 26 | babeltrace/ctf-ir/packet.h \ |
bc37ae52 | 27 | babeltrace/ctf-ir/stream-class.h \ |
654c1444 | 28 | babeltrace/ctf-ir/trace.h \ |
8bf65fbd JG |
29 | babeltrace/ctf-ir/utils.h \ |
30 | babeltrace/ctf-ir/visitor.h | |
70bd0a12 | 31 | |
6ee873c6 JG |
32 | babeltraceplugininclude_HEADERS = \ |
33 | babeltrace/plugin/plugin.h \ | |
33b34c43 PP |
34 | babeltrace/plugin/plugin-dev.h |
35 | ||
b2e0c907 | 36 | babeltracegraphinclude_HEADERS = \ |
8c0b8894 PP |
37 | babeltrace/graph/clock-class-priority-map.h \ |
38 | babeltrace/graph/clock-class-priority-map-internal.h \ | |
b2e0c907 PP |
39 | babeltrace/graph/component-class-filter.h \ |
40 | babeltrace/graph/component-class-sink.h \ | |
41 | babeltrace/graph/component-class-source.h \ | |
42 | babeltrace/graph/component-class.h \ | |
43 | babeltrace/graph/component-filter.h \ | |
44 | babeltrace/graph/component-sink.h \ | |
45 | babeltrace/graph/component-source.h \ | |
46 | babeltrace/graph/component.h \ | |
47 | babeltrace/graph/connection.h \ | |
48 | babeltrace/graph/graph.h \ | |
49 | babeltrace/graph/notification-eot.h \ | |
50 | babeltrace/graph/notification-event.h \ | |
51 | babeltrace/graph/notification-heap.h \ | |
52 | babeltrace/graph/notification-iterator.h \ | |
53 | babeltrace/graph/notification.h \ | |
54 | babeltrace/graph/notification-packet.h \ | |
55 | babeltrace/graph/notification-schema.h \ | |
56 | babeltrace/graph/notification-stream.h \ | |
57 | babeltrace/graph/port.h \ | |
58 | babeltrace/graph/private-component-filter.h \ | |
59 | babeltrace/graph/private-component-sink.h \ | |
60 | babeltrace/graph/private-component-source.h \ | |
61 | babeltrace/graph/private-component.h \ | |
62 | babeltrace/graph/private-connection.h \ | |
63 | babeltrace/graph/private-notification-iterator.h \ | |
64 | babeltrace/graph/private-port.h | |
6ee873c6 | 65 | |
e92927d1 MD |
66 | noinst_HEADERS = \ |
67 | babeltrace/align.h \ | |
70bd0a12 | 68 | babeltrace/babeltrace-internal.h \ |
e92927d1 | 69 | babeltrace/bitfield.h \ |
1670bffd | 70 | babeltrace/common-internal.h \ |
e92927d1 | 71 | babeltrace/compiler.h \ |
e92927d1 | 72 | babeltrace/prio_heap.h \ |
de3dd40e | 73 | babeltrace/ref-internal.h \ |
83509119 | 74 | babeltrace/object-internal.h \ |
c40a57e5 | 75 | babeltrace/crc32.h \ |
c40a57e5 | 76 | babeltrace/dwarf.h \ |
d5ddf820 | 77 | babeltrace/bin-info.h \ |
55cd033d | 78 | babeltrace/utils.h \ |
dc3fffef | 79 | babeltrace/list.h \ |
273b65be | 80 | babeltrace/ctf-writer/writer-internal.h \ |
dc3fffef | 81 | babeltrace/ctf-writer/serialize-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 \ |
ac0c6bdd | 88 | babeltrace/ctf-ir/clock-class-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 \ |
8bf65fbd | 95 | babeltrace/ctf-ir/visitor-internal.h \ |
ac0c6bdd | 96 | babeltrace/ctf-writer/clock-internal.h \ |
273b65be | 97 | babeltrace/ctf-writer/functor-internal.h \ |
4cb26dfb JI |
98 | babeltrace/compat/uuid.h \ |
99 | babeltrace/compat/memstream.h \ | |
9a7f65a3 | 100 | babeltrace/compat/string.h \ |
a386e246 | 101 | babeltrace/compat/utc.h \ |
169e09d8 | 102 | babeltrace/compat/limits.h \ |
bc26fd5e | 103 | babeltrace/compat/glib.h \ |
7d4ab47d | 104 | babeltrace/compat/send.h \ |
a323afb2 | 105 | babeltrace/compat/fcntl.h \ |
2bb37f06 | 106 | babeltrace/compat/stdlib.h \ |
8b6e9499 | 107 | babeltrace/compat/dirent.h \ |
2ca0671b | 108 | babeltrace/compat/stdio.h \ |
5d620f61 | 109 | babeltrace/compat/mman.h \ |
f7a2be83 | 110 | babeltrace/endian.h \ |
6ee873c6 | 111 | babeltrace/mmap-align.h \ |
fb2dcc52 | 112 | babeltrace/plugin/plugin-internal.h \ |
55bb57e0 | 113 | babeltrace/plugin/plugin-so-internal.h \ |
b2e0c907 PP |
114 | babeltrace/graph/component-class-internal.h \ |
115 | babeltrace/graph/connection-internal.h \ | |
116 | babeltrace/graph/port-internal.h \ | |
117 | babeltrace/graph/component-internal.h \ | |
118 | babeltrace/graph/graph-internal.h \ | |
119 | babeltrace/graph/component-filter-internal.h \ | |
120 | babeltrace/graph/component-sink-internal.h \ | |
121 | babeltrace/graph/component-source-internal.h \ | |
122 | babeltrace/graph/notification-eot-internal.h \ | |
123 | babeltrace/graph/notification-event-internal.h \ | |
124 | babeltrace/graph/notification-iterator-internal.h \ | |
125 | babeltrace/graph/notification-internal.h \ | |
126 | babeltrace/graph/notification-packet-internal.h \ | |
127 | babeltrace/graph/notification-stream-internal.h \ | |
128 | babeltrace/graph/notification-heap-internal.h |