Add support for plugins written in Python
[babeltrace.git] / include / Makefile.am
CommitLineData
0ec662bd
JD
1babeltraceinclude_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 12babeltracectfinclude_HEADERS = \
9efd5d76
MD
13 babeltrace/ctf/events.h \
14 babeltrace/ctf/callbacks.h \
273b65be
JG
15 babeltrace/ctf/iterator.h
16
17babeltracectfwriterinclude_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
26babeltracectfirinclude_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
40babeltraceplugininclude_HEADERS = \
41 babeltrace/plugin/plugin.h \
33b34c43
PP
42 babeltrace/plugin/plugin-dev.h
43
592ddb00
PP
44babeltracecomponentnotifinclude_HEADERS = \
45 babeltrace/component/notification/eot.h \
46 babeltrace/component/notification/notification.h \
47 babeltrace/component/notification/event.h \
48 babeltrace/component/notification/iterator.h \
49 babeltrace/component/notification/packet.h \
50 babeltrace/component/notification/schema.h \
51 babeltrace/component/notification/stream.h \
52 babeltrace/component/notification/heap.h
53
33b34c43
PP
54babeltracecomponentinclude_HEADERS = \
55 babeltrace/component/component.h \
56 babeltrace/component/component-class.h \
d3e4dcd8
PP
57 babeltrace/component/component-class-source.h \
58 babeltrace/component/component-class-filter.h \
59 babeltrace/component/component-class-sink.h \
33b34c43
PP
60 babeltrace/component/component-connection.h \
61 babeltrace/component/component-graph.h \
d71dcf2c
PP
62 babeltrace/component/component-source.h \
63 babeltrace/component/component-sink.h \
592ddb00 64 babeltrace/component/component-filter.h
6ee873c6 65
e92927d1
MD
66noinst_HEADERS = \
67 babeltrace/align.h \
70bd0a12 68 babeltrace/babeltrace-internal.h \
e92927d1 69 babeltrace/bitfield.h \
75d9ab4b 70 babeltrace/clock-internal.h \
e92927d1 71 babeltrace/compiler.h \
08c22d05 72 babeltrace/context-internal.h \
caf929fa 73 babeltrace/format-internal.h \
6f3077a2 74 babeltrace/iterator-internal.h \
5f0b5523 75 babeltrace/trace-collection.h \
e92927d1 76 babeltrace/prio_heap.h \
de3dd40e 77 babeltrace/ref-internal.h \
e92927d1 78 babeltrace/types.h \
83509119 79 babeltrace/object-internal.h \
c40a57e5 80 babeltrace/crc32.h \
2748fb3b
AB
81 babeltrace/debug-info.h \
82 babeltrace/trace-debug-info.h \
c40a57e5 83 babeltrace/dwarf.h \
d5ddf820 84 babeltrace/bin-info.h \
55cd033d 85 babeltrace/utils.h \
e92927d1 86 babeltrace/ctf-ir/metadata.h \
e4195791 87 babeltrace/ctf/events-internal.h \
e92927d1
MD
88 babeltrace/ctf/metadata.h \
89 babeltrace/ctf-text/types.h \
842c2b97 90 babeltrace/ctf/types.h \
634d474b 91 babeltrace/ctf/callbacks-internal.h \
0ace7505 92 babeltrace/ctf/ctf-index.h \
273b65be 93 babeltrace/ctf-writer/writer-internal.h \
44e0a4f5 94 babeltrace/ctf-ir/attributes-internal.h \
2e33ac5a
PP
95 babeltrace/ctf-ir/field-types-internal.h \
96 babeltrace/ctf-ir/fields-internal.h \
adc315b8 97 babeltrace/ctf-ir/event-internal.h \
272df73e 98 babeltrace/ctf-ir/event-class-internal.h \
b011f6b0 99 babeltrace/ctf-ir/field-path-internal.h \
ac0c6bdd 100 babeltrace/ctf-ir/clock-class-internal.h \
09840de5 101 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 102 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 103 babeltrace/ctf-ir/stream-internal.h \
f79cf0f0 104 babeltrace/ctf-ir/packet-internal.h \
daf01357 105 babeltrace/ctf-ir/trace-internal.h \
09840de5 106 babeltrace/ctf-ir/validation-internal.h \
8bf65fbd 107 babeltrace/ctf-ir/visitor-internal.h \
ac0c6bdd 108 babeltrace/ctf-writer/clock-internal.h \
273b65be 109 babeltrace/ctf-writer/functor-internal.h \
a4dfa07b 110 babeltrace/trace-handle-internal.h \
4cb26dfb
JI
111 babeltrace/compat/uuid.h \
112 babeltrace/compat/memstream.h \
9a7f65a3 113 babeltrace/compat/string.h \
a386e246 114 babeltrace/compat/utc.h \
169e09d8 115 babeltrace/compat/limits.h \
bc26fd5e 116 babeltrace/compat/glib.h \
7d4ab47d 117 babeltrace/compat/send.h \
a323afb2 118 babeltrace/compat/fcntl.h \
2bb37f06 119 babeltrace/compat/stdlib.h \
8b6e9499 120 babeltrace/compat/dirent.h \
2ca0671b 121 babeltrace/compat/stdio.h \
5d620f61 122 babeltrace/compat/mman.h \
f7a2be83 123 babeltrace/endian.h \
6ee873c6 124 babeltrace/mmap-align.h \
fb2dcc52 125 babeltrace/plugin/plugin-internal.h \
55bb57e0
PP
126 babeltrace/plugin/plugin-so-internal.h \
127 babeltrace/plugin/plugin-python-enabled-internal.h \
128 babeltrace/plugin/plugin-python-disabled-internal.h \
33b34c43
PP
129 babeltrace/component/component-class-internal.h \
130 babeltrace/component/component-connection-internal.h \
131 babeltrace/component/component-internal.h \
132 babeltrace/component/component-graph-internal.h \
d71dcf2c
PP
133 babeltrace/component/component-filter-internal.h \
134 babeltrace/component/component-sink-internal.h \
135 babeltrace/component/component-source-internal.h \
262de837 136 babeltrace/component/component-input-internal.h \
33b34c43
PP
137 babeltrace/component/notification/eot-internal.h \
138 babeltrace/component/notification/event-internal.h \
139 babeltrace/component/notification/iterator-internal.h \
140 babeltrace/component/notification/notification-internal.h \
141 babeltrace/component/notification/packet-internal.h \
142 babeltrace/component/notification/stream-internal.h \
143 babeltrace/component/notification/heap-internal.h
This page took 0.045906 seconds and 4 git commands to generate.