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