10c8ca2b9171419ecc8fbbc4020b0c307dcf2ccc
[deliverable/babeltrace.git] / include / Makefile.am
1 # Core API
2 babeltraceincludedir = "$(includedir)/babeltrace"
3 babeltraceinclude_HEADERS = \
4 babeltrace/babeltrace.h \
5 babeltrace/logging.h \
6 babeltrace/object.h \
7 babeltrace/property.h \
8 babeltrace/types.h \
9 babeltrace/values-const.h \
10 babeltrace/values.h \
11 babeltrace/version.h
12
13 # Legacy API (for CTF writer)
14 babeltracectfincludedir = "$(includedir)/babeltrace/ctf"
15 babeltracectfinclude_HEADERS = \
16 babeltrace/ctf/events.h
17
18 # CTF writer API
19 babeltracectfwriterincludedir = "$(includedir)/babeltrace/ctf-writer"
20 babeltracectfwriterinclude_HEADERS = \
21 babeltrace/ctf-writer/clock.h \
22 babeltrace/ctf-writer/event-fields.h \
23 babeltrace/ctf-writer/event.h \
24 babeltrace/ctf-writer/event-types.h \
25 babeltrace/ctf-writer/fields.h \
26 babeltrace/ctf-writer/field-types.h \
27 babeltrace/ctf-writer/stream-class.h \
28 babeltrace/ctf-writer/stream.h \
29 babeltrace/ctf-writer/trace.h \
30 babeltrace/ctf-writer/utils.h \
31 babeltrace/ctf-writer/visitor.h \
32 babeltrace/ctf-writer/writer.h
33
34 # Legacy API (for CTF writer)
35 babeltracectfirincludedir = "$(includedir)/babeltrace/ctf-ir"
36 babeltracectfirinclude_HEADERS = \
37 babeltrace/ctf-ir/clock.h \
38 babeltrace/ctf-ir/event-fields.h \
39 babeltrace/ctf-ir/event-types.h \
40 babeltrace/ctf-ir/event.h \
41 babeltrace/ctf-ir/field-types.h \
42 babeltrace/ctf-ir/fields.h \
43 babeltrace/ctf-ir/stream-class.h \
44 babeltrace/ctf-ir/stream.h \
45 babeltrace/ctf-ir/trace.h \
46 babeltrace/ctf-ir/utils.h
47
48 # Trace IR API
49 babeltracetraceirincludedir = "$(includedir)/babeltrace/trace-ir"
50 babeltracetraceirinclude_HEADERS = \
51 babeltrace/trace-ir/clock-class-const.h \
52 babeltrace/trace-ir/clock-class.h \
53 babeltrace/trace-ir/clock-value-const.h \
54 babeltrace/trace-ir/event-class-const.h \
55 babeltrace/trace-ir/event-class.h \
56 babeltrace/trace-ir/event-const.h \
57 babeltrace/trace-ir/event-header-field.h \
58 babeltrace/trace-ir/event.h \
59 babeltrace/trace-ir/field-classes-const.h \
60 babeltrace/trace-ir/field-classes.h \
61 babeltrace/trace-ir/field-path-const.h \
62 babeltrace/trace-ir/fields-const.h \
63 babeltrace/trace-ir/fields.h \
64 babeltrace/trace-ir/packet-const.h \
65 babeltrace/trace-ir/packet-context-field.h \
66 babeltrace/trace-ir/packet-header-field.h \
67 babeltrace/trace-ir/packet.h \
68 babeltrace/trace-ir/stream-class-const.h \
69 babeltrace/trace-ir/stream-class.h \
70 babeltrace/trace-ir/stream-const.h \
71 babeltrace/trace-ir/stream.h \
72 babeltrace/trace-ir/trace-const.h \
73 babeltrace/trace-ir/trace.h
74
75 # Plugin and plugin development API
76 babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
77 babeltraceplugininclude_HEADERS = \
78 babeltrace/plugin/plugin-dev.h \
79 babeltrace/plugin/plugin.h \
80 babeltrace/plugin/plugin-set.h
81
82 # Graph, component, and notification API
83 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
84 babeltracegraphinclude_HEADERS = \
85 babeltrace/graph/component-class-filter.h \
86 babeltrace/graph/component-class.h \
87 babeltrace/graph/component-class-sink.h \
88 babeltrace/graph/component-class-source.h \
89 babeltrace/graph/component-filter.h \
90 babeltrace/graph/component.h \
91 babeltrace/graph/component-sink.h \
92 babeltrace/graph/component-source.h \
93 babeltrace/graph/connection.h \
94 babeltrace/graph/graph.h \
95 babeltrace/graph/notification-event.h \
96 babeltrace/graph/notification-inactivity.h \
97 babeltrace/graph/notification-iterator.h \
98 babeltrace/graph/notification-packet.h \
99 babeltrace/graph/notification-stream.h \
100 babeltrace/graph/notification.h \
101 babeltrace/graph/port-input.h \
102 babeltrace/graph/port-output-notification-iterator.h \
103 babeltrace/graph/port-output.h \
104 babeltrace/graph/port.h \
105 babeltrace/graph/private-component-class-filter.h \
106 babeltrace/graph/private-component-class-sink.h \
107 babeltrace/graph/private-component-class-source.h \
108 babeltrace/graph/private-component-class.h \
109 babeltrace/graph/private-graph.h \
110 babeltrace/graph/private-notification-event.h \
111 babeltrace/graph/private-notification-inactivity.h \
112 babeltrace/graph/private-notification-packet.h \
113 babeltrace/graph/private-notification-stream.h \
114 babeltrace/graph/private-notification.h \
115 babeltrace/graph/private-query-executor.h \
116 babeltrace/graph/query-executor.h \
117 babeltrace/graph/self-component-class-filter.h \
118 babeltrace/graph/self-component-class-sink.h \
119 babeltrace/graph/self-component-class-source.h \
120 babeltrace/graph/self-component-filter.h \
121 babeltrace/graph/self-component-port-input-notification-iterator.h \
122 babeltrace/graph/self-component-port-input.h \
123 babeltrace/graph/self-component-port-output.h \
124 babeltrace/graph/self-component-port.h \
125 babeltrace/graph/self-component-sink.h \
126 babeltrace/graph/self-component-source.h \
127 babeltrace/graph/self-component.h \
128 babeltrace/graph/self-notification-iterator.h
129
130 noinst_HEADERS = \
131 babeltrace/compat/stdlib-internal.h \
132 babeltrace/compat/fcntl-internal.h \
133 babeltrace/compat/glib-internal.h \
134 babeltrace/compat/uuid-internal.h \
135 babeltrace/compat/unistd-internal.h \
136 babeltrace/compat/stdio-internal.h \
137 babeltrace/compat/time-internal.h \
138 babeltrace/compat/utc-internal.h \
139 babeltrace/compat/memstream-internal.h \
140 babeltrace/compat/string-internal.h \
141 babeltrace/compat/limits-internal.h \
142 babeltrace/compat/mman-internal.h \
143 babeltrace/compat/socket-internal.h \
144 babeltrace/common-internal.h \
145 babeltrace/bitfield-internal.h \
146 babeltrace/object-internal.h \
147 babeltrace/object-pool-internal.h \
148 babeltrace/plugin/plugin-internal.h \
149 babeltrace/plugin/plugin-so-internal.h \
150 babeltrace/plugin/python-plugin-provider-internal.h \
151 babeltrace/assert-internal.h \
152 babeltrace/values-internal.h \
153 babeltrace/ctf-writer/attributes-internal.h \
154 babeltrace/ctf-writer/clock-class-internal.h \
155 babeltrace/ctf-writer/clock-internal.h \
156 babeltrace/ctf-writer/event-class-internal.h \
157 babeltrace/ctf-writer/event-internal.h \
158 babeltrace/ctf-writer/field-path-internal.h \
159 babeltrace/ctf-writer/fields-internal.h \
160 babeltrace/ctf-writer/field-types-internal.h \
161 babeltrace/ctf-writer/field-wrapper-internal.h \
162 babeltrace/ctf-writer/functor-internal.h \
163 babeltrace/ctf-writer/resolve-internal.h \
164 babeltrace/ctf-writer/serialize-internal.h \
165 babeltrace/ctf-writer/stream-class-internal.h \
166 babeltrace/ctf-writer/stream-internal.h \
167 babeltrace/ctf-writer/trace-internal.h \
168 babeltrace/ctf-writer/utils-internal.h \
169 babeltrace/ctf-writer/validation-internal.h \
170 babeltrace/ctf-writer/visitor-internal.h \
171 babeltrace/ctf-writer/writer-internal.h \
172 babeltrace/mmap-align-internal.h \
173 babeltrace/align-internal.h \
174 babeltrace/logging-internal.h \
175 babeltrace/endian-internal.h \
176 babeltrace/trace-ir/attributes-internal.h \
177 babeltrace/trace-ir/clock-class-internal.h \
178 babeltrace/trace-ir/clock-value-internal.h \
179 babeltrace/trace-ir/clock-value-set-internal.h \
180 babeltrace/trace-ir/event-class-internal.h \
181 babeltrace/trace-ir/event-internal.h \
182 babeltrace/trace-ir/field-classes-internal.h \
183 babeltrace/trace-ir/field-path-internal.h \
184 babeltrace/trace-ir/fields-internal.h \
185 babeltrace/trace-ir/field-wrapper-internal.h \
186 babeltrace/trace-ir/packet-internal.h \
187 babeltrace/trace-ir/resolve-field-path-internal.h \
188 babeltrace/trace-ir/stream-class-internal.h \
189 babeltrace/trace-ir/stream-internal.h \
190 babeltrace/trace-ir/trace-internal.h \
191 babeltrace/trace-ir/utils-internal.h \
192 babeltrace/prio-heap-internal.h \
193 babeltrace/lib-logging-internal.h \
194 babeltrace/compiler-internal.h \
195 babeltrace/babeltrace-internal.h \
196 babeltrace/assert-pre-internal.h \
197 babeltrace/graph/component-class-internal.h \
198 babeltrace/graph/component-class-sink-colander-internal.h \
199 babeltrace/graph/component-filter-internal.h \
200 babeltrace/graph/component-internal.h \
201 babeltrace/graph/component-sink-internal.h \
202 babeltrace/graph/component-source-internal.h \
203 babeltrace/graph/connection-internal.h \
204 babeltrace/graph/graph-internal.h \
205 babeltrace/graph/notification-event-internal.h \
206 babeltrace/graph/notification-inactivity-internal.h \
207 babeltrace/graph/notification-internal.h \
208 babeltrace/graph/notification-iterator-internal.h \
209 babeltrace/graph/notification-packet-internal.h \
210 babeltrace/graph/notification-stream-internal.h \
211 babeltrace/graph/port-internal.h \
212 babeltrace/graph/query-executor-internal.h \
213 babeltrace/list-internal.h
This page took 0.034078 seconds and 4 git commands to generate.