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