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