Fix: sessiond: instance uuid is not sufficiently unique
[lttng-tools.git] / src / common / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
26821431
MD
3AUTOMAKE_OPTIONS = subdir-objects
4
e2fb96d8 5SUBDIRS = \
516cffda 6 argpar \
0ae3cfc6 7 bytecode \
516cffda
JR
8 compat \
9 config \
10 fd-tracker \
11 string-utils \
e2fb96d8 12 filter \
ea76a8bb
SM
13 hashtable \
14 argpar-utils
87fb9fc0
JR
15
16# Make sure to always distribute all folders
17# since SUBDIRS is decided at configure time.
28b6dfc8
SM
18DIST_SUBDIRS = \
19 compat \
20 health \
21 hashtable \
22 kernel-ctl \
23 sessiond-comm \
24 relayd \
25 kernel-consumer \
26 ust-consumer \
27 testpoint \
28 index \
29 config \
30 consumer \
31 string-utils \
e4d2f27a 32 fd-tracker \
0ae3cfc6 33 bytecode \
e2fb96d8 34 filter \
ea76a8bb
SM
35 argpar \
36 argpar-utils
e2fb96d8 37
b3f35e02 38# Common library
4b082b12 39noinst_LTLIBRARIES = libpath.la libcommon-lgpl.la libcommon-gpl.la
ebc5e6b0 40EXTRA_DIST = mi-lttng-4.1.xsd
b3f35e02 41
a878d961
MD
42# The libcommon-lgpl static archive contains only LGPLv2.1 code. It is
43# meant to be used by LGPLv2.1 libraries such as liblttng-ctl. It also
44# contains libcommon-lgpl.la.
45
46libcommon_lgpl_la_SOURCES = \
03bb2358 47 actions/action.c \
ad63a966 48 actions/list.c \
03bb2358 49 actions/notify.c \
482b3452 50 actions/path.c \
bfb2ec6a 51 actions/rotate-session.c \
757c48a2 52 actions/snapshot-session.c \
58397d0d 53 actions/start-session.c \
931bdbaa 54 actions/stop-session.c \
7f4d5b07 55 actions/rate-policy.c \
28b6dfc8 56 buffer-view.h buffer-view.c \
714363d3 57 channel.c \
ae20d1bd
JR
58 conditions/buffer-usage.c \
59 conditions/condition.c \
670a26e4 60 conditions/event-rule-matches.c \
ae20d1bd
JR
61 conditions/session-consumed-size.c \
62 conditions/session-rotation.c \
894e6e1c 63 credentials.c credentials.h \
28b6dfc8 64 defaults.c \
c0374092 65 domain.c \
28b6dfc8
SM
66 dynamic-array.c dynamic-array.h \
67 dynamic-buffer.c dynamic-buffer.h \
68 endpoint.c \
69 error.c error.h \
b99a0cb3 70 error-query.c \
28b6dfc8 71 evaluation.c \
2eeda823 72 event.c \
a303e333 73 event-expr/event-expr.c \
d28fcdec 74 event-field-value.c \
7a3dcaf6 75 event-rule/event-rule.c \
d84633c4 76 event-rule/kernel-kprobe.c \
213efb0c 77 event-rule/kernel-syscall.c \
e60e9a9a 78 event-rule/kernel-uprobe.c \
b25b2570 79 event-rule/kernel-tracepoint.c \
cc66eccf 80 event-rule/user-tracepoint.c \
08662c9b 81 event-rule/log4j-logging.c \
d440991b 82 event-rule/jul-logging.c \
f30f4bf4 83 event-rule/python-logging.c \
dd1bac00 84 fd-handle.c fd-handle.h \
808cb744 85 kernel-probe.c \
28b6dfc8 86 location.c \
85b05318 87 log-level-rule.c \
28b6dfc8
SM
88 mi-lttng.c mi-lttng.h \
89 notification.c \
9e620ea7
JG
90 payload.c payload.h \
91 payload-view.c payload-view.h \
bff8215a 92 random.c random.h \
28b6dfc8
SM
93 readwrite.c readwrite.h \
94 runas.c runas.h \
28b6dfc8 95 session-descriptor.c \
b30fa191 96 snapshot.c snapshot.h \
dd392e94 97 spawn-viewer.c spawn-viewer.h \
a878d961 98 thread.c thread.h \
28b6dfc8 99 time.c \
a878d961 100 tracker.c tracker.h \
28b6dfc8
SM
101 trigger.c \
102 unix.c unix.h \
103 uri.c uri.h \
104 userspace-probe.c \
a878d961 105 utils.c utils.h
b3f35e02 106
b1b34226 107if HAVE_ELF_H
a878d961 108libcommon_lgpl_la_SOURCES += \
28b6dfc8 109 lttng-elf.c lttng-elf.h
b1b34226
MJ
110endif
111
a878d961 112libcommon_lgpl_la_LIBADD = \
0ae3cfc6 113 $(top_builddir)/src/common/bytecode/libbytecode.la \
28b6dfc8 114 $(top_builddir)/src/common/compat/libcompat.la \
a878d961 115 $(top_builddir)/src/common/config/libconfig.la \
116a02e3 116 $(top_builddir)/src/common/filter/libfilter.la \
a878d961 117 $(top_builddir)/src/common/hashtable/libhashtable-lgpl.la \
116a02e3 118 $(top_builddir)/src/vendor/msgpack/libmsgpack.la
b3f35e02 119
4b082b12
MD
120# The libpath static archive contains GPLv2 compatible code. It is
121# meant to be used by GPL executables.
122
123libpath_la_SOURCES = \
124 path.c path.h
125
a878d961
MD
126# The libcommon-gpl static archive contains GPLv2 compatible code. It is
127# meant to be used by GPL executables.
128
129libcommon_gpl_la_SOURCES = \
130 common.h \
131 context.c context.h \
132 daemonize.c daemonize.h \
a878d961
MD
133 filter.c filter.h \
134 fs-handle.c fs-handle.h fs-handle-internal.h \
135 futex.c futex.h \
136 index-allocator.c index-allocator.h \
137 optional.h \
138 pipe.c pipe.h \
139 shm.c shm.h \
140 trace-chunk.c trace-chunk.h \
141 trace-chunk-registry.h \
142 uuid.c uuid.h \
143 waiter.c waiter.h
144
145libcommon_gpl_la_LIBADD = \
146 libcommon-lgpl.la \
4b082b12 147 libpath.la \
a878d961
MD
148 $(top_builddir)/src/common/hashtable/libhashtable-gpl.la \
149 $(top_builddir)/src/common/fd-tracker/libfd-tracker.la
150
87fb9fc0
JR
151if BUILD_LIB_HEALTH
152SUBDIRS += health
153endif
154
87fb9fc0
JR
155if BUILD_LIB_KERNEL_CTL
156SUBDIRS += kernel-ctl
157endif
158
159if BUILD_LIB_SESSIOND_COMM
160SUBDIRS += sessiond-comm
161endif
162
163if BUILD_LIB_RELAYD
aa360a35
JG
164SUBDIRS += relayd
165endif
166
87fb9fc0
JR
167
168if BUILD_LIB_KERNEL_CONSUMER
169SUBDIRS += kernel-consumer
170endif
171
172if BUILD_LIB_UST_CONSUMER
173SUBDIRS += ust-consumer
174endif
175
176if BUILD_LIB_TESTPOINT
177SUBDIRS += testpoint
178endif
179
180if BUILD_LIB_INDEX
181SUBDIRS += index
182endif
183
87fb9fc0
JR
184if BUILD_LIB_CONSUMER
185SUBDIRS += consumer
186endif
10a8a223 187
28b6dfc8
SM
188noinst_HEADERS = \
189 align.h \
190 bug.h \
191 defaults.h \
192 error.h \
193 futex.h \
194 lttng-kernel.h \
195 lttng-kernel-old.h \
196 macros.h \
197 time.h \
198 uri.h \
199 utils.h
1c39da61 200
f78de773
JG
201noinst_PROGRAMS = filter-grammar-test
202filter_grammar_test_SOURCES = filter-grammar-test.c
a878d961 203filter_grammar_test_LDADD = libcommon-gpl.la
f78de773 204
c49fc5e4
JR
205all-local:
206 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
207 for script in $(EXTRA_DIST); do \
208 cp -f $(srcdir)/$$script $(builddir); \
209 done; \
210 fi
211
212clean-local:
213 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
214 for script in $(EXTRA_DIST); do \
215 rm -f $(builddir)/$$script; \
216 done; \
217 fi
This page took 0.073047 seconds and 4 git commands to generate.