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