flt.utils.muxer: use clock correlation validator
[babeltrace.git] / src / Makefile.am
index 148520ced5a937d9ebb52f959081b27fc2900974..2d18268ce6699c767200180c1b2faa93471b19b3 100644 (file)
@@ -11,61 +11,6 @@ if ENABLE_PYTHON_BINDINGS
 SUBDIRS += bindings/python/bt2
 endif
 
-noinst_HEADERS = \
-       cpp-common/bt2/borrowed-object-iterator.hpp \
-       cpp-common/bt2/borrowed-object-proxy.hpp \
-       cpp-common/bt2/borrowed-object.hpp \
-       cpp-common/bt2/clock-class.hpp \
-       cpp-common/bt2/clock-snapshot.hpp \
-       cpp-common/bt2/component-port.hpp \
-       cpp-common/bt2/exc.hpp \
-       cpp-common/bt2/field-class.hpp \
-       cpp-common/bt2/field-path.hpp \
-       cpp-common/bt2/field.hpp \
-       cpp-common/bt2/integer-range-set.hpp \
-       cpp-common/bt2/integer-range.hpp \
-       cpp-common/bt2/internal/utils.hpp \
-       cpp-common/bt2/logging.hpp \
-       cpp-common/bt2/message-array.hpp \
-       cpp-common/bt2/message-iterator.hpp \
-       cpp-common/bt2/message.hpp \
-       cpp-common/bt2/optional-borrowed-object.hpp \
-       cpp-common/bt2/plugin-dev.hpp \
-       cpp-common/bt2/plugin.hpp \
-       cpp-common/bt2/private-query-executor.hpp \
-       cpp-common/bt2/raw-value-proxy.hpp \
-       cpp-common/bt2/self-component-class.hpp \
-       cpp-common/bt2/self-component-port.hpp \
-       cpp-common/bt2/self-message-iterator-configuration.hpp \
-       cpp-common/bt2/self-message-iterator.hpp \
-       cpp-common/bt2/shared-object.hpp \
-       cpp-common/bt2/trace-ir.hpp \
-       cpp-common/bt2/type-traits.hpp \
-       cpp-common/bt2/value.hpp \
-       cpp-common/bt2/wrap.hpp \
-       cpp-common/bt2c/align.hpp \
-       cpp-common/bt2c/c-string-view.hpp \
-       cpp-common/bt2c/call.hpp \
-       cpp-common/bt2c/endian.hpp \
-       cpp-common/bt2c/exc.hpp \
-       cpp-common/bt2c/glib-up.hpp \
-       cpp-common/bt2c/lib-str.hpp \
-       cpp-common/bt2c/libc-up.hpp \
-       cpp-common/bt2c/logging.hpp \
-       cpp-common/bt2c/prio-heap.hpp \
-       cpp-common/bt2c/read-fixed-len-int.hpp \
-       cpp-common/bt2c/safe-ops.hpp \
-       cpp-common/bt2c/std-int.hpp \
-       cpp-common/bt2c/type-traits.hpp \
-       cpp-common/bt2c/uuid.hpp \
-       cpp-common/bt2c/vector.hpp \
-       cpp-common/bt2s/make-unique.hpp \
-       cpp-common/bt2s/optional.hpp \
-       cpp-common/bt2s/string-view.hpp \
-       cpp-common/vendor/nlohmann/json.hpp \
-       cpp-common/vendor/optional-lite/optional.hpp \
-       cpp-common/vendor/string_view-standalone/string_view.hpp
-
 ## This target generates an include file that contains the git version
 ## string of the current branch, it must be continuously updated when
 ## we build in the git repo and shipped in dist tarballs to reflect the
@@ -106,8 +51,10 @@ DISTCLEANFILES = common/version.i
 noinst_LTLIBRARIES = \
        argpar/libargpar.la \
        autodisc/libautodisc.la \
+       clock-correlation-validator/libclock-correlation-validator.la \
        common/libcommon.la \
        compat/libcompat.la \
+       cpp-common/libcpp-common.la \
        cpp-common/vendor/fmt/libfmt.la \
        ctfser/libctfser.la \
        fd-cache/libfd-cache.la \
@@ -128,6 +75,11 @@ autodisc_libautodisc_la_SOURCES = \
        autodisc/autodisc.c \
        autodisc/autodisc.h
 
+clock_correlation_validator_libclock_correlation_validator_la_SOURCES = \
+       clock-correlation-validator/clock-correlation-validator.cpp \
+       clock-correlation-validator/clock-correlation-validator.h \
+       clock-correlation-validator/clock-correlation-validator.hpp
+
 common_libcommon_la_SOURCES = \
        common/align.h \
        common/assert.c \
@@ -165,6 +117,74 @@ compat_libcompat_la_SOURCES = \
        compat/unistd.h \
        compat/utc.h
 
