Commit | Line | Data |
---|---|---|
6941b8e8 | 1 | # Core API |
3fadfbc0 MJ |
2 | babeltrace2includedir = "$(includedir)/babeltrace2" |
3 | babeltrace2include_HEADERS = \ | |
4 | babeltrace2/babeltrace.h \ | |
553c4bab PP |
5 | babeltrace2/current-thread.h \ |
6 | babeltrace2/error-cause-const.h \ | |
7 | babeltrace2/error-const.h \ | |
4fa90f32 | 8 | babeltrace2/func-status.h \ |
fb91c0ef PP |
9 | babeltrace2/integer-range-set-const.h \ |
10 | babeltrace2/integer-range-set.h \ | |
3fadfbc0 MJ |
11 | babeltrace2/logging.h \ |
12 | babeltrace2/property.h \ | |
13 | babeltrace2/types.h \ | |
14 | babeltrace2/util.h \ | |
15 | babeltrace2/value-const.h \ | |
16 | babeltrace2/value.h \ | |
17 | babeltrace2/version.h | |
0ec662bd | 18 | |
6941b8e8 | 19 | # CTF writer API |
217cf9d3 | 20 | babeltrace2ctfwriterincludedir = "$(includedir)/babeltrace2-ctf-writer" |
3fadfbc0 | 21 | babeltrace2ctfwriterinclude_HEADERS = \ |
217cf9d3 PP |
22 | babeltrace2-ctf-writer/clock-class.h \ |
23 | babeltrace2-ctf-writer/clock.h \ | |
24 | babeltrace2-ctf-writer/event-fields.h \ | |
25 | babeltrace2-ctf-writer/event-types.h \ | |
26 | babeltrace2-ctf-writer/event.h \ | |
27 | babeltrace2-ctf-writer/field-types.h \ | |
28 | babeltrace2-ctf-writer/fields.h \ | |
29 | babeltrace2-ctf-writer/object.h \ | |
30 | babeltrace2-ctf-writer/stream-class.h \ | |
31 | babeltrace2-ctf-writer/stream.h \ | |
32 | babeltrace2-ctf-writer/trace.h \ | |
33 | babeltrace2-ctf-writer/types.h \ | |
34 | babeltrace2-ctf-writer/utils.h \ | |
35 | babeltrace2-ctf-writer/visitor.h \ | |
36 | babeltrace2-ctf-writer/writer.h | |
adc315b8 | 37 | |
56e18c4c | 38 | # Trace IR API |
3fadfbc0 MJ |
39 | babeltrace2traceirincludedir = "$(includedir)/babeltrace2/trace-ir" |
40 | babeltrace2traceirinclude_HEADERS = \ | |
41 | babeltrace2/trace-ir/clock-class-const.h \ | |
42 | babeltrace2/trace-ir/clock-class.h \ | |
43 | babeltrace2/trace-ir/clock-snapshot-const.h \ | |
44 | babeltrace2/trace-ir/event-class-const.h \ | |
45 | babeltrace2/trace-ir/event-class.h \ | |
46 | babeltrace2/trace-ir/event-const.h \ | |
47 | babeltrace2/trace-ir/event.h \ | |
48 | babeltrace2/trace-ir/field-class-const.h \ | |
49 | babeltrace2/trace-ir/field-class.h \ | |
50 | babeltrace2/trace-ir/field-path-const.h \ | |
51 | babeltrace2/trace-ir/field-const.h \ | |
52 | babeltrace2/trace-ir/field.h \ | |
53 | babeltrace2/trace-ir/packet-const.h \ | |
54 | babeltrace2/trace-ir/packet-context-field.h \ | |
55 | babeltrace2/trace-ir/packet.h \ | |
56 | babeltrace2/trace-ir/stream-class-const.h \ | |
57 | babeltrace2/trace-ir/stream-class.h \ | |
58 | babeltrace2/trace-ir/stream-const.h \ | |
59 | babeltrace2/trace-ir/stream.h \ | |
60 | babeltrace2/trace-ir/trace-class-const.h \ | |
61 | babeltrace2/trace-ir/trace-class.h \ | |
62 | babeltrace2/trace-ir/trace-const.h \ | |
63 | babeltrace2/trace-ir/trace.h | |
70bd0a12 | 64 | |
6941b8e8 | 65 | # Plugin and plugin development API |
3fadfbc0 MJ |
66 | babeltrace2pluginincludedir = "$(includedir)/babeltrace2/plugin" |
67 | babeltrace2plugininclude_HEADERS = \ | |
68 | babeltrace2/plugin/plugin-dev.h \ | |
69 | babeltrace2/plugin/plugin-const.h \ | |
70 | babeltrace2/plugin/plugin-set-const.h | |
33b34c43 | 71 | |
d6e69534 | 72 | # Graph, component, and message API |
3fadfbc0 MJ |
73 | babeltrace2graphincludedir = "$(includedir)/babeltrace2/graph" |
74 | babeltrace2graphinclude_HEADERS = \ | |
75 | babeltrace2/graph/component-class-const.h \ | |
76 | babeltrace2/graph/component-class-filter-const.h \ | |
77 | babeltrace2/graph/component-class-filter.h \ | |
78 | babeltrace2/graph/component-class-sink-const.h \ | |
79 | babeltrace2/graph/component-class-sink.h \ | |
80 | babeltrace2/graph/component-class-source-const.h \ | |
81 | babeltrace2/graph/component-class-source.h \ | |
82 | babeltrace2/graph/component-class.h \ | |
83 | babeltrace2/graph/component-const.h \ | |
84 | babeltrace2/graph/component-filter-const.h \ | |
85 | babeltrace2/graph/component-sink-const.h \ | |
86 | babeltrace2/graph/component-source-const.h \ | |
87 | babeltrace2/graph/connection-const.h \ | |
88 | babeltrace2/graph/graph-const.h \ | |
89 | babeltrace2/graph/graph.h \ | |
b70d57a1 PP |
90 | babeltrace2/graph/interrupter-const.h \ |
91 | babeltrace2/graph/interrupter.h \ | |
3fadfbc0 MJ |
92 | babeltrace2/graph/message-const.h \ |
93 | babeltrace2/graph/message-discarded-events-const.h \ | |
94 | babeltrace2/graph/message-discarded-events.h \ | |
95 | babeltrace2/graph/message-discarded-packets-const.h \ | |
96 | babeltrace2/graph/message-discarded-packets.h \ | |
97 | babeltrace2/graph/message-event-const.h \ | |
98 | babeltrace2/graph/message-event.h \ | |
99 | babeltrace2/graph/message-message-iterator-inactivity-const.h \ | |
100 | babeltrace2/graph/message-message-iterator-inactivity.h \ | |
d24d5663 | 101 | babeltrace2/graph/message-iterator.h \ |
3fadfbc0 MJ |
102 | babeltrace2/graph/message-packet-beginning-const.h \ |
103 | babeltrace2/graph/message-packet-beginning.h \ | |
104 | babeltrace2/graph/message-packet-end-const.h \ | |
105 | babeltrace2/graph/message-packet-end.h \ | |
3fadfbc0 MJ |
106 | babeltrace2/graph/message-stream-beginning-const.h \ |
107 | babeltrace2/graph/message-stream-beginning.h \ | |
188edac1 | 108 | babeltrace2/graph/message-stream-const.h \ |
3fadfbc0 MJ |
109 | babeltrace2/graph/message-stream-end-const.h \ |
110 | babeltrace2/graph/message-stream-end.h \ | |
111 | babeltrace2/graph/port-const.h \ | |
112 | babeltrace2/graph/port-input-const.h \ | |
113 | babeltrace2/graph/port-output-const.h \ | |
114 | babeltrace2/graph/port-output-message-iterator.h \ | |
115 | babeltrace2/graph/query-executor-const.h \ | |
116 | babeltrace2/graph/query-executor.h \ | |
117 | babeltrace2/graph/self-component-class-filter.h \ | |
118 | babeltrace2/graph/self-component-class-sink.h \ | |
119 | babeltrace2/graph/self-component-class-source.h \ | |
120 | babeltrace2/graph/self-component-filter.h \ | |
121 | babeltrace2/graph/self-component-port-input-message-iterator.h \ | |
122 | babeltrace2/graph/self-component-port-input.h \ | |
123 | babeltrace2/graph/self-component-port-output.h \ | |
124 | babeltrace2/graph/self-component-port.h \ | |
125 | babeltrace2/graph/self-component-sink.h \ | |
126 | babeltrace2/graph/self-component-source.h \ | |
127 | babeltrace2/graph/self-component.h \ | |
128 | babeltrace2/graph/self-message-iterator.h |