Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / include / Makefile.am
1 babeltraceinclude_HEADERS = \
2 babeltrace/babeltrace.h \
3 babeltrace/values.h \
4 babeltrace/ref.h
5
6 babeltracectfinclude_HEADERS = \
7 babeltrace/ctf/events.h
8
9 babeltracectfwriterinclude_HEADERS = \
10 babeltrace/ctf-writer/clock.h \
11 babeltrace/ctf-writer/writer.h \
12 babeltrace/ctf-writer/event-fields.h \
13 babeltrace/ctf-writer/event-types.h \
14 babeltrace/ctf-writer/event.h \
15 babeltrace/ctf-writer/stream.h \
16 babeltrace/ctf-writer/stream-class.h
17
18 babeltracectfirinclude_HEADERS = \
19 babeltrace/ctf-ir/clock-class.h \
20 babeltrace/ctf-ir/fields.h \
21 babeltrace/ctf-ir/field-types.h \
22 babeltrace/ctf-ir/event.h \
23 babeltrace/ctf-ir/event-class.h \
24 babeltrace/ctf-ir/field-path.h \
25 babeltrace/ctf-ir/stream.h \
26 babeltrace/ctf-ir/packet.h \
27 babeltrace/ctf-ir/stream-class.h \
28 babeltrace/ctf-ir/trace.h \
29 babeltrace/ctf-ir/utils.h \
30 babeltrace/ctf-ir/visitor.h
31
32 babeltraceplugininclude_HEADERS = \
33 babeltrace/plugin/plugin.h \
34 babeltrace/plugin/plugin-dev.h
35
36 babeltracegraphinclude_HEADERS = \
37 babeltrace/graph/clock-class-priority-map.h \
38 babeltrace/graph/clock-class-priority-map-internal.h \
39 babeltrace/graph/component-class-filter.h \
40 babeltrace/graph/component-class-sink.h \
41 babeltrace/graph/component-class-source.h \
42 babeltrace/graph/component-class.h \
43 babeltrace/graph/component-filter.h \
44 babeltrace/graph/component-sink.h \
45 babeltrace/graph/component-source.h \
46 babeltrace/graph/component.h \
47 babeltrace/graph/connection.h \
48 babeltrace/graph/graph.h \
49 babeltrace/graph/notification-eot.h \
50 babeltrace/graph/notification-event.h \
51 babeltrace/graph/notification-heap.h \
52 babeltrace/graph/notification-iterator.h \
53 babeltrace/graph/notification.h \
54 babeltrace/graph/notification-packet.h \
55 babeltrace/graph/notification-schema.h \
56 babeltrace/graph/notification-stream.h \
57 babeltrace/graph/port.h \
58 babeltrace/graph/private-component-filter.h \
59 babeltrace/graph/private-component-sink.h \
60 babeltrace/graph/private-component-source.h \
61 babeltrace/graph/private-component.h \
62 babeltrace/graph/private-connection.h \
63 babeltrace/graph/private-notification-iterator.h \
64 babeltrace/graph/private-port.h
65
66 noinst_HEADERS = \
67 babeltrace/align.h \
68 babeltrace/babeltrace-internal.h \
69 babeltrace/bitfield.h \
70 babeltrace/common-internal.h \
71 babeltrace/compiler.h \
72 babeltrace/prio_heap.h \
73 babeltrace/ref-internal.h \
74 babeltrace/object-internal.h \
75 babeltrace/crc32.h \
76 babeltrace/dwarf.h \
77 babeltrace/bin-info.h \
78 babeltrace/utils.h \
79 babeltrace/list.h \
80 babeltrace/ctf-writer/writer-internal.h \
81 babeltrace/ctf-writer/serialize-internal.h \
82 babeltrace/ctf-ir/attributes-internal.h \
83 babeltrace/ctf-ir/field-types-internal.h \
84 babeltrace/ctf-ir/fields-internal.h \
85 babeltrace/ctf-ir/event-internal.h \
86 babeltrace/ctf-ir/event-class-internal.h \
87 babeltrace/ctf-ir/field-path-internal.h \
88 babeltrace/ctf-ir/clock-class-internal.h \
89 babeltrace/ctf-ir/resolve-internal.h \
90 babeltrace/ctf-ir/stream-class-internal.h \
91 babeltrace/ctf-ir/stream-internal.h \
92 babeltrace/ctf-ir/packet-internal.h \
93 babeltrace/ctf-ir/trace-internal.h \
94 babeltrace/ctf-ir/validation-internal.h \
95 babeltrace/ctf-ir/visitor-internal.h \
96 babeltrace/ctf-writer/clock-internal.h \
97 babeltrace/ctf-writer/functor-internal.h \
98 babeltrace/compat/uuid.h \
99 babeltrace/compat/memstream.h \
100 babeltrace/compat/string.h \
101 babeltrace/compat/utc.h \
102 babeltrace/compat/limits.h \
103 babeltrace/compat/glib.h \
104 babeltrace/compat/send.h \
105 babeltrace/compat/fcntl.h \
106 babeltrace/compat/stdlib.h \
107 babeltrace/compat/dirent.h \
108 babeltrace/compat/stdio.h \
109 babeltrace/compat/mman.h \
110 babeltrace/endian.h \
111 babeltrace/mmap-align.h \
112 babeltrace/plugin/plugin-internal.h \
113 babeltrace/plugin/plugin-so-internal.h \
114 babeltrace/graph/component-class-internal.h \
115 babeltrace/graph/connection-internal.h \
116 babeltrace/graph/port-internal.h \
117 babeltrace/graph/component-internal.h \
118 babeltrace/graph/graph-internal.h \
119 babeltrace/graph/component-filter-internal.h \
120 babeltrace/graph/component-sink-internal.h \
121 babeltrace/graph/component-source-internal.h \
122 babeltrace/graph/notification-eot-internal.h \
123 babeltrace/graph/notification-event-internal.h \
124 babeltrace/graph/notification-iterator-internal.h \
125 babeltrace/graph/notification-internal.h \
126 babeltrace/graph/notification-packet-internal.h \
127 babeltrace/graph/notification-stream-internal.h \
128 babeltrace/graph/notification-heap-internal.h
This page took 0.03157 seconds and 4 git commands to generate.