Reduce the number of Makefiles in 'src/'
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 24 Oct 2023 19:18:00 +0000 (15:18 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Oct 2023 20:48:28 +0000 (16:48 -0400)
commit86ef6105d1bdacc0d5e55661df85dfa759c03cba
tree42759afb605e9af7fd3a6f75b8612895c21c4e53
parent14428ba52de935dfa7edb62e0f8dc0a7bb6bcb43
Reduce the number of Makefiles in 'src/'

Continue the effort started by Simon to reduce the overall number of
Makefiles to allow for faster parallel builds.

Change-Id: I3d87dea9979c09d1a6416c7b9950264a8c4d81dc
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11155
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
35 files changed:
configure.ac
src/Makefile.am
src/argpar/Makefile.am [deleted file]
src/autodisc/Makefile.am [deleted file]
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/setup.py.in
src/cli/Makefile.am
src/compat/Makefile.am [deleted file]
src/cpp-common/Makefile.am [deleted file]
src/ctf-writer/Makefile.am [deleted file]
src/ctfser/Makefile.am [deleted file]
src/fd-cache/Makefile.am [deleted file]
src/lib/Makefile.am [deleted file]
src/lib/graph/Makefile.am [deleted file]
src/lib/graph/message/Makefile.am [deleted file]
src/lib/plugin/Makefile.am [deleted file]
src/lib/prio-heap/Makefile.am [deleted file]
src/lib/trace-ir/Makefile.am [deleted file]
src/logging/Makefile.am [deleted file]
src/param-parse/Makefile.am [deleted file]
src/plugins/ctf/Makefile.am
src/plugins/lttng-utils/Makefile.am
src/plugins/text/Makefile.am
src/plugins/utils/Makefile.am
src/py-common/Makefile.am [deleted file]
src/python-plugin-provider/Makefile.am [deleted file]
src/string-format/Makefile.am [deleted file]
tests/ctf-writer/Makefile.am
tests/lib/Makefile.am
tests/lib/conds/Makefile.am
tests/lib/test-plugin-plugins/Makefile.am
tests/param-validation/Makefile.am
tests/plugins/flt.lttng-utils.debug-info/Makefile.am
tests/plugins/sink.ctf.fs/succeed/Makefile.am
tests/plugins/src.ctf.fs/succeed/Makefile.am
This page took 0.026867 seconds and 4 git commands to generate.