port: add 'notext' keyword linker support
[babeltrace.git] / src / plugins / text / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
55478183 3SUBDIRS = pretty dmesg details
a6fe9093 4
056632bf 5plugindir = "$(BABELTRACE_PLUGINS_DIR)"
22e7ae19 6plugin_LTLIBRARIES = babeltrace-plugin-text.la
a6fe9093 7
22e7ae19
MJ
8babeltrace_plugin_text_la_SOURCES = plugin.c
9babeltrace_plugin_text_la_LDFLAGS = \
c5410abe 10 $(LT_NO_UNDEFINED) \
5e8a0751 11 -avoid-version -module $(LD_NOTEXT)
22e7ae19
MJ
12
13babeltrace_plugin_text_la_LIBADD = \
a12f3d62 14 pretty/libbabeltrace2-plugin-text-pretty-cc.la \
55478183
PP
15 dmesg/libbabeltrace2-plugin-text-dmesg-cc.la \
16 details/libbabeltrace2-plugin-text-details-cc.la
c3ddb532 17
9ffc0257 18if !ENABLE_BUILT_IN_PLUGINS
22e7ae19 19babeltrace_plugin_text_la_LIBADD += \
578e048b
MJ
20 $(top_builddir)/src/lib/libbabeltrace2.la \
21 $(top_builddir)/src/common/libbabeltrace2-common.la \
22 $(top_builddir)/src/logging/libbabeltrace2-logging.la \
48a0e52c
SM
23 $(top_builddir)/src/compat/libcompat.la \
24 $(top_builddir)/src/plugins/common/param-validation/libbabeltrace2-param-validation.la
c3ddb532 25endif
This page took 0.069467 seconds and 4 git commands to generate.