1 # SPDX-License-Identifier: LGPL-2.1-only
3 AUTOMAKE_OPTIONS = subdir-objects
6 ### Global private headers ###
37 # These headers should be moved to the public headers when tested and
38 # documented. The symbols are still part of the ABI.
40 # Used by the Java jni interface.
42 ust-context-provider.h
44 # Used by liblttng-ust-fd
49 ## Convenience libraries ##
52 noinst_LTLIBRARIES = \
62 libcounter_la_SOURCES = \
63 counter/counter-api.h \
65 counter/counter-config.h \
67 counter/counter-internal.h \
68 counter/counter-types.h \
71 counter/shm_internal.h \
74 libcounter_la_LIBADD = -lrt
77 libcounter_la_LIBADD += -lnuma
80 libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS)
83 libcompat_la_SOURCES = \
88 libmsgpack_la_SOURCES = \
92 libmsgpack_la_CFLAGS = -DUST_COMPONENT="libmsgpack" $(AM_CFLAGS)
95 libringbuffer_la_SOURCES = \
97 ringbuffer/backend.h \
98 ringbuffer/backend_internal.h \
99 ringbuffer/backend_types.h \
100 ringbuffer/frontend_api.h \
101 ringbuffer/frontend.h \
102 ringbuffer/frontend_internal.h \
103 ringbuffer/frontend_types.h \
105 ringbuffer/rb-init.h \
106 ringbuffer/ring_buffer_backend.c \
107 ringbuffer/ringbuffer-config.h \
108 ringbuffer/ring_buffer_frontend.c \
111 ringbuffer/shm_internal.h \
112 ringbuffer/shm_types.h \
115 libringbuffer_la_LIBADD = \
119 libringbuffer_la_LIBADD += -lnuma
122 libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" $(AM_CFLAGS)
125 libsnprintf_la_SOURCES = \
132 snprintf/mbrtowc_sb.c \
133 snprintf/snprintf.c \
135 snprintf/vfprintf.c \
140 libcommon_la_SOURCES = \
151 libcommon_la_LIBADD = \
156 libustcomm_la_SOURCES = \
160 EXTRA_DIST = snprintf/README