Introduce lttng_event_rule_python_logging
[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
SM
5SUBDIRS = \
6 string-utils \
0ae3cfc6 7 bytecode \
e2fb96d8
SM
8 filter \
9 argpar
87fb9fc0
JR
10
11# Make sure to always distribute all folders
12# since SUBDIRS is decided at configure time.
28b6dfc8
SM
13DIST_SUBDIRS = \
14 compat \
15 health \
16 hashtable \
17 kernel-ctl \
18 sessiond-comm \
19 relayd \
20 kernel-consumer \
21 ust-consumer \
22 testpoint \
23 index \
24 config \
25 consumer \
26 string-utils \
e4d2f27a 27 fd-tracker \
0ae3cfc6 28 bytecode \
e2fb96d8
SM
29 filter \
30 argpar
31
b3f35e02
FD
32# Common library
33noinst_LTLIBRARIES = libcommon.la
01fac814 34EXTRA_DIST = mi-lttng-4.0.xsd
b3f35e02 35
28b6dfc8 36libcommon_la_SOURCES = \
03bb2358 37 actions/action.c \
ad63a966 38 actions/list.c \
03bb2358 39 actions/notify.c \
27993cc2 40 actions/path.c \
bfb2ec6a 41 actions/rotate-session.c \
757c48a2 42 actions/snapshot-session.c \
58397d0d 43 actions/start-session.c \
931bdbaa 44 actions/stop-session.c \
7f4d5b07 45 actions/rate-policy.c \
28b6dfc8
SM
46 buffer-view.h buffer-view.c \
47 common.h \
ae20d1bd
JR
48 conditions/buffer-usage.c \
49 conditions/condition.c \
670a26e4 50 conditions/event-rule-matches.c \
ae20d1bd
JR
51 conditions/session-consumed-size.c \
52 conditions/session-rotation.c \
28b6dfc8 53 context.c context.h \
894e6e1c 54 credentials.c credentials.h \
28b6dfc8
SM
55 daemonize.c daemonize.h \
56 defaults.c \
c0374092 57 domain.c \
28b6dfc8
SM
58 dynamic-array.c dynamic-array.h \
59 dynamic-buffer.c dynamic-buffer.h \
60 endpoint.c \
61 error.c error.h \
b99a0cb3 62 error-query.c \
28b6dfc8
SM
63 evaluation.c \
64 event.c \
748b5f7b 65 event-expr-to-bytecode.c event-expr-to-bytecode.h \
d28fcdec 66 event-field-value.c \
7a3dcaf6 67 event-rule/event-rule.c \
85522de5 68 event-rule/kernel-kprobe.c \
4f7da553 69 event-rule/kernel-syscall.c \
46fd07ac 70 event-rule/kernel-uprobe.c \
6d420eff 71 event-rule/tracepoint.c \
af0818ef 72 event-rule/kernel-tracepoint.c \
0a23a07d 73 event-rule/user-tracepoint.c \
138d6838 74 event-rule/log4j-logging.c \
b47b01d8 75 event-rule/jul-logging.c \
6530ec7d 76 event-rule/python-logging.c \
28b6dfc8 77 filter.c filter.h \
dd1bac00 78 fd-handle.c fd-handle.h \
75e36e37 79 fs-handle.c fs-handle.h fs-handle-internal.h \
28b6dfc8 80 futex.c futex.h \
808cb744 81 kernel-probe.c \
246611b0 82 index-allocator.c index-allocator.h \
28b6dfc8 83 location.c \
85b05318 84 log-level-rule.c \
28b6dfc8
SM
85 mi-lttng.c mi-lttng.h \
86 notification.c \
28b6dfc8 87 optional.h \
9e620ea7
JG
88 payload.c payload.h \
89 payload-view.c payload-view.h \
28b6dfc8
SM
90 pipe.c pipe.h \
91 readwrite.c readwrite.h \
92 runas.c runas.h \
b7fc068d 93 shm.c shm.h \
28b6dfc8 94 session-descriptor.c \
b30fa191 95 snapshot.c snapshot.h \
dd392e94 96 spawn-viewer.c spawn-viewer.h \
28b6dfc8
SM
97 time.c \
98 trace-chunk.c trace-chunk.h \
99 trace-chunk-registry.h \
100 trigger.c \
101 unix.c unix.h \
102 uri.c uri.h \
103 userspace-probe.c \
104 utils.c utils.h \
105 uuid.c uuid.h \
cb8d0d24 106 thread.c thread.h \
159b042f 107 tracker.c tracker.h \
75e36e37 108 waiter.c waiter.h
b3f35e02 109
b1b34226 110if HAVE_ELF_H
28b6dfc8
SM
111libcommon_la_SOURCES += \
112 lttng-elf.c lttng-elf.h
b1b34226
MJ
113endif
114
b3f35e02 115libcommon_la_LIBADD = \
0ae3cfc6 116 $(top_builddir)/src/common/bytecode/libbytecode.la \
28b6dfc8
SM
117 $(top_builddir)/src/common/config/libconfig.la \
118 $(top_builddir)/src/common/compat/libcompat.la \
8bb66c3c 119 $(top_builddir)/src/common/hashtable/libhashtable.la \
e4d2f27a 120 $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \
116a02e3
JG
121 $(top_builddir)/src/common/filter/libfilter.la \
122 $(top_builddir)/src/vendor/msgpack/libmsgpack.la
b3f35e02 123
87fb9fc0
JR
124if BUILD_LIB_COMPAT
125SUBDIRS += compat
126endif
127
128if BUILD_LIB_HEALTH
129SUBDIRS += health
130endif
131
132if BUILD_LIB_HASHTABLE
133SUBDIRS += hashtable
134endif
135
136if BUILD_LIB_KERNEL_CTL
137SUBDIRS += kernel-ctl
138endif
139
140if BUILD_LIB_SESSIOND_COMM
141SUBDIRS += sessiond-comm
142endif
143
144if BUILD_LIB_RELAYD
aa360a35
JG
145SUBDIRS += relayd
146endif
147
148if BUILD_LIB_FD_TRACKER
149SUBDIRS += fd-tracker
87fb9fc0
JR
150endif
151
152if BUILD_LIB_KERNEL_CONSUMER
153SUBDIRS += kernel-consumer
154endif
155
156if BUILD_LIB_UST_CONSUMER
157SUBDIRS += ust-consumer
158endif
159
160if BUILD_LIB_TESTPOINT
161SUBDIRS += testpoint
162endif
163
164if BUILD_LIB_INDEX
165SUBDIRS += index
166endif
167
168if BUILD_LIB_CONFIG
169SUBDIRS += config
170endif
171
172if BUILD_LIB_CONSUMER
173SUBDIRS += consumer
174endif
10a8a223 175
28b6dfc8
SM
176noinst_HEADERS = \
177 align.h \
178 bug.h \
179 defaults.h \
180 error.h \
181 futex.h \
182 lttng-kernel.h \
183 lttng-kernel-old.h \
184 macros.h \
185 time.h \
186 uri.h \
187 utils.h
1c39da61 188
e358ddd5
JG
189noinst_PROGRAMS = filter-grammar-test
190filter_grammar_test_SOURCES = filter-grammar-test.c
191filter_grammar_test_LDADD = \
192 libcommon.la
e358ddd5 193
c49fc5e4
JR
194all-local:
195 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
196 for script in $(EXTRA_DIST); do \
197 cp -f $(srcdir)/$$script $(builddir); \
198 done; \
199 fi
200
201clean-local:
202 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
203 for script in $(EXTRA_DIST); do \
204 rm -f $(builddir)/$$script; \
205 done; \
206 fi
This page took 0.070572 seconds and 4 git commands to generate.