Remove notification iterator seeking API until it's supported
[babeltrace.git] / include / Makefile.am
CommitLineData
6941b8e8 1# Core API
9ffc0257 2babeltraceincludedir = "$(includedir)/babeltrace"
0ec662bd
JD
3babeltraceinclude_HEADERS = \
4 babeltrace/babeltrace.h \
83509119 5 babeltrace/values.h \
beb0fb75 6 babeltrace/ref.h \
7a6224c4 7 babeltrace/logging.h \
c55a9f58
PP
8 babeltrace/version.h \
9 babeltrace/types.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
JG
19 babeltrace/ctf-writer/clock.h \
20 babeltrace/ctf-writer/writer.h \
21 babeltrace/ctf-writer/event-fields.h \
22 babeltrace/ctf-writer/event-types.h \
23 babeltrace/ctf-writer/event.h \
adc315b8
JG
24 babeltrace/ctf-writer/stream.h \
25 babeltrace/ctf-writer/stream-class.h
26
6941b8e8 27# CTF IR API
9ffc0257 28babeltracectfirincludedir = "$(includedir)/babeltrace/ctf-ir"
adc315b8 29babeltracectfirinclude_HEADERS = \
ac0c6bdd 30 babeltrace/ctf-ir/clock-class.h \
2e33ac5a
PP
31 babeltrace/ctf-ir/fields.h \
32 babeltrace/ctf-ir/field-types.h \
adc315b8 33 babeltrace/ctf-ir/event.h \
272df73e 34 babeltrace/ctf-ir/event-class.h \
b011f6b0 35 babeltrace/ctf-ir/field-path.h \
3f043b05 36 babeltrace/ctf-ir/stream.h \
f79cf0f0 37 babeltrace/ctf-ir/packet.h \
bc37ae52 38 babeltrace/ctf-ir/stream-class.h \
654c1444 39 babeltrace/ctf-ir/trace.h \
8bf65fbd
JG
40 babeltrace/ctf-ir/utils.h \
41 babeltrace/ctf-ir/visitor.h
70bd0a12 42
6941b8e8 43# Plugin and plugin development API
9ffc0257 44babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
6ee873c6
JG
45babeltraceplugininclude_HEADERS = \
46 babeltrace/plugin/plugin.h \
33b34c43
PP
47 babeltrace/plugin/plugin-dev.h
48
6941b8e8 49# Graph, component, and notification API
9ffc0257 50babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
b2e0c907 51babeltracegraphinclude_HEADERS = \
8c0b8894 52 babeltrace/graph/clock-class-priority-map.h \
b2e0c907 53 babeltrace/graph/component-class-filter.h \
706a18f9 54 babeltrace/graph/component-class-sink-colander.h \
b2e0c907
PP
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
PP
70 babeltrace/graph/notification-iterator.h \
71 babeltrace/graph/notification.h \
72 babeltrace/graph/notification-packet.h \
b2e0c907
PP
73 babeltrace/graph/notification-stream.h \
74 babeltrace/graph/port.h \
c7eee084 75 babeltrace/graph/query-executor.h \
b2e0c907
PP
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 \
80 babeltrace/graph/private-connection.h \
81 babeltrace/graph/private-notification-iterator.h \
82 babeltrace/graph/private-port.h
6ee873c6 83
e92927d1 84noinst_HEADERS = \
3d9990ac 85 babeltrace/align-internal.h \
70bd0a12 86 babeltrace/babeltrace-internal.h \
3d9990ac 87 babeltrace/bitfield-internal.h \
1670bffd 88 babeltrace/common-internal.h \
beb0fb75
PP
89 babeltrace/compat/fcntl-internal.h \
90 babeltrace/compat/glib-internal.h \
91 babeltrace/compat/limits-internal.h \
92 babeltrace/compat/memstream-internal.h \
93 babeltrace/compat/mman-internal.h \
1cb3cdd7 94 babeltrace/compat/socket-internal.h \
beb0fb75
PP
95 babeltrace/compat/stdio-internal.h \
96 babeltrace/compat/stdlib-internal.h \
97 babeltrace/compat/string-internal.h \
58a2480d 98 babeltrace/compat/time-internal.h \
108e5a1e 99 babeltrace/compat/unistd-internal.h \
beb0fb75
PP
100 babeltrace/compat/utc-internal.h \
101 babeltrace/compat/uuid-internal.h \
3d9990ac 102 babeltrace/compiler-internal.h \
44e0a4f5 103 babeltrace/ctf-ir/attributes-internal.h \
beb0fb75 104 babeltrace/ctf-ir/clock-class-internal.h \
272df73e 105 babeltrace/ctf-ir/event-class-internal.h \
beb0fb75 106 babeltrace/ctf-ir/event-internal.h \
b011f6b0 107 babeltrace/ctf-ir/field-path-internal.h \
beb0fb75
PP
108 babeltrace/ctf-ir/field-types-internal.h \
109 babeltrace/ctf-ir/fields-internal.h \
110 babeltrace/ctf-ir/packet-internal.h \
09840de5 111 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 112 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 113 babeltrace/ctf-ir/stream-internal.h \
daf01357 114 babeltrace/ctf-ir/trace-internal.h \
09840de5 115 babeltrace/ctf-ir/validation-internal.h \
8bf65fbd 116 babeltrace/ctf-ir/visitor-internal.h \
ac0c6bdd 117 babeltrace/ctf-writer/clock-internal.h \
273b65be 118 babeltrace/ctf-writer/functor-internal.h \
beb0fb75
PP
119 babeltrace/ctf-writer/serialize-internal.h \
120 babeltrace/ctf-writer/writer-internal.h \
3d9990ac 121 babeltrace/endian-internal.h \
beb0fb75 122 babeltrace/graph/clock-class-priority-map-internal.h \
b2e0c907 123 babeltrace/graph/component-class-internal.h \
b2e0c907 124 babeltrace/graph/component-filter-internal.h \
beb0fb75 125 babeltrace/graph/component-internal.h \
b2e0c907
PP
126 babeltrace/graph/component-sink-internal.h \
127 babeltrace/graph/component-source-internal.h \
beb0fb75
PP
128 babeltrace/graph/connection-internal.h \
129 babeltrace/graph/graph-internal.h \
2ec84d26 130 babeltrace/graph/notification-discarded-elements-internal.h \
b2e0c907 131 babeltrace/graph/notification-event-internal.h \
beb0fb75 132 babeltrace/graph/notification-heap-internal.h \
ece3fb0f 133 babeltrace/graph/notification-inactivity-internal.h \
b2e0c907 134 babeltrace/graph/notification-internal.h \
beb0fb75 135 babeltrace/graph/notification-iterator-internal.h \
b2e0c907
PP
136 babeltrace/graph/notification-packet-internal.h \
137 babeltrace/graph/notification-stream-internal.h \
beb0fb75 138 babeltrace/graph/port-internal.h \
c7eee084 139 babeltrace/graph/query-executor-internal.h \
beb0fb75 140 babeltrace/lib-logging-internal.h \
45ff8fe4 141 babeltrace/list-internal.h \
beb0fb75
PP
142 babeltrace/logging-internal.h \
143 babeltrace/mmap-align-internal.h \
144 babeltrace/object-internal.h \
145 babeltrace/plugin/plugin-internal.h \
146 babeltrace/plugin/plugin-so-internal.h \
147 babeltrace/prio-heap-internal.h \
c4628760
PP
148 babeltrace/ref-internal.h \
149 babeltrace/values-internal.h
This page took 0.051457 seconds and 4 git commands to generate.