+cpp_common_libcpp_common_la_SOURCES = \
+       cpp-common/bt2/borrowed-object-iterator.hpp \
+       cpp-common/bt2/borrowed-object-proxy.hpp \
+       cpp-common/bt2/borrowed-object.hpp \
+       cpp-common/bt2/clock-class.hpp \
+       cpp-common/bt2/clock-snapshot.hpp \
+       cpp-common/bt2/component-class-dev.hpp \
+       cpp-common/bt2/component-class.hpp \
+       cpp-common/bt2/component-port.hpp \
+       cpp-common/bt2/graph.hpp \
+       cpp-common/bt2/error.hpp \
+       cpp-common/bt2/exc.hpp \
+       cpp-common/bt2/field-class.hpp \
+       cpp-common/bt2/field-path.hpp \
+       cpp-common/bt2/field.hpp \
+       cpp-common/bt2/integer-range-set.hpp \
+       cpp-common/bt2/integer-range.hpp \
+       cpp-common/bt2/internal/comp-cls-bridge.hpp \
+       cpp-common/bt2/internal/utils.hpp \
+       cpp-common/bt2/logging.hpp \
+       cpp-common/bt2/message-array.hpp \
+       cpp-common/bt2/message-iterator.hpp \
+       cpp-common/bt2/message.hpp \
+       cpp-common/bt2/optional-borrowed-object.hpp \
+       cpp-common/bt2/plugin-dev.hpp \
+       cpp-common/bt2/plugin-load.hpp \
+       cpp-common/bt2/plugin-set.hpp \
+       cpp-common/bt2/plugin.hpp \
+       cpp-common/bt2/private-query-executor.hpp \
+       cpp-common/bt2/query-executor.hpp \
+       cpp-common/bt2/raw-value-proxy.hpp \
+       cpp-common/bt2/self-component-class.hpp \
+       cpp-common/bt2/self-component-port.hpp \
+       cpp-common/bt2/self-message-iterator-configuration.hpp \
+       cpp-common/bt2/self-message-iterator.hpp \
+       cpp-common/bt2/shared-object.hpp \
+       cpp-common/bt2/trace-ir.hpp \
+       cpp-common/bt2/type-traits.hpp \
+       cpp-common/bt2/value.hpp \
+       cpp-common/bt2/wrap.hpp \
+       cpp-common/bt2c/align.hpp \
+       cpp-common/bt2c/c-string-view.hpp \
+       cpp-common/bt2c/call.hpp \
+       cpp-common/bt2c/contains.hpp \
+       cpp-common/bt2c/dummy.cpp \
+       cpp-common/bt2c/endian.hpp \
+       cpp-common/bt2c/exc.hpp \
+       cpp-common/bt2c/fmt.hpp \
+       cpp-common/bt2c/glib-up.hpp \
+       cpp-common/bt2c/libc-up.hpp \
+       cpp-common/bt2c/logging.hpp \
+       cpp-common/bt2c/prio-heap.hpp \
+       cpp-common/bt2c/read-fixed-len-int.hpp \
+       cpp-common/bt2c/safe-ops.hpp \
+       cpp-common/bt2c/span.hpp \
+       cpp-common/bt2c/std-int.hpp \
+       cpp-common/bt2c/type-traits.hpp \
+       cpp-common/bt2c/uuid.hpp \
+       cpp-common/bt2c/vector.hpp \
+       cpp-common/bt2s/make-unique.hpp \
+       cpp-common/bt2s/optional.hpp \
+       cpp-common/bt2s/span.hpp \
+       cpp-common/bt2s/string-view.hpp \
+       cpp-common/vendor/nlohmann/json.hpp \
+       cpp-common/vendor/optional-lite/optional.hpp \
+       cpp-common/vendor/span-lite/span.hpp \
+       cpp-common/vendor/string-view-lite/string_view.hpp
+
 cpp_common_vendor_fmt_libfmt_la_SOURCES = \
        cpp-common/vendor/fmt/args.h \
        cpp-common/vendor/fmt/chrono.h \
@@ -374,7 +394,6 @@ lib_libbabeltrace2_la_SOURCES = \
        lib/graph/message/event.h \
        lib/graph/message-iterator-class.c \
        lib/graph/message-iterator-class.h \
-       lib/graph/message/iterator.h \
        lib/graph/message/message.c \
        lib/graph/message/message.h \
        lib/graph/message/message-iterator-inactivity.c \
@@ -404,6 +423,7 @@ lib_libbabeltrace2_la_SOURCES = \
        lib/graph/interrupter.c \
        lib/graph/interrupter.h \
        lib/graph/iterator.c \
+       lib/graph/iterator.h \
        lib/graph/mip.c \
        lib/graph/port.c \
        lib/graph/port.h \
@@ -478,7 +498,10 @@ lib_libbabeltrace2_la_CPPFLAGS = \
 lib_libbabeltrace2_la_LIBADD = \
        logging/liblogging.la \
        common/libcommon.la \
-       compat/libcompat.la
+       compat/libcompat.la \
+       clock-correlation-validator/libclock-correlation-validator.la
+
+nodist_EXTRA_lib_libbabeltrace2_la_SOURCES = dummy.cpp
 
 ctf_writer_libbabeltrace2_ctf_writer_la_SOURCES = \
        ctf-writer/assert-pre.h \
@@ -619,7 +642,8 @@ plugins_utils_babeltrace_plugin_utils_la_LIBADD += \
        common/libcommon.la \
        cpp-common/vendor/fmt/libfmt.la \
        logging/liblogging.la \
-       plugins/common/param-validation/libparam-validation.la
+       plugins/common/param-validation/libparam-validation.la \
+       clock-correlation-validator/libclock-correlation-validator.la
 endif
 
 # ctf plugin
@@ -743,4 +767,7 @@ plugins_lttng_utils_babeltrace_plugin_lttng_utils_la_LIBADD += \
 endif # !ENABLE_BUILT_IN_PLUGINS
 endif # ENABLE_DEBUG_INFO
 
-EXTRA_DIST = cpp-common/optional.hpp.license
+EXTRA_DIST = \
+       cpp-common/vendor/optional-lite/optional.hpp.license \
+       cpp-common/vendor/span-lite/span.hpp.license \
+       cpp-common/vendor/string-view-lite/string_view.hpp.license
This page took 0.02632 seconds and 4 git commands to generate.