cleanup: Namespace public utils macros
[lttng-ust.git] / include / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 ### ###
4 ### Public API headers ###
5 ### ###
6
7 nobase_include_HEADERS = \
8 lttng/tracepoint.h \
9 lttng/tracepoint-rcu.h \
10 lttng/tracepoint-types.h \
11 lttng/tracepoint-event.h \
12 lttng/ust-tracepoint-event.h \
13 lttng/ust-tracepoint-event-reset.h \
14 lttng/ust-tracepoint-event-write.h \
15 lttng/ust-tracepoint-event-nowrite.h \
16 lttng/ust-arch.h \
17 lttng/ust-events.h \
18 lttng/ust-ctl.h \
19 lttng/ust-abi.h \
20 lttng/ringbuffer-abi.h \
21 lttng/ust-tracer.h \
22 lttng/ust-compiler.h \
23 lttng/ust.h \
24 lttng/ust-endian.h \
25 lttng/ringbuffer-context.h \
26 lttng/ust-utils.h \
27 lttng/ust-error.h \
28 lttng/tracef.h \
29 lttng/tp/lttng-ust-tracef.h \
30 lttng/tracelog.h \
31 lttng/tp/lttng-ust-tracelog.h \
32 lttng/ust-clock.h \
33 lttng/ust-getcpu.h \
34 lttng/ust-libc-wrapper.h \
35 lttng/urcu/pointer.h \
36 lttng/urcu/urcu-ust.h \
37 lttng/urcu/static/pointer.h \
38 lttng/urcu/static/urcu-ust.h
39
40 # Auto-generated by configure.
41 nobase_nodist_include_HEADERS = \
42 lttng/ust-config.h \
43 lttng/ust-version.h
44
45
46 ### ###
47 ### Global private headers ###
48 ### ###
49
50 noinst_HEADERS = \
51 usterr-signal-safe.h \
52 ust-snprintf.h \
53 ust-bitmap.h \
54 ust-comm.h \
55 ust-compat.h \
56 ust-elf.h \
57 ust-tid.h \
58 ust-bitfield.h \
59 ust-dlfcn.h \
60 ust-dynamic-type.h \
61 ust-helper.h \
62 ust-share.h
63
64
65 # These headers should be moved to the public headers when tested and
66 # documented. The symbols are still part of the ABI.
67
68 # Used by the Java jni interface.
69 noinst_HEADERS += \
70 ust-context-provider.h
71
72 # Used by liblttng-ust-fd
73 noinst_HEADERS += \
74 ust-fd.h
This page took 0.031996 seconds and 5 git commands to generate.