1 # SPDX-License-Identifier: GPL-2.0-only
3 AUTOMAKE_OPTIONS = subdir-objects
15 lttng-kernel-old.hpp \
23 noinst_LTLIBRARIES += libargpar.la
24 libargpar_la_SOURCES = \
30 noinst_LTLIBRARIES += libargpar-utils.la
31 libargpar_utils_la_SOURCES = \
32 argpar-utils/argpar-utils.cpp \
33 argpar-utils/argpar-utils.hpp
37 noinst_LTLIBRARIES += libbytecode.la
38 libbytecode_la_SOURCES = \
39 bytecode/bytecode.cpp \
43 # The libcommon-lgpl static archive contains only LGPLv2.1 code. It is
44 # meant to be used by LGPLv2.1 libraries such as liblttng-ctl. It also
45 # contains libcommon-lgpl.la.
47 noinst_LTLIBRARIES += libcommon-lgpl.la
48 libcommon_lgpl_la_SOURCES = \
53 actions/rotate-session.cpp \
54 actions/snapshot-session.cpp \
55 actions/start-session.cpp \
56 actions/stop-session.cpp \
57 actions/rate-policy.cpp \
58 buffer-view.hpp buffer-view.cpp \
61 conditions/buffer-usage.cpp \
62 conditions/condition.cpp \
63 conditions/event-rule-matches.cpp \
64 conditions/session-consumed-size.cpp \
65 conditions/session-rotation.cpp \
66 container-wrapper.hpp \
67 credentials.cpp credentials.hpp \
70 dynamic-array.cpp dynamic-array.hpp \
71 dynamic-buffer.cpp dynamic-buffer.hpp \
77 event-expr/event-expr.cpp \
78 event-field-value.cpp \
79 event-rule/event-rule.cpp \
80 event-rule/kernel-kprobe.cpp \
81 event-rule/kernel-syscall.cpp \
82 event-rule/kernel-uprobe.cpp \
83 event-rule/kernel-tracepoint.cpp \
84 event-rule/user-tracepoint.cpp \
85 event-rule/log4j-logging.cpp \
86 event-rule/jul-logging.cpp \
87 event-rule/python-logging.cpp \
88 exception.cpp exception.hpp \
89 file-descriptor.hpp file-descriptor.cpp \
90 fd-handle.cpp fd-handle.hpp \
96 lockfile.cpp lockfile.hpp \
97 locked-reference.hpp \
98 logging-utils.hpp logging-utils.cpp \
101 make-unique-wrapper.hpp \
102 mi-lttng.cpp mi-lttng.hpp \
104 payload.cpp payload.hpp \
105 payload-view.cpp payload-view.hpp \
107 random.cpp random.hpp \
108 readwrite.cpp readwrite.hpp \
109 runas.cpp runas.hpp \
111 session-descriptor.cpp \
112 snapshot.cpp snapshot.hpp \
113 spawn-viewer.cpp spawn-viewer.hpp \
114 thread.cpp thread.hpp \
116 tracker.cpp tracker.hpp \
120 userspace-probe.cpp \
125 libcommon_lgpl_la_SOURCES += eventfd.cpp eventfd.hpp
129 libcommon_lgpl_la_SOURCES += \
130 lttng-elf.cpp lttng-elf.hpp
133 libcommon_lgpl_la_LIBADD = \
138 libhashtable-lgpl.la \
139 $(top_builddir)/src/vendor/msgpack/libmsgpack.la
142 # The libpath static archive contains GPLv2 compatible code. It is
143 # meant to be used by GPL executables.
144 noinst_LTLIBRARIES += libpath.la
145 libpath_la_SOURCES = \
149 # The libcommon-gpl static archive contains GPLv2 compatible code. It is
150 # meant to be used by GPL executables.
151 noinst_LTLIBRARIES += libcommon-gpl.la
152 libcommon_gpl_la_SOURCES = \
154 context.cpp context.hpp \
155 daemonize.cpp daemonize.hpp \
156 filter.cpp filter.hpp \
157 fs-handle.cpp fs-handle.hpp fs-handle-internal.hpp \
158 futex.cpp futex.hpp \
159 index-allocator.cpp index-allocator.hpp \
163 trace-chunk.cpp trace-chunk.hpp \
164 trace-chunk-registry.hpp \
166 waiter.cpp waiter.hpp
168 libcommon_gpl_la_LIBADD = \
172 libhashtable-gpl.la \
177 noinst_LTLIBRARIES += libcompat.la
178 libcompat_la_SOURCES = \
179 compat/directory-handle.cpp \
180 compat/directory-handle.hpp \
199 noinst_LTLIBRARIES += libconfig.la
200 libconfig_la_SOURCES = \
201 config/config-internal.hpp \
202 config/config-session-abi.hpp \
203 config/session-config.cpp \
204 config/session-config.hpp
206 libconfig_la_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
207 libconfig_la_LIBADD = ${libxml2_LIBS}
210 if BUILD_LIB_CONSUMER
211 noinst_LTLIBRARIES += libconsumer.la
213 libconsumer_la_SOURCES = \
214 consumer/consumer.cpp \
215 consumer/consumer.hpp \
216 consumer/consumer-metadata-cache.cpp \
217 consumer/consumer-metadata-cache.hpp \
218 consumer/consumer-stream.cpp \
219 consumer/consumer-stream.hpp \
220 consumer/consumer-testpoint.hpp \
221 consumer/consumer-timer.cpp \
222 consumer/consumer-timer.hpp \
223 consumer/metadata-bucket.cpp \
224 consumer/metadata-bucket.hpp
226 libconsumer_la_LIBADD = \
227 libkernel-consumer.la \
231 if HAVE_LIBLTTNG_UST_CTL
232 libconsumer_la_LIBADD += \
235 endif # BUILD_LIB_CONSUMER
239 noinst_LTLIBRARIES += libfd-tracker.la
240 libfd_tracker_la_SOURCES = \
241 fd-tracker/fd-tracker.cpp \
242 fd-tracker/fd-tracker.hpp \
243 fd-tracker/inode.cpp \
244 fd-tracker/inode.hpp \
245 fd-tracker/utils.cpp \
246 fd-tracker/utils.hpp \
247 fd-tracker/utils-poll.cpp
251 noinst_LTLIBRARIES += libfilter.la
253 libfilter_la_SOURCES = \
254 filter/filter-ast.hpp \
255 filter/filter-ir.hpp \
256 filter/filter-lexer.lpp \
257 filter/filter-parser.ypp \
258 filter/filter-symbols.hpp \
259 filter/filter-visitor-generate-bytecode.cpp \
260 filter/filter-visitor-generate-ir.cpp \
261 filter/filter-visitor-ir-check-binary-op-nesting.cpp \
262 filter/filter-visitor-ir-normalize-glob-patterns.cpp \
263 filter/filter-visitor-ir-validate-globbing.cpp \
264 filter/filter-visitor-ir-validate-string.cpp \
265 filter/filter-visitor-xml.cpp \
268 BUILT_SOURCES += filter/filter-parser.hpp
270 # Disable some warning flags for generated sources.
271 FILTER_WARN_FLAGS = \
272 -Wno-null-dereference \
273 -Wno-redundant-decls \
274 -Wno-unused-parameter
276 libfilter_la_CFLAGS = $(AM_CFLAGS) $(FILTER_WARN_FLAGS)
277 libfilter_la_CXXFLAGS = -include filter-symbols.hpp $(AM_CXXFLAGS) $(FILTER_WARN_FLAGS)
278 libfilter_la_CPPFLAGS = -I$(srcdir)/filter -I$(builddir)/filter $(AM_CPPFLAGS)
279 libfilter_la_LIBADD = libstring-utils.la
281 AM_YFLAGS = -t -d -v -Wno-yacc
283 # start with empty files to clean
287 # we have bison: we can clean the generated parser files
289 filter/filter-parser.cpp \
290 filter/filter-parser.hpp \
291 filter/filter-parser.output
293 # create target used to stop the build if we want to build the parser,
294 # but we don't have the necessary tool to do so
295 filter/filter-parser.cpp filter/filter-parser.hpp: filter/filter-parser.ypp
296 @echo "Error: Cannot build target because bison is missing."
297 @echo "Make sure bison is installed and run the configure script again."
300 BUILT_SOURCES += filter/filter-parser.cpp filter/filter-parser.hpp
304 # we have flex: we can clean the generated lexer files
305 CLEANFILES += filter/filter-lexer.cpp
307 # create target used to stop the build if we want to build the lexer,
308 # but we don't have the necessary tool to do so
309 filter/filter-lexer.cpp: filter/filter-lexer.lpp
310 @echo "Error: Cannot build target because flex is missing."
311 @echo "Make sure flex is installed and run the configure script again."
314 BUILT_SOURCES += filter/filter-lexer.cpp
318 noinst_LTLIBRARIES += libhashtable-lgpl.la
319 libhashtable_lgpl_la_SOURCES = \
321 hashtable/utils.cpp \
325 noinst_LTLIBRARIES += libhashtable-gpl.la
326 libhashtable_gpl_la_SOURCES = \
327 hashtable/hashtable.cpp \
328 hashtable/hashtable.hpp \
329 hashtable/hashtable-symbols.hpp
331 libhashtable_gpl_la_LIBADD = \
337 noinst_LTLIBRARIES += libhealth.la
339 libhealth_la_SOURCES = \
345 noinst_LTLIBRARIES += libini-config.la
346 libini_config_la_SOURCES = \
349 ini-config/ini-config.cpp \
350 ini-config/ini-config.hpp
354 noinst_LTLIBRARIES += libindex.la
356 libindex_la_SOURCES = \
357 index/ctf-index.hpp \
363 if BUILD_LIB_KERNEL_CTL
364 noinst_LTLIBRARIES += libkernel-ctl.la
366 libkernel_ctl_la_SOURCES = \
367 kernel-ctl/kernel-ctl.cpp \
368 kernel-ctl/kernel-ctl.hpp \
369 kernel-ctl/kernel-ioctl.hpp
372 if BUILD_LIB_SESSIOND_COMM
373 noinst_LTLIBRARIES += libsessiond-comm.la
375 libsessiond_comm_la_SOURCES = \
376 sessiond-comm/agent.hpp \
377 sessiond-comm/inet.cpp \
378 sessiond-comm/inet.hpp \
379 sessiond-comm/inet6.cpp \
380 sessiond-comm/inet6.hpp \
381 sessiond-comm/relayd.hpp \
382 sessiond-comm/sessiond-comm.cpp \
383 sessiond-comm/sessiond-comm.hpp
387 noinst_LTLIBRARIES += librelayd.la
389 librelayd_la_SOURCES = \
393 librelayd_la_LIBADD = libsessiond-comm.la
397 if BUILD_LIB_KERNEL_CONSUMER
398 noinst_LTLIBRARIES += libkernel-consumer.la
400 libkernel_consumer_la_SOURCES = \
401 kernel-consumer/kernel-consumer.cpp \
402 kernel-consumer/kernel-consumer.hpp
404 libkernel_consumer_la_LIBADD = \
408 if BUILD_LIB_UST_CONSUMER
409 if HAVE_LIBLTTNG_UST_CTL
410 noinst_LTLIBRARIES += libust-consumer.la
412 libust_consumer_la_SOURCES = \
413 ust-consumer/ust-consumer.cpp \
414 ust-consumer/ust-consumer.hpp
416 libust_consumer_la_LIBADD = \
421 if BUILD_LIB_TESTPOINT
422 noinst_LTLIBRARIES += libtestpoint.la
424 libtestpoint_la_SOURCES = \
425 testpoint/testpoint.cpp \
426 testpoint/testpoint.hpp
428 libtestpoint_la_LIBADD = $(DL_LIBS)
433 noinst_LTLIBRARIES += libstring-utils.la
434 libstring_utils_la_SOURCES = \
435 string-utils/format.hpp \
436 string-utils/string-utils.cpp \
437 string-utils/string-utils.hpp
440 noinst_PROGRAMS = filter-grammar-test
441 filter_grammar_test_SOURCES = filter-grammar-test.cpp
442 filter_grammar_test_LDADD = libcommon-gpl.la
448 xmldir = $(datadir)/xml/lttng
449 dist_xml_DATA = session.xsd
451 # Copy EXTRA_DIST files to the build directory
453 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
454 for script in $(EXTRA_DIST); do \
455 cp -f $(srcdir)/$$script $(builddir); \
460 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
461 for script in $(EXTRA_DIST); do \
462 rm -f $(builddir)/$$script; \