c026e74cfbb373c8a0e9cdb18332ee8eb90a2a7c
[babeltrace.git] / include / Makefile.am
1 # Core API
2 babeltraceincludedir = "$(includedir)/babeltrace"
3 babeltraceinclude_HEADERS = \
4 babeltrace/babeltrace.h \
5 babeltrace/logging.h \
6 babeltrace/ref.h \
7 babeltrace/types.h \
8 babeltrace/values.h \
9 babeltrace/version.h
10
11 # Legacy API (for CTF writer)
12 babeltracectfincludedir = "$(includedir)/babeltrace/ctf"
13 babeltracectfinclude_HEADERS = \
14 babeltrace/ctf/events.h
15
16 # CTF writer API
17 babeltracectfwriterincludedir = "$(includedir)/babeltrace/ctf-writer"
18 babeltracectfwriterinclude_HEADERS = \
19 babeltrace/ctf-writer/clock.h \
20 babeltrace/ctf-writer/event-fields.h \
21 babeltrace/ctf-writer/event-types.h \
22 babeltrace/ctf-writer/event.h \
23 babeltrace/ctf-writer/stream-class.h \
24 babeltrace/ctf-writer/stream.h \
25 babeltrace/ctf-writer/writer.h
26
27 # CTF IR API
28 babeltracectfirincludedir = "$(includedir)/babeltrace/ctf-ir"
29 babeltracectfirinclude_HEADERS = \
30 babeltrace/ctf-ir/clock-class.h \
31 babeltrace/ctf-ir/clock-value.h \
32 babeltrace/ctf-ir/clock.h \
33 babeltrace/ctf-ir/event-class.h \
34 babeltrace/ctf-ir/event.h \
35 babeltrace/ctf-ir/field-path.h \
36 babeltrace/ctf-ir/field-types.h \
37 babeltrace/ctf-ir/fields.h \
38 babeltrace/ctf-ir/packet.h \
39 babeltrace/ctf-ir/stream-class.h \
40 babeltrace/ctf-ir/stream.h \
41 babeltrace/ctf-ir/trace.h \
42 babeltrace/ctf-ir/utils.h \
43 babeltrace/ctf-ir/visitor.h
44
45 # Plugin and plugin development API
46 babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
47 babeltraceplugininclude_HEADERS = \
48 babeltrace/plugin/plugin-dev.h \
49 babeltrace/plugin/plugin.h
50
51 # Graph, component, and notification API
52 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
53 babeltracegraphinclude_HEADERS = \
54 babeltrace/graph/clock-class-priority-map.h \
55 babeltrace/graph/component-class-filter.h \
56 babeltrace/graph/component-class-sink.h \
57 babeltrace/graph/component-class-source.h \
58 babeltrace/graph/component-class.h \
59 babeltrace/graph/component-filter.h \
60 babeltrace/graph/component-sink.h \
61 babeltrace/graph/component-source.h \
62 babeltrace/graph/component-status.h \
63 babeltrace/graph/component.h \
64 babeltrace/graph/connection.h \
65 babeltrace/graph/graph.h \
66 babeltrace/graph/notification-discarded-events.h \
67 babeltrace/graph/notification-discarded-packets.h \
68 babeltrace/graph/notification-event.h \
69 babeltrace/graph/notification-heap.h \
70 babeltrace/graph/notification-inactivity.h \
71 babeltrace/graph/notification-iterator.h \
72 babeltrace/graph/notification-packet.h \
73 babeltrace/graph/notification-stream.h \
74 babeltrace/graph/notification.h \
75 babeltrace/graph/output-port-notification-iterator.h \
76 babeltrace/graph/port.h \
77 babeltrace/graph/private-component-filter.h \
78 babeltrace/graph/private-component-sink.h \
79 babeltrace/graph/private-component-source.h \
80 babeltrace/graph/private-component.h \
81 babeltrace/graph/private-connection-notification-iterator.h \
82 babeltrace/graph/private-connection-private-notification-iterator.h \
83 babeltrace/graph/private-connection.h \
84 babeltrace/graph/private-port.h \
85 babeltrace/graph/query-executor.h
86
87 noinst_HEADERS = \
88 babeltrace/align-internal.h \
89 babeltrace/babeltrace-internal.h \
90 babeltrace/bitfield-internal.h \
91 babeltrace/common-internal.h \
92 babeltrace/compat/fcntl-internal.h \
93 babeltrace/compat/glib-internal.h \
94 babeltrace/compat/limits-internal.h \
95 babeltrace/compat/memstream-internal.h \
96 babeltrace/compat/mman-internal.h \
97 babeltrace/compat/socket-internal.h \
98 babeltrace/compat/stdio-internal.h \
99 babeltrace/compat/stdlib-internal.h \
100 babeltrace/compat/string-internal.h \
101 babeltrace/compat/time-internal.h \
102 babeltrace/compat/unistd-internal.h \
103 babeltrace/compat/utc-internal.h \
104 babeltrace/compat/uuid-internal.h \
105 babeltrace/compiler-internal.h \
106 babeltrace/ctf-ir/attributes-internal.h \
107 babeltrace/ctf-ir/clock-class-internal.h \
108 babeltrace/ctf-ir/clock-value-internal.h \
109 babeltrace/ctf-ir/event-class-internal.h \
110 babeltrace/ctf-ir/event-internal.h \
111 babeltrace/ctf-ir/field-path-internal.h \
112 babeltrace/ctf-ir/field-types-internal.h \
113 babeltrace/ctf-ir/fields-internal.h \
114 babeltrace/ctf-ir/packet-internal.h \
115 babeltrace/ctf-ir/resolve-internal.h \
116 babeltrace/ctf-ir/stream-class-internal.h \
117 babeltrace/ctf-ir/stream-internal.h \
118 babeltrace/ctf-ir/trace-internal.h \
119 babeltrace/ctf-ir/validation-internal.h \
120 babeltrace/ctf-ir/visitor-internal.h \
121 babeltrace/ctf-writer/clock-internal.h \
122 babeltrace/ctf-writer/functor-internal.h \
123 babeltrace/ctf-writer/serialize-internal.h \
124 babeltrace/ctf-writer/writer-internal.h \
125 babeltrace/endian-internal.h \
126 babeltrace/graph/clock-class-priority-map-internal.h \
127 babeltrace/graph/component-class-internal.h \
128 babeltrace/graph/component-class-sink-colander-internal.h \
129 babeltrace/graph/component-filter-internal.h \
130 babeltrace/graph/component-internal.h \
131 babeltrace/graph/component-sink-internal.h \
132 babeltrace/graph/component-source-internal.h \
133 babeltrace/graph/connection-internal.h \
134 babeltrace/graph/graph-internal.h \
135 babeltrace/graph/notification-discarded-elements-internal.h \
136 babeltrace/graph/notification-event-internal.h \
137 babeltrace/graph/notification-heap-internal.h \
138 babeltrace/graph/notification-inactivity-internal.h \
139 babeltrace/graph/notification-internal.h \
140 babeltrace/graph/notification-iterator-internal.h \
141 babeltrace/graph/notification-packet-internal.h \
142 babeltrace/graph/notification-stream-internal.h \
143 babeltrace/graph/port-internal.h \
144 babeltrace/graph/query-executor-internal.h \
145 babeltrace/lib-logging-internal.h \
146 babeltrace/list-internal.h \
147 babeltrace/logging-internal.h \
148 babeltrace/mmap-align-internal.h \
149 babeltrace/object-internal.h \
150 babeltrace/plugin/plugin-internal.h \
151 babeltrace/plugin/plugin-so-internal.h \
152 babeltrace/prio-heap-internal.h \
153 babeltrace/ref-internal.h \
154 babeltrace/values-internal.h
This page took 0.03156 seconds and 3 git commands to generate.