513194efa745dc0a1e2db78cbab36979d0fd4a2c
[babeltrace.git] / include / Makefile.am
1 babeltraceinclude_HEADERS = \
2 babeltrace/babeltrace.h \
3 babeltrace/format.h \
4 babeltrace/context.h \
5 babeltrace/iterator.h \
6 babeltrace/trace-handle.h \
7 babeltrace/list.h \
8 babeltrace/clock-types.h
9
10 babeltracectfinclude_HEADERS = \
11 babeltrace/ctf/events.h \
12 babeltrace/ctf/callbacks.h \
13 babeltrace/ctf/iterator.h
14
15 babeltracectfwriterinclude_HEADERS = \
16 babeltrace/ctf-writer/clock.h \
17 babeltrace/ctf-writer/writer.h \
18 babeltrace/ctf-writer/event-fields.h \
19 babeltrace/ctf-writer/event-types.h \
20 babeltrace/ctf-writer/event.h \
21 babeltrace/ctf-writer/stream.h
22
23 noinst_HEADERS = \
24 babeltrace/align.h \
25 babeltrace/babeltrace-internal.h \
26 babeltrace/bitfield.h \
27 babeltrace/clock-internal.h \
28 babeltrace/compiler.h \
29 babeltrace/context-internal.h \
30 babeltrace/format-internal.h \
31 babeltrace/iterator-internal.h \
32 babeltrace/trace-collection.h \
33 babeltrace/prio_heap.h \
34 babeltrace/types.h \
35 babeltrace/ctf-ir/metadata.h \
36 babeltrace/ctf/events-internal.h \
37 babeltrace/ctf/metadata.h \
38 babeltrace/ctf-text/types.h \
39 babeltrace/ctf/types.h \
40 babeltrace/ctf/callbacks-internal.h \
41 babeltrace/ctf/ctf-index.h \
42 babeltrace/ctf-writer/ref-internal.h \
43 babeltrace/ctf-writer/writer-internal.h \
44 babeltrace/ctf-writer/event-types-internal.h \
45 babeltrace/ctf-writer/event-fields-internal.h \
46 babeltrace/ctf-writer/event-internal.h \
47 babeltrace/ctf-writer/clock-internal.h \
48 babeltrace/ctf-writer/stream-internal.h \
49 babeltrace/ctf-writer/functor-internal.h \
50 babeltrace/trace-handle-internal.h \
51 babeltrace/compat/uuid.h \
52 babeltrace/compat/memstream.h \
53 babeltrace/compat/string.h \
54 babeltrace/compat/utc.h \
55 babeltrace/compat/limits.h \
56 babeltrace/compat/send.h \
57 babeltrace/compat/fcntl.h \
58 babeltrace/compat/stdlib.h \
59 babeltrace/endian.h \
60 babeltrace/mmap-align.h
This page took 0.030179 seconds and 4 git commands to generate.