cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / Makefile.am
1 # SPDX-FileCopyrightText: 2019-2023 EfficiOS, Inc.
2 # SPDX-License-Identifier: MIT
3
4 # Build the current dir containing the library and plugins before the cli and
5 # bindings.
6 SUBDIRS = \
7 . \
8 cli
9
10 if ENABLE_PYTHON_BINDINGS
11 SUBDIRS += bindings/python/bt2
12 endif
13
14 ## This target generates an include file that contains the git version
15 ## string of the current branch, it must be continuously updated when
16 ## we build in the git repo and shipped in dist tarballs to reflect the
17 ## status of the tree when it was generated. If the tree is clean and
18 ## the current commit is a tag starting with "v", consider this a
19 ## release version and set an empty git version.
20
21 version_verbose = $(version_verbose_@AM_V@)
22 version_verbose_ = $(version_verbose_@AM_DEFAULT_V@)
23 version_verbose_0 = @echo " GEN " $@;
24
25 common/version.i:
26 $(version_verbose)GREP=$(GREP) SED=$(SED) TOP_SRCDIR="$(top_srcdir)" $(SHELL) $(srcdir)/gen-version-i.sh
27
28 dist_noinst_SCRIPTS = gen-version-i.sh
29
30 # Ensure version.i is generated before any code is built.
31 BUILT_SOURCES = common/version.i
32
33 ##
34 ## version.i is defined as a .PHONY target even if it's a real file,
35 ## we want the target to be re-run on every make.
36 ##
37 .PHONY: common/version.i
38
39 CLEANFILES = common/version.i.tmp
40
41 ##
42 ## Only clean "version.i" on dist-clean, we need to keep it on regular
43 ## clean when it's part of a dist tarball.
44 ##
45 DISTCLEANFILES = common/version.i
46
47 #
48 # Convenience libraries
49 #
50
51 noinst_LTLIBRARIES = \
52 argpar/libargpar.la \
53 autodisc/libautodisc.la \
54 clock-correlation-validator/libclock-correlation-validator.la \
55 common/libcommon.la \
56 compat/libcompat.la \
57 cpp-common/libcpp-common.la \
58 cpp-common/vendor/fmt/libfmt.la \
59 ctfser/libctfser.la \
60 fd-cache/libfd-cache.la \
61 logging/liblogging.la \
62 param-parse/libparam-parse.la \
63 plugins/common/muxing/libmuxing.la \
64 plugins/common/param-validation/libparam-validation.la \
65 plugins/ctf/common/metadata/libctf-ast.la \
66 plugins/ctf/common/metadata/libctf-parser.la \
67 string-format/libstring-format.la
68
69
70 argpar_libargpar_la_SOURCES = \
71 argpar/argpar.c \
72 argpar/argpar.h
73
74 autodisc_libautodisc_la_SOURCES = \
75 autodisc/autodisc.c \
76 autodisc/autodisc.h
77
78 clock_correlation_validator_libclock_correlation_validator_la_SOURCES = \
79 clock-correlation-validator/clock-correlation-validator.cpp \
80 clock-correlation-validator/clock-correlation-validator.h \
81 clock-correlation-validator/clock-correlation-validator.hpp
82
83 common_libcommon_la_SOURCES = \
84 common/align.h \
85 common/assert.c \
86 common/assert.h \
87 common/common.c \
88 common/common.h \
89 common/list.h \
90 common/macros.h \
91 common/mmap-align.h \
92 common/safe.h \
93 common/uuid.c \
94 common/uuid.h \
95 common/version.h \
96 common/version.i
97
98 common_libcommon_la_CPPFLAGS = \
99 $(AM_CPPFLAGS) \
100 -DBABELTRACE_PLUGINS_DIR=\"$(BABELTRACE_PLUGINS_DIR)\"
101
102 compat_libcompat_la_SOURCES = \
103 compat/bitfield.h \
104 compat/compiler.h \
105 compat/endian.h \
106 compat/fcntl.h \
107 compat/glib.h \
108 compat/limits.h \
109 compat/memstream.h \
110 compat/mman.c \
111 compat/mman.h \
112 compat/socket.hpp \
113 compat/stdio.h \
114 compat/stdlib.h \
115 compat/string.h \
116 compat/time.h \
117 compat/unistd.h \
118 compat/utc.h
119
120 cpp_common_libcpp_common_la_SOURCES = \
121 cpp-common/bt2/borrowed-object-iterator.hpp \
122 cpp-common/bt2/borrowed-object-proxy.hpp \
123 cpp-common/bt2/borrowed-object.hpp \
124 cpp-common/bt2/clock-class.hpp \
125 cpp-common/bt2/clock-snapshot.hpp \
126 cpp-common/bt2/component-class-dev.hpp \
127 cpp-common/bt2/component-class.hpp \
128 cpp-common/bt2/component-port.hpp \
129 cpp-common/bt2/graph.hpp \
130 cpp-common/bt2/error.hpp \
131 cpp-common/bt2/exc.hpp \
132 cpp-common/bt2/field-class.hpp \
133 cpp-common/bt2/field-path.hpp \
134 cpp-common/bt2/field.hpp \
135 cpp-common/bt2/integer-range-set.hpp \
136 cpp-common/bt2/integer-range.hpp \
137 cpp-common/bt2/internal/comp-cls-bridge.hpp \
138 cpp-common/bt2/internal/utils.hpp \
139 cpp-common/bt2/logging.hpp \
140 cpp-common/bt2/message-array.hpp \
141 cpp-common/bt2/message-iterator.hpp \
142 cpp-common/bt2/message.hpp \
143 cpp-common/bt2/optional-borrowed-object.hpp \
144 cpp-common/bt2/plugin-dev.hpp \
145 cpp-common/bt2/plugin-load.hpp \
146 cpp-common/bt2/plugin-set.hpp \
147 cpp-common/bt2/plugin.hpp \
148 cpp-common/bt2/private-query-executor.hpp \
149 cpp-common/bt2/query-executor.hpp \
150 cpp-common/bt2/raw-value-proxy.hpp \
151 cpp-common/bt2/self-component-class.hpp \
152 cpp-common/bt2/self-component-port.hpp \
153 cpp-common/bt2/self-message-iterator-configuration.hpp \
154 cpp-common/bt2/self-message-iterator.hpp \
155 cpp-common/bt2/shared-object.hpp \
156 cpp-common/bt2/trace-ir.hpp \
157 cpp-common/bt2/type-traits.hpp \
158 cpp-common/bt2/value.hpp \
159 cpp-common/bt2/wrap.hpp \
160 cpp-common/bt2c/align.hpp \
161 cpp-common/bt2c/c-string-view.hpp \
162 cpp-common/bt2c/call.hpp \
163 cpp-common/bt2c/contains.hpp \
164 cpp-common/bt2c/data-len.hpp \
165 cpp-common/bt2c/dummy.cpp \
166 cpp-common/bt2c/endian.hpp \
167 cpp-common/bt2c/exc.hpp \
168 cpp-common/bt2c/file-utils.cpp \
169 cpp-common/bt2c/file-utils.hpp \
170 cpp-common/bt2c/fmt.hpp \
171 cpp-common/bt2c/glib-up.hpp \
172 cpp-common/bt2c/libc-up.hpp \
173 cpp-common/bt2c/logging.hpp \
174 cpp-common/bt2c/prio-heap.hpp \
175 cpp-common/bt2c/read-fixed-len-int.hpp \
176 cpp-common/bt2c/safe-ops.hpp \
177 cpp-common/bt2c/span.hpp \
178 cpp-common/bt2c/std-int.hpp \
179 cpp-common/bt2c/type-traits.hpp \
180 cpp-common/bt2c/uuid.hpp \
181 cpp-common/bt2c/vector.hpp \
182 cpp-common/bt2s/make-unique.hpp \
183 cpp-common/bt2s/optional.hpp \
184 cpp-common/bt2s/span.hpp \
185 cpp-common/bt2s/string-view.hpp \
186 cpp-common/vendor/nlohmann/json.hpp \
187 cpp-common/vendor/optional-lite/optional.hpp \
188 cpp-common/vendor/span-lite/span.hpp \
189 cpp-common/vendor/string-view-lite/string_view.hpp \
190 cpp-common/vendor/wise-enum/optional.h \
191 cpp-common/vendor/wise-enum/optional_common.h \
192 cpp-common/vendor/wise-enum/wise_enum.h \
193 cpp-common/vendor/wise-enum/wise_enum_detail.h \
194 cpp-common/vendor/wise-enum/wise_enum_generated.h
195
196 cpp_common_vendor_fmt_libfmt_la_SOURCES = \
197 cpp-common/vendor/fmt/args.h \
198 cpp-common/vendor/fmt/chrono.h \
199 cpp-common/vendor/fmt/color.h \
200 cpp-common/vendor/fmt/compile.h \
201 cpp-common/vendor/fmt/core.h \
202 cpp-common/vendor/fmt/format-inl.h \
203 cpp-common/vendor/fmt/format.cc \
204 cpp-common/vendor/fmt/format.h \
205 cpp-common/vendor/fmt/os.cc \
206 cpp-common/vendor/fmt/os.h \
207 cpp-common/vendor/fmt/ostream.h \
208 cpp-common/vendor/fmt/printf.h \
209 cpp-common/vendor/fmt/ranges.h \
210 cpp-common/vendor/fmt/std.h \
211 cpp-common/vendor/fmt/xchar.h
212
213 cpp_common_vendor_fmt_libfmt_la_CXXFLAGS = \
214 $(AM_CXXFLAGS) -Wno-missing-noreturn
215
216 ctfser_libctfser_la_SOURCES = \
217 ctfser/ctfser.c \
218 ctfser/ctfser.h
219
220 fd_cache_libfd_cache_la_SOURCES = \
221 fd-cache/fd-cache.c \
222 fd-cache/fd-cache.h
223
224 logging_liblogging_la_SOURCES = \
225 logging/comp-logging.h \
226 logging/log-api.c \
227 logging/log-api.h \
228 logging/log.h
229
230 param_parse_libparam_parse_la_SOURCES = \
231 param-parse/param-parse.c \
232 param-parse/param-parse.h
233
234 string_format_libstring_format_la_SOURCES = \
235 string-format/format-plugin-comp-cls-name.c \
236 string-format/format-plugin-comp-cls-name.h \
237 string-format/format-error.c \
238 string-format/format-error.h
239
240 plugins_common_muxing_libmuxing_la_SOURCES = \
241 plugins/common/muxing/muxing.c \
242 plugins/common/muxing/muxing.h
243
244 plugins_common_param_validation_libparam_validation_la_SOURCES = \
245 plugins/common/param-validation/param-validation.c \
246 plugins/common/param-validation/param-validation.h
247
248 # Set flags for the Bison based metadata parser
249 # -t : instrument the parser
250 # -d : produce a header
251 # -v : verbose
252 # -Wno-yacc : disable POSIX Yacc incompatibilities warnings
253 AM_YFLAGS = \
254 -t -d -v -Wno-yacc
255
256 plugins_ctf_common_metadata_libctf_parser_la_SOURCES = \
257 plugins/ctf/common/src/metadata/tsdl/lexer.lpp \
258 plugins/ctf/common/src/metadata/tsdl/parser.ypp \
259 plugins/ctf/common/src/metadata/tsdl/objstack.cpp
260
261 # scanner-symbols.h is included to prefix generated yy_* symbols with bt_.
262 plugins_ctf_common_metadata_libctf_parser_la_CPPFLAGS = \
263 $(AM_CPPFLAGS) \
264 -include $(srcdir)/plugins/ctf/common/src/metadata/tsdl/scanner-symbols.hpp
265
266 # This library contains (mostly) generated code, silence some warnings that it
267 # produces.
268 plugins_ctf_common_metadata_libctf_parser_la_CXXFLAGS = \
269 $(AM_CXXFLAGS) \
270 -Wno-unused-function \
271 -Wno-null-dereference \
272 -Wno-missing-field-initializers \
273 -Wno-unused-parameter
274
275 plugins_ctf_common_metadata_libctf_ast_la_SOURCES = \
276 plugins/ctf/common/src/metadata/tsdl/visitor-generate-ir.cpp \
277 plugins/ctf/common/src/metadata/tsdl/visitor-semantic-validator.cpp \
278 plugins/ctf/common/src/metadata/tsdl/visitor-parent-links.cpp \
279 plugins/ctf/common/src/metadata/tsdl/ast.hpp \
280 plugins/ctf/common/src/metadata/tsdl/objstack.hpp \
281 plugins/ctf/common/src/metadata/tsdl/parser.hpp \
282 plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp \
283 plugins/ctf/common/src/metadata/tsdl/scanner.hpp \
284 plugins/ctf/common/src/metadata/tsdl/scanner-symbols.hpp \
285 plugins/ctf/common/src/metadata/tsdl/decoder.cpp \
286 plugins/ctf/common/src/metadata/tsdl/decoder.hpp \
287 plugins/ctf/common/src/metadata/tsdl/decoder-packetized-file-stream-to-buf.cpp \
288 plugins/ctf/common/src/metadata/tsdl/decoder-packetized-file-stream-to-buf.hpp \
289 plugins/ctf/common/src/metadata/tsdl/logging.hpp \
290 plugins/ctf/common/src/metadata/tsdl/ctf-meta.hpp \
291 plugins/ctf/common/src/metadata/tsdl/ctf-meta-visitors.hpp \
292 plugins/ctf/common/src/metadata/tsdl/ctf-meta-validate.cpp \
293 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-meanings.cpp \
294 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-in-ir.cpp \
295 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-default-clock-classes.cpp \
296 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-text-array-sequence.cpp \
297 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-alignments.cpp \
298 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-value-storing-indexes.cpp \
299 plugins/ctf/common/src/metadata/tsdl/ctf-meta-update-stream-class-config.cpp \
300 plugins/ctf/common/src/metadata/tsdl/ctf-meta-warn-meaningless-header-fields.cpp \
301 plugins/ctf/common/src/metadata/tsdl/ctf-meta-translate.cpp \
302 plugins/ctf/common/src/metadata/tsdl/ctf-meta-resolve.cpp \
303 plugins/ctf/common/src/metadata/tsdl/ctf-meta-configure-ir-trace.cpp \
304 plugins/ctf/common/src/metadata/tsdl/ctf-meta-configure-ir-trace.hpp
305
306 if BABELTRACE_BUILD_WITH_MINGW
307 plugins_ctf_common_metadata_libctf_ast_la_LIBADD = -lintl -liconv -lole32
308 endif
309
310 BUILT_SOURCES += \
311 plugins/ctf/common/src/metadata/tsdl/parser.hpp
312
313 ALL_LOCAL =
314
315 if HAVE_BISON
316 # We have bison: we can clean the generated parser files
317 CLEANFILES += \
318 plugins/ctf/common/src/metadata/tsdl/parser.cpp \
319 plugins/ctf/common/src/metadata/tsdl/parser.hpp \
320 plugins/ctf/common/src/metadata/tsdl/parser.output
321 else # HAVE_BISON
322 # Create target used to stop the build if we want to build the parser,
323 # but we don't have the necessary tool to do so
324 plugins/ctf/common/metadata/parser.cpp plugins/ctf/common/metadata/parser.hpp: plugins/ctf/common/metadata/parser.ypp
325 @echo "Error: Cannot build target because bison is missing."
326 @echo "Make sure bison is installed and run the configure script again."
327 @false
328
329 ALL_LOCAL += \
330 plugins/ctf/common/metadata/parser.cpp \
331 plugins/ctf/common/metadata/parser.hpp
332 endif # HAVE_BISON
333
334 if HAVE_FLEX
335 # We have flex: we can clean the generated lexer files
336 CLEANFILES += plugins/ctf/common/metadata/lexer.cpp
337 else # HAVE_FLEX
338 # Create target used to stop the build if we want to build the lexer,
339 # but we don't have the necessary tool to do so
340 plugins/ctf/common/metadata/lexer.cpp: plugins/ctf/common/metadata/lexer.lpp
341 @echo "Error: Cannot build target because flex is missing."
342 @echo "Make sure flex is installed and run the configure script again."
343 @false
344
345 ALL_LOCAL += plugins/ctf/common/metadata/lexer.cpp
346 endif # HAVE_FLEX
347
348 all-local: $(ALL_LOCAL)
349
350 if ENABLE_PYTHON_COMMON_DEPS
351 noinst_LTLIBRARIES += py-common/libpy-common.la
352
353 py_common_libpy_common_la_SOURCES = \
354 py-common/py-common.c \
355 py-common/py-common.h
356
357 py_common_libpy_common_la_CPPFLAGS = \
358 $(AM_CPPFLAGS) \
359 $(PYTHON_INCLUDE)
360
361 endif # ENABLE_PYTHON_COMMON_DEPS
362
363 if ENABLE_DEBUG_INFO
364 noinst_LTLIBRARIES += plugins/lttng-utils/debug-info/libdebug-info.la
365
366 plugins_lttng_utils_debug_info_libdebug_info_la_SOURCES = \
367 plugins/lttng-utils/debug-info/bin-info.c \
368 plugins/lttng-utils/debug-info/bin-info.h \
369 plugins/lttng-utils/debug-info/crc32.c \
370 plugins/lttng-utils/debug-info/crc32.h \
371 plugins/lttng-utils/debug-info/debug-info.c \
372 plugins/lttng-utils/debug-info/debug-info.h \
373 plugins/lttng-utils/debug-info/dwarf.c \
374 plugins/lttng-utils/debug-info/dwarf.h \
375 plugins/lttng-utils/debug-info/trace-ir-data-copy.c \
376 plugins/lttng-utils/debug-info/trace-ir-data-copy.h \
377 plugins/lttng-utils/debug-info/trace-ir-mapping.c \
378 plugins/lttng-utils/debug-info/trace-ir-mapping.h \
379 plugins/lttng-utils/debug-info/trace-ir-metadata-copy.c \
380 plugins/lttng-utils/debug-info/trace-ir-metadata-copy.h \
381 plugins/lttng-utils/debug-info/trace-ir-metadata-field-class-copy.c \
382 plugins/lttng-utils/debug-info/trace-ir-metadata-field-class-copy.h \
383 plugins/lttng-utils/debug-info/utils.c \
384 plugins/lttng-utils/debug-info/utils.h
385
386 plugins_lttng_utils_debug_info_libdebug_info_la_LIBADD = \
387 fd-cache/libfd-cache.la
388
389 endif # ENABLE_DEBUG_INFO
390
391
392 #
393 # Public libraries
394 #
395
396 lib_LTLIBRARIES = \
397 ctf-writer/libbabeltrace2-ctf-writer.la \
398 lib/libbabeltrace2.la
399
400 lib_libbabeltrace2_la_SOURCES = \
401 lib/graph/message/discarded-items.c \
402 lib/graph/message/discarded-items.h \
403 lib/graph/message/event.c \
404 lib/graph/message/event.h \
405 lib/graph/message-iterator-class.c \
406 lib/graph/message-iterator-class.h \
407 lib/graph/message/message.c \
408 lib/graph/message/message.h \
409 lib/graph/message/message-iterator-inactivity.c \
410 lib/graph/message/message-iterator-inactivity.h \
411 lib/graph/message/packet.c \
412 lib/graph/message/packet.h \
413 lib/graph/message/stream.c \
414 lib/graph/message/stream.h \
415 lib/graph/component.c \
416 lib/graph/component-class.c \
417 lib/graph/component-class.h \
418 lib/graph/component-class-sink-simple.c \
419 lib/graph/component-class-sink-simple.h \
420 lib/graph/component-descriptor-set.c \
421 lib/graph/component-descriptor-set.h \
422 lib/graph/component-filter.c \
423 lib/graph/component-filter.h \
424 lib/graph/component.h \
425 lib/graph/component-sink.c \
426 lib/graph/component-sink.h \
427 lib/graph/component-source.c \
428 lib/graph/component-source.h \
429 lib/graph/connection.c \
430 lib/graph/connection.h \
431 lib/graph/graph.c \
432 lib/graph/graph.h \
433 lib/graph/interrupter.c \
434 lib/graph/interrupter.h \
435 lib/graph/iterator.c \
436 lib/graph/iterator.h \
437 lib/graph/mip.c \
438 lib/graph/port.c \
439 lib/graph/port.h \
440 lib/graph/query-executor.c \
441 lib/graph/query-executor.h \
442 lib/plugin/plugin.c \
443 lib/plugin/plugin.h \
444 lib/plugin/plugin-so.c \
445 lib/plugin/plugin-so.h \
446 lib/trace-ir/attributes.c \
447 lib/trace-ir/attributes.h \
448 lib/trace-ir/clock-class.c \
449 lib/trace-ir/clock-class.h \
450 lib/trace-ir/clock-snapshot.c \
451 lib/trace-ir/clock-snapshot.h \
452 lib/trace-ir/event.c \
453 lib/trace-ir/event-class.c \
454 lib/trace-ir/event-class.h \
455 lib/trace-ir/event.h \
456 lib/trace-ir/field.c \
457 lib/trace-ir/field-class.c \
458 lib/trace-ir/field-class.h \
459 lib/trace-ir/field.h \
460 lib/trace-ir/field-path.c \
461 lib/trace-ir/field-path.h \
462 lib/trace-ir/field-wrapper.c \
463 lib/trace-ir/field-wrapper.h \
464 lib/trace-ir/packet.c \
465 lib/trace-ir/packet.h \
466 lib/trace-ir/resolve-field-path.c \
467 lib/trace-ir/resolve-field-path.h \
468 lib/trace-ir/stream.c \
469 lib/trace-ir/stream-class.c \
470 lib/trace-ir/stream-class.h \
471 lib/trace-ir/stream.h \
472 lib/trace-ir/trace.c \
473 lib/trace-ir/trace-class.c \
474 lib/trace-ir/trace-class.h \
475 lib/trace-ir/trace.h \
476 lib/trace-ir/utils.c \
477 lib/trace-ir/utils.h \
478 lib/assert-cond-base.h \
479 lib/assert-cond.h \
480 lib/assert-cond.c \
481 lib/babeltrace2.c \
482 lib/current-thread.c \
483 lib/error.c \
484 lib/error.h \
485 lib/func-status.h \
486 lib/integer-range-set.c \
487 lib/integer-range-set.h \
488 lib/lib-logging.c \
489 lib/logging.c \
490 lib/logging.h \
491 lib/object-pool.c \
492 lib/object-pool.h \
493 lib/object.h \
494 lib/property.h \
495 lib/util.c \
496 lib/value.c \
497 lib/value.h
498
499 lib_libbabeltrace2_la_LDFLAGS = \
500 $(AM_LDFLAGS) \
501 $(LT_NO_UNDEFINED) \
502 -version-info $(BABELTRACE_LIBRARY_VERSION)
503
504 lib_libbabeltrace2_la_CPPFLAGS = \
505 $(AM_CPPFLAGS) \
506 '-DBABELTRACE_PLUGIN_PROVIDERS_DIR="$(BABELTRACE_PLUGIN_PROVIDERS_DIR)"'
507
508 lib_libbabeltrace2_la_LIBADD = \
509 logging/liblogging.la \
510 common/libcommon.la \
511 compat/libcompat.la \
512 clock-correlation-validator/libclock-correlation-validator.la
513
514 nodist_EXTRA_lib_libbabeltrace2_la_SOURCES = dummy.cpp
515
516 ctf_writer_libbabeltrace2_ctf_writer_la_SOURCES = \
517 ctf-writer/assert-pre.h \
518 ctf-writer/attributes.c \
519 ctf-writer/attributes.h \
520 ctf-writer/clock.c \
521 ctf-writer/clock-class.c \
522 ctf-writer/clock-class.h \
523 ctf-writer/clock.h \
524 ctf-writer/event.c \
525 ctf-writer/event-class.c \
526 ctf-writer/event-class.h \
527 ctf-writer/event.h \
528 ctf-writer/field-path.c \
529 ctf-writer/field-path.h \
530 ctf-writer/fields.c \
531 ctf-writer/fields.h \
532 ctf-writer/field-types.c \
533 ctf-writer/field-types.h \
534 ctf-writer/field-wrapper.c \
535 ctf-writer/field-wrapper.h \
536 ctf-writer/functor.c \
537 ctf-writer/functor.h \
538 ctf-writer/logging.c \
539 ctf-writer/logging.h \
540 ctf-writer/object.c \
541 ctf-writer/object.h \
542 ctf-writer/object-pool.c \
543 ctf-writer/object-pool.h \
544 ctf-writer/resolve.c \
545 ctf-writer/resolve.h \
546 ctf-writer/stream.c \
547 ctf-writer/stream-class.c \
548 ctf-writer/stream-class.h \
549 ctf-writer/stream.h \
550 ctf-writer/trace.c \
551 ctf-writer/trace.h \
552 ctf-writer/utils.c \
553 ctf-writer/utils.h \
554 ctf-writer/validation.c \
555 ctf-writer/validation.h \
556 ctf-writer/values.c \
557 ctf-writer/values.h \
558 ctf-writer/visitor.c \
559 ctf-writer/visitor.h \
560 ctf-writer/writer.c \
561 ctf-writer/writer.h
562
563 ctf_writer_libbabeltrace2_ctf_writer_la_LDFLAGS = \
564 $(AM_LDFLAGS) \
565 $(LT_NO_UNDEFINED) \
566 -version-info $(BABELTRACE_LIBRARY_VERSION)
567
568 ctf_writer_libbabeltrace2_ctf_writer_la_LIBADD = \
569 logging/liblogging.la \
570 common/libcommon.la \
571 ctfser/libctfser.la \
572 compat/libcompat.la
573
574 pkgconfigdir = $(libdir)/pkgconfig
575 pkgconfig_DATA = \
576 babeltrace2-ctf-writer.pc \
577 babeltrace2.pc
578
579 #
580 # Python plugin provider
581 #
582
583 if ENABLE_PYTHON_PLUGINS
584 pluginproviderdir = "$(BABELTRACE_PLUGIN_PROVIDERS_DIR)"
585 pluginprovider_LTLIBRARIES = python-plugin-provider/babeltrace2-python-plugin-provider.la
586
587 python_plugin_provider_babeltrace2_python_plugin_provider_la_SOURCES = \
588 python-plugin-provider/python-plugin-provider.c \
589 python-plugin-provider/python-plugin-provider.h
590
591 python_plugin_provider_babeltrace2_python_plugin_provider_la_LDFLAGS = \
592 $(AM_LDFLAGS) \
593 $(LT_NO_UNDEFINED) \
594 -avoid-version -module \
595 $(PYTHON_LDFLAGS)
596
597 python_plugin_provider_babeltrace2_python_plugin_provider_la_CPPFLAGS = \
598 $(AM_CPPFLAGS) \
599 $(PYTHON_INCLUDE)
600
601 python_plugin_provider_babeltrace2_python_plugin_provider_la_LIBADD =
602
603 # Link the Python plugin provider library with libbabeltrace2
604 # when it's not built-in the babeltrace2 executable.
605 if !ENABLE_BUILT_IN_PLUGINS
606 python_plugin_provider_babeltrace2_python_plugin_provider_la_LIBADD += \
607 logging/liblogging.la \
608 common/libcommon.la \
609 py-common/libpy-common.la \
610 lib/libbabeltrace2.la
611 endif
612 endif # ENABLE_PYTHON_PLUGINS
613
614 #
615 # Plugins
616 #
617
618 plugindir = "$(BABELTRACE_PLUGINS_DIR)"
619 plugin_LTLIBRARIES = \
620 plugins/ctf/babeltrace-plugin-ctf.la \
621 plugins/text/babeltrace-plugin-text.la \
622 plugins/utils/babeltrace-plugin-utils.la
623
624
625 # utils plugin
626 plugins_utils_babeltrace_plugin_utils_la_SOURCES = \
627 plugins/utils/counter/counter.c \
628 plugins/utils/counter/counter.h \
629 plugins/utils/dummy/dummy.c \
630 plugins/utils/dummy/dummy.h \
631 plugins/utils/muxer/comp.cpp \
632 plugins/utils/muxer/comp.hpp \
633 plugins/utils/muxer/msg-iter.cpp \
634 plugins/utils/muxer/msg-iter.hpp \
635 plugins/utils/muxer/upstream-msg-iter.cpp \
636 plugins/utils/muxer/upstream-msg-iter.hpp \
637 plugins/utils/trimmer/trimmer.c \
638 plugins/utils/trimmer/trimmer.h \
639 plugins/utils/plugin.cpp
640
641 plugins_utils_babeltrace_plugin_utils_la_LDFLAGS = \
642 $(AM_LDFLAGS) \
643 $(LT_NO_UNDEFINED) \
644 -avoid-version -module $(LD_NOTEXT)
645
646 plugins_utils_babeltrace_plugin_utils_la_LIBADD = \
647 plugins/common/muxing/libmuxing.la
648
649 if !ENABLE_BUILT_IN_PLUGINS
650 plugins_utils_babeltrace_plugin_utils_la_LIBADD += \
651 lib/libbabeltrace2.la \
652 common/libcommon.la \
653 cpp-common/vendor/fmt/libfmt.la \
654 logging/liblogging.la \
655 plugins/common/param-validation/libparam-validation.la \
656 clock-correlation-validator/libclock-correlation-validator.la
657 endif
658
659 # ctf plugin
660 plugins_ctf_babeltrace_plugin_ctf_la_SOURCES = \
661 plugins/ctf/common/src/bfcr/bfcr.cpp \
662 plugins/ctf/common/src/bfcr/bfcr.hpp \
663 plugins/ctf/common/src/clk-cls-cfg.hpp \
664 plugins/ctf/common/src/msg-iter/msg-iter.cpp \
665 plugins/ctf/common/src/msg-iter/msg-iter.hpp \
666 plugins/ctf/fs-sink/fs-sink.cpp \
667 plugins/ctf/fs-sink/fs-sink-ctf-meta.hpp \
668 plugins/ctf/fs-sink/fs-sink.hpp \
669 plugins/ctf/fs-sink/fs-sink-stream.cpp \
670 plugins/ctf/fs-sink/fs-sink-stream.hpp \
671 plugins/ctf/fs-sink/fs-sink-trace.cpp \
672 plugins/ctf/fs-sink/fs-sink-trace.hpp \
673 plugins/ctf/fs-sink/translate-ctf-ir-to-tsdl.cpp \
674 plugins/ctf/fs-sink/translate-ctf-ir-to-tsdl.hpp \
675 plugins/ctf/fs-sink/translate-trace-ir-to-ctf-ir.cpp \
676 plugins/ctf/fs-sink/translate-trace-ir-to-ctf-ir.hpp \
677 plugins/ctf/fs-src/data-stream-file.cpp \
678 plugins/ctf/fs-src/data-stream-file.hpp \
679 plugins/ctf/fs-src/file.cpp \
680 plugins/ctf/fs-src/file.hpp \
681 plugins/ctf/fs-src/fs.cpp \
682 plugins/ctf/fs-src/fs.hpp \
683 plugins/ctf/fs-src/lttng-index.hpp \
684 plugins/ctf/fs-src/metadata.cpp \
685 plugins/ctf/fs-src/metadata.hpp \
686 plugins/ctf/fs-src/query.cpp \
687 plugins/ctf/fs-src/query.hpp \
688 plugins/ctf/lttng-live/data-stream.cpp \
689 plugins/ctf/lttng-live/data-stream.hpp \
690 plugins/ctf/lttng-live/lttng-live.cpp \
691 plugins/ctf/lttng-live/lttng-live.hpp \
692 plugins/ctf/lttng-live/lttng-viewer-abi.hpp \
693 plugins/ctf/lttng-live/metadata.cpp \
694 plugins/ctf/lttng-live/metadata.hpp \
695 plugins/ctf/lttng-live/viewer-connection.cpp \
696 plugins/ctf/lttng-live/viewer-connection.hpp \
697 plugins/ctf/plugin.cpp
698
699 plugins_ctf_babeltrace_plugin_ctf_la_LDFLAGS = \
700 $(AM_LDFLAGS) \
701 $(LT_NO_UNDEFINED) \
702 -avoid-version -module $(LD_NOTEXT)
703
704 plugins_ctf_babeltrace_plugin_ctf_la_LIBADD = \
705 plugins/ctf/common/metadata/libctf-parser.la \
706 plugins/ctf/common/metadata/libctf-ast.la \
707 plugins/common/param-validation/libparam-validation.la
708
709 if BABELTRACE_BUILD_WITH_MINGW
710 plugins_ctf_babeltrace_plugin_ctf_la_LIBADD += -lws2_32
711 endif
712
713 if !ENABLE_BUILT_IN_PLUGINS
714 plugins_ctf_babeltrace_plugin_ctf_la_LIBADD += \
715 lib/libbabeltrace2.la \
716 logging/liblogging.la \
717 plugins/common/muxing/libmuxing.la \
718 common/libcommon.la \
719 ctfser/libctfser.la \
720 cpp-common/vendor/fmt/libfmt.la
721 endif
722
723 # text plugin
724 plugins_text_babeltrace_plugin_text_la_SOURCES = \
725 plugins/text/details/colors.h \
726 plugins/text/details/details.c \
727 plugins/text/details/details.h \
728 plugins/text/details/obj-lifetime-mgmt.c \
729 plugins/text/details/obj-lifetime-mgmt.h \
730 plugins/text/details/write.c \
731 plugins/text/details/write.h \
732 plugins/text/dmesg/dmesg.c \
733 plugins/text/dmesg/dmesg.h \
734 plugins/text/pretty/pretty.c \
735 plugins/text/pretty/pretty.h \
736 plugins/text/pretty/print.c \
737 plugins/text/plugin.c
738
739 plugins_text_babeltrace_plugin_text_la_LDFLAGS = \
740 $(AM_LDFLAGS) \
741 $(LT_NO_UNDEFINED) \
742 -avoid-version -module $(LD_NOTEXT)
743
744 plugins_text_babeltrace_plugin_text_la_LIBADD =
745
746 if !ENABLE_BUILT_IN_PLUGINS
747 plugins_text_babeltrace_plugin_text_la_LIBADD += \
748 lib/libbabeltrace2.la \
749 common/libcommon.la \
750 logging/liblogging.la \
751 compat/libcompat.la \
752 plugins/common/param-validation/libparam-validation.la
753 endif
754
755 # lttng-utils plugin
756 if ENABLE_DEBUG_INFO
757 plugin_LTLIBRARIES += \
758 plugins/lttng-utils/babeltrace-plugin-lttng-utils.la
759
760 plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_SOURCES = \
761 plugins/lttng-utils/plugin.c
762
763 plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_LDFLAGS = \
764 $(AM_LDFLAGS) \
765 $(LT_NO_UNDEFINED) \
766 -avoid-version -module $(LD_NOTEXT) \
767 $(ELFUTILS_LIBS)
768
769 plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_LIBADD = \
770 plugins/lttng-utils/debug-info/libdebug-info.la
771
772 if !ENABLE_BUILT_IN_PLUGINS
773 plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_LIBADD += \
774 lib/libbabeltrace2.la \
775 common/libcommon.la \
776 logging/liblogging.la \
777 plugins/common/param-validation/libparam-validation.la
778 endif # !ENABLE_BUILT_IN_PLUGINS
779 endif # ENABLE_DEBUG_INFO
780
781 EXTRA_DIST = \
782 cpp-common/vendor/optional-lite/optional.hpp.license \
783 cpp-common/vendor/span-lite/span.hpp.license \
784 cpp-common/vendor/string-view-lite/string_view.hpp.license
This page took 0.045443 seconds and 4 git commands to generate.