1a42c7c73f7bfffaa28d06b3a2e91591ae894f71
[lttng-tools.git] / src / common / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AUTOMAKE_OPTIONS = subdir-objects
4 noinst_LTLIBRARIES =
5
6 BUILT_SOURCES =
7
8 noinst_HEADERS = \
9 align.hpp \
10 bug.hpp \
11 defaults.hpp \
12 error.hpp \
13 futex.hpp \
14 lttng-kernel.hpp \
15 lttng-kernel-old.hpp \
16 macros.hpp \
17 time.hpp \
18 uri.hpp \
19 utils.hpp
20
21
22 # libargpar
23 noinst_LTLIBRARIES += libargpar.la
24 libargpar_la_SOURCES = \
25 argpar/argpar.c \
26 argpar/argpar.h
27
28
29 # libargpar-utils
30 noinst_LTLIBRARIES += libargpar-utils.la
31 libargpar_utils_la_SOURCES = \
32 argpar-utils/argpar-utils.cpp \
33 argpar-utils/argpar-utils.hpp
34
35
36 # libbytecode
37 noinst_LTLIBRARIES += libbytecode.la
38 libbytecode_la_SOURCES = \
39 bytecode/bytecode.cpp \
40 bytecode/bytecode.hpp
41
42
43 # The libcommon-lgpl static archive contains only LGPLv2.1 code. It is
44 # meant to be used by LGPLv2.1 libraries such as liblttng-ctl. It also
45 # contains libcommon-lgpl.la.
46
47 noinst_LTLIBRARIES += libcommon-lgpl.la
48 libcommon_lgpl_la_SOURCES = \
49 actions/action.cpp \
50 actions/list.cpp \
51 actions/notify.cpp \
52 actions/path.cpp \
53 actions/rotate-session.cpp \
54 actions/snapshot-session.cpp \
55 actions/start-session.cpp \
56 actions/stop-session.cpp \
57 actions/rate-policy.cpp \
58 buffer-view.hpp buffer-view.cpp \
59 channel.cpp \
60 conditions/buffer-usage.cpp \
61 conditions/condition.cpp \
62 conditions/event-rule-matches.cpp \
63 conditions/session-consumed-size.cpp \
64 conditions/session-rotation.cpp \
65 credentials.cpp credentials.hpp \
66 defaults.cpp \
67 domain.cpp \
68 dynamic-array.cpp dynamic-array.hpp \
69 dynamic-buffer.cpp dynamic-buffer.hpp \
70 endpoint.cpp \
71 error.cpp error.hpp \
72 error-query.cpp \
73 evaluation.cpp \
74 event.cpp \
75 event-expr/event-expr.cpp \
76 event-field-value.cpp \
77 event-rule/event-rule.cpp \
78 event-rule/kernel-kprobe.cpp \
79 event-rule/kernel-syscall.cpp \
80 event-rule/kernel-uprobe.cpp \
81 event-rule/kernel-tracepoint.cpp \
82 event-rule/user-tracepoint.cpp \
83 event-rule/log4j-logging.cpp \
84 event-rule/jul-logging.cpp \
85 event-rule/python-logging.cpp \
86 exception.cpp exception.hpp \
87 fd-handle.cpp fd-handle.hpp\
88 kernel-probe.cpp \
89 location.cpp \
90 log-level-rule.cpp \
91 make-unique-wrapper.hpp \
92 mi-lttng.cpp mi-lttng.hpp \
93 notification.cpp \
94 payload.cpp payload.hpp \
95 payload-view.cpp payload-view.hpp \
96 readwrite.cpp readwrite.hpp \
97 runas.cpp runas.hpp \
98 session-descriptor.cpp \
99 snapshot.cpp snapshot.hpp \
100 spawn-viewer.cpp spawn-viewer.hpp \
101 thread.cpp thread.hpp \
102 time.cpp \
103 tracker.cpp tracker.hpp \
104 trigger.cpp \
105 unix.cpp unix.hpp \
106 uri.cpp uri.hpp \
107 userspace-probe.cpp \
108 utils.cpp utils.hpp
109
110 if HAVE_ELF_H
111 libcommon_lgpl_la_SOURCES += \
112 lttng-elf.cpp lttng-elf.hpp
113 endif
114
115 libcommon_lgpl_la_LIBADD = \
116 libbytecode.la \
117 libcompat.la \
118 libconfig.la \
119 libfilter.la \
120 libhashtable-lgpl.la \
121 $(top_builddir)/src/vendor/msgpack/libmsgpack.la
122
123
124 # The libpath static archive contains GPLv2 compatible code. It is
125 # meant to be used by GPL executables.
126 noinst_LTLIBRARIES += libpath.la
127 libpath_la_SOURCES = \
128 path.cpp path.hpp
129
130
131 # The libcommon-gpl static archive contains GPLv2 compatible code. It is
132 # meant to be used by GPL executables.
133 noinst_LTLIBRARIES += libcommon-gpl.la
134 libcommon_gpl_la_SOURCES = \
135 common.hpp \
136 context.cpp context.hpp \
137 daemonize.cpp daemonize.hpp \
138 filter.cpp filter.hpp \
139 fs-handle.cpp fs-handle.hpp fs-handle-internal.hpp \
140 futex.cpp futex.hpp \
141 index-allocator.cpp index-allocator.hpp \
142 optional.hpp \
143 pipe.cpp pipe.hpp \
144 shm.cpp shm.hpp \
145 trace-chunk.cpp trace-chunk.hpp \
146 trace-chunk-registry.hpp \
147 uuid.cpp uuid.hpp \
148 waiter.cpp waiter.hpp
149
150 libcommon_gpl_la_LIBADD = \
151 libcommon-lgpl.la \
152 libpath.la \
153 libini-config.la \
154 libhashtable-gpl.la \
155 libfd-tracker.la
156
157
158 # libcompat
159 noinst_LTLIBRARIES += libcompat.la
160 libcompat_la_SOURCES = \
161 compat/compat-fcntl.cpp \
162 compat/directory-handle.cpp \
163 compat/directory-handle.hpp \
164 compat/dirent.hpp \
165 compat/endian.hpp \
166 compat/errno.hpp \
167 compat/fcntl.hpp \
168 compat/getenv.hpp \
169 compat/mman.hpp \
170 compat/netdb.hpp \
171 compat/path.hpp \
172 compat/paths.hpp \
173 compat/poll.cpp \
174 compat/poll.hpp \
175 compat/pthread.hpp \
176 compat/socket.hpp \
177 compat/string.hpp \
178 compat/tid.hpp \
179 compat/time.hpp
180
181
182 # libconfig
183 noinst_LTLIBRARIES += libconfig.la
184 libconfig_la_SOURCES = \
185 config/config-internal.hpp \
186 config/config-session-abi.hpp \
187 config/session-config.cpp \
188 config/session-config.hpp
189
190 libconfig_la_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
191 libconfig_la_LIBADD = ${libxml2_LIBS}
192
193
194 if BUILD_LIB_CONSUMER
195 noinst_LTLIBRARIES += libconsumer.la
196
197 libconsumer_la_SOURCES = \
198 consumer/consumer.cpp \
199 consumer/consumer.hpp \
200 consumer/consumer-metadata-cache.cpp \
201 consumer/consumer-metadata-cache.hpp \
202 consumer/consumer-stream.cpp \
203 consumer/consumer-stream.hpp \
204 consumer/consumer-testpoint.hpp \
205 consumer/consumer-timer.cpp \
206 consumer/consumer-timer.hpp \
207 consumer/metadata-bucket.cpp \
208 consumer/metadata-bucket.hpp
209
210 libconsumer_la_LIBADD = \
211 libkernel-consumer.la \
212 librelayd.la \
213 libsessiond-comm.la
214
215 if HAVE_LIBLTTNG_UST_CTL
216 libconsumer_la_LIBADD += \
217 libust-consumer.la
218 endif
219 endif # BUILD_LIB_CONSUMER
220
221
222 # libfd-tracker
223 noinst_LTLIBRARIES += libfd-tracker.la
224 libfd_tracker_la_SOURCES = \
225 fd-tracker/fd-tracker.cpp \
226 fd-tracker/fd-tracker.hpp \
227 fd-tracker/inode.cpp \
228 fd-tracker/inode.hpp \
229 fd-tracker/utils.cpp \
230 fd-tracker/utils.hpp \
231 fd-tracker/utils-poll.cpp
232
233
234 # libfilter
235 noinst_LTLIBRARIES += libfilter.la
236
237 libfilter_la_SOURCES = \
238 filter/filter-ast.hpp \
239 filter/filter-ir.hpp \
240 filter/filter-lexer.lpp \
241 filter/filter-parser.ypp \
242 filter/filter-symbols.hpp \
243 filter/filter-visitor-generate-bytecode.cpp \
244 filter/filter-visitor-generate-ir.cpp \
245 filter/filter-visitor-ir-check-binary-op-nesting.cpp \
246 filter/filter-visitor-ir-normalize-glob-patterns.cpp \
247 filter/filter-visitor-ir-validate-globbing.cpp \
248 filter/filter-visitor-ir-validate-string.cpp \
249 filter/filter-visitor-xml.cpp \
250 filter/memstream.hpp
251
252 BUILT_SOURCES += filter/filter-parser.hpp
253
254 # Disable some warning flags for generated sources.
255 FILTER_WARN_FLAGS = \
256 -Wno-null-dereference \
257 -Wno-redundant-decls \
258 -Wno-unused-parameter
259
260 libfilter_la_CFLAGS = $(AM_CFLAGS) $(FILTER_WARN_FLAGS)
261 libfilter_la_CXXFLAGS = -include filter-symbols.hpp $(AM_CXXFLAGS) $(FILTER_WARN_FLAGS)
262 libfilter_la_CPPFLAGS = -I$(srcdir)/filter -I$(builddir)/filter $(AM_CPPFLAGS)
263 libfilter_la_LIBADD = libstring-utils.la
264
265 AM_YFLAGS = -t -d -v -Wno-yacc
266
267 # start with empty files to clean
268 CLEANFILES =
269
270 if HAVE_BISON
271 # we have bison: we can clean the generated parser files
272 CLEANFILES += \
273 filter/filter-parser.cpp \
274 filter/filter-parser.hpp \
275 filter/filter-parser.output
276 else # HAVE_BISON
277 # create target used to stop the build if we want to build the parser,
278 # but we don't have the necessary tool to do so
279 filter/filter-parser.cpp filter/filter-parser.hpp: filter/filter-parser.ypp
280 @echo "Error: Cannot build target because bison is missing."
281 @echo "Make sure bison is installed and run the configure script again."
282 @false
283
284 BUILT_SOURCES += filter/filter-parser.cpp filter/filter-parser.hpp
285 endif # HAVE_BISON
286
287 if HAVE_FLEX
288 # we have flex: we can clean the generated lexer files
289 CLEANFILES += filter/filter-lexer.cpp
290 else # HAVE_FLEX
291 # create target used to stop the build if we want to build the lexer,
292 # but we don't have the necessary tool to do so
293 filter/filter-lexer.cpp: filter/filter-lexer.lpp
294 @echo "Error: Cannot build target because flex is missing."
295 @echo "Make sure flex is installed and run the configure script again."
296 @false
297
298 BUILT_SOURCES += filter/filter-lexer.cpp
299 endif # HAVE_FLEX
300
301
302 noinst_LTLIBRARIES += libhashtable-lgpl.la
303 libhashtable_lgpl_la_SOURCES = \
304 hashtable/seed.cpp \
305 hashtable/utils.cpp \
306 hashtable/utils.hpp
307
308
309 noinst_LTLIBRARIES += libhashtable-gpl.la
310 libhashtable_gpl_la_SOURCES = \
311 hashtable/hashtable.cpp \
312 hashtable/hashtable.hpp \
313 hashtable/hashtable-symbols.hpp
314
315 libhashtable_gpl_la_LIBADD = \
316 $(URCU_LIBS) \
317 $(URCU_CDS_LIBS)
318
319
320 if BUILD_LIB_HEALTH
321 noinst_LTLIBRARIES += libhealth.la
322
323 libhealth_la_SOURCES = \
324 health/health.cpp
325 endif
326
327
328 # libini-config
329 noinst_LTLIBRARIES += libini-config.la
330 libini_config_la_SOURCES = \
331 ini-config/ini.cpp \
332 ini-config/ini.hpp \
333 ini-config/ini-config.cpp \
334 ini-config/ini-config.hpp
335
336
337 if BUILD_LIB_INDEX
338 noinst_LTLIBRARIES += libindex.la
339
340 libindex_la_SOURCES = \
341 index/ctf-index.hpp \
342 index/index.cpp \
343 index/index.hpp
344 endif
345
346
347 if BUILD_LIB_KERNEL_CTL
348 noinst_LTLIBRARIES += libkernel-ctl.la
349
350 libkernel_ctl_la_SOURCES = \
351 kernel-ctl/kernel-ctl.cpp \
352 kernel-ctl/kernel-ctl.hpp \
353 kernel-ctl/kernel-ioctl.hpp
354 endif
355
356 if BUILD_LIB_SESSIOND_COMM
357 noinst_LTLIBRARIES += libsessiond-comm.la
358
359 libsessiond_comm_la_SOURCES = \
360 sessiond-comm/agent.hpp \
361 sessiond-comm/inet.cpp \
362 sessiond-comm/inet.hpp \
363 sessiond-comm/inet6.cpp \
364 sessiond-comm/inet6.hpp \
365 sessiond-comm/relayd.hpp \
366 sessiond-comm/sessiond-comm.cpp \
367 sessiond-comm/sessiond-comm.hpp
368 endif
369
370 if BUILD_LIB_RELAYD
371 noinst_LTLIBRARIES += librelayd.la
372
373 librelayd_la_SOURCES = \
374 relayd/relayd.cpp \
375 relayd/relayd.hpp
376
377 librelayd_la_LIBADD = libsessiond-comm.la
378 endif
379
380
381 if BUILD_LIB_KERNEL_CONSUMER
382 noinst_LTLIBRARIES += libkernel-consumer.la
383
384 libkernel_consumer_la_SOURCES = \
385 kernel-consumer/kernel-consumer.cpp \
386 kernel-consumer/kernel-consumer.hpp
387
388 libkernel_consumer_la_LIBADD = \
389 libkernel-ctl.la
390 endif
391
392 if BUILD_LIB_UST_CONSUMER
393 if HAVE_LIBLTTNG_UST_CTL
394 noinst_LTLIBRARIES += libust-consumer.la
395
396 libust_consumer_la_SOURCES = \
397 ust-consumer/ust-consumer.cpp \
398 ust-consumer/ust-consumer.hpp
399
400 libust_consumer_la_LIBADD = \
401 $(UST_CTL_LIBS)
402 endif
403 endif
404
405 if BUILD_LIB_TESTPOINT
406 noinst_LTLIBRARIES += libtestpoint.la
407
408 libtestpoint_la_SOURCES = \
409 testpoint/testpoint.cpp \
410 testpoint/testpoint.hpp
411
412 libtestpoint_la_LIBADD = $(DL_LIBS)
413 endif
414
415
416 # libstring-utils
417 noinst_LTLIBRARIES += libstring-utils.la
418 libstring_utils_la_SOURCES = \
419 string-utils/format.hpp \
420 string-utils/string-utils.cpp \
421 string-utils/string-utils.hpp
422
423
424 noinst_PROGRAMS = filter-grammar-test
425 filter_grammar_test_SOURCES = filter-grammar-test.cpp
426 filter_grammar_test_LDADD = libcommon-gpl.la
427
428 EXTRA_DIST = \
429 mi-lttng-4.1.xsd \
430 session.xsd
431
432 xmldir = $(datadir)/xml/lttng
433 dist_xml_DATA = session.xsd
434
435 # Copy EXTRA_DIST files to the build directory
436 all-local:
437 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
438 for script in $(EXTRA_DIST); do \
439 cp -f $(srcdir)/$$script $(builddir); \
440 done; \
441 fi
442
443 clean-local:
444 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
445 for script in $(EXTRA_DIST); do \
446 rm -f $(builddir)/$$script; \
447 done; \
448 fi
This page took 0.038427 seconds and 4 git commands to generate.