Fix live-comm: merge TCP socket write-write sequence in a single write
[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 \
1ddd69e6 32 babeltrace/ctf-ir/clock.h \
272df73e 33 babeltrace/ctf-ir/event-class.h \
c057dea0 34 babeltrace/ctf-ir/event.h \
b011f6b0 35 babeltrace/ctf-ir/field-path.h \
c057dea0
PP
36 babeltrace/ctf-ir/field-types.h \
37 babeltrace/ctf-ir/fields.h \
f79cf0f0 38 babeltrace/ctf-ir/packet.h \
bc37ae52 39 babeltrace/ctf-ir/stream-class.h \
c057dea0 40 babeltrace/ctf-ir/stream.h \
654c1444 41 babeltrace/ctf-ir/trace.h \
8bf65fbd
JG
42 babeltrace/ctf-ir/utils.h \
43 babeltrace/ctf-ir/visitor.h
70bd0a12 44
6941b8e8 45# Plugin and plugin development API
9ffc0257 46babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
6ee873c6 47babeltraceplugininclude_HEADERS = \
c057dea0
PP
48 babeltrace/plugin/plugin-dev.h \
49 babeltrace/plugin/plugin.h
33b34c43 50
6941b8e8 51# Graph, component, and notification API
9ffc0257 52babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
b2e0c907 53babeltracegraphinclude_HEADERS = \
8c0b8894 54 babeltrace/graph/clock-class-priority-map.h \
b2e0c907
PP
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 \
cc469c42 62 babeltrace/graph/component-status.h \
b2e0c907
PP
63 babeltrace/graph/component.h \
64 babeltrace/graph/connection.h \
65 babeltrace/graph/graph.h \
2ec84d26
PP
66 babeltrace/graph/notification-discarded-events.h \
67 babeltrace/graph/notification-discarded-packets.h \
b2e0c907
PP
68 babeltrace/graph/notification-event.h \
69 babeltrace/graph/notification-heap.h \
ece3fb0f 70 babeltrace/graph/notification-inactivity.h \
b2e0c907 71 babeltrace/graph/notification-iterator.h \
b2e0c907 72 babeltrace/graph/notification-packet.h \
b2e0c907 73 babeltrace/graph/notification-stream.h \
c057dea0 74 babeltrace/graph/notification.h \
8ed535b5 75 babeltrace/graph/output-port-notification-iterator.h \
b2e0c907
PP
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 \
90157d89
PP
81 babeltrace/graph/private-connection-notification-iterator.h \
82 babeltrace/graph/private-connection-private-notification-iterator.h \
b2e0c907 83 babeltrace/graph/private-connection.h \
90157d89
PP
84 babeltrace/graph/private-port.h \
85 babeltrace/graph/query-executor.h
6ee873c6 86
e92927d1 87noinst_HEADERS = \
3d9990ac 88 babeltrace/align-internal.h \
70bd0a12 89 babeltrace/babeltrace-internal.h \
3d9990ac 90 babeltrace/bitfield-internal.h \
1670bffd 91 babeltrace/common-internal.h \
beb0fb75
PP
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 \
1cb3cdd7 97 babeltrace/compat/socket-internal.h \
beb0fb75
PP
98 babeltrace/compat/stdio-internal.h \
99 babeltrace/compat/stdlib-internal.h \
100 babeltrace/compat/string-internal.h \
58a2480d 101 babeltrace/compat/time-internal.h \
108e5a1e 102 babeltrace/compat/unistd-internal.h \
beb0fb75
PP
103 babeltrace/compat/utc-internal.h \
104 babeltrace/compat/uuid-internal.h \
3d9990ac 105 babeltrace/compiler-internal.h \
44e0a4f5 106 babeltrace/ctf-ir/attributes-internal.h \
beb0fb75 107 babeltrace/ctf-ir/clock-class-internal.h \
c057dea0 108 babeltrace/ctf-ir/clock-value-internal.h \
272df73e 109 babeltrace/ctf-ir/event-class-internal.h \
beb0fb75 110 babeltrace/ctf-ir/event-internal.h \
b011f6b0 111 babeltrace/ctf-ir/field-path-internal.h \
beb0fb75
PP
112 babeltrace/ctf-ir/field-types-internal.h \
113 babeltrace/ctf-ir/fields-internal.h \
114 babeltrace/ctf-ir/packet-internal.h \
09840de5 115 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 116 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 117 babeltrace/ctf-ir/stream-internal.h \
daf01357 118 babeltrace/ctf-ir/trace-internal.h \
09840de5 119 babeltrace/ctf-ir/validation-internal.h \
8bf65fbd 120 babeltrace/ctf-ir/visitor-internal.h \
ac0c6bdd 121 babeltrace/ctf-writer/clock-internal.h \
273b65be 122 babeltrace/ctf-writer/functor-internal.h \
beb0fb75
PP
123 babeltrace/ctf-writer/serialize-internal.h \
124 babeltrace/ctf-writer/writer-internal.h \
3d9990ac 125 babeltrace/endian-internal.h \
beb0fb75 126 babeltrace/graph/clock-class-priority-map-internal.h \
b2e0c907 127 babeltrace/graph/component-class-internal.h \
8ed535b5 128 babeltrace/graph/component-class-sink-colander-internal.h \
b2e0c907 129 babeltrace/graph/component-filter-internal.h \
beb0fb75 130 babeltrace/graph/component-internal.h \
b2e0c907
PP
131 babeltrace/graph/component-sink-internal.h \
132 babeltrace/graph/component-source-internal.h \
beb0fb75
PP
133 babeltrace/graph/connection-internal.h \
134 babeltrace/graph/graph-internal.h \
2ec84d26 135 babeltrace/graph/notification-discarded-elements-internal.h \
b2e0c907 136 babeltrace/graph/notification-event-internal.h \
beb0fb75 137 babeltrace/graph/notification-heap-internal.h \
ece3fb0f 138 babeltrace/graph/notification-inactivity-internal.h \
b2e0c907 139 babeltrace/graph/notification-internal.h \
beb0fb75 140 babeltrace/graph/notification-iterator-internal.h \
b2e0c907
PP
141 babeltrace/graph/notification-packet-internal.h \
142 babeltrace/graph/notification-stream-internal.h \
beb0fb75 143 babeltrace/graph/port-internal.h \
c7eee084 144 babeltrace/graph/query-executor-internal.h \
beb0fb75 145 babeltrace/lib-logging-internal.h \
45ff8fe4 146 babeltrace/list-internal.h \
beb0fb75
PP
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 \
c4628760
PP
153 babeltrace/ref-internal.h \
154 babeltrace/values-internal.h
This page took 0.055243 seconds and 4 git commands to generate.