Initial plug-in interface draft
[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 = \
27 babeltrace/ctf-ir/clock.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
JG
36 babeltrace/ctf-ir/trace.h \
37 babeltrace/ctf-ir/utils.h
70bd0a12 38
e92927d1
MD
39noinst_HEADERS = \
40 babeltrace/align.h \
70bd0a12 41 babeltrace/babeltrace-internal.h \
e92927d1 42 babeltrace/bitfield.h \
75d9ab4b 43 babeltrace/clock-internal.h \
e92927d1 44 babeltrace/compiler.h \
08c22d05 45 babeltrace/context-internal.h \
caf929fa 46 babeltrace/format-internal.h \
6f3077a2 47 babeltrace/iterator-internal.h \
5f0b5523 48 babeltrace/trace-collection.h \
e92927d1 49 babeltrace/prio_heap.h \
de3dd40e 50 babeltrace/ref-internal.h \
e92927d1 51 babeltrace/types.h \
83509119 52 babeltrace/object-internal.h \
c40a57e5 53 babeltrace/crc32.h \
2748fb3b
AB
54 babeltrace/debug-info.h \
55 babeltrace/trace-debug-info.h \
c40a57e5 56 babeltrace/dwarf.h \
d5ddf820 57 babeltrace/bin-info.h \
55cd033d 58 babeltrace/utils.h \
e92927d1 59 babeltrace/ctf-ir/metadata.h \
e4195791 60 babeltrace/ctf/events-internal.h \
e92927d1
MD
61 babeltrace/ctf/metadata.h \
62 babeltrace/ctf-text/types.h \
842c2b97 63 babeltrace/ctf/types.h \
634d474b 64 babeltrace/ctf/callbacks-internal.h \
0ace7505 65 babeltrace/ctf/ctf-index.h \
273b65be 66 babeltrace/ctf-writer/writer-internal.h \
44e0a4f5 67 babeltrace/ctf-ir/attributes-internal.h \
2e33ac5a
PP
68 babeltrace/ctf-ir/field-types-internal.h \
69 babeltrace/ctf-ir/fields-internal.h \
adc315b8 70 babeltrace/ctf-ir/event-internal.h \
272df73e 71 babeltrace/ctf-ir/event-class-internal.h \
b011f6b0 72 babeltrace/ctf-ir/field-path-internal.h \
adc315b8 73 babeltrace/ctf-ir/clock-internal.h \
09840de5 74 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 75 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 76 babeltrace/ctf-ir/stream-internal.h \
f79cf0f0 77 babeltrace/ctf-ir/packet-internal.h \
daf01357 78 babeltrace/ctf-ir/trace-internal.h \
09840de5 79 babeltrace/ctf-ir/validation-internal.h \
273b65be 80 babeltrace/ctf-writer/functor-internal.h \
a4dfa07b 81 babeltrace/trace-handle-internal.h \
4cb26dfb
JI
82 babeltrace/compat/uuid.h \
83 babeltrace/compat/memstream.h \
9a7f65a3 84 babeltrace/compat/string.h \
a386e246 85 babeltrace/compat/utc.h \
169e09d8 86 babeltrace/compat/limits.h \
bc26fd5e 87 babeltrace/compat/glib.h \
7d4ab47d 88 babeltrace/compat/send.h \
a323afb2 89 babeltrace/compat/fcntl.h \
2bb37f06 90 babeltrace/compat/stdlib.h \
8b6e9499 91 babeltrace/compat/dirent.h \
2ca0671b 92 babeltrace/compat/stdio.h \
5d620f61 93 babeltrace/compat/mman.h \
f7a2be83
MD
94 babeltrace/endian.h \
95 babeltrace/mmap-align.h
This page took 0.038227 seconds and 4 git commands to generate.