]> git.ipfire.org Git - thirdparty/systemd.git/blob - Makefile.am
Merge pull request #4372 from evverx/fix-synced-cgroup-hierarchy-perms
[thirdparty/systemd.git] / Makefile.am
1 # -*- Mode: makefile; indent-tabs-mode: t -*-
2 #
3 # This file is part of systemd.
4 #
5 # Copyright 2010-2012 Lennart Poettering
6 # Copyright 2010-2012 Kay Sievers
7 # Copyright 2013 Zbigniew Jędrzejewski-Szmek
8 # Copyright 2013 David Strauss
9 #
10 # systemd is free software; you can redistribute it and/or modify it
11 # under the terms of the GNU Lesser General Public License as published by
12 # the Free Software Foundation; either version 2.1 of the License, or
13 # (at your option) any later version.
14 #
15 # systemd is distributed in the hope that it will be useful, but
16 # WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 # Lesser General Public License for more details.
19 #
20 # You should have received a copy of the GNU Lesser General Public License
21 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
22
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
24 AM_MAKEFLAGS = --no-print-directory
25 AUTOMAKE_OPTIONS = color-tests parallel-tests
26
27 GCC_COLORS ?= 'ooh, shiny!'
28 export GCC_COLORS
29
30 SUBDIRS = . po
31
32 # remove targets if the command fails
33 .DELETE_ON_ERROR:
34
35 # keep intermediate files
36 .SECONDARY:
37
38 # Keep the test-suite.log
39 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
40
41 LIBUDEV_CURRENT=7
42 LIBUDEV_REVISION=5
43 LIBUDEV_AGE=6
44
45 LIBSYSTEMD_CURRENT=16
46 LIBSYSTEMD_REVISION=0
47 LIBSYSTEMD_AGE=16
48
49 # Dirs of external packages
50 dbuspolicydir=@dbuspolicydir@
51 dbussessionservicedir=@dbussessionservicedir@
52 dbussystemservicedir=@dbussystemservicedir@
53 pamlibdir=@pamlibdir@
54 pamconfdir=@pamconfdir@
55 pkgconfigdatadir=$(datadir)/pkgconfig
56 pkgconfiglibdir=$(libdir)/pkgconfig
57 polkitpolicydir=$(datadir)/polkit-1/actions
58 bashcompletiondir=@bashcompletiondir@
59 zshcompletiondir=@zshcompletiondir@
60 rpmmacrosdir=$(prefix)/lib/rpm/macros.d
61 sysvinitdir=$(SYSTEM_SYSVINIT_PATH)
62 sysvrcnddir=$(SYSTEM_SYSVRCND_PATH)
63 varlogdir=$(localstatedir)/log
64 systemdstatedir=$(localstatedir)/lib/systemd
65 catalogstatedir=$(systemdstatedir)/catalog
66 xinitrcdir=$(sysconfdir)/X11/xinit/xinitrc.d
67
68 # Our own, non-special dirs
69 pkgsysconfdir=$(sysconfdir)/systemd
70 userunitdir=$(prefix)/lib/systemd/user
71 userpresetdir=$(prefix)/lib/systemd/user-preset
72 tmpfilesdir=$(prefix)/lib/tmpfiles.d
73 sysusersdir=$(prefix)/lib/sysusers.d
74 sysctldir=$(prefix)/lib/sysctl.d
75 binfmtdir=$(prefix)/lib/binfmt.d
76 modulesloaddir=$(prefix)/lib/modules-load.d
77 networkdir=$(rootprefix)/lib/systemd/network
78 pkgincludedir=$(includedir)/systemd
79 systemgeneratordir=$(rootlibexecdir)/system-generators
80 usergeneratordir=$(prefix)/lib/systemd/user-generators
81 systemshutdowndir=$(rootlibexecdir)/system-shutdown
82 systemsleepdir=$(rootlibexecdir)/system-sleep
83 systemunitdir=$(rootprefix)/lib/systemd/system
84 systempresetdir=$(rootprefix)/lib/systemd/system-preset
85 udevlibexecdir=$(rootprefix)/lib/udev
86 udevhomedir=$(udevlibexecdir)
87 udevrulesdir=$(udevlibexecdir)/rules.d
88 udevhwdbdir=$(udevlibexecdir)/hwdb.d
89 catalogdir=$(prefix)/lib/systemd/catalog
90 kernelinstalldir = $(prefix)/lib/kernel/install.d
91 factory_etcdir = $(datadir)/factory/etc
92 factory_pamdir = $(datadir)/factory/etc/pam.d
93 bootlibdir = $(prefix)/lib/systemd/boot/efi
94
95 # And these are the special ones for /
96 rootprefix=@rootprefix@
97 rootbindir=$(rootprefix)/bin
98 rootlibexecdir=$(rootprefix)/lib/systemd
99
100 EXTRA_DIST =
101 BUILT_SOURCES =
102 INSTALL_EXEC_HOOKS =
103 UNINSTALL_EXEC_HOOKS =
104 INSTALL_DATA_HOOKS =
105 UNINSTALL_DATA_HOOKS =
106 DISTCLEAN_LOCAL_HOOKS =
107 CLEAN_LOCAL_HOOKS =
108 pkginclude_HEADERS =
109 noinst_LTLIBRARIES =
110 lib_LTLIBRARIES =
111 rootlibexec_LTLIBRARIES =
112 include_HEADERS =
113 noinst_DATA =
114 pkgconfigdata_DATA =
115 pkgconfiglib_DATA =
116 polkitpolicy_in_in_files =
117 polkitpolicy_in_files =
118 polkitpolicy_files =
119 dist_udevrules_DATA =
120 nodist_udevrules_DATA =
121 dist_pkgsysconf_DATA =
122 nodist_pkgsysconf_DATA =
123 dist_dbuspolicy_DATA =
124 dist_dbussystemservice_DATA =
125 dist_systemunit_DATA_busnames =
126 dist_sysusers_DATA =
127 check_PROGRAMS =
128 check_DATA =
129 dist_rootlibexec_DATA =
130 tests=
131 manual_tests =
132 TEST_EXTENSIONS = .py
133 PY_LOG_COMPILER = $(PYTHON)
134 DISABLE_HARD_ERRORS = yes
135 if ENABLE_TESTS
136 noinst_PROGRAMS = $(manual_tests) $(tests) $(unsafe_tests)
137 TESTS = $(tests)
138 if ENABLE_UNSAFE_TESTS
139 TESTS += \
140 $(unsafe_tests)
141 endif
142 else
143 noinst_PROGRAMS =
144 TESTS =
145 endif
146 AM_TESTS_ENVIRONMENT = \
147 export SYSTEMD_KBD_MODEL_MAP=$(abs_top_srcdir)/src/locale/kbd-model-map; \
148 export SYSTEMD_LANGUAGE_FALLBACK_MAP=$(abs_top_srcdir)/src/locale/language-fallback-map;
149
150 if ENABLE_BASH_COMPLETION
151 dist_bashcompletion_DATA = $(dist_bashcompletion_data)
152 nodist_bashcompletion_DATA = $(nodist_bashcompletion_data)
153 endif
154 if ENABLE_ZSH_COMPLETION
155 dist_zshcompletion_DATA = $(dist_zshcompletion_data)
156 nodist_zshcompletion_DATA = $(nodist_zshcompletion_data)
157 endif
158 udevlibexec_PROGRAMS =
159 gperf_gperf_sources =
160 rootlib_LTLIBRARIES =
161
162 in_files = $(filter %.in,$(EXTRA_DIST))
163 in_in_files = $(filter %.in.in, $(in_files))
164 m4_files = $(filter %.m4,$(EXTRA_DIST) $(in_files:.m4.in=.m4))
165
166 CLEANFILES = $(BUILT_SOURCES) \
167 $(pkgconfigdata_DATA) \
168 $(pkgconfiglib_DATA) \
169 $(nodist_bashcompletion_data) \
170 $(nodist_zshcompletion_data) \
171 $(in_files:.in=) $(in_in_files:.in.in=) \
172 $(m4_files:.m4=)
173
174 .PHONY: $(INSTALL_EXEC_HOOKS) $(UNINSTALL_EXEC_HOOKS) \
175 $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS) \
176 $(DISTCLEAN_LOCAL_HOOKS) $(CLEAN_LOCAL_HOOKS)
177
178 AM_CPPFLAGS = \
179 -include $(top_builddir)/config.h \
180 -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \
181 -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
182 -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
183 -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
184 -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
185 -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
186 -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
187 -DCERTIFICATE_ROOT=\"$(CERTIFICATEROOT)\" \
188 -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \
189 -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
190 -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
191 -DSYSTEMD_FSCK_PATH=\"$(rootlibexecdir)/systemd-fsck\" \
192 -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
193 -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \
194 -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
195 -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
196 -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \
197 -DROOTPREFIX=\"$(rootprefix)\" \
198 -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" \
199 -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" \
200 -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \
201 -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \
202 -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \
203 -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \
204 -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \
205 -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
206 -DSYSTEMD_LANGUAGE_FALLBACK_MAP=\"$(pkgdatadir)/language-fallback-map\" \
207 -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
208 -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \
209 -DQUOTACHECK=\"$(QUOTACHECK)\" \
210 -DKEXEC=\"$(KEXEC)\" \
211 -DMOUNT_PATH=\"$(MOUNT_PATH)\" \
212 -DUMOUNT_PATH=\"$(UMOUNT_PATH)\" \
213 -DLIBDIR=\"$(libdir)\" \
214 -DROOTLIBDIR=\"$(rootlibdir)\" \
215 -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
216 -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
217 -I $(top_srcdir)/src \
218 -I $(top_builddir)/src/basic \
219 -I $(top_srcdir)/src/basic \
220 -I $(top_srcdir)/src/shared \
221 -I $(top_builddir)/src/shared \
222 -I $(top_srcdir)/src/network \
223 -I $(top_srcdir)/src/locale \
224 -I $(top_srcdir)/src/login \
225 -I $(top_srcdir)/src/journal \
226 -I $(top_builddir)/src/journal \
227 -I $(top_srcdir)/src/timedate \
228 -I $(top_srcdir)/src/timesync \
229 -I $(top_srcdir)/src/nspawn \
230 -I $(top_srcdir)/src/resolve \
231 -I $(top_builddir)/src/resolve \
232 -I $(top_srcdir)/src/systemd \
233 -I $(top_builddir)/src/core \
234 -I $(top_srcdir)/src/core \
235 -I $(top_srcdir)/src/libudev \
236 -I $(top_srcdir)/src/udev \
237 -I $(top_srcdir)/src/udev/net \
238 -I $(top_builddir)/src/udev \
239 -I $(top_srcdir)/src/libsystemd/sd-bus \
240 -I $(top_srcdir)/src/libsystemd/sd-event \
241 -I $(top_srcdir)/src/libsystemd/sd-login \
242 -I $(top_srcdir)/src/libsystemd/sd-netlink \
243 -I $(top_srcdir)/src/libsystemd/sd-network \
244 -I $(top_srcdir)/src/libsystemd/sd-hwdb \
245 -I $(top_srcdir)/src/libsystemd/sd-device \
246 -I $(top_srcdir)/src/libsystemd/sd-id128 \
247 -I $(top_srcdir)/src/libsystemd-network \
248 $(OUR_CPPFLAGS)
249
250 AM_CFLAGS = $(OUR_CFLAGS)
251 AM_LDFLAGS = $(OUR_LDFLAGS)
252
253 # ------------------------------------------------------------------------------
254 INSTALL_DIRS =
255
256 SHUTDOWN_TARGET_WANTS =
257 LOCAL_FS_TARGET_WANTS =
258 MULTI_USER_TARGET_WANTS =
259 GRAPHICAL_TARGET_WANTS =
260 RESCUE_TARGET_WANTS =
261 SYSINIT_TARGET_WANTS =
262 SOCKETS_TARGET_WANTS =
263 BUSNAMES_TARGET_WANTS =
264 TIMERS_TARGET_WANTS =
265 USER_SOCKETS_TARGET_WANTS =
266 USER_DEFAULT_TARGET_WANTS =
267 USER_BUSNAMES_TARGET_WANTS =
268
269 SYSTEM_UNIT_ALIASES =
270 USER_UNIT_ALIASES =
271 GENERAL_ALIASES =
272
273 install-target-wants-hook:
274 what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && dir=$(systemunitdir) && $(add-wants)
275 what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && dir=$(systemunitdir) && $(add-wants)
276 what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && dir=$(systemunitdir) && $(add-wants)
277 what="$(GRAPHICAL_TARGET_WANTS)" && wants=graphical.target && dir=$(systemunitdir) && $(add-wants)
278 what="$(RESCUE_TARGET_WANTS)" && wants=rescue.target && dir=$(systemunitdir) && $(add-wants)
279 what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && dir=$(systemunitdir) && $(add-wants)
280 what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(systemunitdir) && $(add-wants)
281 what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && dir=$(systemunitdir) && $(add-wants)
282 what="$(SLICES_TARGET_WANTS)" && wants=slices.target && dir=$(systemunitdir) && $(add-wants)
283 what="$(USER_SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(userunitdir) && $(add-wants)
284 what="$(USER_DEFAULT_TARGET_WANTS)" && wants=default.target && dir=$(userunitdir) && $(add-wants)
285
286 install-busnames-target-wants-hook:
287 what="$(BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(systemunitdir) && $(add-wants)
288 what="$(USER_BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(userunitdir) && $(add-wants)
289
290 define add-wants
291 [ -z "$$what" ] || ( \
292 dir=$(DESTDIR)$$dir/$$wants.wants && \
293 $(MKDIR_P) -m 0755 $$dir && \
294 cd $$dir && \
295 rm -f $$what && \
296 for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
297 endef
298
299 install-directories-hook:
300 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
301
302 install-aliases-hook:
303 set -- $(SYSTEM_UNIT_ALIASES) && \
304 dir=$(systemunitdir) && $(install-aliases)
305 set -- $(USER_UNIT_ALIASES) && \
306 dir=$(userunitdir) && $(install-relative-aliases)
307 set -- $(GENERAL_ALIASES) && \
308 dir= && $(install-relative-aliases)
309
310 define install-aliases
311 while [ -n "$$1" ]; do \
312 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
313 rm -f $(DESTDIR)$$dir/$$2 && \
314 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
315 shift 2 || exit $$?; \
316 done
317 endef
318
319 define install-relative-aliases
320 while [ -n "$$1" ]; do \
321 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
322 rm -f $(DESTDIR)$$dir/$$2 && \
323 $(LN_S) --relative $(DESTDIR)$$1 $(DESTDIR)$$dir/$$2 && \
324 shift 2 || exit $$?; \
325 done
326 endef
327
328 install-touch-usr-hook:
329 touch -c $(DESTDIR)/$(prefix)
330
331 INSTALL_EXEC_HOOKS += \
332 install-target-wants-hook \
333 install-directories-hook \
334 install-aliases-hook \
335 install-touch-usr-hook
336
337 INSTALL_EXEC_HOOKS += \
338 install-busnames-target-wants-hook
339
340 # ------------------------------------------------------------------------------
341 AM_V_M4 = $(AM_V_M4_$(V))
342 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
343 AM_V_M4_0 = @echo " M4 " $@;
344
345 AM_V_XSLT = $(AM_V_XSLT_$(V))
346 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
347 AM_V_XSLT_0 = @echo " XSLT " $@;
348
349 AM_V_GPERF = $(AM_V_GPERF_$(V))
350 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
351 AM_V_GPERF_0 = @echo " GPERF " $@;
352
353 AM_V_LN = $(AM_V_LN_$(V))
354 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
355 AM_V_LN_0 = @echo " LN " $@;
356
357 AM_V_RM = $(AM_V_RM_$(V))
358 AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY))
359 AM_V_RM_0 = @echo " RM " $@;
360
361 # ------------------------------------------------------------------------------
362 rootbin_PROGRAMS = \
363 systemctl \
364 systemd-notify \
365 systemd-ask-password \
366 systemd-tty-ask-password-agent \
367 systemd-machine-id-setup \
368 systemd-escape
369
370 bin_PROGRAMS = \
371 systemd-cgls \
372 systemd-cgtop \
373 systemd-nspawn \
374 systemd-detect-virt \
375 systemd-delta \
376 systemd-analyze \
377 systemd-run \
378 systemd-mount \
379 systemd-stdio-bridge \
380 systemd-path
381
382 dist_bin_SCRIPTS = \
383 src/kernel-install/kernel-install
384
385 dist_kernelinstall_SCRIPTS = \
386 src/kernel-install/50-depmod.install \
387 src/kernel-install/90-loaderentry.install
388
389 rootlibexec_PROGRAMS = \
390 systemd \
391 systemd-cgroups-agent \
392 systemd-initctl \
393 systemd-shutdown \
394 systemd-remount-fs \
395 systemd-reply-password \
396 systemd-fsck \
397 systemd-ac-power \
398 systemd-sysctl \
399 systemd-sleep \
400 systemd-socket-proxyd \
401 systemd-update-done
402
403 if HAVE_UTMP
404 rootlibexec_PROGRAMS += \
405 systemd-update-utmp
406 endif
407
408 systemgenerator_PROGRAMS = \
409 systemd-getty-generator \
410 systemd-fstab-generator \
411 systemd-system-update-generator \
412 systemd-debug-generator
413
414 dist_bashcompletion_data = \
415 shell-completion/bash/busctl \
416 shell-completion/bash/journalctl \
417 shell-completion/bash/systemd-analyze \
418 shell-completion/bash/systemd-cat \
419 shell-completion/bash/systemd-cgls \
420 shell-completion/bash/systemd-cgtop \
421 shell-completion/bash/systemd-delta \
422 shell-completion/bash/systemd-detect-virt \
423 shell-completion/bash/systemd-nspawn \
424 shell-completion/bash/systemd-path \
425 shell-completion/bash/systemd-run \
426 shell-completion/bash/udevadm \
427 shell-completion/bash/kernel-install
428
429 nodist_bashcompletion_data = \
430 shell-completion/bash/systemctl
431
432 dist_zshcompletion_data = \
433 shell-completion/zsh/_busctl \
434 shell-completion/zsh/_journalctl \
435 shell-completion/zsh/_udevadm \
436 shell-completion/zsh/_kernel-install \
437 shell-completion/zsh/_systemd-nspawn \
438 shell-completion/zsh/_systemd-analyze \
439 shell-completion/zsh/_systemd-run \
440 shell-completion/zsh/_sd_hosts_or_user_at_host \
441 shell-completion/zsh/_sd_outputmodes \
442 shell-completion/zsh/_sd_unit_files \
443 shell-completion/zsh/_systemd-delta \
444 shell-completion/zsh/_systemd
445
446 nodist_zshcompletion_data = \
447 shell-completion/zsh/_systemctl
448
449 EXTRA_DIST += \
450 shell-completion/bash/systemctl.in \
451 shell-completion/zsh/_systemctl.in
452
453 dist_sysctl_DATA = \
454 sysctl.d/50-default.conf
455
456 dist_systemunit_DATA = \
457 units/graphical.target \
458 units/multi-user.target \
459 units/emergency.target \
460 units/sysinit.target \
461 units/basic.target \
462 units/getty.target \
463 units/halt.target \
464 units/kexec.target \
465 units/exit.target \
466 units/local-fs.target \
467 units/local-fs-pre.target \
468 units/initrd.target \
469 units/initrd-fs.target \
470 units/initrd-root-device.target \
471 units/initrd-root-fs.target \
472 units/remote-fs.target \
473 units/remote-fs-pre.target \
474 units/network.target \
475 units/network-pre.target \
476 units/network-online.target \
477 units/nss-lookup.target \
478 units/nss-user-lookup.target \
479 units/poweroff.target \
480 units/reboot.target \
481 units/rescue.target \
482 units/rpcbind.target \
483 units/time-sync.target \
484 units/shutdown.target \
485 units/final.target \
486 units/umount.target \
487 units/sigpwr.target \
488 units/sleep.target \
489 units/sockets.target \
490 units/timers.target \
491 units/paths.target \
492 units/suspend.target \
493 units/swap.target \
494 units/slices.target \
495 units/system.slice \
496 units/x-.slice \
497 units/systemd-initctl.socket \
498 units/syslog.socket \
499 units/dev-hugepages.mount \
500 units/dev-mqueue.mount \
501 units/sys-kernel-config.mount \
502 units/sys-kernel-debug.mount \
503 units/sys-fs-fuse-connections.mount \
504 units/tmp.mount \
505 units/var-lib-machines.mount \
506 units/printer.target \
507 units/sound.target \
508 units/bluetooth.target \
509 units/smartcard.target \
510 units/systemd-ask-password-wall.path \
511 units/systemd-ask-password-console.path \
512 units/systemd-udevd-control.socket \
513 units/systemd-udevd-kernel.socket \
514 units/system-update.target \
515 units/initrd-switch-root.target \
516 units/machines.target
517
518 dist_systemunit_DATA += \
519 $(dist_systemunit_DATA_busnames)
520
521 dist_systemunit_DATA_busnames += \
522 units/busnames.target
523
524 nodist_systemunit_DATA = \
525 units/getty@.service \
526 units/serial-getty@.service \
527 units/console-getty.service \
528 units/container-getty@.service \
529 units/systemd-initctl.service \
530 units/systemd-remount-fs.service \
531 units/systemd-ask-password-wall.service \
532 units/systemd-ask-password-console.service \
533 units/systemd-sysctl.service \
534 units/emergency.service \
535 units/rescue.service \
536 units/user@.service \
537 units/systemd-suspend.service \
538 units/systemd-halt.service \
539 units/systemd-poweroff.service \
540 units/systemd-reboot.service \
541 units/systemd-kexec.service \
542 units/systemd-exit.service \
543 units/systemd-fsck@.service \
544 units/systemd-fsck-root.service \
545 units/systemd-machine-id-commit.service \
546 units/systemd-udevd.service \
547 units/systemd-udev-trigger.service \
548 units/systemd-udev-settle.service \
549 units/systemd-hwdb-update.service \
550 units/debug-shell.service \
551 units/initrd-parse-etc.service \
552 units/initrd-cleanup.service \
553 units/initrd-udevadm-cleanup-db.service \
554 units/initrd-switch-root.service \
555 units/systemd-nspawn@.service \
556 units/systemd-update-done.service
557
558 if HAVE_UTMP
559 nodist_systemunit_DATA += \
560 units/systemd-update-utmp.service \
561 units/systemd-update-utmp-runlevel.service
562 endif
563
564 dist_userunit_DATA = \
565 units/user/basic.target \
566 units/user/default.target \
567 units/user/exit.target \
568 units/user/graphical-session.target \
569 units/user/graphical-session-pre.target \
570 units/user/bluetooth.target \
571 units/user/busnames.target \
572 units/user/paths.target \
573 units/user/printer.target \
574 units/user/shutdown.target \
575 units/user/smartcard.target \
576 units/user/sockets.target \
577 units/user/sound.target \
578 units/user/timers.target
579
580 nodist_userunit_DATA = \
581 units/user/systemd-exit.service
582
583 dist_systempreset_DATA = \
584 system-preset/90-systemd.preset
585
586 EXTRA_DIST += \
587 units/getty@.service.m4 \
588 units/serial-getty@.service.m4 \
589 units/console-getty.service.m4.in \
590 units/container-getty@.service.m4.in \
591 units/rescue.service.in \
592 units/systemd-initctl.service.in \
593 units/systemd-remount-fs.service.in \
594 units/systemd-update-utmp.service.in \
595 units/systemd-update-utmp-runlevel.service.in \
596 units/systemd-ask-password-wall.service.in \
597 units/systemd-ask-password-console.service.in \
598 units/systemd-sysctl.service.in \
599 units/emergency.service.in \
600 units/systemd-halt.service.in \
601 units/systemd-poweroff.service.in \
602 units/systemd-reboot.service.in \
603 units/systemd-kexec.service.in \
604 units/systemd-exit.service.in \
605 units/user/systemd-exit.service.in \
606 units/systemd-fsck@.service.in \
607 units/systemd-fsck-root.service.in \
608 units/systemd-machine-id-commit.service.in \
609 units/user@.service.m4.in \
610 units/debug-shell.service.in \
611 units/systemd-suspend.service.in \
612 units/quotaon.service.in \
613 units/initrd-parse-etc.service.in \
614 units/initrd-cleanup.service.in \
615 units/initrd-udevadm-cleanup-db.service.in \
616 units/initrd-switch-root.service.in \
617 units/systemd-nspawn@.service.in \
618 units/systemd-update-done.service.in \
619 units/tmp.mount.m4
620
621 if HAVE_SYSV_COMPAT
622 nodist_systemunit_DATA += \
623 units/rc-local.service \
624 units/halt-local.service
625
626 systemgenerator_PROGRAMS += \
627 systemd-sysv-generator \
628 systemd-rc-local-generator
629 endif
630
631 EXTRA_DIST += \
632 src/systemctl/systemd-sysv-install.SKELETON \
633 units/rc-local.service.in \
634 units/halt-local.service.in
635
636 GENERAL_ALIASES += \
637 $(systemunitdir)/reboot.target $(pkgsysconfdir)/system/ctrl-alt-del.target \
638 $(systemunitdir)/machines.target $(pkgsysconfdir)/system/multi-user.target.wants/machines.target
639
640 # automake is broken and can't handle files with a dash in front
641 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
642 units-install-hook:
643 mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
644
645 units-uninstall-hook:
646 rm -f $(DESTDIR)/$(systemunitdir)/-.slice
647
648 INSTALL_DATA_HOOKS += units-install-hook
649 UNINSTALL_DATA_HOOKS += units-uninstall-hook
650
651 dist_doc_DATA = \
652 README \
653 NEWS \
654 CODING_STYLE \
655 LICENSE.LGPL2.1 \
656 LICENSE.GPL2 \
657 DISTRO_PORTING \
658 src/libsystemd/sd-bus/PORTING-DBUS1 \
659 src/libsystemd/sd-bus/DIFFERENCES \
660 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
661
662 EXTRA_DIST += \
663 README.md \
664 autogen.sh \
665 .dir-locals.el \
666 .editorconfig \
667 .vimrc \
668 .ycm_extra_conf.py \
669 .travis.yml \
670 .mailmap
671
672 @INTLTOOL_POLICY_RULE@
673
674 # ------------------------------------------------------------------------------
675
676 MANPAGES =
677 MANPAGES_ALIAS =
678
679 include Makefile-man.am
680
681 .PHONY: man update-man-list
682 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
683
684 XML_FILES = \
685 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
686 HTML_FILES = \
687 ${XML_FILES:.xml=.html}
688 HTML_ALIAS = \
689 ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
690
691 if ENABLE_MANPAGES
692 man_MANS = \
693 $(MANPAGES) \
694 $(MANPAGES_ALIAS)
695
696 noinst_DATA += \
697 $(HTML_FILES) \
698 $(HTML_ALIAS) \
699 docs/html/man
700 endif
701
702 CLEANFILES += \
703 $(man_MANS) \
704 $(HTML_FILES) \
705 $(HTML_ALIAS) \
706 docs/html/man
707
708 docs/html/man:
709 $(AM_V_at)$(MKDIR_P) $(dir $@)
710 $(AM_V_LN)$(LN_S) -f ../../man $@
711
712 man/index.html: man/systemd.index.html
713 $(AM_V_LN)$(LN_S) -f systemd.index.html $@
714
715 if HAVE_PYTHON
716 noinst_DATA += \
717 man/index.html
718 endif
719
720 CLEANFILES += \
721 man/index.html
722
723 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml)
724 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
725 SOURCE_XML_FILES = ${patsubst %,$(top_srcdir)/%,$(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))}
726
727 # This target should only be run manually. It recreates Makefile-man.am
728 # file in the source directory based on all man/*.xml files. Run it after
729 # adding, removing, or changing the conditional in a man page.
730 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB) man/custom-entities.ent
731 $(AM_V_GEN)$(PYTHON) $< $(XML_GLOB) > $(top_srcdir)/Makefile-man.tmp
732 $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
733 @echo "Makefile-man.am has been regenerated"
734
735 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
736 $(AM_V_at)$(MKDIR_P) $(dir $@)
737 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
738
739 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py man/custom-entities.ent $(SOURCE_XML_FILES)
740 $(AM_V_at)$(MKDIR_P) $(dir $@)
741 $(AM_V_GEN)$(PYTHON) $< $@ $(SOURCE_XML_FILES)
742
743 CLEANFILES += \
744 man/systemd.index.xml \
745 man/systemd.directives.xml
746
747 EXTRA_DIST += \
748 $(filter-out man/systemd.directives.xml man/systemd.index.xml,$(XML_FILES)) \
749 tools/make-man-index.py \
750 tools/make-man-rules.py \
751 tools/make-directive-index.py \
752 tools/xml_helper.py \
753 man/glib-event-glue.c
754
755 # ------------------------------------------------------------------------------
756 noinst_LTLIBRARIES += \
757 libbasic.la
758
759 libbasic_la_SOURCES = \
760 src/basic/missing.h \
761 src/basic/missing_syscall.h \
762 src/basic/raw-clone.h \
763 src/basic/capability-util.c \
764 src/basic/capability-util.h \
765 src/basic/conf-files.c \
766 src/basic/conf-files.h \
767 src/basic/stdio-util.h \
768 src/basic/hostname-util.h \
769 src/basic/hostname-util.c \
770 src/basic/unit-name.c \
771 src/basic/unit-name.h \
772 src/basic/ioprio.h \
773 src/basic/securebits.h \
774 src/basic/special.h \
775 src/basic/list.h \
776 src/basic/unaligned.h \
777 src/basic/macro.h \
778 src/basic/def.h \
779 src/basic/sparse-endian.h \
780 src/basic/refcnt.h \
781 src/basic/util.c \
782 src/basic/util.h \
783 src/basic/io-util.c \
784 src/basic/io-util.h \
785 src/basic/string-util.c \
786 src/basic/string-util.h \
787 src/basic/fd-util.c \
788 src/basic/fd-util.h \
789 src/basic/parse-util.c \
790 src/basic/parse-util.h \
791 src/basic/user-util.c \
792 src/basic/user-util.h \
793 src/basic/rlimit-util.c \
794 src/basic/rlimit-util.h \
795 src/basic/dirent-util.c \
796 src/basic/dirent-util.h \
797 src/basic/xattr-util.c \
798 src/basic/xattr-util.h \
799 src/basic/chattr-util.c \
800 src/basic/chattr-util.h \
801 src/basic/proc-cmdline.c \
802 src/basic/proc-cmdline.h \
803 src/basic/fs-util.c \
804 src/basic/fs-util.h \
805 src/basic/syslog-util.c \
806 src/basic/syslog-util.h \
807 src/basic/stat-util.c \
808 src/basic/stat-util.h \
809 src/basic/mount-util.c \
810 src/basic/mount-util.h \
811 src/basic/hexdecoct.c \
812 src/basic/hexdecoct.h \
813 src/basic/glob-util.h \
814 src/basic/glob-util.c \
815 src/basic/extract-word.c \
816 src/basic/extract-word.h \
817 src/basic/escape.c \
818 src/basic/escape.h \
819 src/basic/cpu-set-util.c \
820 src/basic/cpu-set-util.h \
821 src/basic/lockfile-util.c \
822 src/basic/lockfile-util.h \
823 src/basic/path-util.c \
824 src/basic/path-util.h \
825 src/basic/time-util.c \
826 src/basic/time-util.h \
827 src/basic/locale-util.c \
828 src/basic/locale-util.h \
829 src/basic/umask-util.h \
830 src/basic/signal-util.c \
831 src/basic/signal-util.h \
832 src/basic/string-table.c \
833 src/basic/string-table.h \
834 src/basic/mempool.c \
835 src/basic/mempool.h \
836 src/basic/hashmap.c \
837 src/basic/hashmap.h \
838 src/basic/hash-funcs.c \
839 src/basic/hash-funcs.h \
840 src/basic/siphash24.c \
841 src/basic/siphash24.h \
842 src/basic/set.h \
843 src/basic/ordered-set.h \
844 src/basic/ordered-set.c \
845 src/basic/bitmap.c \
846 src/basic/bitmap.h \
847 src/basic/prioq.c \
848 src/basic/prioq.h \
849 src/basic/web-util.c \
850 src/basic/web-util.h \
851 src/basic/strv.c \
852 src/basic/strv.h \
853 src/basic/env-util.c \
854 src/basic/env-util.h \
855 src/basic/strbuf.c \
856 src/basic/strbuf.h \
857 src/basic/strxcpyx.c \
858 src/basic/strxcpyx.h \
859 src/basic/log.c \
860 src/basic/log.h \
861 src/basic/bus-label.c \
862 src/basic/bus-label.h \
863 src/basic/ratelimit.h \
864 src/basic/ratelimit.c \
865 src/basic/exit-status.c \
866 src/basic/exit-status.h \
867 src/basic/virt.c \
868 src/basic/virt.h \
869 src/basic/architecture.c \
870 src/basic/architecture.h \
871 src/basic/smack-util.c \
872 src/basic/smack-util.h \
873 src/basic/device-nodes.c \
874 src/basic/device-nodes.h \
875 src/basic/utf8.c \
876 src/basic/utf8.h \
877 src/basic/gunicode.c \
878 src/basic/gunicode.h \
879 src/basic/socket-util.c \
880 src/basic/socket-util.h \
881 src/basic/in-addr-util.c \
882 src/basic/in-addr-util.h \
883 src/basic/ether-addr-util.h \
884 src/basic/ether-addr-util.c \
885 src/basic/replace-var.c \
886 src/basic/replace-var.h \
887 src/basic/clock-util.c \
888 src/basic/clock-util.h \
889 src/basic/calendarspec.c \
890 src/basic/calendarspec.h \
891 src/basic/fileio.c \
892 src/basic/fileio.h \
893 src/basic/MurmurHash2.c \
894 src/basic/MurmurHash2.h \
895 src/basic/mkdir.c \
896 src/basic/mkdir.h \
897 src/basic/cgroup-util.c \
898 src/basic/cgroup-util.h \
899 src/basic/errno-list.c \
900 src/basic/errno-list.h \
901 src/basic/af-list.c \
902 src/basic/af-list.h \
903 src/basic/arphrd-list.c \
904 src/basic/arphrd-list.h \
905 src/basic/terminal-util.c \
906 src/basic/terminal-util.h \
907 src/basic/login-util.h \
908 src/basic/login-util.c \
909 src/basic/cap-list.c \
910 src/basic/cap-list.h \
911 src/basic/audit-util.c \
912 src/basic/audit-util.h \
913 src/basic/xml.c \
914 src/basic/xml.h \
915 src/basic/barrier.c \
916 src/basic/barrier.h \
917 src/basic/async.c \
918 src/basic/async.h \
919 src/basic/memfd-util.c \
920 src/basic/memfd-util.h \
921 src/basic/process-util.c \
922 src/basic/process-util.h \
923 src/basic/random-util.c \
924 src/basic/random-util.h \
925 src/basic/verbs.c \
926 src/basic/verbs.h \
927 src/basic/sigbus.c \
928 src/basic/sigbus.h \
929 src/basic/build.h \
930 src/basic/socket-label.c \
931 src/basic/label.c \
932 src/basic/label.h \
933 src/basic/btrfs-util.c \
934 src/basic/btrfs-util.h \
935 src/basic/btrfs-ctree.h \
936 src/basic/selinux-util.c \
937 src/basic/selinux-util.h \
938 src/basic/mkdir-label.c \
939 src/basic/fileio-label.c \
940 src/basic/fileio-label.h \
941 src/basic/rm-rf.c \
942 src/basic/rm-rf.h \
943 src/basic/copy.c \
944 src/basic/copy.h \
945 src/basic/alloc-util.h \
946 src/basic/alloc-util.c \
947 src/basic/formats-util.h \
948 src/basic/nss-util.h
949
950 nodist_libbasic_la_SOURCES = \
951 src/basic/errno-from-name.h \
952 src/basic/errno-to-name.h \
953 src/basic/af-from-name.h \
954 src/basic/af-to-name.h \
955 src/basic/arphrd-from-name.h \
956 src/basic/arphrd-to-name.h \
957 src/basic/cap-from-name.h \
958 src/basic/cap-to-name.h
959
960 libbasic_la_CFLAGS = \
961 $(AM_CFLAGS) \
962 $(SELINUX_CFLAGS) \
963 $(CAP_CFLAGS) \
964 -pthread
965
966 libbasic_la_LIBADD = \
967 $(SELINUX_LIBS) \
968 $(CAP_LIBS) \
969 -lrt \
970 -lm
971
972 # -----------------------------------------------------------------------------
973 noinst_LTLIBRARIES += \
974 libshared.la
975
976 libshared_la_SOURCES = \
977 src/shared/output-mode.h \
978 src/shared/output-mode.c \
979 src/shared/gpt.h \
980 src/shared/udev-util.h \
981 src/shared/linux/auto_dev-ioctl.h \
982 src/shared/initreq.h \
983 src/shared/dns-domain.c \
984 src/shared/dns-domain.h \
985 src/shared/efivars.c \
986 src/shared/efivars.h \
987 src/shared/fstab-util.c \
988 src/shared/fstab-util.h \
989 src/shared/sleep-config.c \
990 src/shared/sleep-config.h \
991 src/shared/conf-parser.c \
992 src/shared/conf-parser.h \
993 src/shared/pager.c \
994 src/shared/pager.h \
995 src/shared/spawn-polkit-agent.c \
996 src/shared/spawn-polkit-agent.h \
997 src/shared/apparmor-util.c \
998 src/shared/apparmor-util.h \
999 src/shared/ima-util.c \
1000 src/shared/ima-util.h \
1001 src/shared/ptyfwd.c \
1002 src/shared/ptyfwd.h \
1003 src/shared/base-filesystem.c \
1004 src/shared/base-filesystem.h \
1005 src/shared/uid-range.c \
1006 src/shared/uid-range.h \
1007 src/shared/install.c \
1008 src/shared/install.h \
1009 src/shared/install-printf.c \
1010 src/shared/install-printf.h \
1011 src/shared/path-lookup.c \
1012 src/shared/path-lookup.h \
1013 src/shared/specifier.c \
1014 src/shared/specifier.h \
1015 src/shared/dev-setup.c \
1016 src/shared/dev-setup.h \
1017 src/shared/dropin.c \
1018 src/shared/dropin.h \
1019 src/shared/condition.c \
1020 src/shared/condition.h \
1021 src/shared/clean-ipc.c \
1022 src/shared/clean-ipc.h \
1023 src/shared/generator.h \
1024 src/shared/generator.c \
1025 src/shared/acpi-fpdt.h \
1026 src/shared/acpi-fpdt.c \
1027 src/shared/boot-timestamps.h \
1028 src/shared/boot-timestamps.c \
1029 src/shared/cgroup-show.c \
1030 src/shared/cgroup-show.h \
1031 src/shared/utmp-wtmp.h \
1032 src/shared/watchdog.c \
1033 src/shared/watchdog.h \
1034 src/shared/spawn-ask-password-agent.c \
1035 src/shared/spawn-ask-password-agent.h \
1036 src/shared/ask-password-api.c \
1037 src/shared/ask-password-api.h \
1038 src/shared/switch-root.h \
1039 src/shared/switch-root.c \
1040 src/shared/import-util.c \
1041 src/shared/import-util.h \
1042 src/shared/sysctl-util.c \
1043 src/shared/sysctl-util.h \
1044 src/shared/bus-util.c \
1045 src/shared/bus-util.h \
1046 src/shared/logs-show.c \
1047 src/shared/logs-show.h \
1048 src/shared/machine-image.c \
1049 src/shared/machine-image.h \
1050 src/shared/machine-pool.c \
1051 src/shared/machine-pool.h \
1052 src/shared/resolve-util.c \
1053 src/shared/resolve-util.h \
1054 src/shared/bus-unit-util.c \
1055 src/shared/bus-unit-util.h \
1056 src/shared/vlan-util.h \
1057 src/shared/vlan-util.c \
1058 src/shared/tests.h \
1059 src/shared/tests.c \
1060 src/shared/fdset.c \
1061 src/shared/fdset.h
1062
1063 if HAVE_UTMP
1064 libshared_la_SOURCES += \
1065 src/shared/utmp-wtmp.c
1066 endif
1067
1068 if HAVE_SECCOMP
1069 libshared_la_SOURCES += \
1070 src/shared/seccomp-util.h \
1071 src/shared/seccomp-util.c
1072 endif
1073
1074 if HAVE_ACL
1075 libshared_la_SOURCES += \
1076 src/shared/acl-util.c \
1077 src/shared/acl-util.h
1078 endif
1079
1080 libshared_la_CFLAGS = \
1081 $(AM_CFLAGS) \
1082 $(ACL_CFLAGS) \
1083 $(LIBIDN_CFLAGS) \
1084 $(SECCOMP_CFLAGS)
1085
1086 libshared_la_LIBADD = \
1087 libsystemd-internal.la \
1088 libbasic.la \
1089 libsystemd-journal-internal.la \
1090 libudev-internal.la \
1091 $(ACL_LIBS) \
1092 $(LIBIDN_LIBS) \
1093 $(SECCOMP_LIBS)
1094
1095 rootlibexec_LTLIBRARIES += \
1096 libsystemd-shared.la
1097
1098 libsystemd_shared_la_SOURCES = \
1099 $(libbasic_la_SOURCES) \
1100 $(libshared_la_SOURCES) \
1101 $(libsystemd_internal_la_SOURCES) \
1102 $(libsystemd_journal_internal_la_SOURCES) \
1103 $(libudev_internal_la_SOURCES)
1104
1105 libsystemd_shared_la_CFLAGS = \
1106 $(AM_CFLAGS) \
1107 $(libbasic_la_CFLAGS) \
1108 $(libshared_la_CFLAGS) \
1109 $(libsystemd_internal_la_CFLAGS) \
1110 $(libsystemd_journal_internal_la_CFLAGS) \
1111 $(libudev_internal_la_CFLAGS) \
1112 $(ACL_CFLAGS) \
1113 $(LIBIDN_CFLAGS) \
1114 $(SECCOMP_CFLAGS) \
1115 -fvisibility=default
1116
1117 # We can't use libshared_la_LIBADD here because it would
1118 # pull in libsystemd*-internal.la
1119 libsystemd_shared_la_LIBADD = \
1120 $(libbasic_la_LIBADD) \
1121 $(libsystemd_internal_la_LIBADD) \
1122 $(libsystemd_journal_internal_la_LIBADD) \
1123 $(libudev_internal_la_LIBADD) \
1124 $(ACL_LIBS) \
1125 $(LIBIDN_LIBS) \
1126 $(SECCOMP_LIBS)
1127
1128 libsystemd_shared_la_LDFLAGS = \
1129 $(AM_LDFLAGS) \
1130 -release $(PACKAGE_VERSION)
1131
1132
1133 # -----------------------------------------------------------------------------
1134 if HAVE_LIBIPTC
1135 noinst_LTLIBRARIES += \
1136 libfirewall.la
1137
1138 libfirewall_la_SOURCES = \
1139 src/shared/firewall-util.h \
1140 src/shared/firewall-util.c
1141
1142 libfirewall_la_CFLAGS = \
1143 $(AM_CFLAGS) \
1144 $(LIBIPTC_CFLAGS)
1145
1146 libfirewall_la_LIBADD = \
1147 $(LIBIPTC_LIBS)
1148 endif
1149
1150 # -----------------------------------------------------------------------------
1151 if ENABLE_LDCONFIG
1152 dist_systemunit_DATA += \
1153 units/ldconfig.service
1154
1155 SYSINIT_TARGET_WANTS += \
1156 ldconfig.service
1157 endif
1158
1159 # ------------------------------------------------------------------------------
1160 noinst_LTLIBRARIES += \
1161 libcore.la
1162
1163 libcore_la_SOURCES = \
1164 src/core/unit.c \
1165 src/core/unit.h \
1166 src/core/unit-printf.c \
1167 src/core/unit-printf.h \
1168 src/core/job.c \
1169 src/core/job.h \
1170 src/core/manager.c \
1171 src/core/manager.h \
1172 src/core/transaction.c \
1173 src/core/transaction.h \
1174 src/core/load-fragment.c \
1175 src/core/load-fragment.h \
1176 src/core/service.c \
1177 src/core/service.h \
1178 src/core/socket.c \
1179 src/core/socket.h \
1180 src/core/busname.c \
1181 src/core/busname.h \
1182 src/core/bus-policy.c \
1183 src/core/bus-policy.h \
1184 src/core/target.c \
1185 src/core/target.h \
1186 src/core/device.c \
1187 src/core/device.h \
1188 src/core/mount.c \
1189 src/core/mount.h \
1190 src/core/automount.c \
1191 src/core/automount.h \
1192 src/core/swap.c \
1193 src/core/swap.h \
1194 src/core/timer.c \
1195 src/core/timer.h \
1196 src/core/path.c \
1197 src/core/path.h \
1198 src/core/slice.c \
1199 src/core/slice.h \
1200 src/core/scope.c \
1201 src/core/scope.h \
1202 src/core/load-dropin.c \
1203 src/core/load-dropin.h \
1204 src/core/execute.c \
1205 src/core/execute.h \
1206 src/core/dynamic-user.c \
1207 src/core/dynamic-user.h \
1208 src/core/kill.c \
1209 src/core/kill.h \
1210 src/core/dbus.c \
1211 src/core/dbus.h \
1212 src/core/dbus-manager.c \
1213 src/core/dbus-manager.h \
1214 src/core/dbus-unit.c \
1215 src/core/dbus-unit.h \
1216 src/core/dbus-job.c \
1217 src/core/dbus-job.h \
1218 src/core/dbus-service.c \
1219 src/core/dbus-service.h \
1220 src/core/dbus-socket.c \
1221 src/core/dbus-socket.h \
1222 src/core/dbus-busname.c \
1223 src/core/dbus-busname.h \
1224 src/core/dbus-target.c \
1225 src/core/dbus-target.h \
1226 src/core/dbus-device.c \
1227 src/core/dbus-device.h \
1228 src/core/dbus-mount.c \
1229 src/core/dbus-mount.h \
1230 src/core/dbus-automount.c \
1231 src/core/dbus-automount.h \
1232 src/core/dbus-swap.c \
1233 src/core/dbus-swap.h \
1234 src/core/dbus-timer.c \
1235 src/core/dbus-timer.h \
1236 src/core/dbus-path.c \
1237 src/core/dbus-path.h \
1238 src/core/dbus-slice.c \
1239 src/core/dbus-slice.h \
1240 src/core/dbus-scope.c \
1241 src/core/dbus-scope.h \
1242 src/core/dbus-execute.c \
1243 src/core/dbus-execute.h \
1244 src/core/dbus-kill.c \
1245 src/core/dbus-kill.h \
1246 src/core/dbus-cgroup.c \
1247 src/core/dbus-cgroup.h \
1248 src/core/cgroup.c \
1249 src/core/cgroup.h \
1250 src/core/selinux-access.c \
1251 src/core/selinux-access.h \
1252 src/core/selinux-setup.c \
1253 src/core/selinux-setup.h \
1254 src/core/smack-setup.c \
1255 src/core/smack-setup.h \
1256 src/core/ima-setup.c \
1257 src/core/ima-setup.h \
1258 src/core/locale-setup.h \
1259 src/core/locale-setup.c \
1260 src/core/hostname-setup.c \
1261 src/core/hostname-setup.h \
1262 src/core/machine-id-setup.c \
1263 src/core/machine-id-setup.h \
1264 src/core/mount-setup.c \
1265 src/core/mount-setup.h \
1266 src/core/kmod-setup.c \
1267 src/core/kmod-setup.h \
1268 src/core/loopback-setup.h \
1269 src/core/loopback-setup.c \
1270 src/core/namespace.c \
1271 src/core/namespace.h \
1272 src/core/killall.h \
1273 src/core/killall.c \
1274 src/core/audit-fd.c \
1275 src/core/audit-fd.h \
1276 src/core/show-status.c \
1277 src/core/show-status.h \
1278 src/core/emergency-action.c \
1279 src/core/emergency-action.h
1280
1281 nodist_libcore_la_SOURCES = \
1282 src/core/load-fragment-gperf.c \
1283 src/core/load-fragment-gperf-nulstr.c
1284
1285 libcore_la_CFLAGS = \
1286 $(AM_CFLAGS) \
1287 $(PAM_CFLAGS) \
1288 $(AUDIT_CFLAGS) \
1289 $(KMOD_CFLAGS) \
1290 $(APPARMOR_CFLAGS) \
1291 $(MOUNT_CFLAGS) \
1292 $(SECCOMP_CFLAGS)
1293
1294 libcore_la_LIBADD = \
1295 libsystemd-shared.la \
1296 $(PAM_LIBS) \
1297 $(AUDIT_LIBS) \
1298 $(KMOD_LIBS) \
1299 $(APPARMOR_LIBS) \
1300 $(MOUNT_LIBS)
1301
1302 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1303 $(AM_V_at)$(MKDIR_P) $(dir $@)
1304 $(AM_V_GEN)$(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@
1305
1306 gperf_gperf_m4_sources = \
1307 src/core/load-fragment-gperf.gperf.m4
1308
1309 gperf_txt_sources = \
1310 src/basic/errno-list.txt \
1311 src/basic/af-list.txt \
1312 src/basic/arphrd-list.txt \
1313 src/basic/cap-list.txt
1314
1315 BUILT_SOURCES += \
1316 $(gperf_gperf_m4_sources:-gperf.gperf.m4=-gperf.c) \
1317 $(gperf_gperf_m4_sources:-gperf.gperf.m4=-gperf-nulstr.c) \
1318 $(gperf_gperf_sources:-gperf.gperf=-gperf.c) \
1319 $(gperf_txt_sources:-list.txt=-from-name.h) \
1320 $(filter-out %keyboard-keys-to-name.h,$(gperf_txt_sources:-list.txt=-to-name.h))
1321
1322 CLEANFILES += \
1323 $(gperf_txt_sources:-list.txt=-from-name.gperf)
1324 DISTCLEANFILES = \
1325 $(gperf_txt_sources)
1326
1327 EXTRA_DIST += \
1328 $(gperf_gperf_m4_sources) \
1329 $(gperf_gperf_sources)
1330
1331 CLEANFILES += \
1332 $(gperf_txt_sources)
1333
1334 %-from-name.gperf: %-list.txt
1335 $(AM_V_at)$(MKDIR_P) $(dir $@)
1336 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1337
1338 %-from-name.h: %-from-name.gperf
1339 $(AM_V_at)$(MKDIR_P) $(dir $@)
1340 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1341
1342
1343 src/basic/errno-list.txt:
1344 $(AM_V_at)$(MKDIR_P) $(dir $@)
1345 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1346
1347 src/basic/errno-to-name.h: src/basic/errno-list.txt
1348 $(AM_V_at)$(MKDIR_P) $(dir $@)
1349 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1350
1351
1352 src/basic/af-list.txt:
1353 $(AM_V_at)$(MKDIR_P) $(dir $@)
1354 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/socket.h - </dev/null | grep -v AF_UNSPEC | grep -v AF_MAX | $(AWK) '/^#define[ \t]+AF_[^ \t]+[ \t]+PF_[^ \t]/ { print $$2; }' >$@
1355
1356 src/basic/af-to-name.h: src/basic/af-list.txt
1357 $(AM_V_at)$(MKDIR_P) $(dir $@)
1358 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const af_names[] = { "} !/AF_FILE/ && !/AF_ROUTE/ && !/AF_LOCAL/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1359
1360
1361 src/basic/arphrd-list.txt:
1362 $(AM_V_at)$(MKDIR_P) $(dir $@)
1363 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include net/if_arp.h - </dev/null | $(AWK) '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $$2; }' | sed -e 's/ARPHRD_//' >$@
1364
1365 src/basic/arphrd-to-name.h: src/basic/arphrd-list.txt
1366 $(AM_V_at)$(MKDIR_P) $(dir $@)
1367 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1368
1369 src/basic/arphrd-from-name.gperf: src/basic/arphrd-list.txt
1370 $(AM_V_at)$(MKDIR_P) $(dir $@)
1371 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct arphrd_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, ARPHRD_%s\n", $$1, $$1 }' <$< >$@
1372
1373
1374 src/basic/cap-list.txt:
1375 $(AM_V_at)$(MKDIR_P) $(dir $@)
1376 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/capability.h -include missing.h - </dev/null | $(AWK) '/^#define[ \t]+CAP_[A-Z_]+[ \t]+/ { print $$2; }' | grep -v CAP_LAST_CAP >$@
1377
1378 src/basic/cap-to-name.h: src/basic/cap-list.txt
1379 $(AM_V_at)$(MKDIR_P) $(dir $@)
1380 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const capability_names[] = { "} { printf "[%s] = \"%s\",\n", $$1, tolower($$1) } END{print "};"}' <$< >$@
1381
1382 src/basic/cap-from-name.gperf: src/basic/cap-list.txt
1383 $(AM_V_at)$(MKDIR_P) $(dir $@)
1384 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct capability_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1385
1386 src/basic/cap-from-name.h: src/basic/cap-from-name.gperf
1387 $(AM_V_at)$(MKDIR_P) $(dir $@)
1388 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@
1389
1390 audit_list_includes = -include linux/audit.h -include missing.h
1391 if HAVE_AUDIT
1392 audit_list_includes += -include libaudit.h
1393 endif
1394
1395 src/journal/audit_type-list.txt:
1396 $(AM_V_at)$(MKDIR_P) $(dir $@)
1397 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM $(audit_list_includes) - </dev/null | grep -vE 'AUDIT_.*(FIRST|LAST)_' | $(SED) -r -n 's/^#define\s+AUDIT_(\w+)\s+([0-9]{4})\s*$$/\1\t\2/p' | sort -k2 >$@
1398
1399 src/journal/audit_type-to-name.h: src/journal/audit_type-list.txt
1400 $(AM_V_at)$(MKDIR_P) $(dir $@)
1401 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char *audit_type_to_string(int type) {\n\tswitch(type) {" } {printf " case AUDIT_%s: return \"%s\";\n", $$1, $$1 } END{ print " default: return NULL;\n\t}\n}\n" }' <$< >$@
1402
1403
1404 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1405 $(AM_V_at)$(MKDIR_P) $(dir $@)
1406 $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1407
1408 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1409 $(AM_V_at)$(MKDIR_P) $(dir $@)
1410 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char *dns_type_to_string(int type) {\n\tswitch(type) {" } {printf " case DNS_TYPE_%s: return ", $$1; sub(/_/, "-"); printf "\"%s\";\n", $$1 } END{ print " default: return NULL;\n\t}\n}\n" }' <$< >$@
1411
1412 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1413 $(AM_V_at)$(MKDIR_P) $(dir $@)
1414 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct dns_type_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { s=$$1; sub(/_/, "-", s); printf "%s, ", $$s; printf "DNS_TYPE_%s\n", $$1 }' <$< >$@
1415
1416 # ------------------------------------------------------------------------------
1417 systemd_SOURCES = \
1418 src/core/main.c
1419
1420 systemd_CFLAGS = \
1421 $(AM_CFLAGS) \
1422 $(SECCOMP_CFLAGS) \
1423 $(MOUNT_CFLAGS)
1424
1425 systemd_LDADD = \
1426 libcore.la
1427
1428 dist_pkgsysconf_DATA += \
1429 src/core/system.conf \
1430 src/core/user.conf
1431
1432 dist_dbuspolicy_DATA += \
1433 src/core/org.freedesktop.systemd1.conf
1434
1435 dist_dbussystemservice_DATA += \
1436 src/core/org.freedesktop.systemd1.service
1437
1438 polkitpolicy_in_in_files += \
1439 src/core/org.freedesktop.systemd1.policy.in.in
1440
1441 pkgconfigdata_DATA += \
1442 src/core/systemd.pc
1443
1444 nodist_rpmmacros_DATA = \
1445 src/core/macros.systemd
1446
1447 BUILT_SOURCES += \
1448 src/core/triggers.systemd
1449
1450 EXTRA_DIST += \
1451 src/core/systemd.pc.in \
1452 src/core/macros.systemd.in \
1453 src/core/triggers.systemd.in
1454
1455 # ------------------------------------------------------------------------------
1456
1457 manual_tests += \
1458 test-ns \
1459 test-cgroup \
1460 test-install \
1461 test-btrfs \
1462 test-acd \
1463 test-ipv4ll-manual \
1464 test-ask-password-api
1465
1466 unsafe_tests = \
1467 test-hostname \
1468 test-ipcrm
1469
1470 if HAVE_LIBIPTC
1471 manual_tests += \
1472 test-firewall-util
1473 endif
1474
1475 if HAVE_KMOD
1476 manual_tests += \
1477 test-netlink-manual
1478 endif
1479
1480 tests += \
1481 test-daemon \
1482 test-log \
1483 test-loopback \
1484 test-engine \
1485 test-watchdog \
1486 test-cgroup-mask \
1487 test-job-type \
1488 test-env-util \
1489 test-strbuf \
1490 test-strv \
1491 test-path \
1492 test-path-util \
1493 test-strxcpyx \
1494 test-siphash24 \
1495 test-unit-name \
1496 test-unit-file \
1497 test-utf8 \
1498 test-ellipsize \
1499 test-util \
1500 test-cpu-set-util \
1501 test-hexdecoct \
1502 test-escape \
1503 test-alloc-util \
1504 test-proc-cmdline \
1505 test-io-util \
1506 test-glob-util \
1507 test-xattr-util \
1508 test-fs-util \
1509 test-web-util \
1510 test-stat-util \
1511 test-fd-util \
1512 test-string-util \
1513 test-extract-word \
1514 test-parse-util \
1515 test-user-util \
1516 test-hostname-util \
1517 test-process-util \
1518 test-terminal-util \
1519 test-path-lookup \
1520 test-barrier \
1521 test-tmpfiles \
1522 test-namespace \
1523 test-date \
1524 test-sleep \
1525 test-replace-var \
1526 test-sched-prio \
1527 test-calendarspec \
1528 test-strip-tab-ansi \
1529 test-cgroup-util \
1530 test-fstab-util \
1531 test-prioq \
1532 test-fileio \
1533 test-time \
1534 test-clock \
1535 test-hashmap \
1536 test-set \
1537 test-bitmap \
1538 test-list \
1539 test-unaligned \
1540 test-tables \
1541 test-device-nodes \
1542 test-xml \
1543 test-architecture \
1544 test-socket-util \
1545 test-fdset \
1546 test-conf-files \
1547 test-conf-parser \
1548 test-capability \
1549 test-async \
1550 test-ratelimit \
1551 test-condition \
1552 test-uid-range \
1553 test-locale-util \
1554 test-execute \
1555 test-copy \
1556 test-cap-list \
1557 test-sigbus \
1558 test-verbs \
1559 test-af-list \
1560 test-arphrd-list \
1561 test-dns-domain \
1562 test-install-root \
1563 test-rlimit-util \
1564 test-signal-util \
1565 test-selinux \
1566 test-sizeof
1567
1568 if HAVE_ACL
1569 tests += \
1570 test-acl-util
1571 endif
1572
1573 EXTRA_DIST += \
1574 test/a.service \
1575 test/basic.target \
1576 test/b.service \
1577 test/c.service \
1578 test/daughter.service \
1579 test/d.service \
1580 test/end.service \
1581 test/e.service \
1582 test/f.service \
1583 test/grandchild.service \
1584 test/g.service \
1585 test/hello-after-sleep.target \
1586 test/hello.service \
1587 test/h.service \
1588 test/parent-deep.slice \
1589 test/parent.slice \
1590 test/sched_idle_bad.service \
1591 test/sched_idle_ok.service \
1592 test/sched_rr_bad.service \
1593 test/sched_rr_change.service \
1594 test/sched_rr_ok.service \
1595 test/shutdown.target \
1596 test/sleep.service \
1597 test/sockets.target \
1598 test/son.service \
1599 test/sysinit.target \
1600 test/testsuite.target \
1601 test/timers.target \
1602 test/unstoppable.service \
1603 test/test-path/paths.target \
1604 test/test-path/basic.target \
1605 test/test-path/sysinit.target \
1606 test/test-path/path-changed.service \
1607 test/test-path/path-directorynotempty.service \
1608 test/test-path/path-existsglob.service \
1609 test/test-path/path-exists.service \
1610 test/test-path/path-makedirectory.service \
1611 test/test-path/path-modified.service \
1612 test/test-path/path-mycustomunit.service \
1613 test/test-path/path-service.service \
1614 test/test-path/path-changed.path \
1615 test/test-path/path-directorynotempty.path \
1616 test/test-path/path-existsglob.path \
1617 test/test-path/path-exists.path \
1618 test/test-path/path-makedirectory.path \
1619 test/test-path/path-modified.path \
1620 test/test-path/path-unit.path \
1621 test/test-execute/exec-environment-empty.service \
1622 test/test-execute/exec-environment-multiple.service \
1623 test/test-execute/exec-environment.service \
1624 test/test-execute/exec-passenvironment-absent.service \
1625 test/test-execute/exec-passenvironment-empty.service \
1626 test/test-execute/exec-passenvironment-repeated.service \
1627 test/test-execute/exec-passenvironment.service \
1628 test/test-execute/exec-group.service \
1629 test/test-execute/exec-group-nfsnobody.service \
1630 test/test-execute/exec-supplementarygroups.service \
1631 test/test-execute/exec-supplementarygroups-single-group.service \
1632 test/test-execute/exec-supplementarygroups-single-group-user.service \
1633 test/test-execute/exec-ignoresigpipe-no.service \
1634 test/test-execute/exec-ignoresigpipe-yes.service \
1635 test/test-execute/exec-personality-x86-64.service \
1636 test/test-execute/exec-personality-x86.service \
1637 test/test-execute/exec-personality-s390.service \
1638 test/test-execute/exec-personality-ppc64.service \
1639 test/test-execute/exec-personality-ppc64le.service \
1640 test/test-execute/exec-personality-aarch64.service \
1641 test/test-execute/exec-privatedevices-no.service \
1642 test/test-execute/exec-privatedevices-yes.service \
1643 test/test-execute/exec-privatedevices-no-capability-mknod.service \
1644 test/test-execute/exec-privatedevices-yes-capability-mknod.service \
1645 test/test-execute/exec-protectkernelmodules-no-capabilities.service \
1646 test/test-execute/exec-protectkernelmodules-yes-capabilities.service \
1647 test/test-execute/exec-protectkernelmodules-yes-mount-propagation.service \
1648 test/test-execute/exec-privatetmp-no.service \
1649 test/test-execute/exec-privatetmp-yes.service \
1650 test/test-execute/exec-readonlypaths.service \
1651 test/test-execute/exec-readonlypaths-mount-propagation.service \
1652 test/test-execute/exec-readwritepaths-mount-propagation.service \
1653 test/test-execute/exec-inaccessiblepaths-mount-propagation.service \
1654 test/test-execute/exec-spec-interpolation.service \
1655 test/test-execute/exec-systemcallerrornumber.service \
1656 test/test-execute/exec-systemcallfilter-failing2.service \
1657 test/test-execute/exec-systemcallfilter-failing.service \
1658 test/test-execute/exec-systemcallfilter-not-failing2.service \
1659 test/test-execute/exec-systemcallfilter-not-failing.service \
1660 test/test-execute/exec-systemcallfilter-system-user.service \
1661 test/test-execute/exec-systemcallfilter-system-user-nfsnobody.service \
1662 test/test-execute/exec-user.service \
1663 test/test-execute/exec-user-nfsnobody.service \
1664 test/test-execute/exec-workingdirectory.service \
1665 test/test-execute/exec-umask-0177.service \
1666 test/test-execute/exec-umask-default.service \
1667 test/test-execute/exec-privatenetwork-yes.service \
1668 test/test-execute/exec-environmentfile.service \
1669 test/test-execute/exec-oomscoreadjust-positive.service \
1670 test/test-execute/exec-oomscoreadjust-negative.service \
1671 test/test-execute/exec-ioschedulingclass-best-effort.service \
1672 test/test-execute/exec-ioschedulingclass-idle.service \
1673 test/test-execute/exec-ioschedulingclass-none.service \
1674 test/test-execute/exec-ioschedulingclass-realtime.service \
1675 test/test-execute/exec-capabilityboundingset-invert.service \
1676 test/test-execute/exec-capabilityboundingset-merge.service \
1677 test/test-execute/exec-capabilityboundingset-reset.service \
1678 test/test-execute/exec-capabilityboundingset-simple.service \
1679 test/test-execute/exec-capabilityambientset.service \
1680 test/test-execute/exec-capabilityambientset-nfsnobody.service \
1681 test/test-execute/exec-capabilityambientset-merge.service \
1682 test/test-execute/exec-capabilityambientset-merge-nfsnobody.service \
1683 test/test-execute/exec-runtimedirectory.service \
1684 test/test-execute/exec-runtimedirectory-mode.service \
1685 test/test-execute/exec-runtimedirectory-owner.service \
1686 test/test-execute/exec-runtimedirectory-owner-nfsnobody.service \
1687 test/bus-policy/hello.conf \
1688 test/bus-policy/methods.conf \
1689 test/bus-policy/ownerships.conf \
1690 test/bus-policy/signals.conf \
1691 test/bus-policy/check-own-rules.conf \
1692 test/bus-policy/many-rules.conf \
1693 test/bus-policy/test.conf
1694
1695
1696 EXTRA_DIST += \
1697 src/test/test-helper.h
1698
1699 test_device_nodes_SOURCES = \
1700 src/test/test-device-nodes.c
1701
1702 test_device_nodes_LDADD = \
1703 libsystemd-shared.la
1704
1705 test_engine_SOURCES = \
1706 src/test/test-engine.c
1707
1708 test_engine_CFLAGS = \
1709 $(AM_CFLAGS) \
1710 $(SECCOMP_CFLAGS) \
1711 $(MOUNT_CFLAGS)
1712
1713 test_engine_LDADD = \
1714 libcore.la
1715
1716 test_job_type_SOURCES = \
1717 src/test/test-job-type.c
1718
1719 test_job_type_CFLAGS = \
1720 $(AM_CFLAGS) \
1721 $(SECCOMP_CFLAGS) \
1722 $(MOUNT_CFLAGS)
1723
1724 test_job_type_LDADD = \
1725 libcore.la
1726
1727 test_ns_SOURCES = \
1728 src/test/test-ns.c
1729
1730 test_ns_CFLAGS = \
1731 $(AM_CFLAGS) \
1732 $(SECCOMP_CFLAGS)
1733
1734 test_ns_LDADD = \
1735 libcore.la
1736
1737 test_loopback_SOURCES = \
1738 src/test/test-loopback.c
1739
1740 test_loopback_LDADD = \
1741 libcore.la
1742
1743 test_hostname_SOURCES = \
1744 src/test/test-hostname.c
1745
1746 test_hostname_LDADD = \
1747 libcore.la
1748
1749 test_dns_domain_SOURCES = \
1750 src/test/test-dns-domain.c
1751
1752 test_dns_domain_LDADD = \
1753 libsystemd-network.la \
1754 libsystemd-shared.la
1755
1756
1757 if ENABLE_EFI
1758 tests += \
1759 test-boot-timestamps
1760
1761 test_boot_timestamps_SOURCES = \
1762 src/test/test-boot-timestamps.c
1763
1764 test_boot_timestamps_LDADD = \
1765 libsystemd-shared.la
1766 endif
1767
1768 test_unit_name_SOURCES = \
1769 src/test/test-unit-name.c
1770
1771 test_unit_name_CFLAGS = \
1772 $(AM_CFLAGS) \
1773 $(SECCOMP_CFLAGS) \
1774 $(MOUNT_CFLAGS)
1775
1776 test_unit_name_LDADD = \
1777 libcore.la
1778
1779 test_unit_file_SOURCES = \
1780 src/test/test-unit-file.c
1781
1782 test_unit_file_CFLAGS = \
1783 $(AM_CFLAGS) \
1784 $(SECCOMP_CFLAGS) \
1785 $(MOUNT_CFLAGS)
1786
1787 test_unit_file_LDADD = \
1788 libcore.la
1789
1790 test_utf8_SOURCES = \
1791 src/test/test-utf8.c
1792
1793 test_utf8_LDADD = \
1794 libsystemd-shared.la
1795
1796 test_capability_SOURCES = \
1797 src/test/test-capability.c
1798
1799 test_capability_CFLAGS = \
1800 $(AM_CFLAGS) \
1801 $(CAP_CFLAGS)
1802
1803 test_capability_LDADD = \
1804 libsystemd-shared.la \
1805 $(CAP_LIBS)
1806
1807 test_async_SOURCES = \
1808 src/test/test-async.c
1809
1810 test_async_LDADD = \
1811 libsystemd-shared.la
1812
1813 test_locale_util_SOURCES = \
1814 src/test/test-locale-util.c
1815
1816 test_locale_util_LDADD = \
1817 libsystemd-shared.la
1818
1819 test_copy_SOURCES = \
1820 src/test/test-copy.c
1821
1822 # Link statically to ensure file is large
1823 test_copy_LDADD = \
1824 libshared.la
1825
1826 test_sigbus_SOURCES = \
1827 src/test/test-sigbus.c
1828
1829 test_sigbus_LDADD = \
1830 libsystemd-shared.la
1831
1832 test_condition_SOURCES = \
1833 src/test/test-condition.c
1834
1835 test_condition_LDADD = \
1836 libsystemd-shared.la
1837
1838 test_fdset_SOURCES = \
1839 src/test/test-fdset.c
1840
1841 test_fdset_LDADD = \
1842 libsystemd-shared.la
1843
1844 test_fstab_util_SOURCES = \
1845 src/test/test-fstab-util.c
1846
1847 test_fstab_util_LDADD = \
1848 libsystemd-shared.la
1849
1850 test_ratelimit_SOURCES = \
1851 src/test/test-ratelimit.c
1852
1853 test_ratelimit_LDADD = \
1854 libsystemd-shared.la
1855
1856 test_util_SOURCES = \
1857 src/test/test-util.c
1858
1859 test_util_LDADD = \
1860 libsystemd-shared.la
1861
1862 test_hexdecoct_SOURCES = \
1863 src/test/test-hexdecoct.c
1864
1865 test_hexdecoct_LDADD = \
1866 libsystemd-shared.la
1867
1868 test_alloc_util_SOURCES = \
1869 src/test/test-alloc-util.c
1870
1871 test_alloc_util_LDADD = \
1872 libsystemd-shared.la
1873
1874 test_xattr_util_SOURCES = \
1875 src/test/test-xattr-util.c
1876
1877 test_xattr_util_LDADD = \
1878 libsystemd-shared.la
1879
1880 test_io_util_SOURCES = \
1881 src/test/test-io-util.c
1882
1883 test_io_util_LDADD = \
1884 libsystemd-shared.la
1885
1886 test_glob_util_SOURCES = \
1887 src/test/test-glob-util.c
1888
1889 test_glob_util_LDADD = \
1890 libsystemd-shared.la
1891
1892 test_fs_util_SOURCES = \
1893 src/test/test-fs-util.c
1894
1895 test_fs_util_LDADD = \
1896 libsystemd-shared.la
1897
1898 test_proc_cmdline_SOURCES = \
1899 src/test/test-proc-cmdline.c
1900
1901 test_proc_cmdline_LDADD = \
1902 libsystemd-shared.la
1903
1904 test_fd_util_SOURCES = \
1905 src/test/test-fd-util.c
1906
1907 test_fd_util_LDADD = \
1908 libsystemd-shared.la
1909
1910 test_web_util_SOURCES = \
1911 src/test/test-web-util.c
1912
1913 test_web_util_LDADD = \
1914 libsystemd-shared.la
1915
1916 test_cpu_set_util_SOURCES = \
1917 src/test/test-cpu-set-util.c
1918
1919 test_cpu_set_util_LDADD = \
1920 libsystemd-shared.la
1921
1922 test_stat_util_SOURCES = \
1923 src/test/test-stat-util.c
1924
1925 test_stat_util_LDADD = \
1926 libsystemd-shared.la
1927
1928 test_escape_SOURCES = \
1929 src/test/test-escape.c
1930
1931 test_escape_LDADD = \
1932 libsystemd-shared.la
1933
1934 test_string_util_SOURCES = \
1935 src/test/test-string-util.c
1936
1937 test_string_util_LDADD = \
1938 libsystemd-shared.la
1939
1940 test_extract_word_SOURCES = \
1941 src/test/test-extract-word.c
1942
1943 test_extract_word_LDADD = \
1944 libsystemd-shared.la
1945
1946 test_parse_util_SOURCES = \
1947 src/test/test-parse-util.c
1948
1949 test_parse_util_LDADD = \
1950 libsystemd-shared.la
1951
1952 test_user_util_SOURCES = \
1953 src/test/test-user-util.c
1954
1955 test_user_util_LDADD = \
1956 libsystemd-shared.la
1957
1958 test_hostname_util_SOURCES = \
1959 src/test/test-hostname-util.c
1960
1961 test_hostname_util_LDADD = \
1962 libsystemd-shared.la
1963
1964 test_process_util_SOURCES = \
1965 src/test/test-process-util.c
1966
1967 test_process_util_LDADD = \
1968 libsystemd-shared.la
1969
1970 test_terminal_util_SOURCES = \
1971 src/test/test-terminal-util.c
1972
1973 test_terminal_util_LDADD = \
1974 libsystemd-shared.la
1975
1976 test_path_lookup_SOURCES = \
1977 src/test/test-path-lookup.c
1978
1979 test_path_lookup_LDADD = \
1980 libsystemd-shared.la
1981
1982 test_uid_range_SOURCES = \
1983 src/test/test-uid-range.c
1984
1985 test_uid_range_LDADD = \
1986 libsystemd-shared.la
1987
1988 test_cap_list_SOURCES = \
1989 src/test/test-cap-list.c
1990
1991 test_cap_list_CFLAGS = \
1992 $(AM_CFLAGS) \
1993 $(CAP_CFLAGS)
1994
1995 test_cap_list_LDADD = \
1996 libsystemd-shared.la \
1997 $(CAP_LIBS)
1998
1999 test_socket_util_SOURCES = \
2000 src/test/test-socket-util.c
2001
2002 test_socket_util_LDADD = \
2003 libsystemd-shared.la
2004
2005 test_barrier_SOURCES = \
2006 src/test/test-barrier.c
2007
2008 test_barrier_LDADD = \
2009 libsystemd-shared.la
2010
2011 test_tmpfiles_SOURCES = \
2012 src/test/test-tmpfiles.c
2013
2014 test_tmpfiles_LDADD = \
2015 libsystemd-shared.la
2016
2017 test_namespace_SOURCES = \
2018 src/test/test-namespace.c
2019
2020 test_verbs_SOURCES = \
2021 src/test/test-verbs.c
2022
2023 test_verbs_LDADD = \
2024 libsystemd-shared.la
2025
2026 test_install_root_SOURCES = \
2027 src/test/test-install-root.c
2028
2029 test_install_root_LDADD = \
2030 libsystemd-shared.la
2031
2032 test_acl_util_SOURCES = \
2033 src/test/test-acl-util.c
2034
2035 test_acl_util_LDADD = \
2036 libsystemd-shared.la
2037
2038 test_namespace_LDADD = \
2039 libcore.la
2040
2041 test_rlimit_util_SOURCES = \
2042 src/test/test-rlimit-util.c
2043
2044 test_rlimit_util_LDADD = \
2045 libsystemd-shared.la
2046
2047 test_ask_password_api_SOURCES = \
2048 src/test/test-ask-password-api.c
2049
2050 test_ask_password_api_LDADD = \
2051 libsystemd-shared.la
2052
2053 test_signal_util_SOURCES = \
2054 src/test/test-signal-util.c
2055
2056 test_signal_util_LDADD = \
2057 libsystemd-shared.la
2058
2059 test_selinux_SOURCES = \
2060 src/test/test-selinux.c
2061
2062 test_selinux_LDADD = \
2063 libsystemd-shared.la
2064
2065 test_sizeof_SOURCES = \
2066 src/test/test-sizeof.c
2067
2068 test_sizeof_LDADD = \
2069 libsystemd-shared.la
2070
2071 BUILT_SOURCES += \
2072 src/test/test-hashmap-ordered.c
2073
2074 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
2075 $(AM_V_at)$(MKDIR_P) $(dir $@)
2076 $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
2077 { if (!match($$0, "^#include")) \
2078 gsub(/hashmap/, "ordered_hashmap"); \
2079 gsub(/HASHMAP/, "ORDERED_HASHMAP"); \
2080 gsub(/Hashmap/, "OrderedHashmap"); \
2081 print }' <$< >$@
2082
2083 nodist_test_hashmap_SOURCES = \
2084 src/test/test-hashmap-ordered.c
2085
2086 test_hashmap_SOURCES = \
2087 src/test/test-hashmap.c \
2088 src/test/test-hashmap-plain.c
2089
2090 test_hashmap_LDADD = \
2091 libsystemd-shared.la
2092
2093 test_set_SOURCES = \
2094 src/test/test-set.c
2095
2096 test_set_LDADD = \
2097 libsystemd-shared.la
2098
2099 test_bitmap_SOURCES = \
2100 src/test/test-bitmap.c
2101
2102 test_bitmap_LDADD = \
2103 libsystemd-shared.la
2104
2105 test_xml_SOURCES = \
2106 src/test/test-xml.c
2107
2108 test_xml_LDADD = \
2109 libsystemd-shared.la
2110
2111 test_list_SOURCES = \
2112 src/test/test-list.c
2113
2114 test_list_LDADD = \
2115 libsystemd-shared.la
2116
2117 test_unaligned_LDADD = \
2118 libsystemd-shared.la
2119
2120 test_unaligned_SOURCES = \
2121 src/test/test-unaligned.c
2122
2123 test_tables_SOURCES = \
2124 src/test/test-tables.c \
2125 src/shared/test-tables.h \
2126 src/journal/journald-server.c \
2127 src/journal/journald-server.h
2128
2129 test_tables_CPPFLAGS = \
2130 $(AM_CPPFLAGS)
2131
2132 test_tables_CFLAGS = \
2133 $(AM_CFLAGS) \
2134 $(SECCOMP_CFLAGS) \
2135 $(MOUNT_CFLAGS)
2136
2137 test_tables_LDADD = \
2138 libjournal-core.la \
2139 libcore.la \
2140 libudev-core.la
2141
2142 test_prioq_SOURCES = \
2143 src/test/test-prioq.c
2144
2145 test_prioq_LDADD = \
2146 libsystemd-shared.la
2147
2148 test_fileio_SOURCES = \
2149 src/test/test-fileio.c
2150
2151 test_fileio_LDADD = \
2152 libsystemd-shared.la
2153
2154 test_time_SOURCES = \
2155 src/test/test-time.c
2156
2157 test_time_LDADD = \
2158 libsystemd-shared.la
2159
2160 test_clock_SOURCES = \
2161 src/test/test-clock.c
2162
2163 test_clock_LDADD = \
2164 libsystemd-shared.la
2165
2166 test_architecture_SOURCES = \
2167 src/test/test-architecture.c
2168
2169 test_architecture_LDADD = \
2170 libsystemd-shared.la
2171
2172 test_log_SOURCES = \
2173 src/test/test-log.c
2174
2175 test_log_LDADD = \
2176 libsystemd-shared.la
2177
2178 test_ipcrm_SOURCES = \
2179 src/test/test-ipcrm.c
2180
2181 test_ipcrm_LDADD = \
2182 libsystemd-shared.la
2183
2184 test_btrfs_SOURCES = \
2185 src/test/test-btrfs.c
2186
2187 test_btrfs_LDADD = \
2188 libsystemd-shared.la
2189
2190 if HAVE_LIBIPTC
2191 test_firewall_util_SOURCES = \
2192 src/test/test-firewall-util.c
2193
2194 test_firewall_util_CFLAGS = \
2195 $(AM_CFLAGS) \
2196 $(LIBIPTC_CFLAGS)
2197
2198 test_firewall_util_LDADD = \
2199 libfirewall.la \
2200 libsystemd-shared.la \
2201 $(LIBIPTC_LIBS)
2202 endif
2203
2204 test_netlink_manual_SOURCES = \
2205 src/test/test-netlink-manual.c
2206
2207 test_netlink_manual_CFLAGS = \
2208 $(AM_CFLAGS) \
2209 $(KMOD_CFLAGS)
2210
2211 test_netlink_manual_LDADD = \
2212 libsystemd-shared.la \
2213 $(KMOD_LIBS)
2214
2215 test_ellipsize_SOURCES = \
2216 src/test/test-ellipsize.c
2217
2218 test_ellipsize_LDADD = \
2219 libsystemd-shared.la
2220
2221 test_date_SOURCES = \
2222 src/test/test-date.c
2223
2224 test_date_LDADD = \
2225 libsystemd-shared.la
2226
2227 test_sleep_SOURCES = \
2228 src/test/test-sleep.c
2229
2230 test_sleep_LDADD = \
2231 libcore.la
2232
2233 test_replace_var_SOURCES = \
2234 src/test/test-replace-var.c
2235
2236 test_replace_var_LDADD = \
2237 libsystemd-shared.la
2238
2239 test_calendarspec_SOURCES = \
2240 src/test/test-calendarspec.c
2241
2242 test_calendarspec_LDADD = \
2243 libsystemd-shared.la
2244
2245 test_strip_tab_ansi_SOURCES = \
2246 src/test/test-strip-tab-ansi.c
2247
2248 test_strip_tab_ansi_LDADD = \
2249 libsystemd-shared.la
2250
2251 test_daemon_SOURCES = \
2252 src/test/test-daemon.c
2253
2254 test_daemon_LDADD = \
2255 libsystemd-shared.la
2256
2257 test_cgroup_SOURCES = \
2258 src/test/test-cgroup.c
2259
2260 test_cgroup_LDADD = \
2261 libsystemd-shared.la
2262
2263 test_cgroup_mask_SOURCES = \
2264 src/test/test-cgroup-mask.c
2265
2266 test_cgroup_mask_CPPFLAGS = \
2267 $(AM_CPPFLAGS) \
2268 $(MOUNT_CFLAGS)
2269
2270 test_cgroup_mask_CFLAGS = \
2271 $(AM_CFLAGS) \
2272 $(SECCOMP_CFLAGS)
2273
2274 test_cgroup_mask_LDADD = \
2275 libcore.la
2276
2277 test_cgroup_util_SOURCES = \
2278 src/test/test-cgroup-util.c
2279
2280 test_cgroup_util_LDADD = \
2281 libsystemd-shared.la
2282
2283 test_env_util_SOURCES = \
2284 src/test/test-env-util.c
2285
2286 test_env_util_LDADD = \
2287 libsystemd-shared.la
2288
2289 test_strbuf_SOURCES = \
2290 src/test/test-strbuf.c
2291
2292 test_strbuf_LDADD = \
2293 libsystemd-shared.la
2294
2295 test_strv_SOURCES = \
2296 src/test/test-strv.c
2297
2298 test_strv_LDADD = \
2299 libsystemd-shared.la
2300
2301 test_path_util_SOURCES = \
2302 src/test/test-path-util.c
2303
2304 test_path_util_LDADD = \
2305 libsystemd-shared.la
2306
2307 test_path_SOURCES = \
2308 src/test/test-path.c
2309
2310 test_path_CFLAGS = \
2311 $(AM_CFLAGS) \
2312 $(MOUNT_CFLAGS)
2313
2314 test_path_LDADD = \
2315 libcore.la
2316
2317 test_execute_SOURCES = \
2318 src/test/test-execute.c
2319
2320 test_execute_CFLAGS = \
2321 $(AM_CFLAGS) \
2322 $(MOUNT_CFLAGS)
2323
2324 test_execute_LDADD = \
2325 libcore.la
2326
2327 test_siphash24_SOURCES = \
2328 src/test/test-siphash24.c
2329
2330 test_siphash24_LDADD = \
2331 libsystemd-shared.la
2332
2333 test_strxcpyx_SOURCES = \
2334 src/test/test-strxcpyx.c
2335
2336 test_strxcpyx_LDADD = \
2337 libsystemd-shared.la
2338
2339 test_install_SOURCES = \
2340 src/test/test-install.c
2341
2342 test_install_LDADD = \
2343 libsystemd-shared.la
2344
2345 test_watchdog_SOURCES = \
2346 src/test/test-watchdog.c
2347
2348 test_watchdog_LDADD = \
2349 libsystemd-shared.la
2350
2351 test_sched_prio_SOURCES = \
2352 src/test/test-sched-prio.c
2353
2354 test_sched_prio_CPPFLAGS = \
2355 $(AM_CPPFLAGS) \
2356 $(MOUNT_CFLAGS)
2357
2358 test_sched_prio_CFLAGS = \
2359 $(AM_CFLAGS) \
2360 $(SECCOMP_CFLAGS)
2361
2362 test_sched_prio_LDADD = \
2363 libcore.la
2364
2365 test_conf_files_SOURCES = \
2366 src/test/test-conf-files.c
2367
2368 test_conf_files_LDADD = \
2369 libsystemd-shared.la
2370
2371 test_conf_parser_SOURCES = \
2372 src/test/test-conf-parser.c
2373
2374 test_conf_parser_LDADD = \
2375 libsystemd-shared.la
2376
2377 test_af_list_SOURCES = \
2378 src/test/test-af-list.c
2379
2380 test_af_list_LDADD = \
2381 libsystemd-shared.la
2382
2383 test_arphrd_list_SOURCES = \
2384 src/test/test-arphrd-list.c
2385
2386 test_arphrd_list_LDADD = \
2387 libsystemd-shared.la
2388
2389 # ------------------------------------------------------------------------------
2390 ## .PHONY so it always rebuilds it
2391 .PHONY: coverage lcov-run lcov-report coverage-sync
2392
2393 # run lcov from scratch, always
2394 coverage: all
2395 $(MAKE) lcov-run
2396 $(MAKE) lcov-report
2397
2398 coverage_dir = coverage
2399 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
2400
2401 if ENABLE_COVERAGE
2402 # reset run coverage tests
2403 lcov-run:
2404 @rm -rf $(coverage_dir)
2405 lcov $(coverage_opts) --zerocounters
2406 -$(MAKE) check
2407
2408 # generate report based on current coverage data
2409 lcov-report:
2410 $(MKDIR_P) $(coverage_dir)
2411 lcov $(coverage_opts) --compat-libtool --capture --no-external \
2412 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
2413 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
2414 genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
2415 @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
2416
2417 # lcov doesn't work properly with vpath builds, make sure that bad
2418 # output is not uploaded by mistake.
2419 coverage-sync: coverage
2420 test "$(builddir)" = "$(srcdir)"
2421 rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
2422
2423 else
2424 lcov-run lcov-report:
2425 echo "Need to reconfigure with --enable-coverage"
2426 endif
2427
2428 # ------------------------------------------------------------------------------
2429 systemd_analyze_SOURCES = \
2430 src/analyze/analyze.c \
2431 src/analyze/analyze-verify.c \
2432 src/analyze/analyze-verify.h
2433
2434 systemd_analyze_CFLAGS = \
2435 $(AM_CFLAGS) \
2436 $(SECCOMP_CFLAGS) \
2437 $(MOUNT_CFLAGS)
2438
2439 systemd_analyze_LDADD = \
2440 libcore.la
2441
2442 # ------------------------------------------------------------------------------
2443 systemd_initctl_SOURCES = \
2444 src/initctl/initctl.c
2445
2446 systemd_initctl_LDADD = \
2447 libsystemd-shared.la
2448
2449 # ------------------------------------------------------------------------------
2450 systemd_update_utmp_SOURCES = \
2451 src/update-utmp/update-utmp.c
2452
2453 systemd_update_utmp_CFLAGS = \
2454 $(AM_CFLAGS) \
2455 $(AUDIT_CFLAGS)
2456
2457 systemd_update_utmp_LDADD = \
2458 libsystemd-shared.la \
2459 $(AUDIT_LIBS)
2460
2461 # ------------------------------------------------------------------------------
2462 systemd_update_done_SOURCES = \
2463 src/update-done/update-done.c
2464
2465 systemd_update_done_LDADD = \
2466 libsystemd-shared.la
2467
2468 # ------------------------------------------------------------------------------
2469 systemd_shutdown_SOURCES = \
2470 src/core/umount.c \
2471 src/core/umount.h \
2472 src/core/shutdown.c \
2473 src/core/mount-setup.c \
2474 src/core/mount-setup.h \
2475 src/core/killall.h \
2476 src/core/killall.c
2477
2478 systemd_shutdown_LDADD = \
2479 libsystemd-shared.la
2480
2481 # ------------------------------------------------------------------------------
2482 if HAVE_KMOD
2483 systemd_modules_load_SOURCES = \
2484 src/modules-load/modules-load.c
2485
2486 systemd_modules_load_CFLAGS = \
2487 $(AM_CFLAGS) \
2488 $(KMOD_CFLAGS)
2489
2490 systemd_modules_load_LDADD = \
2491 libsystemd-shared.la \
2492 $(KMOD_LIBS)
2493
2494 rootlibexec_PROGRAMS += \
2495 systemd-modules-load
2496
2497 nodist_systemunit_DATA += \
2498 units/systemd-modules-load.service
2499
2500 SYSINIT_TARGET_WANTS += \
2501 systemd-modules-load.service
2502
2503 if ENABLE_TMPFILES
2504 nodist_systemunit_DATA += \
2505 units/kmod-static-nodes.service
2506
2507 SYSINIT_TARGET_WANTS += \
2508 kmod-static-nodes.service
2509 endif
2510 endif
2511
2512 EXTRA_DIST += \
2513 units/systemd-modules-load.service.in \
2514 units/kmod-static-nodes.service.in
2515
2516 # ------------------------------------------------------------------------------
2517 if ENABLE_TMPFILES
2518 systemd_tmpfiles_SOURCES = \
2519 src/tmpfiles/tmpfiles.c
2520
2521 systemd_tmpfiles_CFLAGS = \
2522 $(AM_CFLAGS) \
2523 $(ACL_CFLAGS)
2524
2525 systemd_tmpfiles_LDADD = \
2526 libsystemd-shared.la \
2527 $(ACL_LIBS)
2528
2529 rootbin_PROGRAMS += \
2530 systemd-tmpfiles
2531
2532 dist_systemunit_DATA += \
2533 units/systemd-tmpfiles-clean.timer
2534
2535 nodist_systemunit_DATA += \
2536 units/systemd-tmpfiles-setup-dev.service \
2537 units/systemd-tmpfiles-setup.service \
2538 units/systemd-tmpfiles-clean.service
2539
2540 nodist_tmpfiles_DATA = \
2541 tmpfiles.d/systemd.conf \
2542 tmpfiles.d/etc.conf
2543
2544 dist_tmpfiles_DATA = \
2545 tmpfiles.d/systemd-nologin.conf \
2546 tmpfiles.d/tmp.conf \
2547 tmpfiles.d/x11.conf \
2548 tmpfiles.d/var.conf \
2549 tmpfiles.d/home.conf \
2550 tmpfiles.d/systemd-nspawn.conf \
2551 tmpfiles.d/journal-nocow.conf
2552
2553 if HAVE_SYSV_COMPAT
2554 dist_tmpfiles_DATA += \
2555 tmpfiles.d/legacy.conf
2556 endif
2557
2558 SYSINIT_TARGET_WANTS += \
2559 systemd-tmpfiles-setup-dev.service \
2560 systemd-tmpfiles-setup.service
2561
2562 dist_zshcompletion_data += \
2563 shell-completion/zsh/_systemd-tmpfiles
2564
2565 TIMERS_TARGET_WANTS += \
2566 systemd-tmpfiles-clean.timer
2567
2568 INSTALL_DIRS += \
2569 $(tmpfilesdir) \
2570 $(sysconfdir)/tmpfiles.d
2571 endif
2572
2573 EXTRA_DIST += \
2574 tmpfiles.d/systemd.conf.m4 \
2575 tmpfiles.d/etc.conf.m4 \
2576 units/systemd-tmpfiles-setup-dev.service.in \
2577 units/systemd-tmpfiles-setup.service.in \
2578 units/systemd-tmpfiles-clean.service.in
2579
2580 # ------------------------------------------------------------------------------
2581 if ENABLE_SYSUSERS
2582 systemd_sysusers_SOURCES = \
2583 src/sysusers/sysusers.c
2584
2585 systemd_sysusers_LDADD = \
2586 libsystemd-shared.la
2587
2588 rootbin_PROGRAMS += \
2589 systemd-sysusers
2590
2591 nodist_systemunit_DATA += \
2592 units/systemd-sysusers.service
2593
2594 SYSINIT_TARGET_WANTS += \
2595 systemd-sysusers.service
2596
2597 nodist_sysusers_DATA = \
2598 sysusers.d/systemd.conf \
2599 sysusers.d/basic.conf
2600
2601 if HAVE_REMOTE
2602 nodist_sysusers_DATA += \
2603 sysusers.d/systemd-remote.conf
2604 endif
2605
2606 INSTALL_DIRS += \
2607 $(sysusersdir)
2608 endif
2609
2610 EXTRA_DIST += \
2611 units/systemd-sysusers.service.in \
2612 sysusers.d/systemd.conf.m4 \
2613 sysusers.d/systemd-remote.conf.m4 \
2614 sysusers.d/basic.conf.in
2615
2616 # ------------------------------------------------------------------------------
2617 dist_factory_etc_DATA = \
2618 factory/etc/nsswitch.conf
2619
2620 if HAVE_PAM
2621 dist_factory_pam_DATA = \
2622 factory/etc/pam.d/system-auth \
2623 factory/etc/pam.d/other
2624 endif
2625
2626 # ------------------------------------------------------------------------------
2627 if ENABLE_FIRSTBOOT
2628 systemd_firstboot_SOURCES = \
2629 src/firstboot/firstboot.c
2630
2631 systemd_firstboot_LDADD = \
2632 libsystemd-shared.la \
2633 -lcrypt
2634
2635 rootbin_PROGRAMS += \
2636 systemd-firstboot
2637
2638 nodist_systemunit_DATA += \
2639 units/systemd-firstboot.service
2640
2641 SYSINIT_TARGET_WANTS += \
2642 systemd-firstboot.service
2643 endif
2644
2645 EXTRA_DIST += \
2646 units/systemd-firstboot.service.in
2647
2648 # ------------------------------------------------------------------------------
2649 systemd_machine_id_setup_SOURCES = \
2650 src/machine-id-setup/machine-id-setup-main.c \
2651 src/core/machine-id-setup.c \
2652 src/core/machine-id-setup.h
2653
2654 systemd_machine_id_setup_LDADD = \
2655 libsystemd-shared.la
2656
2657 SYSINIT_TARGET_WANTS += \
2658 systemd-machine-id-commit.service
2659
2660 # ------------------------------------------------------------------------------
2661 systemd_sysctl_SOURCES = \
2662 src/sysctl/sysctl.c
2663
2664 systemd_sysctl_LDADD = \
2665 libsystemd-shared.la
2666
2667 # ------------------------------------------------------------------------------
2668 systemd_sleep_SOURCES = \
2669 src/sleep/sleep.c
2670
2671 systemd_sleep_LDADD = \
2672 libsystemd-shared.la
2673
2674 # ------------------------------------------------------------------------------
2675 systemd_fsck_SOURCES = \
2676 src/fsck/fsck.c
2677
2678 systemd_fsck_LDADD = \
2679 libsystemd-shared.la
2680
2681 # ------------------------------------------------------------------------------
2682 systemd_ac_power_SOURCES = \
2683 src/ac-power/ac-power.c
2684
2685 systemd_ac_power_LDADD = \
2686 libsystemd-shared.la
2687
2688 # ------------------------------------------------------------------------------
2689 systemd_detect_virt_SOURCES = \
2690 src/detect-virt/detect-virt.c
2691
2692 systemd_detect_virt_LDADD = \
2693 libsystemd-shared.la
2694
2695 INSTALL_EXEC_HOOKS += \
2696 systemd-detect-virt-install-hook
2697
2698 # ------------------------------------------------------------------------------
2699 systemd_delta_SOURCES = \
2700 src/delta/delta.c
2701
2702 systemd_delta_LDADD = \
2703 libsystemd-shared.la
2704
2705 # ------------------------------------------------------------------------------
2706 systemd_getty_generator_SOURCES = \
2707 src/getty-generator/getty-generator.c
2708
2709 systemd_getty_generator_LDADD = \
2710 libsystemd-shared.la
2711
2712 # ------------------------------------------------------------------------------
2713 systemd_debug_generator_SOURCES = \
2714 src/debug-generator/debug-generator.c
2715
2716 systemd_debug_generator_LDADD = \
2717 libsystemd-shared.la
2718
2719 # ------------------------------------------------------------------------------
2720 systemd_fstab_generator_SOURCES = \
2721 src/fstab-generator/fstab-generator.c \
2722 src/core/mount-setup.c
2723
2724 systemd_fstab_generator_LDADD = \
2725 libsystemd-shared.la
2726
2727 # ------------------------------------------------------------------------------
2728 systemd_system_update_generator_SOURCES = \
2729 src/system-update-generator/system-update-generator.c
2730
2731 systemd_system_update_generator_LDADD = \
2732 libsystemd-shared.la
2733
2734 # ------------------------------------------------------------------------------
2735 if ENABLE_HIBERNATE
2736 systemgenerator_PROGRAMS += \
2737 systemd-hibernate-resume-generator
2738
2739 rootlibexec_PROGRAMS += \
2740 systemd-hibernate-resume
2741
2742 systemd_hibernate_resume_SOURCES = \
2743 src/hibernate-resume/hibernate-resume.c
2744
2745 systemd_hibernate_resume_LDADD = \
2746 libsystemd-shared.la
2747
2748 systemd_hibernate_resume_generator_SOURCES = \
2749 src/hibernate-resume/hibernate-resume-generator.c
2750
2751 systemd_hibernate_resume_generator_LDADD = \
2752 libsystemd-shared.la
2753
2754 dist_systemunit_DATA += \
2755 units/hibernate.target \
2756 units/hybrid-sleep.target
2757
2758 nodist_systemunit_DATA += \
2759 units/systemd-hibernate.service \
2760 units/systemd-hibernate-resume@.service \
2761 units/systemd-hybrid-sleep.service
2762 endif
2763
2764 EXTRA_DIST += \
2765 units/systemd-hibernate.service.in \
2766 units/systemd-hibernate-resume@.service.in \
2767 units/systemd-hybrid-sleep.service.in
2768
2769 # ------------------------------------------------------------------------------
2770 if ENABLE_EFI
2771 if HAVE_BLKID
2772 bootctl_SOURCES = \
2773 src/boot/bootctl.c
2774
2775 bootctl_CPPFLAGS = \
2776 $(AM_CPPFLAGS) \
2777 -DEFI_MACHINE_TYPE_NAME=\"$(EFI_MACHINE_TYPE_NAME)\" \
2778 -DBOOTLIBDIR=\"$(bootlibdir)\"
2779
2780 bootctl_CFLAGS = \
2781 $(AM_CFLAGS) \
2782 $(BLKID_CFLAGS)
2783
2784 bootctl_LDADD = \
2785 libsystemd-shared.la \
2786 $(BLKID_LIBS)
2787
2788 bin_PROGRAMS += \
2789 bootctl
2790
2791 dist_bashcompletion_data += \
2792 shell-completion/bash/bootctl
2793
2794 dist_zshcompletion_data += \
2795 shell-completion/zsh/_bootctl
2796 endif
2797
2798 # ------------------------------------------------------------------------------
2799 if HAVE_GNUEFI
2800 efi_cppflags = \
2801 $(EFI_CPPFLAGS) \
2802 -I$(top_builddir) -include config.h \
2803 -I$(EFI_INC_DIR)/efi \
2804 -I$(EFI_INC_DIR)/efi/$(EFI_ARCH) \
2805 -DEFI_MACHINE_TYPE_NAME=\"$(EFI_MACHINE_TYPE_NAME)\"
2806
2807 efi_cflags = \
2808 $(EFI_CFLAGS) \
2809 -Wall \
2810 -Wextra \
2811 -std=gnu90 \
2812 -nostdinc \
2813 -ggdb -O0 \
2814 -fpic \
2815 -fshort-wchar \
2816 -nostdinc \
2817 -ffreestanding \
2818 -fno-strict-aliasing \
2819 -fno-stack-protector \
2820 -Wsign-compare \
2821 -Wno-missing-field-initializers
2822
2823 if ARCH_X86_64
2824 efi_cflags += \
2825 -mno-red-zone \
2826 -mno-sse \
2827 -mno-mmx \
2828 -DEFI_FUNCTION_WRAPPER \
2829 -DGNU_EFI_USE_MS_ABI
2830 endif
2831
2832 if ARCH_IA32
2833 efi_cflags += \
2834 -mno-sse \
2835 -mno-mmx
2836 endif
2837
2838 efi_ldflags = \
2839 $(EFI_LDFLAGS) \
2840 -T $(EFI_LDS_DIR)/elf_$(EFI_ARCH)_efi.lds \
2841 -shared \
2842 -Bsymbolic \
2843 -nostdlib \
2844 -znocombreloc \
2845 -L $(EFI_LIB_DIR) \
2846 $(EFI_LDS_DIR)/crt0-efi-$(EFI_ARCH).o
2847
2848 # Aarch64 and ARM32 don't have an EFI capable objcopy. Use 'binary' instead,
2849 # and add required symbols manually.
2850 if ARCH_AARCH64
2851 efi_ldflags += --defsym=EFI_SUBSYSTEM=0xa
2852 EFI_FORMAT = -O binary
2853 else
2854 EFI_FORMAT = --target=efi-app-$(EFI_ARCH)
2855 endif
2856 endif
2857 endif
2858
2859 # ------------------------------------------------------------------------------
2860 systemd_boot_headers = \
2861 src/boot/efi/util.h \
2862 src/boot/efi/console.h \
2863 src/boot/efi/graphics.h \
2864 src/boot/efi/pefile.h \
2865 src/boot/efi/measure.h \
2866 src/boot/efi/disk.h
2867
2868 systemd_boot_sources = \
2869 src/boot/efi/util.c \
2870 src/boot/efi/console.c \
2871 src/boot/efi/graphics.c \
2872 src/boot/efi/pefile.c \
2873 src/boot/efi/disk.c \
2874 src/boot/efi/measure.c \
2875 src/boot/efi/boot.c
2876
2877 EXTRA_DIST += $(systemd_boot_sources) $(systemd_boot_headers)
2878
2879 systemd_boot_objects = $(addprefix $(top_builddir)/,$(systemd_boot_sources:.c=.o))
2880 systemd_boot_solib = $(top_builddir)/src/boot/efi/systemd_boot.so
2881 systemd_boot = systemd-boot$(EFI_MACHINE_TYPE_NAME).efi
2882
2883 if ENABLE_EFI
2884 if HAVE_GNUEFI
2885 bootlib_DATA = $(systemd_boot)
2886
2887 $(top_builddir)/src/boot/efi/%.o: $(top_srcdir)/src/boot/efi/%.c $(addprefix $(top_srcdir)/,$(systemd_boot_headers))
2888 @$(MKDIR_P) $(top_builddir)/src/boot/efi/
2889 $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
2890
2891 $(systemd_boot_solib): $(systemd_boot_objects)
2892 $(AM_V_CCLD)$(LD) $(efi_ldflags) $(systemd_boot_objects) \
2893 -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name); \
2894 nm -D -u $@ | grep ' U ' && exit 1 || :
2895
2896 $(systemd_boot): $(systemd_boot_solib)
2897 $(AM_V_GEN)$(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \
2898 -j .dynsym -j .rel -j .rela -j .reloc $(EFI_FORMAT) $< $@
2899 endif
2900 endif
2901
2902 CLEANFILES += $(systemd_boot_objects) $(systemd_boot_solib) $(systemd_boot)
2903
2904 # ------------------------------------------------------------------------------
2905 stub_headers = \
2906 src/boot/efi/util.h \
2907 src/boot/efi/pefile.h \
2908 src/boot/efi/disk.h \
2909 src/boot/efi/graphics.h \
2910 src/boot/efi/splash.h \
2911 src/boot/efi/measure.h \
2912 src/boot/efi/linux.h
2913
2914 stub_sources = \
2915 src/boot/efi/util.c \
2916 src/boot/efi/pefile.c \
2917 src/boot/efi/disk.c \
2918 src/boot/efi/graphics.c \
2919 src/boot/efi/splash.c \
2920 src/boot/efi/linux.c \
2921 src/boot/efi/measure.c \
2922 src/boot/efi/stub.c
2923
2924 EXTRA_DIST += \
2925 $(stub_sources) \
2926 $(stub_headers) \
2927 test/splash.bmp
2928
2929 stub_objects = $(addprefix $(top_builddir)/,$(stub_sources:.c=.o))
2930 stub_solib = $(top_builddir)/src/boot/efi/stub.so
2931 stub = linux$(EFI_MACHINE_TYPE_NAME).efi.stub
2932
2933 if ENABLE_EFI
2934 if HAVE_GNUEFI
2935 bootlib_DATA += $(stub)
2936
2937 $(top_builddir)/src/boot/efi/%.o: $(top_srcdir)/src/boot/efi/%.c $(addprefix $(top_srcdir)/,$(stub_headers))
2938 @$(MKDIR_P) $(top_builddir)/src/boot/efi/
2939 $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
2940
2941 $(stub_solib): $(stub_objects)
2942 $(AM_V_CCLD)$(LD) $(efi_ldflags) $(stub_objects) \
2943 -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name); \
2944 nm -D -u $@ | grep ' U ' && exit 1 || :
2945
2946 $(stub): $(stub_solib)
2947 $(AM_V_GEN)$(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \
2948 -j .dynsym -j .rel -j .rela -j .reloc $(EFI_FORMAT) $< $@
2949 endif
2950 endif
2951
2952 CLEANFILES += $(stub_objects) $(stub_solib) $(stub)
2953
2954
2955 # ------------------------------------------------------------------------------
2956 CLEANFILES += test-efi-disk.img
2957
2958 test-efi-disk.img: $(systemd_boot) $(stub) test/test-efi-create-disk.sh
2959 $(AM_V_GEN)test/test-efi-create-disk.sh
2960
2961 test-efi: test-efi-disk.img
2962 $(QEMU) -machine accel=kvm -m 1024 -bios $(QEMU_BIOS) -snapshot test-efi-disk.img
2963
2964 EXTRA_DIST += test/test-efi-create-disk.sh
2965
2966 # ------------------------------------------------------------------------------
2967 if HAVE_BLKID
2968 systemgenerator_PROGRAMS += \
2969 systemd-gpt-auto-generator
2970
2971 systemd_gpt_auto_generator_SOURCES = \
2972 src/gpt-auto-generator/gpt-auto-generator.c \
2973 src/basic/blkid-util.h
2974
2975 systemd_gpt_auto_generator_LDADD = \
2976 libsystemd-shared.la \
2977 $(BLKID_LIBS)
2978
2979 systemd_gpt_auto_generator_CFLAGS = \
2980 $(AM_CFLAGS) \
2981 $(BLKID_CFLAGS)
2982 endif
2983
2984 # ------------------------------------------------------------------------------
2985 dist_xinitrc_SCRIPTS = \
2986 xorg/50-systemd-user.sh
2987
2988 # ------------------------------------------------------------------------------
2989 systemd_sysv_generator_SOURCES = \
2990 src/sysv-generator/sysv-generator.c
2991
2992 systemd_sysv_generator_LDADD = \
2993 libcore.la
2994
2995 # ------------------------------------------------------------------------------
2996 systemd_rc_local_generator_SOURCES = \
2997 src/rc-local-generator/rc-local-generator.c
2998
2999 systemd_rc_local_generator_LDADD = \
3000 libsystemd-shared.la
3001
3002 # ------------------------------------------------------------------------------
3003 systemd_remount_fs_SOURCES = \
3004 src/remount-fs/remount-fs.c \
3005 src/core/mount-setup.c \
3006 src/core/mount-setup.h
3007
3008 systemd_remount_fs_LDADD = \
3009 libsystemd-shared.la
3010
3011 # ------------------------------------------------------------------------------
3012 systemd_cgroups_agent_SOURCES = \
3013 src/cgroups-agent/cgroups-agent.c
3014
3015 systemd_cgroups_agent_LDADD = \
3016 libsystemd-shared.la
3017
3018 # ------------------------------------------------------------------------------
3019 systemd_escape_SOURCES = \
3020 src/escape/escape.c
3021
3022 systemd_escape_LDADD = \
3023 libsystemd-shared.la
3024
3025 # -----------------------------------------------------------------------------
3026 systemctl_SOURCES = \
3027 src/systemctl/systemctl.c
3028
3029 systemctl_LDADD = \
3030 libsystemd-shared.la
3031
3032 # ------------------------------------------------------------------------------
3033 systemd_notify_SOURCES = \
3034 src/notify/notify.c
3035
3036 systemd_notify_LDADD = \
3037 libsystemd-shared.la
3038
3039 # ------------------------------------------------------------------------------
3040 systemd_path_SOURCES = \
3041 src/path/path.c
3042
3043 systemd_path_LDADD = \
3044 libsystemd-shared.la
3045
3046 # ------------------------------------------------------------------------------
3047 systemd_ask_password_SOURCES = \
3048 src/ask-password/ask-password.c
3049
3050 systemd_ask_password_LDADD = \
3051 libsystemd-shared.la
3052
3053 # ------------------------------------------------------------------------------
3054 systemd_reply_password_SOURCES = \
3055 src/reply-password/reply-password.c
3056
3057 systemd_reply_password_LDADD = \
3058 libsystemd-shared.la
3059
3060 # ------------------------------------------------------------------------------
3061 systemd_cgls_SOURCES = \
3062 src/cgls/cgls.c
3063
3064 systemd_cgls_LDADD = \
3065 libsystemd-shared.la
3066
3067 # ------------------------------------------------------------------------------
3068 systemd_cgtop_SOURCES = \
3069 src/cgtop/cgtop.c
3070
3071 systemd_cgtop_LDADD = \
3072 libsystemd-shared.la
3073
3074 # ------------------------------------------------------------------------------
3075 systemd_nspawn_SOURCES = \
3076 src/nspawn/nspawn.c \
3077 src/nspawn/nspawn-settings.c \
3078 src/nspawn/nspawn-settings.h \
3079 src/nspawn/nspawn-mount.c \
3080 src/nspawn/nspawn-mount.h \
3081 src/nspawn/nspawn-network.c \
3082 src/nspawn/nspawn-network.h \
3083 src/nspawn/nspawn-expose-ports.c \
3084 src/nspawn/nspawn-expose-ports.h \
3085 src/nspawn/nspawn-cgroup.c \
3086 src/nspawn/nspawn-cgroup.h \
3087 src/nspawn/nspawn-seccomp.c \
3088 src/nspawn/nspawn-seccomp.h \
3089 src/nspawn/nspawn-register.c \
3090 src/nspawn/nspawn-register.h \
3091 src/nspawn/nspawn-setuid.c \
3092 src/nspawn/nspawn-setuid.h \
3093 src/nspawn/nspawn-stub-pid1.c \
3094 src/nspawn/nspawn-stub-pid1.h \
3095 src/nspawn/nspawn-patch-uid.c \
3096 src/nspawn/nspawn-patch-uid.h \
3097 src/core/mount-setup.c \
3098 src/core/mount-setup.h \
3099 src/core/loopback-setup.c \
3100 src/core/loopback-setup.h
3101
3102 nodist_systemd_nspawn_SOURCES = \
3103 src/nspawn/nspawn-gperf.c
3104
3105 gperf_gperf_sources += \
3106 src/nspawn/nspawn-gperf.gperf
3107
3108 systemd_nspawn_CFLAGS = \
3109 $(AM_CFLAGS) \
3110 $(ACL_CFLAGS) \
3111 $(BLKID_CFLAGS) \
3112 $(SECCOMP_CFLAGS) \
3113 $(SELINUX_CFLAGS)
3114
3115 systemd_nspawn_LDADD = \
3116 libsystemd-shared.la \
3117 $(ACL_LIBS) \
3118 $(BLKID_LIBS) \
3119 $(SECCOMP_LIBS) \
3120 $(SELINUX_LIBS)
3121
3122 if HAVE_LIBIPTC
3123 systemd_nspawn_LDADD += \
3124 libfirewall.la
3125 endif
3126
3127 test_patch_uid_SOURCES = \
3128 src/nspawn/nspawn-patch-uid.c \
3129 src/nspawn/nspawn-patch-uid.h \
3130 src/nspawn/test-patch-uid.c
3131
3132 test_patch_uid_CFLAGS = \
3133 $(AM_CFLAGS) \
3134 $(ACL_CFLAGS)
3135
3136 test_patch_uid_LDADD = \
3137 libsystemd-shared.la \
3138 $(ACL_LIBS)
3139
3140 manual_tests += \
3141 test-patch-uid
3142
3143 # ------------------------------------------------------------------------------
3144 systemd_run_SOURCES = \
3145 src/run/run.c
3146
3147 systemd_run_LDADD = \
3148 libsystemd-shared.la
3149
3150 # ------------------------------------------------------------------------------
3151 systemd_mount_SOURCES = \
3152 src/mount/mount-tool.c
3153
3154 systemd_mount_LDADD = \
3155 libsystemd-shared.la
3156
3157 # ------------------------------------------------------------------------------
3158 systemd_stdio_bridge_SOURCES = \
3159 src/stdio-bridge/stdio-bridge.c
3160
3161 systemd_stdio_bridge_LDADD = \
3162 libsystemd-shared.la
3163
3164 # ------------------------------------------------------------------------------
3165 systemd_tty_ask_password_agent_SOURCES = \
3166 src/tty-ask-password-agent/tty-ask-password-agent.c
3167
3168 systemd_tty_ask_password_agent_LDADD = \
3169 libsystemd-shared.la
3170
3171 # ------------------------------------------------------------------------------
3172 libsystemd_internal_la_SOURCES = \
3173 src/systemd/sd-bus.h \
3174 src/systemd/sd-bus-protocol.h \
3175 src/systemd/sd-bus-vtable.h \
3176 src/systemd/sd-utf8.h \
3177 src/systemd/sd-event.h \
3178 src/systemd/sd-netlink.h \
3179 src/systemd/sd-resolve.h \
3180 src/systemd/sd-login.h \
3181 src/systemd/sd-id128.h \
3182 src/systemd/sd-daemon.h \
3183 src/systemd/sd-path.h \
3184 src/systemd/sd-network.h \
3185 src/systemd/sd-hwdb.h \
3186 src/systemd/sd-device.h \
3187 src/libsystemd/libsystemd.sym \
3188 src/libsystemd/sd-bus/sd-bus.c \
3189 src/libsystemd/sd-bus/bus-control.c \
3190 src/libsystemd/sd-bus/bus-control.h \
3191 src/libsystemd/sd-bus/bus-error.c \
3192 src/libsystemd/sd-bus/bus-error.h \
3193 src/libsystemd/sd-bus/bus-common-errors.h \
3194 src/libsystemd/sd-bus/bus-common-errors.c \
3195 src/libsystemd/sd-bus/bus-internal.c \
3196 src/libsystemd/sd-bus/bus-internal.h \
3197 src/libsystemd/sd-bus/bus-socket.c \
3198 src/libsystemd/sd-bus/bus-socket.h \
3199 src/libsystemd/sd-bus/bus-kernel.c \
3200 src/libsystemd/sd-bus/bus-kernel.h \
3201 src/libsystemd/sd-bus/bus-container.c \
3202 src/libsystemd/sd-bus/bus-container.h \
3203 src/libsystemd/sd-bus/bus-message.c \
3204 src/libsystemd/sd-bus/bus-message.h \
3205 src/libsystemd/sd-bus/bus-creds.c \
3206 src/libsystemd/sd-bus/bus-creds.h \
3207 src/libsystemd/sd-bus/bus-signature.c \
3208 src/libsystemd/sd-bus/bus-signature.h \
3209 src/libsystemd/sd-bus/bus-type.c \
3210 src/libsystemd/sd-bus/bus-type.h \
3211 src/libsystemd/sd-bus/bus-match.c \
3212 src/libsystemd/sd-bus/bus-match.h \
3213 src/libsystemd/sd-bus/bus-bloom.c \
3214 src/libsystemd/sd-bus/bus-bloom.h \
3215 src/libsystemd/sd-bus/bus-introspect.c \
3216 src/libsystemd/sd-bus/bus-introspect.h \
3217 src/libsystemd/sd-bus/bus-objects.c \
3218 src/libsystemd/sd-bus/bus-objects.h \
3219 src/libsystemd/sd-bus/bus-gvariant.c \
3220 src/libsystemd/sd-bus/bus-gvariant.h \
3221 src/libsystemd/sd-bus/bus-convenience.c \
3222 src/libsystemd/sd-bus/bus-track.c \
3223 src/libsystemd/sd-bus/bus-track.h \
3224 src/libsystemd/sd-bus/bus-slot.c \
3225 src/libsystemd/sd-bus/bus-slot.h \
3226 src/libsystemd/sd-bus/bus-protocol.h \
3227 src/libsystemd/sd-bus/kdbus.h \
3228 src/libsystemd/sd-bus/bus-dump.c \
3229 src/libsystemd/sd-bus/bus-dump.h \
3230 src/libsystemd/sd-utf8/sd-utf8.c \
3231 src/libsystemd/sd-event/sd-event.c \
3232 src/libsystemd/sd-netlink/sd-netlink.c \
3233 src/libsystemd/sd-netlink/netlink-internal.h \
3234 src/libsystemd/sd-netlink/netlink-message.c \
3235 src/libsystemd/sd-netlink/netlink-socket.c \
3236 src/libsystemd/sd-netlink/rtnl-message.c \
3237 src/libsystemd/sd-netlink/netlink-types.h \
3238 src/libsystemd/sd-netlink/netlink-types.c \
3239 src/libsystemd/sd-netlink/netlink-util.h \
3240 src/libsystemd/sd-netlink/netlink-util.c \
3241 src/libsystemd/sd-netlink/local-addresses.h \
3242 src/libsystemd/sd-netlink/local-addresses.c \
3243 src/libsystemd/sd-id128/sd-id128.c \
3244 src/libsystemd/sd-id128/id128-util.h \
3245 src/libsystemd/sd-id128/id128-util.c \
3246 src/libsystemd/sd-daemon/sd-daemon.c \
3247 src/libsystemd/sd-login/sd-login.c \
3248 src/libsystemd/sd-path/sd-path.c \
3249 src/libsystemd/sd-network/sd-network.c \
3250 src/libsystemd/sd-network/network-util.h \
3251 src/libsystemd/sd-network/network-util.c \
3252 src/libsystemd/sd-hwdb/sd-hwdb.c \
3253 src/libsystemd/sd-hwdb/hwdb-util.h \
3254 src/libsystemd/sd-hwdb/hwdb-internal.h \
3255 src/libsystemd/sd-device/device-internal.h \
3256 src/libsystemd/sd-device/device-util.h \
3257 src/libsystemd/sd-device/device-enumerator.c \
3258 src/libsystemd/sd-device/device-enumerator-private.h \
3259 src/libsystemd/sd-device/sd-device.c \
3260 src/libsystemd/sd-device/device-private.c \
3261 src/libsystemd/sd-device/device-private.h \
3262 src/libsystemd/sd-resolve/sd-resolve.c
3263
3264 libsystemd_internal_la_LIBADD = \
3265 -lresolv
3266
3267 noinst_LTLIBRARIES += \
3268 libsystemd-internal.la
3269
3270 EXTRA_DIST += \
3271 src/libsystemd/libsystemd.pc.in \
3272 src/libsystemd/sd-bus/DIFFERENCES \
3273 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
3274
3275 libsystemd_la_SOURCES =
3276
3277 libsystemd_la_LDFLAGS = \
3278 $(AM_LDFLAGS) \
3279 -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
3280 -Wl,--version-script=$(top_srcdir)/src/libsystemd/libsystemd.sym
3281
3282 libsystemd_la_LIBADD = \
3283 libsystemd-internal.la \
3284 libbasic.la \
3285 libsystemd-journal-internal.la
3286
3287 pkgconfiglib_DATA += \
3288 src/libsystemd/libsystemd.pc
3289
3290 pkginclude_HEADERS += \
3291 src/systemd/sd-bus.h \
3292 src/systemd/sd-bus-protocol.h \
3293 src/systemd/sd-bus-vtable.h \
3294 src/systemd/sd-event.h \
3295 src/systemd/sd-login.h \
3296 src/systemd/sd-id128.h \
3297 src/systemd/sd-daemon.h
3298
3299 rootlib_LTLIBRARIES += \
3300 libsystemd.la
3301
3302 tests += \
3303 test-bus-marshal \
3304 test-bus-signature \
3305 test-bus-benchmark \
3306 test-bus-chat \
3307 test-bus-cleanup \
3308 test-bus-server \
3309 test-bus-match \
3310 test-bus-kernel \
3311 test-bus-kernel-bloom \
3312 test-bus-zero-copy \
3313 test-bus-introspect \
3314 test-bus-objects \
3315 test-bus-error \
3316 test-bus-creds \
3317 test-bus-gvariant \
3318 test-bus-track \
3319 test-event \
3320 test-netlink \
3321 test-local-addresses \
3322 test-resolve
3323
3324 bin_PROGRAMS += \
3325 busctl
3326
3327 test_bus_marshal_SOURCES = \
3328 src/libsystemd/sd-bus/test-bus-marshal.c
3329
3330 test_bus_marshal_LDADD = \
3331 libsystemd-shared.la \
3332 $(GLIB_LIBS) \
3333 $(DBUS_LIBS)
3334
3335 test_bus_marshal_CFLAGS = \
3336 $(AM_CFLAGS) \
3337 $(GLIB_CFLAGS) \
3338 $(DBUS_CFLAGS)
3339
3340 test_bus_signature_SOURCES = \
3341 src/libsystemd/sd-bus/test-bus-signature.c
3342
3343 test_bus_signature_LDADD = \
3344 libsystemd-shared.la
3345
3346 test_bus_chat_SOURCES = \
3347 src/libsystemd/sd-bus/test-bus-chat.c
3348
3349 test_bus_chat_LDADD = \
3350 libsystemd-shared.la
3351
3352 test_bus_cleanup_SOURCES = \
3353 src/libsystemd/sd-bus/test-bus-cleanup.c
3354
3355 test_bus_cleanup_CFLAGS = \
3356 $(AM_CFLAGS) \
3357 $(SECCOMP_CFLAGS)
3358
3359 test_bus_cleanup_LDADD = \
3360 libsystemd-shared.la
3361
3362 test_bus_track_SOURCES = \
3363 src/libsystemd/sd-bus/test-bus-track.c
3364
3365 test_bus_track_CFLAGS = \
3366 $(AM_CFLAGS) \
3367 $(SECCOMP_CFLAGS)
3368
3369 test_bus_track_LDADD = \
3370 libsystemd-shared.la
3371
3372 test_bus_server_SOURCES = \
3373 src/libsystemd/sd-bus/test-bus-server.c
3374
3375 test_bus_server_LDADD = \
3376 libsystemd-shared.la
3377
3378 test_bus_objects_SOURCES = \
3379 src/libsystemd/sd-bus/test-bus-objects.c
3380
3381 test_bus_objects_LDADD = \
3382 libsystemd-shared.la
3383
3384 test_bus_error_SOURCES = \
3385 src/libsystemd/sd-bus/test-bus-error.c
3386
3387 # Link statically because this test uses BUS_ERROR_MAP_ELF_REGISTER
3388 test_bus_error_LDADD = \
3389 libshared.la
3390
3391 test_bus_gvariant_SOURCES = \
3392 src/libsystemd/sd-bus/test-bus-gvariant.c
3393
3394 test_bus_gvariant_LDADD = \
3395 libsystemd-shared.la \
3396 $(GLIB_LIBS)
3397
3398 test_bus_gvariant_CFLAGS = \
3399 $(AM_CFLAGS) \
3400 $(GLIB_CFLAGS)
3401
3402 test_bus_creds_SOURCES = \
3403 src/libsystemd/sd-bus/test-bus-creds.c
3404
3405 test_bus_creds_LDADD = \
3406 libsystemd-shared.la
3407
3408 test_bus_match_SOURCES = \
3409 src/libsystemd/sd-bus/test-bus-match.c
3410
3411 test_bus_match_LDADD = \
3412 libsystemd-shared.la
3413
3414 test_bus_kernel_SOURCES = \
3415 src/libsystemd/sd-bus/test-bus-kernel.c
3416
3417 test_bus_kernel_LDADD = \
3418 libsystemd-shared.la
3419
3420 test_bus_kernel_bloom_SOURCES = \
3421 src/libsystemd/sd-bus/test-bus-kernel-bloom.c
3422
3423 test_bus_kernel_bloom_LDADD = \
3424 libsystemd-shared.la
3425
3426 test_bus_benchmark_SOURCES = \
3427 src/libsystemd/sd-bus/test-bus-benchmark.c
3428
3429 test_bus_benchmark_LDADD = \
3430 libsystemd-shared.la
3431
3432 test_bus_zero_copy_SOURCES = \
3433 src/libsystemd/sd-bus/test-bus-zero-copy.c
3434
3435 test_bus_zero_copy_LDADD = \
3436 libsystemd-shared.la
3437
3438 test_bus_introspect_SOURCES = \
3439 src/libsystemd/sd-bus/test-bus-introspect.c
3440
3441 test_bus_introspect_LDADD = \
3442 libsystemd-shared.la
3443
3444 test_event_SOURCES = \
3445 src/libsystemd/sd-event/test-event.c
3446
3447 test_event_LDADD = \
3448 libsystemd-shared.la
3449
3450 test_netlink_SOURCES = \
3451 src/libsystemd/sd-netlink/test-netlink.c
3452
3453 test_netlink_LDADD = \
3454 libsystemd-shared.la
3455
3456 test_local_addresses_SOURCES = \
3457 src/libsystemd/sd-netlink/test-local-addresses.c
3458
3459 test_local_addresses_LDADD = \
3460 libsystemd-shared.la
3461
3462 test_resolve_SOURCES = \
3463 src/libsystemd/sd-resolve/test-resolve.c
3464
3465 test_resolve_LDADD = \
3466 libsystemd-shared.la
3467
3468 busctl_SOURCES = \
3469 src/libsystemd/sd-bus/busctl.c \
3470 src/libsystemd/sd-bus/busctl-introspect.c \
3471 src/libsystemd/sd-bus/busctl-introspect.h
3472
3473 busctl_LDADD = \
3474 libsystemd-shared.la
3475
3476 # ------------------------------------------------------------------------------
3477 noinst_LTLIBRARIES += \
3478 libsystemd-network.la
3479
3480 libsystemd_network_la_CFLAGS = \
3481 $(AM_CFLAGS) \
3482 $(KMOD_CFLAGS)
3483
3484 libsystemd_network_la_SOURCES = \
3485 src/systemd/sd-dhcp-client.h \
3486 src/systemd/sd-dhcp-server.h \
3487 src/systemd/sd-dhcp-lease.h \
3488 src/systemd/sd-ipv4ll.h \
3489 src/systemd/sd-ipv4acd.h \
3490 src/systemd/sd-ndisc.h \
3491 src/systemd/sd-dhcp6-client.h \
3492 src/systemd/sd-dhcp6-lease.h \
3493 src/systemd/sd-lldp.h \
3494 src/libsystemd-network/sd-dhcp-client.c \
3495 src/libsystemd-network/sd-dhcp-server.c \
3496 src/libsystemd-network/dhcp-network.c \
3497 src/libsystemd-network/dhcp-option.c \
3498 src/libsystemd-network/dhcp-packet.c \
3499 src/libsystemd-network/dhcp-internal.h \
3500 src/libsystemd-network/dhcp-server-internal.h \
3501 src/libsystemd-network/dhcp-protocol.h \
3502 src/libsystemd-network/dhcp-lease-internal.h \
3503 src/libsystemd-network/sd-dhcp-lease.c \
3504 src/libsystemd-network/sd-ipv4ll.c \
3505 src/libsystemd-network/sd-ipv4acd.c \
3506 src/libsystemd-network/arp-util.h \
3507 src/libsystemd-network/arp-util.c \
3508 src/libsystemd-network/network-internal.c \
3509 src/libsystemd-network/network-internal.h \
3510 src/libsystemd-network/sd-ndisc.c \
3511 src/libsystemd-network/ndisc-internal.h \
3512 src/libsystemd-network/ndisc-router.h \
3513 src/libsystemd-network/ndisc-router.c \
3514 src/libsystemd-network/icmp6-util.h \
3515 src/libsystemd-network/icmp6-util.c \
3516 src/libsystemd-network/sd-dhcp6-client.c \
3517 src/libsystemd-network/dhcp6-internal.h \
3518 src/libsystemd-network/dhcp6-protocol.h \
3519 src/libsystemd-network/dhcp6-network.c \
3520 src/libsystemd-network/dhcp6-option.c \
3521 src/libsystemd-network/dhcp6-lease-internal.h \
3522 src/libsystemd-network/sd-dhcp6-lease.c \
3523 src/libsystemd-network/dhcp-identifier.h \
3524 src/libsystemd-network/dhcp-identifier.c \
3525 src/libsystemd-network/lldp-internal.h \
3526 src/libsystemd-network/lldp-network.h \
3527 src/libsystemd-network/lldp-network.c \
3528 src/libsystemd-network/lldp-neighbor.h \
3529 src/libsystemd-network/lldp-neighbor.c \
3530 src/libsystemd-network/sd-lldp.c
3531
3532 libsystemd_network_la_LIBADD = \
3533 $(KMOD_LIBS)
3534
3535 test_dhcp_option_SOURCES = \
3536 src/libsystemd-network/dhcp-protocol.h \
3537 src/libsystemd-network/dhcp-internal.h \
3538 src/libsystemd-network/test-dhcp-option.c
3539
3540 test_dhcp_option_LDADD = \
3541 libsystemd-network.la \
3542 libsystemd-shared.la
3543
3544 test_dhcp_client_SOURCES = \
3545 src/systemd/sd-dhcp-client.h \
3546 src/libsystemd-network/dhcp-protocol.h \
3547 src/libsystemd-network/dhcp-internal.h \
3548 src/libsystemd-network/test-dhcp-client.c
3549
3550 test_dhcp_client_LDADD = \
3551 libsystemd-network.la \
3552 libsystemd-shared.la
3553
3554 test_dhcp_server_SOURCES = \
3555 src/libsystemd-network/test-dhcp-server.c
3556
3557 test_dhcp_server_LDADD = \
3558 libsystemd-network.la \
3559 libsystemd-shared.la
3560
3561 test_ipv4ll_SOURCES = \
3562 src/systemd/sd-ipv4ll.h \
3563 src/libsystemd-network/arp-util.h \
3564 src/libsystemd-network/test-ipv4ll.c
3565
3566 test_ipv4ll_LDADD = \
3567 libsystemd-network.la \
3568 libsystemd-shared.la
3569
3570 test_ipv4ll_manual_SOURCES = \
3571 src/systemd/sd-ipv4ll.h \
3572 src/libsystemd-network/test-ipv4ll-manual.c
3573
3574 test_ipv4ll_manual_LDADD = \
3575 libsystemd-network.la \
3576 libsystemd-shared.la
3577
3578 test_acd_SOURCES = \
3579 src/systemd/sd-ipv4acd.h \
3580 src/libsystemd-network/test-acd.c
3581
3582 test_acd_LDADD = \
3583 libsystemd-network.la \
3584 libsystemd-shared.la
3585
3586 test_ndisc_rs_SOURCES = \
3587 src/systemd/sd-dhcp6-client.h \
3588 src/systemd/sd-ndisc.h \
3589 src/libsystemd-network/icmp6-util.h \
3590 src/libsystemd-network/test-ndisc-rs.c \
3591 src/libsystemd-network/dhcp-identifier.h \
3592 src/libsystemd-network/dhcp-identifier.c
3593
3594 test_ndisc_rs_LDADD = \
3595 libsystemd-network.la \
3596 libudev.la \
3597 libsystemd-shared.la
3598
3599 test_dhcp6_client_SOURCES = \
3600 src/systemd/sd-dhcp6-client.h \
3601 src/libsystemd-network/dhcp6-internal.h \
3602 src/libsystemd-network/test-dhcp6-client.c \
3603 src/libsystemd-network/dhcp-identifier.h \
3604 src/libsystemd-network/dhcp-identifier.c
3605
3606 test_dhcp6_client_LDADD = \
3607 libsystemd-network.la \
3608 libudev.la \
3609 libsystemd-shared.la
3610
3611 test_lldp_SOURCES = \
3612 src/libsystemd-network/test-lldp.c
3613
3614 test_lldp_LDADD = \
3615 libsystemd-network.la \
3616 libsystemd-shared.la
3617
3618 tests += \
3619 test-dhcp-option \
3620 test-dhcp-client \
3621 test-dhcp-server \
3622 test-ipv4ll \
3623 test-ndisc-rs \
3624 test-dhcp6-client \
3625 test-lldp
3626
3627 # ------------------------------------------------------------------------------
3628 include_HEADERS += \
3629 src/libudev/libudev.h
3630
3631 rootlib_LTLIBRARIES += \
3632 libudev.la
3633
3634 libudev_la_SOURCES =\
3635 src/libudev/libudev.sym \
3636 src/libudev/libudev-private.h \
3637 src/libudev/libudev-device-internal.h \
3638 src/libudev/libudev.c \
3639 src/libudev/libudev-list.c \
3640 src/libudev/libudev-util.c \
3641 src/libudev/libudev-device.c \
3642 src/libudev/libudev-device-private.c \
3643 src/libudev/libudev-enumerate.c \
3644 src/libudev/libudev-monitor.c \
3645 src/libudev/libudev-queue.c \
3646 src/libudev/libudev-hwdb.c
3647
3648 libudev_la_LDFLAGS = \
3649 $(AM_LDFLAGS) \
3650 -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3651 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3652
3653 libudev_la_LIBADD = \
3654 libsystemd-internal.la \
3655 libbasic.la
3656
3657 pkgconfiglib_DATA += \
3658 src/libudev/libudev.pc
3659
3660 EXTRA_DIST += \
3661 src/libudev/libudev.pc.in
3662
3663 # ------------------------------------------------------------------------------
3664 noinst_LTLIBRARIES += \
3665 libudev-internal.la
3666
3667 libudev_internal_la_SOURCES =\
3668 $(libudev_la_SOURCES)
3669
3670 # ------------------------------------------------------------------------------
3671 INSTALL_DIRS += \
3672 $(sysconfdir)/udev/rules.d
3673
3674 dist_network_DATA = \
3675 network/99-default.link \
3676 network/80-container-host0.network \
3677 network/80-container-ve.network \
3678 network/80-container-vz.network
3679
3680 dist_udevrules_DATA += \
3681 rules/50-udev-default.rules \
3682 rules/60-block.rules \
3683 rules/60-drm.rules \
3684 rules/60-evdev.rules \
3685 rules/60-persistent-storage-tape.rules \
3686 rules/60-persistent-input.rules \
3687 rules/60-persistent-alsa.rules \
3688 rules/60-persistent-storage.rules \
3689 rules/60-serial.rules \
3690 rules/64-btrfs.rules \
3691 rules/70-mouse.rules \
3692 rules/70-touchpad.rules \
3693 rules/75-net-description.rules \
3694 rules/78-sound-card.rules \
3695 rules/80-net-setup-link.rules
3696
3697 nodist_udevrules_DATA += \
3698 rules/99-systemd.rules
3699
3700 udevconfdir = $(sysconfdir)/udev
3701 dist_udevconf_DATA = \
3702 src/udev/udev.conf
3703
3704 pkgconfigdata_DATA += \
3705 src/udev/udev.pc
3706
3707 EXTRA_DIST += \
3708 rules/99-systemd.rules.in \
3709 src/udev/udev.pc.in
3710
3711 EXTRA_DIST += \
3712 units/systemd-udevd.service.in \
3713 units/systemd-udev-trigger.service.in \
3714 units/systemd-udev-settle.service.in
3715
3716 SOCKETS_TARGET_WANTS += \
3717 systemd-udevd-control.socket \
3718 systemd-udevd-kernel.socket
3719
3720 SYSINIT_TARGET_WANTS += \
3721 systemd-udevd.service \
3722 systemd-udev-trigger.service
3723
3724 rootbin_PROGRAMS += \
3725 udevadm
3726
3727 rootlibexec_PROGRAMS += \
3728 systemd-udevd
3729
3730 noinst_LTLIBRARIES += \
3731 libudev-core.la
3732
3733 src/udev/keyboard-keys-list.txt:
3734 $(AM_V_at)$(MKDIR_P) $(dir $@)
3735 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h - < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9K]/ { if ($$2 != "KEY_MAX") { print $$2 } }' > $@
3736
3737 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys-list.txt
3738 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3739
3740 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3741 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3742
3743 gperf_txt_sources += \
3744 src/udev/keyboard-keys-list.txt
3745
3746 libudev_core_la_SOURCES = \
3747 src/udev/udev.h \
3748 src/udev/udev-event.c \
3749 src/udev/udev-watch.c \
3750 src/udev/udev-node.c \
3751 src/udev/udev-rules.c \
3752 src/udev/udev-ctrl.c \
3753 src/udev/udev-builtin.c \
3754 src/udev/udev-builtin-btrfs.c \
3755 src/udev/udev-builtin-hwdb.c \
3756 src/udev/udev-builtin-input_id.c \
3757 src/udev/udev-builtin-keyboard.c \
3758 src/udev/udev-builtin-net_id.c \
3759 src/udev/udev-builtin-net_setup_link.c \
3760 src/udev/udev-builtin-path_id.c \
3761 src/udev/udev-builtin-usb_id.c \
3762 src/udev/net/link-config.h \
3763 src/udev/net/link-config.c \
3764 src/udev/net/ethtool-util.h \
3765 src/udev/net/ethtool-util.c
3766
3767 nodist_libudev_core_la_SOURCES = \
3768 src/udev/keyboard-keys-from-name.h \
3769 src/udev/net/link-config-gperf.c
3770
3771 gperf_gperf_sources += \
3772 src/udev/net/link-config-gperf.gperf
3773
3774 libudev_core_la_CFLAGS = \
3775 $(AM_CFLAGS) \
3776 $(BLKID_CFLAGS) \
3777 $(KMOD_CFLAGS)
3778
3779 libudev_core_la_LIBADD = \
3780 libsystemd-network.la \
3781 libshared.la \
3782 $(BLKID_LIBS) \
3783 $(KMOD_LIBS)
3784
3785 if HAVE_KMOD
3786 libudev_core_la_SOURCES += \
3787 src/udev/udev-builtin-kmod.c
3788
3789 dist_udevrules_DATA += \
3790 rules/80-drivers.rules
3791 endif
3792
3793 if HAVE_BLKID
3794 libudev_core_la_SOURCES += \
3795 src/udev/udev-builtin-blkid.c
3796 endif
3797
3798 if HAVE_ACL
3799 libudev_core_la_SOURCES += \
3800 src/udev/udev-builtin-uaccess.c \
3801 src/login/logind-acl.c \
3802 src/libsystemd/sd-login/sd-login.c \
3803 src/systemd/sd-login.h
3804 endif
3805
3806 systemd_udevd_SOURCES = \
3807 src/udev/udevd.c
3808
3809 systemd_udevd_LDADD = \
3810 libudev-core.la \
3811 libbasic.la
3812
3813 udevadm_SOURCES = \
3814 src/udev/udevadm.c \
3815 src/udev/udevadm-info.c \
3816 src/udev/udevadm-control.c \
3817 src/udev/udevadm-monitor.c \
3818 src/udev/udevadm-hwdb.c \
3819 src/udev/udevadm-settle.c \
3820 src/udev/udevadm-trigger.c \
3821 src/udev/udevadm-test.c \
3822 src/udev/udevadm-test-builtin.c \
3823 src/udev/udevadm-util.c \
3824 src/udev/udevadm-util.h
3825
3826 udevadm_LDADD = \
3827 libudev-core.la \
3828 libbasic.la
3829
3830 # ------------------------------------------------------------------------------
3831 if ENABLE_HWDB
3832 INSTALL_DIRS += \
3833 $(sysconfdir)/udev/hwdb.d
3834
3835 systemd_hwdb_SOURCES = \
3836 src/libsystemd/sd-hwdb/hwdb-internal.h \
3837 src/hwdb/hwdb.c
3838
3839 systemd_hwdb_LDADD = \
3840 libshared.la
3841
3842 rootbin_PROGRAMS += \
3843 systemd-hwdb
3844
3845 dist_udevhwdb_DATA = \
3846 hwdb/20-pci-vendor-model.hwdb \
3847 hwdb/20-pci-classes.hwdb \
3848 hwdb/20-usb-vendor-model.hwdb \
3849 hwdb/20-usb-classes.hwdb \
3850 hwdb/20-sdio-vendor-model.hwdb \
3851 hwdb/20-sdio-classes.hwdb \
3852 hwdb/20-bluetooth-vendor-product.hwdb \
3853 hwdb/20-acpi-vendor.hwdb \
3854 hwdb/20-OUI.hwdb \
3855 hwdb/20-net-ifname.hwdb \
3856 hwdb/60-evdev.hwdb \
3857 hwdb/60-keyboard.hwdb \
3858 hwdb/70-mouse.hwdb \
3859 hwdb/70-pointingstick.hwdb \
3860 hwdb/70-touchpad.hwdb
3861
3862 SYSINIT_TARGET_WANTS += \
3863 systemd-hwdb-update.service
3864
3865 # Update hwdb on installation. Do not bother if installing
3866 # in DESTDIR, since this is likely for packaging purposes.
3867 hwdb-update-hook:
3868 -test -n "$(DESTDIR)" || $(rootbindir)/systemd-hwdb update
3869
3870 INSTALL_DATA_HOOKS += \
3871 hwdb-update-hook
3872
3873 hwdb-remove-hook:
3874 -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3875 endif
3876
3877 EXTRA_DIST += \
3878 units/systemd-hwdb-update.service.in \
3879 hwdb/ids-update.pl \
3880 hwdb/sdio.ids
3881
3882 # ------------------------------------------------------------------------------
3883 if ENABLE_TESTS
3884 TESTS += \
3885 test/udev-test.pl
3886
3887 if HAVE_PYTHON
3888 TESTS += \
3889 test/rule-syntax-check.py \
3890 hwdb/parse_hwdb.py
3891
3892 if HAVE_SYSV_COMPAT
3893 TESTS += \
3894 test/sysv-generator-test.py
3895 endif
3896 endif
3897 endif
3898
3899 tests += \
3900 test-libudev
3901
3902 manual_tests += \
3903 test-udev
3904
3905 test_libudev_SOURCES = \
3906 src/test/test-libudev.c
3907
3908 test_libudev_LDADD = \
3909 libsystemd-shared.la
3910
3911 test_udev_SOURCES = \
3912 src/test/test-udev.c
3913
3914 test_udev_LDADD = \
3915 libudev-core.la \
3916 libsystemd-shared.la \
3917 $(BLKID_LIBS) \
3918 $(KMOD_LIBS) \
3919 -lrt
3920
3921 if ENABLE_TESTS
3922 check_DATA += \
3923 test/sys
3924 endif
3925
3926 # packed sysfs test tree
3927 test/sys: test/sys.tar.xz
3928 -rm -rf test/sys
3929 $(AM_V_at)$(MKDIR_P) $(dir $@)
3930 $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3931 -touch test/sys
3932
3933 test-sys-distclean:
3934 -rm -rf test/sys
3935 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3936
3937 EXTRA_DIST += \
3938 test/sys.tar.xz \
3939 test/udev-test.pl \
3940 test/rule-syntax-check.py \
3941 test/sysv-generator-test.py \
3942 test/mocks/fsck \
3943 hwdb/parse_hwdb.py
3944
3945 # ------------------------------------------------------------------------------
3946 ata_id_SOURCES = \
3947 src/udev/ata_id/ata_id.c
3948
3949 ata_id_LDADD = \
3950 libshared.la
3951
3952 udevlibexec_PROGRAMS += \
3953 ata_id
3954
3955 # ------------------------------------------------------------------------------
3956 cdrom_id_SOURCES = \
3957 src/udev/cdrom_id/cdrom_id.c
3958
3959 cdrom_id_LDADD = \
3960 libshared.la
3961
3962 udevlibexec_PROGRAMS += \
3963 cdrom_id
3964
3965 dist_udevrules_DATA += \
3966 rules/60-cdrom_id.rules
3967
3968 # ------------------------------------------------------------------------------
3969 collect_SOURCES = \
3970 src/udev/collect/collect.c
3971
3972 collect_LDADD = \
3973 libshared.la
3974
3975 udevlibexec_PROGRAMS += \
3976 collect
3977
3978 # ------------------------------------------------------------------------------
3979 scsi_id_SOURCES =\
3980 src/udev/scsi_id/scsi_id.c \
3981 src/udev/scsi_id/scsi_serial.c \
3982 src/udev/scsi_id/scsi.h \
3983 src/udev/scsi_id/scsi_id.h
3984
3985 scsi_id_LDADD = \
3986 libshared.la
3987
3988 udevlibexec_PROGRAMS += \
3989 scsi_id
3990
3991 EXTRA_DIST += \
3992 src/udev/scsi_id/README
3993
3994 # ------------------------------------------------------------------------------
3995 v4l_id_SOURCES = \
3996 src/udev/v4l_id/v4l_id.c
3997
3998 v4l_id_LDADD = \
3999 libshared.la
4000
4001 udevlibexec_PROGRAMS += \
4002 v4l_id
4003
4004 dist_udevrules_DATA += \
4005 rules/60-persistent-v4l.rules
4006
4007 # ------------------------------------------------------------------------------
4008 mtd_probe_SOURCES = \
4009 src/udev/mtd_probe/mtd_probe.c \
4010 src/udev/mtd_probe/mtd_probe.h \
4011 src/udev/mtd_probe/probe_smartmedia.c
4012
4013 dist_udevrules_DATA += \
4014 rules/75-probe_mtd.rules
4015
4016 udevlibexec_PROGRAMS += \
4017 mtd_probe
4018
4019 # ------------------------------------------------------------------------------
4020 test_id128_SOURCES = \
4021 src/test/test-id128.c
4022
4023 test_id128_LDADD = \
4024 libsystemd-shared.la
4025
4026 tests += \
4027 test-id128
4028
4029 # ------------------------------------------------------------------------------
4030
4031 bin_PROGRAMS += \
4032 systemd-socket-activate
4033
4034 systemd_socket_activate_SOURCES = \
4035 src/activate/activate.c
4036
4037 systemd_socket_activate_LDADD = \
4038 libsystemd-shared.la
4039
4040 # ------------------------------------------------------------------------------
4041 systemd_journald_SOURCES = \
4042 src/journal/journald.c \
4043 src/journal/journald-server.h
4044
4045 systemd_journald_LDADD = \
4046 libjournal-core.la \
4047 libsystemd-shared.la
4048
4049 systemd_cat_SOURCES = \
4050 src/journal/cat.c
4051
4052 systemd_cat_LDADD = \
4053 libjournal-core.la
4054
4055 if HAVE_LIBCURL
4056 rootlibexec_PROGRAMS += \
4057 systemd-journal-upload
4058
4059 systemd_journal_upload_SOURCES = \
4060 src/journal-remote/journal-upload.h \
4061 src/journal-remote/journal-upload.c \
4062 src/journal-remote/journal-upload-journal.c
4063
4064 systemd_journal_upload_CFLAGS = \
4065 $(AM_CFLAGS) \
4066 $(LIBCURL_CFLAGS)
4067
4068 systemd_journal_upload_LDADD = \
4069 libsystemd-shared.la \
4070 $(LIBCURL_LIBS)
4071
4072 nodist_systemunit_DATA += \
4073 units/systemd-journal-upload.service
4074
4075 nodist_pkgsysconf_DATA += \
4076 src/journal-remote/journal-upload.conf
4077 endif
4078
4079 EXTRA_DIST += \
4080 units/systemd-journal-upload.service.in \
4081 src/journal-remote/journal-upload.conf.in
4082
4083 if HAVE_MICROHTTPD
4084 rootlibexec_PROGRAMS += \
4085 systemd-journal-remote
4086
4087 systemd_journal_remote_SOURCES = \
4088 src/journal-remote/journal-remote-parse.h \
4089 src/journal-remote/journal-remote-parse.c \
4090 src/journal-remote/journal-remote-write.h \
4091 src/journal-remote/journal-remote-write.c \
4092 src/journal-remote/journal-remote.h \
4093 src/journal-remote/journal-remote.c
4094
4095 systemd_journal_remote_LDADD = \
4096 libjournal-core.la
4097
4098 systemd_journal_remote_SOURCES += \
4099 src/journal-remote/microhttpd-util.h \
4100 src/journal-remote/microhttpd-util.c
4101
4102 systemd_journal_remote_CFLAGS = \
4103 $(AM_CFLAGS) \
4104 $(MICROHTTPD_CFLAGS)
4105
4106 systemd_journal_remote_LDADD += \
4107 $(MICROHTTPD_LIBS)
4108
4109 if ENABLE_TMPFILES
4110 dist_tmpfiles_DATA += \
4111 tmpfiles.d/systemd-remote.conf
4112 endif
4113
4114 if HAVE_GNUTLS
4115 systemd_journal_remote_LDADD += \
4116 $(GNUTLS_LIBS)
4117 endif
4118
4119 # systemd-journal-remote make sense mostly with full crypto stack
4120 dist_systemunit_DATA += \
4121 units/systemd-journal-remote.socket
4122
4123 nodist_systemunit_DATA += \
4124 units/systemd-journal-remote.service
4125
4126 journal-remote-install-hook: journal-install-hook
4127 -$(MKDIR_P) $(DESTDIR)/var/log/journal/remote
4128 -chown 0:0 $(DESTDIR)/var/log/journal/remote
4129 -chmod 755 $(DESTDIR)/var/log/journal/remote
4130
4131 INSTALL_EXEC_HOOKS += journal-remote-install-hook
4132
4133 nodist_pkgsysconf_DATA += \
4134 src/journal-remote/journal-remote.conf
4135
4136 EXTRA_DIST += \
4137 units/systemd-journal-remote.service.in \
4138 src/journal-remote/journal-remote.conf.in \
4139 src/journal-remote/log-generator.py
4140 endif
4141
4142 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
4143 journalctl_CFLAGS = \
4144 $(AM_CFLAGS)
4145
4146 journalctl_SOURCES = \
4147 src/journal/journalctl.c
4148
4149 journalctl_LDADD = \
4150 libsystemd-shared.la \
4151 libudev-core.la
4152
4153 if HAVE_QRENCODE
4154 journalctl_SOURCES += \
4155 src/journal/journal-qrcode.c \
4156 src/journal/journal-qrcode.h
4157
4158 journalctl_CFLAGS += \
4159 $(QRENCODE_CFLAGS)
4160
4161 journalctl_LDADD += \
4162 $(QRENCODE_LIBS)
4163 endif
4164
4165 test_journal_SOURCES = \
4166 src/journal/test-journal.c
4167
4168 test_journal_LDADD = \
4169 libjournal-core.la
4170
4171 test_journal_send_SOURCES = \
4172 src/journal/test-journal-send.c
4173
4174 test_journal_send_LDADD = \
4175 libjournal-core.la
4176
4177 test_journal_syslog_SOURCES = \
4178 src/journal/test-journal-syslog.c
4179
4180 test_journal_syslog_LDADD = \
4181 libjournal-core.la
4182
4183 test_journal_match_SOURCES = \
4184 src/journal/test-journal-match.c
4185
4186 test_journal_match_LDADD = \
4187 libjournal-core.la
4188
4189 test_journal_enum_SOURCES = \
4190 src/journal/test-journal-enum.c
4191
4192 test_journal_enum_LDADD = \
4193 libjournal-core.la
4194
4195 test_journal_stream_SOURCES = \
4196 src/journal/test-journal-stream.c
4197
4198 test_journal_stream_LDADD = \
4199 libjournal-core.la
4200
4201 test_journal_flush_SOURCES = \
4202 src/journal/test-journal-flush.c
4203
4204 test_journal_flush_LDADD = \
4205 libjournal-core.la
4206
4207 test_journal_init_SOURCES = \
4208 src/journal/test-journal-init.c
4209
4210 test_journal_init_LDADD = \
4211 libjournal-core.la
4212
4213 test_journal_verify_SOURCES = \
4214 src/journal/test-journal-verify.c
4215
4216 test_journal_verify_LDADD = \
4217 libjournal-core.la
4218
4219 test_journal_interleaving_SOURCES = \
4220 src/journal/test-journal-interleaving.c
4221
4222 test_journal_interleaving_LDADD = \
4223 libjournal-core.la
4224
4225 test_mmap_cache_SOURCES = \
4226 src/journal/test-mmap-cache.c
4227
4228 test_mmap_cache_LDADD = \
4229 libjournal-core.la
4230
4231 test_catalog_SOURCES = \
4232 src/journal/test-catalog.c
4233
4234 test_catalog_CPPFLAGS = \
4235 $(AM_CPPFLAGS) \
4236 -DCATALOG_DIR=\"$(abs_top_builddir)/catalog\"
4237
4238 test_catalog_LDADD = \
4239 libjournal-core.la
4240
4241 test_compress_SOURCES = \
4242 src/journal/test-compress.c
4243
4244 test_compress_LDADD = \
4245 libsystemd-shared.la
4246
4247 if HAVE_LZ4
4248 test_compress_LDADD += \
4249 -llz4
4250 endif
4251
4252 test_compress_benchmark_SOURCES = \
4253 src/journal/test-compress-benchmark.c
4254
4255 test_compress_benchmark_LDADD = \
4256 libsystemd-shared.la
4257
4258 test_audit_type_SOURCES = \
4259 src/journal/test-audit-type.c
4260
4261 test_audit_type_LDADD = \
4262 libjournal-core.la
4263
4264 libjournal_core_la_SOURCES = \
4265 src/journal/journald-kmsg.c \
4266 src/journal/journald-kmsg.h \
4267 src/journal/journald-syslog.c \
4268 src/journal/journald-syslog.h \
4269 src/journal/journald-stream.c \
4270 src/journal/journald-stream.h \
4271 src/journal/journald-server.c \
4272 src/journal/journald-server.h \
4273 src/journal/journald-console.c \
4274 src/journal/journald-console.h \
4275 src/journal/journald-wall.c \
4276 src/journal/journald-wall.h \
4277 src/journal/journald-native.c \
4278 src/journal/journald-native.h \
4279 src/journal/journald-audit.c \
4280 src/journal/journald-audit.h \
4281 src/journal/journald-rate-limit.c \
4282 src/journal/journald-rate-limit.h \
4283 src/journal/journal-internal.h
4284
4285 nodist_libjournal_core_la_SOURCES = \
4286 src/journal/journald-gperf.c
4287
4288 libjournal_core_la_LIBADD = \
4289 libsystemd-shared.la
4290
4291 noinst_LTLIBRARIES += \
4292 libjournal-core.la
4293
4294 journal-install-hook:
4295 -$(MKDIR_P) $(DESTDIR)/var/log/journal
4296 -chown 0:0 $(DESTDIR)/var/log/journal
4297 -chmod 755 $(DESTDIR)/var/log/journal
4298 -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
4299 -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
4300
4301 journal-uninstall-hook:
4302 -rmdir $(DESTDIR)/var/log/journal/remote
4303 -rmdir $(DESTDIR)/var/log/journal/
4304
4305 INSTALL_EXEC_HOOKS += journal-install-hook
4306 UNINSTALL_EXEC_HOOKS += journal-uninstall-hook
4307
4308 # ------------------------------------------------------------------------------
4309 # Update catalog on installation. Do not bother if installing
4310 # in DESTDIR, since this is likely for packaging purposes.
4311 catalog-update-hook:
4312 -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog
4313
4314 INSTALL_DATA_HOOKS += \
4315 catalog-update-hook
4316
4317 catalog-remove-hook:
4318 -test -n "$(DESTDIR)" || rm -f $(catalogstatedir)/database
4319
4320 UNINSTALL_DATA_HOOKS += \
4321 catalog-remove-hook
4322
4323 tests += \
4324 test-journal \
4325 test-journal-enum \
4326 test-journal-send \
4327 test-journal-syslog \
4328 test-journal-match \
4329 test-journal-stream \
4330 test-journal-init \
4331 test-journal-verify \
4332 test-journal-interleaving \
4333 test-journal-flush \
4334 test-mmap-cache \
4335 test-catalog \
4336 test-audit-type
4337
4338 if HAVE_COMPRESSION
4339 tests += \
4340 test-compress \
4341 test-compress-benchmark
4342 endif
4343
4344 pkginclude_HEADERS += \
4345 src/systemd/sd-journal.h \
4346 src/systemd/sd-messages.h \
4347 src/systemd/_sd-common.h
4348
4349 libsystemd_journal_internal_la_SOURCES = \
4350 src/journal/sd-journal.c \
4351 src/systemd/sd-journal.h \
4352 src/systemd/_sd-common.h \
4353 src/journal/journal-file.c \
4354 src/journal/journal-file.h \
4355 src/journal/journal-vacuum.c \
4356 src/journal/journal-vacuum.h \
4357 src/journal/journal-verify.c \
4358 src/journal/journal-verify.h \
4359 src/journal/lookup3.c \
4360 src/journal/lookup3.h \
4361 src/journal/journal-send.c \
4362 src/journal/journal-def.h \
4363 src/journal/compress.h \
4364 src/journal/catalog.c \
4365 src/journal/catalog.h \
4366 src/journal/mmap-cache.c \
4367 src/journal/mmap-cache.h \
4368 src/journal/compress.c \
4369 src/journal/audit-type.h \
4370 src/journal/audit-type.c \
4371 src/shared/gcrypt-util.h \
4372 src/shared/gcrypt-util.c
4373
4374 nodist_libsystemd_journal_internal_la_SOURCES = \
4375 src/journal/audit_type-to-name.h
4376
4377 gperf_txt_sources += \
4378 src/journal/audit_type-list.txt
4379
4380 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
4381 libsystemd_journal_internal_la_CFLAGS = \
4382 $(AM_CFLAGS)
4383
4384 libsystemd_journal_internal_la_LIBADD =
4385
4386 if HAVE_XZ
4387 libsystemd_journal_internal_la_CFLAGS += \
4388 $(XZ_CFLAGS)
4389
4390 libsystemd_journal_internal_la_LIBADD += \
4391 $(XZ_LIBS)
4392 endif
4393
4394 if HAVE_LZ4
4395 libsystemd_journal_internal_la_LIBADD += \
4396 -llz4
4397 endif
4398
4399 if HAVE_GCRYPT
4400 libsystemd_journal_internal_la_SOURCES += \
4401 src/journal/journal-authenticate.c \
4402 src/journal/journal-authenticate.h \
4403 src/journal/fsprg.c \
4404 src/journal/fsprg.h
4405
4406 libsystemd_journal_internal_la_LIBADD += \
4407 $(GCRYPT_LIBS)
4408
4409 # fsprg.c is a drop-in file using void pointer arithmetic
4410 libsystemd_journal_internal_la_CFLAGS += \
4411 $(GCRYPT_CFLAGS) \
4412 -Wno-pointer-arith
4413 endif
4414
4415 noinst_LTLIBRARIES += \
4416 libsystemd-journal-internal.la
4417
4418 rootlibexec_PROGRAMS += \
4419 systemd-journald
4420
4421 rootbin_PROGRAMS += \
4422 journalctl
4423
4424 bin_PROGRAMS += \
4425 systemd-cat
4426
4427 dist_systemunit_DATA += \
4428 units/systemd-journald.socket \
4429 units/systemd-journald-dev-log.socket \
4430 units/systemd-journald-audit.socket
4431
4432 nodist_systemunit_DATA += \
4433 units/systemd-journald.service \
4434 units/systemd-journal-flush.service \
4435 units/systemd-journal-catalog-update.service
4436
4437 dist_pkgsysconf_DATA += \
4438 src/journal/journald.conf
4439
4440 nodist_catalog_DATA = \
4441 catalog/systemd.bg.catalog \
4442 catalog/systemd.be.catalog \
4443 catalog/systemd.be@latin.catalog \
4444 catalog/systemd.fr.catalog \
4445 catalog/systemd.it.catalog \
4446 catalog/systemd.pl.catalog \
4447 catalog/systemd.pt_BR.catalog \
4448 catalog/systemd.ru.catalog \
4449 catalog/systemd.zh_CN.catalog \
4450 catalog/systemd.zh_TW.catalog \
4451 catalog/systemd.catalog
4452
4453 EXTRA_DIST += \
4454 $(nodist_catalog_DATA:.catalog=.catalog.in)
4455
4456 # Note that we don't use @@ for replacement markers here, but %%. This is
4457 # because the catalog uses @@ already for its runtime replacement handling and
4458 # we don't want to conflict with that.
4459 catalog/%.catalog: catalog/%.catalog.in
4460 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
4461 $(SED) -e 's~%SUPPORT_URL%~$(SUPPORT_URL)~' < $< > $@
4462
4463 SOCKETS_TARGET_WANTS += \
4464 systemd-journald.socket \
4465 systemd-journald-dev-log.socket \
4466 systemd-journald-audit.socket
4467
4468 SYSINIT_TARGET_WANTS += \
4469 systemd-journald.service \
4470 systemd-journal-flush.service \
4471 systemd-journal-catalog-update.service
4472
4473 EXTRA_DIST += \
4474 units/systemd-journald.service.in \
4475 units/systemd-journal-flush.service.in \
4476 units/systemd-journal-catalog-update.service.in
4477
4478 gperf_gperf_sources += \
4479 src/journal/journald-gperf.gperf
4480
4481 # ------------------------------------------------------------------------------
4482 if HAVE_MICROHTTPD
4483 gatewayddocumentrootdir=$(pkgdatadir)/gatewayd
4484
4485 rootlibexec_PROGRAMS += \
4486 systemd-journal-gatewayd
4487
4488 systemd_journal_gatewayd_SOURCES = \
4489 src/journal-remote/journal-gatewayd.c \
4490 src/journal-remote/microhttpd-util.h \
4491 src/journal-remote/microhttpd-util.c
4492
4493 systemd_journal_gatewayd_LDADD = \
4494 libsystemd-shared.la \
4495 $(MICROHTTPD_LIBS)
4496
4497 if HAVE_GNUTLS
4498 systemd_journal_gatewayd_LDADD += \
4499 $(GNUTLS_LIBS)
4500 endif
4501
4502 systemd_journal_gatewayd_CFLAGS = \
4503 $(AM_CFLAGS) \
4504 $(MICROHTTPD_CFLAGS)
4505
4506 systemd_journal_gatewayd_CPPFLAGS = \
4507 $(AM_CPPFLAGS) \
4508 -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\"
4509
4510 dist_systemunit_DATA += \
4511 units/systemd-journal-gatewayd.socket
4512
4513 nodist_systemunit_DATA += \
4514 units/systemd-journal-gatewayd.service
4515
4516 dist_gatewayddocumentroot_DATA = \
4517 src/journal-remote/browse.html
4518
4519 endif
4520
4521 EXTRA_DIST += \
4522 units/systemd-journal-gatewayd.service.in
4523
4524 # ------------------------------------------------------------------------------
4525
4526 systemd_socket_proxyd_SOURCES = \
4527 src/socket-proxy/socket-proxyd.c
4528
4529 systemd_socket_proxyd_LDADD = \
4530 libsystemd-shared.la
4531
4532 # ------------------------------------------------------------------------------
4533 if ENABLE_COREDUMP
4534 systemd_coredump_SOURCES = \
4535 src/coredump/coredump.c \
4536 src/coredump/coredump-vacuum.c \
4537 src/coredump/coredump-vacuum.h
4538
4539 systemd_coredump_CFLAGS = \
4540 $(AM_CFLAGS) \
4541 $(ACL_CFLAGS)
4542
4543 systemd_coredump_LDADD = \
4544 libsystemd-shared.la \
4545 $(ACL_LIBS)
4546
4547 if HAVE_ELFUTILS
4548 systemd_coredump_SOURCES += \
4549 src/coredump/stacktrace.c \
4550 src/coredump/stacktrace.h
4551
4552 systemd_coredump_LDADD += \
4553 $(ELFUTILS_LIBS)
4554 endif
4555
4556 nodist_systemunit_DATA += \
4557 units/systemd-coredump@.service
4558
4559 dist_systemunit_DATA += \
4560 units/systemd-coredump.socket
4561
4562 SOCKETS_TARGET_WANTS += \
4563 systemd-coredump.socket
4564
4565 rootlibexec_PROGRAMS += \
4566 systemd-coredump
4567
4568 dist_pkgsysconf_DATA += \
4569 src/coredump/coredump.conf
4570
4571 coredumpctl_SOURCES = \
4572 src/coredump/coredumpctl.c
4573
4574 coredumpctl_LDADD = \
4575 libsystemd-shared.la
4576
4577 bin_PROGRAMS += \
4578 coredumpctl
4579
4580 manual_tests += \
4581 test-coredump-vacuum
4582
4583 test_coredump_vacuum_SOURCES = \
4584 src/coredump/test-coredump-vacuum.c \
4585 src/coredump/coredump-vacuum.c \
4586 src/coredump/coredump-vacuum.h
4587
4588 test_coredump_vacuum_LDADD = \
4589 libsystemd-shared.la
4590
4591 dist_bashcompletion_data += \
4592 shell-completion/bash/coredumpctl
4593
4594 dist_zshcompletion_data += \
4595 shell-completion/zsh/_coredumpctl
4596
4597 nodist_sysctl_DATA = \
4598 sysctl.d/50-coredump.conf
4599
4600 CLEANFILES += \
4601 sysctl.d/50-coredump.conf
4602 endif
4603
4604 EXTRA_DIST += \
4605 sysctl.d/50-coredump.conf.in \
4606 units/systemd-coredump@.service.in
4607
4608 # ------------------------------------------------------------------------------
4609 if ENABLE_BINFMT
4610 systemd_binfmt_SOURCES = \
4611 src/binfmt/binfmt.c
4612
4613 systemd_binfmt_LDADD = \
4614 libsystemd-shared.la
4615
4616 rootlibexec_PROGRAMS += \
4617 systemd-binfmt
4618
4619 dist_systemunit_DATA += \
4620 units/proc-sys-fs-binfmt_misc.automount \
4621 units/proc-sys-fs-binfmt_misc.mount
4622
4623 nodist_systemunit_DATA += \
4624 units/systemd-binfmt.service
4625
4626 INSTALL_DIRS += \
4627 $(prefix)/lib/binfmt.d \
4628 $(sysconfdir)/binfmt.d
4629
4630 SYSINIT_TARGET_WANTS += \
4631 systemd-binfmt.service \
4632 proc-sys-fs-binfmt_misc.automount
4633
4634 endif
4635
4636 EXTRA_DIST += \
4637 units/systemd-binfmt.service.in
4638
4639 # ------------------------------------------------------------------------------
4640 if ENABLE_VCONSOLE
4641 systemd_vconsole_setup_SOURCES = \
4642 src/vconsole/vconsole-setup.c
4643
4644 systemd_vconsole_setup_LDADD = \
4645 libsystemd-shared.la
4646
4647 rootlibexec_PROGRAMS += \
4648 systemd-vconsole-setup
4649
4650 nodist_udevrules_DATA += \
4651 src/vconsole/90-vconsole.rules
4652
4653 nodist_systemunit_DATA += \
4654 units/systemd-vconsole-setup.service
4655 endif
4656
4657 EXTRA_DIST += \
4658 src/vconsole/90-vconsole.rules.in \
4659 units/systemd-vconsole-setup.service.in
4660
4661 # ------------------------------------------------------------------------------
4662 if ENABLE_QUOTACHECK
4663 rootlibexec_PROGRAMS += \
4664 systemd-quotacheck
4665
4666 nodist_systemunit_DATA += \
4667 units/systemd-quotacheck.service
4668
4669 systemd_quotacheck_SOURCES = \
4670 src/quotacheck/quotacheck.c
4671
4672 systemd_quotacheck_LDADD = \
4673 libsystemd-shared.la
4674 endif
4675
4676 EXTRA_DIST += \
4677 units/systemd-quotacheck.service.in
4678
4679 nodist_systemunit_DATA += \
4680 units/quotaon.service
4681
4682 # ------------------------------------------------------------------------------
4683 if ENABLE_RANDOMSEED
4684 rootlibexec_PROGRAMS += \
4685 systemd-random-seed
4686
4687 nodist_systemunit_DATA += \
4688 units/systemd-random-seed.service
4689
4690 systemd_random_seed_SOURCES = \
4691 src/random-seed/random-seed.c
4692
4693 systemd_random_seed_LDADD = \
4694 libsystemd-shared.la
4695
4696 SYSINIT_TARGET_WANTS += \
4697 systemd-random-seed.service
4698
4699 endif
4700
4701 EXTRA_DIST += \
4702 units/systemd-random-seed.service.in
4703
4704 # ------------------------------------------------------------------------------
4705 if ENABLE_BACKLIGHT
4706 rootlibexec_PROGRAMS += \
4707 systemd-backlight
4708
4709 nodist_systemunit_DATA += \
4710 units/systemd-backlight@.service
4711
4712 systemd_backlight_SOURCES = \
4713 src/backlight/backlight.c
4714
4715 systemd_backlight_LDADD = \
4716 libsystemd-shared.la
4717 endif
4718
4719 EXTRA_DIST += \
4720 units/systemd-backlight@.service.in
4721
4722 # ------------------------------------------------------------------------------
4723 if ENABLE_RFKILL
4724 rootlibexec_PROGRAMS += \
4725 systemd-rfkill
4726
4727 nodist_systemunit_DATA += \
4728 units/systemd-rfkill.service
4729
4730 dist_systemunit_DATA += \
4731 units/systemd-rfkill.socket
4732
4733 systemd_rfkill_SOURCES = \
4734 src/rfkill/rfkill.c
4735
4736 systemd_rfkill_LDADD = \
4737 libsystemd-shared.la
4738 endif
4739
4740 EXTRA_DIST += \
4741 units/systemd-rfkill.service.in
4742
4743 # ------------------------------------------------------------------------------
4744 if HAVE_LIBCRYPTSETUP
4745 rootlibexec_PROGRAMS += \
4746 systemd-cryptsetup
4747
4748 systemgenerator_PROGRAMS += \
4749 systemd-cryptsetup-generator
4750
4751 dist_systemunit_DATA += \
4752 units/cryptsetup.target \
4753 units/cryptsetup-pre.target
4754
4755 systemd_cryptsetup_SOURCES = \
4756 src/cryptsetup/cryptsetup.c
4757
4758 systemd_cryptsetup_CFLAGS = \
4759 $(AM_CFLAGS) \
4760 $(LIBCRYPTSETUP_CFLAGS)
4761
4762 systemd_cryptsetup_LDADD = \
4763 libsystemd-shared.la \
4764 $(LIBCRYPTSETUP_LIBS)
4765
4766 systemd_cryptsetup_generator_SOURCES = \
4767 src/cryptsetup/cryptsetup-generator.c
4768
4769 systemd_cryptsetup_generator_LDADD = \
4770 libsystemd-shared.la
4771
4772 SYSINIT_TARGET_WANTS += \
4773 cryptsetup.target
4774
4775 endif
4776
4777 # ------------------------------------------------------------------------------
4778 if ENABLE_HOSTNAMED
4779 systemd_hostnamed_SOURCES = \
4780 src/hostname/hostnamed.c
4781
4782 systemd_hostnamed_LDADD = \
4783 libsystemd-shared.la
4784
4785 rootlibexec_PROGRAMS += \
4786 systemd-hostnamed
4787
4788 nodist_systemunit_DATA += \
4789 units/systemd-hostnamed.service
4790
4791 dist_systemunit_DATA_busnames += \
4792 units/org.freedesktop.hostname1.busname
4793
4794 dist_dbuspolicy_DATA += \
4795 src/hostname/org.freedesktop.hostname1.conf
4796
4797 dist_dbussystemservice_DATA += \
4798 src/hostname/org.freedesktop.hostname1.service
4799
4800 polkitpolicy_files += \
4801 src/hostname/org.freedesktop.hostname1.policy
4802
4803 SYSTEM_UNIT_ALIASES += \
4804 systemd-hostnamed.service dbus-org.freedesktop.hostname1.service
4805
4806 BUSNAMES_TARGET_WANTS += \
4807 org.freedesktop.hostname1.busname
4808
4809 hostnamectl_SOURCES = \
4810 src/hostname/hostnamectl.c
4811
4812 hostnamectl_LDADD = \
4813 libsystemd-shared.la
4814
4815 bin_PROGRAMS += \
4816 hostnamectl
4817
4818 dist_bashcompletion_data += \
4819 shell-completion/bash/hostnamectl
4820
4821 dist_zshcompletion_data += \
4822 shell-completion/zsh/_hostnamectl
4823 endif
4824
4825 polkitpolicy_in_files += \
4826 src/hostname/org.freedesktop.hostname1.policy.in
4827
4828 EXTRA_DIST += \
4829 units/systemd-hostnamed.service.in
4830
4831 # ------------------------------------------------------------------------------
4832 dist_systemunit_DATA_busnames += \
4833 units/org.freedesktop.systemd1.busname
4834
4835 BUSNAMES_TARGET_WANTS += \
4836 org.freedesktop.systemd1.busname
4837
4838 # ------------------------------------------------------------------------------
4839 if ENABLE_LOCALED
4840 systemd_localed_SOURCES = \
4841 src/locale/localed.c \
4842 src/locale/keymap-util.c \
4843 src/locale/keymap-util.h
4844
4845 systemd_localed_LDADD = \
4846 libsystemd-shared.la \
4847 -ldl
4848
4849 systemd_localed_CFLAGS = \
4850 $(AM_CFLAGS) \
4851 $(XKBCOMMON_CFLAGS)
4852
4853 nodist_systemunit_DATA += \
4854 units/systemd-localed.service
4855
4856 dist_systemunit_DATA_busnames += \
4857 units/org.freedesktop.locale1.busname
4858
4859 rootlibexec_PROGRAMS += \
4860 systemd-localed
4861
4862 dist_dbuspolicy_DATA += \
4863 src/locale/org.freedesktop.locale1.conf
4864
4865 dist_dbussystemservice_DATA += \
4866 src/locale/org.freedesktop.locale1.service
4867
4868 polkitpolicy_files += \
4869 src/locale/org.freedesktop.locale1.policy
4870
4871 SYSTEM_UNIT_ALIASES += \
4872 systemd-localed.service dbus-org.freedesktop.locale1.service
4873
4874 BUSNAMES_TARGET_WANTS += \
4875 org.freedesktop.locale1.busname
4876
4877 dist_pkgdata_DATA = \
4878 src/locale/kbd-model-map \
4879 src/locale/language-fallback-map
4880
4881 test_keymap_util_SOURCES = \
4882 src/locale/test-keymap-util.c \
4883 src/locale/keymap-util.c \
4884 src/locale/keymap-util.h
4885
4886 test_keymap_util_LDADD = \
4887 libsystemd-shared.la \
4888 -ldl
4889
4890 tests += \
4891 test-keymap-util
4892
4893 localectl_SOURCES = \
4894 src/locale/localectl.c
4895
4896 localectl_LDADD = \
4897 libsystemd-shared.la
4898
4899 bin_PROGRAMS += \
4900 localectl
4901
4902 dist_bashcompletion_data += \
4903 shell-completion/bash/localectl
4904
4905 dist_zshcompletion_data += \
4906 shell-completion/zsh/_localectl
4907 endif
4908
4909 .PHONY: update-kbd-model-map
4910
4911 polkitpolicy_in_files += \
4912 src/locale/org.freedesktop.locale1.policy.in
4913
4914 EXTRA_DIST += \
4915 units/systemd-localed.service.in
4916
4917 # ------------------------------------------------------------------------------
4918 if ENABLE_TIMEDATED
4919 systemd_timedated_SOURCES = \
4920 src/timedate/timedated.c
4921
4922 systemd_timedated_LDADD = \
4923 libsystemd-shared.la
4924
4925 rootlibexec_PROGRAMS += \
4926 systemd-timedated
4927
4928 dist_dbussystemservice_DATA += \
4929 src/timedate/org.freedesktop.timedate1.service
4930
4931 dist_dbuspolicy_DATA += \
4932 src/timedate/org.freedesktop.timedate1.conf
4933
4934 nodist_systemunit_DATA += \
4935 units/systemd-timedated.service
4936
4937 dist_systemunit_DATA_busnames += \
4938 units/org.freedesktop.timedate1.busname
4939
4940 polkitpolicy_files += \
4941 src/timedate/org.freedesktop.timedate1.policy
4942
4943 SYSTEM_UNIT_ALIASES += \
4944 systemd-timedated.service dbus-org.freedesktop.timedate1.service
4945
4946 BUSNAMES_TARGET_WANTS += \
4947 org.freedesktop.timedate1.busname
4948
4949 timedatectl_SOURCES = \
4950 src/timedate/timedatectl.c
4951
4952 timedatectl_LDADD = \
4953 libsystemd-shared.la
4954
4955 bin_PROGRAMS += \
4956 timedatectl
4957
4958 dist_bashcompletion_data += \
4959 shell-completion/bash/timedatectl
4960
4961 dist_zshcompletion_data += \
4962 shell-completion/zsh/_timedatectl
4963 endif
4964
4965 polkitpolicy_in_files += \
4966 src/timedate/org.freedesktop.timedate1.policy.in
4967
4968 EXTRA_DIST += \
4969 units/systemd-timedated.service.in
4970
4971 # ------------------------------------------------------------------------------
4972 if ENABLE_TIMESYNCD
4973 systemd_timesyncd_SOURCES = \
4974 src/timesync/timesyncd.c \
4975 src/timesync/timesyncd-manager.c \
4976 src/timesync/timesyncd-manager.h \
4977 src/timesync/timesyncd-conf.c \
4978 src/timesync/timesyncd-conf.h \
4979 src/timesync/timesyncd-server.c \
4980 src/timesync/timesyncd-server.h
4981
4982 nodist_systemd_timesyncd_SOURCES = \
4983 src/timesync/timesyncd-gperf.c
4984
4985 systemd_timesyncd_LDADD = \
4986 libsystemd-network.la \
4987 libsystemd-shared.la \
4988 -lm
4989
4990 rootlibexec_PROGRAMS += \
4991 systemd-timesyncd
4992
4993 nodist_systemunit_DATA += \
4994 units/systemd-timesyncd.service
4995
4996 GENERAL_ALIASES += \
4997 $(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/sysinit.target.wants/systemd-timesyncd.service
4998
4999 nodist_pkgsysconf_DATA += \
5000 src/timesync/timesyncd.conf
5001
5002 endif
5003
5004 gperf_gperf_sources += \
5005 src/timesync/timesyncd-gperf.gperf
5006
5007 EXTRA_DIST += \
5008 units/systemd-timesyncd.service.in \
5009 src/timesync/timesyncd.conf.in
5010
5011 # ------------------------------------------------------------------------------
5012 test_nss_SOURCES = \
5013 src/test/test-nss.c
5014
5015 test_nss_LDADD = \
5016 libsystemd-internal.la \
5017 libbasic.la \
5018 -ldl
5019
5020 manual_tests += \
5021 test-nss
5022
5023 # ------------------------------------------------------------------------------
5024 libnss_systemd_la_SOURCES = \
5025 src/nss-systemd/nss-systemd.sym \
5026 src/nss-systemd/nss-systemd.c
5027
5028 libnss_systemd_la_LDFLAGS = \
5029 $(AM_LDFLAGS) \
5030 -module \
5031 -export-dynamic \
5032 -avoid-version \
5033 -shared \
5034 -shrext .so.2 \
5035 -Wl,--version-script=$(top_srcdir)/src/nss-systemd/nss-systemd.sym
5036
5037 libnss_systemd_la_LIBADD = \
5038 libsystemd-internal.la \
5039 libbasic.la
5040
5041 rootlib_LTLIBRARIES += \
5042 libnss_systemd.la
5043
5044 # ------------------------------------------------------------------------------
5045 if HAVE_MYHOSTNAME
5046 libnss_myhostname_la_SOURCES = \
5047 src/nss-myhostname/nss-myhostname.sym \
5048 src/nss-myhostname/nss-myhostname.c
5049
5050 libnss_myhostname_la_LDFLAGS = \
5051 $(AM_LDFLAGS) \
5052 -module \
5053 -export-dynamic \
5054 -avoid-version \
5055 -shared \
5056 -shrext .so.2 \
5057 -Wl,--version-script=$(top_srcdir)/src/nss-myhostname/nss-myhostname.sym
5058
5059 libnss_myhostname_la_LIBADD = \
5060 libsystemd-internal.la \
5061 libbasic.la
5062
5063 rootlib_LTLIBRARIES += \
5064 libnss_myhostname.la
5065 endif
5066
5067 # ------------------------------------------------------------------------------
5068 if ENABLE_MACHINED
5069 systemd_machined_SOURCES = \
5070 src/machine/machined.c \
5071 src/machine/machined.h
5072
5073 systemd_machined_LDADD = \
5074 libmachine-core.la
5075
5076 rootlibexec_PROGRAMS += \
5077 systemd-machined
5078
5079 libmachine_core_la_SOURCES = \
5080 src/machine/machine.c \
5081 src/machine/machine.h \
5082 src/machine/machined-dbus.c \
5083 src/machine/machine-dbus.c \
5084 src/machine/machine-dbus.h \
5085 src/machine/image-dbus.c \
5086 src/machine/image-dbus.h \
5087 src/machine/operation.c \
5088 src/machine/operation.h
5089
5090 libmachine_core_la_LIBADD = \
5091 libsystemd-shared.la
5092
5093 noinst_LTLIBRARIES += \
5094 libmachine-core.la
5095
5096 machinectl_SOURCES = \
5097 src/machine/machinectl.c
5098
5099 machinectl_LDADD = \
5100 libsystemd-shared.la
5101
5102 rootbin_PROGRAMS += \
5103 machinectl
5104
5105 test_machine_tables_SOURCES = \
5106 src/machine/test-machine-tables.c
5107
5108 test_machine_tables_LDADD = \
5109 libmachine-core.la
5110
5111 tests += \
5112 test-machine-tables
5113
5114 nodist_systemunit_DATA += \
5115 units/systemd-machined.service
5116
5117 dist_systemunit_DATA += \
5118 units/machine.slice
5119
5120 dist_systemunit_DATA_busnames += \
5121 units/org.freedesktop.machine1.busname
5122
5123 dist_dbussystemservice_DATA += \
5124 src/machine/org.freedesktop.machine1.service
5125
5126 dist_dbuspolicy_DATA += \
5127 src/machine/org.freedesktop.machine1.conf
5128
5129 polkitpolicy_files += \
5130 src/machine/org.freedesktop.machine1.policy
5131
5132 dist_bashcompletion_data += \
5133 shell-completion/bash/machinectl
5134
5135 dist_zshcompletion_data += \
5136 shell-completion/zsh/_machinectl \
5137 shell-completion/zsh/_sd_machines
5138
5139 SYSTEM_UNIT_ALIASES += \
5140 systemd-machined.service dbus-org.freedesktop.machine1.service
5141
5142 BUSNAMES_TARGET_WANTS += \
5143 org.freedesktop.machine1.busname
5144
5145 libnss_mymachines_la_SOURCES = \
5146 src/nss-mymachines/nss-mymachines.sym \
5147 src/nss-mymachines/nss-mymachines.c
5148
5149 libnss_mymachines_la_LDFLAGS = \
5150 $(AM_LDFLAGS) \
5151 -module \
5152 -export-dynamic \
5153 -avoid-version \
5154 -shared \
5155 -shrext .so.2 \
5156 -Wl,--version-script=$(top_srcdir)/src/nss-mymachines/nss-mymachines.sym
5157
5158 libnss_mymachines_la_LIBADD = \
5159 libsystemd-internal.la \
5160 libbasic.la
5161
5162 rootlib_LTLIBRARIES += \
5163 libnss_mymachines.la
5164
5165 endif
5166
5167 polkitpolicy_in_files += \
5168 src/machine/org.freedesktop.machine1.policy.in
5169
5170 EXTRA_DIST += \
5171 units/systemd-machined.service.in
5172
5173 # ------------------------------------------------------------------------------
5174 if ENABLE_IMPORTD
5175
5176 if HAVE_LIBCURL
5177 if HAVE_XZ
5178 if HAVE_ZLIB
5179 if HAVE_BZIP2
5180 if HAVE_GCRYPT
5181
5182 rootlibexec_PROGRAMS += \
5183 systemd-importd \
5184 systemd-pull \
5185 systemd-import \
5186 systemd-export
5187
5188 systemd_importd_SOURCES = \
5189 src/import/importd.c
5190
5191 systemd_importd_CFLAGS = \
5192 $(AM_CFLAGS) \
5193 -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-pull\" \
5194 -D SYSTEMD_IMPORT_PATH=\"$(rootlibexecdir)/systemd-import\" \
5195 -D SYSTEMD_EXPORT_PATH=\"$(rootlibexecdir)/systemd-export\"
5196
5197 systemd_importd_LDADD = \
5198 libsystemd-shared.la
5199
5200 systemd_pull_SOURCES = \
5201 src/import/pull.c \
5202 src/import/pull-raw.c \
5203 src/import/pull-raw.h \
5204 src/import/pull-tar.c \
5205 src/import/pull-tar.h \
5206 src/import/pull-job.c \
5207 src/import/pull-job.h \
5208 src/import/pull-common.c \
5209 src/import/pull-common.h \
5210 src/import/import-common.c \
5211 src/import/import-common.h \
5212 src/import/import-compress.c \
5213 src/import/import-compress.h \
5214 src/import/curl-util.c \
5215 src/import/curl-util.h \
5216 src/import/qcow2-util.c \
5217 src/import/qcow2-util.h
5218
5219 systemd_pull_CFLAGS = \
5220 $(AM_CFLAGS) \
5221 $(LIBCURL_CFLAGS) \
5222 $(XZ_CFLAGS) \
5223 $(ZLIB_CFLAGS) \
5224 $(GCRYPT_CFLAGS) \
5225 -D VENDOR_KEYRING_PATH=\"$(rootlibexecdir)/import-pubring.gpg\" \
5226 -D USER_KEYRING_PATH=\"$(pkgsysconfdir)/import-pubring.gpg\"
5227
5228 systemd_pull_LDADD = \
5229 libsystemd-shared.la \
5230 $(LIBCURL_LIBS) \
5231 $(XZ_LIBS) \
5232 $(ZLIB_LIBS) \
5233 -lbz2 \
5234 $(GCRYPT_LIBS)
5235
5236 systemd_import_SOURCES = \
5237 src/import/import.c \
5238 src/import/import-raw.c \
5239 src/import/import-raw.h \
5240 src/import/import-tar.c \
5241 src/import/import-tar.h \
5242 src/import/import-common.c \
5243 src/import/import-common.h \
5244 src/import/import-compress.c \
5245 src/import/import-compress.h \
5246 src/import/qcow2-util.c \
5247 src/import/qcow2-util.h
5248
5249 systemd_import_CFLAGS = \
5250 $(AM_CFLAGS) \
5251 $(XZ_CFLAGS) \
5252 $(ZLIB_CFLAGS)
5253
5254 systemd_import_LDADD = \
5255 libsystemd-shared.la \
5256 $(XZ_LIBS) \
5257 $(ZLIB_LIBS) \
5258 -lbz2
5259
5260 systemd_export_SOURCES = \
5261 src/import/export.c \
5262 src/import/export-tar.c \
5263 src/import/export-tar.h \
5264 src/import/export-raw.c \
5265 src/import/export-raw.h \
5266 src/import/import-common.c \
5267 src/import/import-common.h \
5268 src/import/import-compress.c \
5269 src/import/import-compress.h
5270
5271 systemd_export_CFLAGS = \
5272 $(AM_CFLAGS) \
5273 $(XZ_CFLAGS) \
5274 $(ZLIB_CFLAGS)
5275
5276 systemd_export_LDADD = \
5277 libsystemd-shared.la \
5278 $(XZ_LIBS) \
5279 $(ZLIB_LIBS) \
5280 -lbz2
5281
5282 dist_rootlibexec_DATA += \
5283 src/import/import-pubring.gpg
5284
5285 nodist_systemunit_DATA += \
5286 units/systemd-importd.service
5287
5288 dist_systemunit_DATA_busnames += \
5289 units/org.freedesktop.import1.busname
5290
5291 BUSNAMES_TARGET_WANTS += \
5292 org.freedesktop.import1.busname
5293
5294 SYSTEM_UNIT_ALIASES += \
5295 systemd-importd.service dbus-org.freedesktop.import1.service
5296
5297 dist_dbussystemservice_DATA += \
5298 src/import/org.freedesktop.import1.service
5299
5300 dist_dbuspolicy_DATA += \
5301 src/import/org.freedesktop.import1.conf
5302
5303 polkitpolicy_files += \
5304 src/import/org.freedesktop.import1.policy
5305
5306 manual_tests += \
5307 test-qcow2
5308
5309 test_qcow2_SOURCES = \
5310 src/import/test-qcow2.c \
5311 src/import/qcow2-util.c \
5312 src/import/qcow2-util.h
5313
5314 test_qcow2_CFLAGS = \
5315 $(AM_CFLAGS) \
5316 $(ZLIB_CFLAGS)
5317
5318 test_qcow2_LDADD = \
5319 libsystemd-shared.la \
5320 $(ZLIB_LIBS)
5321
5322 endif
5323 endif
5324 endif
5325 endif
5326 endif
5327
5328 endif
5329
5330 polkitpolicy_in_files += \
5331 src/import/org.freedesktop.import1.policy.in
5332
5333 EXTRA_DIST += \
5334 units/systemd-importd.service.in
5335
5336
5337 # ------------------------------------------------------------------------------
5338 if ENABLE_RESOLVED
5339
5340 basic_dns_sources = \
5341 src/resolve/resolved-dns-dnssec.c \
5342 src/resolve/resolved-dns-dnssec.h \
5343 src/resolve/resolved-dns-packet.c \
5344 src/resolve/resolved-dns-packet.h \
5345 src/resolve/resolved-dns-rr.c \
5346 src/resolve/resolved-dns-rr.h \
5347 src/resolve/resolved-dns-answer.c \
5348 src/resolve/resolved-dns-answer.h \
5349 src/resolve/resolved-dns-question.c \
5350 src/resolve/resolved-dns-question.h \
5351 src/resolve/dns-type.c \
5352 src/resolve/dns-type.h
5353
5354 systemd_resolved_SOURCES = \
5355 src/resolve/resolved.c \
5356 src/resolve/resolved-manager.c \
5357 src/resolve/resolved-manager.h \
5358 src/resolve/resolved-conf.c \
5359 src/resolve/resolved-conf.h \
5360 src/resolve/resolved-resolv-conf.c \
5361 src/resolve/resolved-resolv-conf.h \
5362 src/resolve/resolved-bus.c \
5363 src/resolve/resolved-bus.h \
5364 src/resolve/resolved-link.h \
5365 src/resolve/resolved-link.c \
5366 src/resolve/resolved-link-bus.c \
5367 src/resolve/resolved-link-bus.h \
5368 src/resolve/resolved-llmnr.h \
5369 src/resolve/resolved-llmnr.c \
5370 src/resolve/resolved-mdns.h \
5371 src/resolve/resolved-mdns.c \
5372 src/resolve/resolved-def.h \
5373 $(basic_dns_sources) \
5374 src/resolve/resolved-dns-query.h \
5375 src/resolve/resolved-dns-query.c \
5376 src/resolve/resolved-dns-synthesize.h \
5377 src/resolve/resolved-dns-synthesize.c \
5378 src/resolve/resolved-dns-transaction.h \
5379 src/resolve/resolved-dns-transaction.c \
5380 src/resolve/resolved-dns-scope.h \
5381 src/resolve/resolved-dns-scope.c \
5382 src/resolve/resolved-dns-server.h \
5383 src/resolve/resolved-dns-server.c \
5384 src/resolve/resolved-dns-search-domain.h \
5385 src/resolve/resolved-dns-search-domain.c \
5386 src/resolve/resolved-dns-cache.h \
5387 src/resolve/resolved-dns-cache.c \
5388 src/resolve/resolved-dns-zone.h \
5389 src/resolve/resolved-dns-zone.c \
5390 src/resolve/resolved-dns-stream.h \
5391 src/resolve/resolved-dns-stream.c \
5392 src/resolve/resolved-dns-trust-anchor.h \
5393 src/resolve/resolved-dns-trust-anchor.c \
5394 src/resolve/resolved-dns-stub.h \
5395 src/resolve/resolved-dns-stub.c \
5396 src/resolve/resolved-etc-hosts.h \
5397 src/resolve/resolved-etc-hosts.c \
5398 src/shared/gcrypt-util.c \
5399 src/shared/gcrypt-util.h
5400
5401 nodist_systemd_resolved_SOURCES = \
5402 src/resolve/dns_type-from-name.h \
5403 src/resolve/dns_type-to-name.h \
5404 src/resolve/resolved-gperf.c
5405
5406 systemd_resolved_CFLAGS = \
5407 $(AM_CFLAGS) \
5408 $(GCRYPT_CFLAGS)
5409
5410 systemd_resolved_LDADD = \
5411 libsystemd-network.la \
5412 libsystemd-shared.la \
5413 $(GCRYPT_LIBS) \
5414 -lm
5415
5416 rootlibexec_PROGRAMS += \
5417 systemd-resolved
5418
5419 nodist_systemunit_DATA += \
5420 units/systemd-resolved.service
5421
5422 dist_systemunit_DATA_busnames += \
5423 units/org.freedesktop.resolve1.busname
5424
5425 dist_dbuspolicy_DATA += \
5426 src/resolve/org.freedesktop.resolve1.conf
5427
5428 dist_dbussystemservice_DATA += \
5429 src/resolve/org.freedesktop.resolve1.service
5430
5431 SYSTEM_UNIT_ALIASES += \
5432 systemd-resolved.service dbus-org.freedesktop.resolve1.service
5433
5434 BUSNAMES_TARGET_WANTS += \
5435 org.freedesktop.resolve1.busname
5436
5437 GENERAL_ALIASES += \
5438 $(systemunitdir)/systemd-resolved.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-resolved.service
5439
5440 nodist_pkgsysconf_DATA += \
5441 src/resolve/resolved.conf
5442
5443 libnss_resolve_la_SOURCES = \
5444 src/nss-resolve/nss-resolve.sym \
5445 src/nss-resolve/nss-resolve.c
5446
5447 libnss_resolve_la_LDFLAGS = \
5448 $(AM_LDFLAGS) \
5449 -module \
5450 -export-dynamic \
5451 -avoid-version \
5452 -shared \
5453 -shrext .so.2 \
5454 -Wl,--version-script=$(top_srcdir)/src/nss-resolve/nss-resolve.sym
5455
5456 libnss_resolve_la_LIBADD = \
5457 libsystemd-internal.la \
5458 libbasic.la \
5459 -ldl
5460
5461 rootlib_LTLIBRARIES += \
5462 libnss_resolve.la
5463
5464 systemd_resolve_SOURCES = \
5465 src/resolve/resolve-tool.c \
5466 $(basic_dns_sources) \
5467 src/shared/gcrypt-util.c \
5468 src/shared/gcrypt-util.h
5469
5470 nodist_systemd_resolve_SOURCES = \
5471 src/resolve/dns_type-from-name.h \
5472 src/resolve/dns_type-to-name.h
5473
5474 systemd_resolve_CFLAGS = \
5475 $(AM_CFLAGS) \
5476 $(GCRYPT_CFLAGS)
5477
5478 systemd_resolve_LDADD = \
5479 libsystemd-shared.la \
5480 $(GCRYPT_LIBS) \
5481 -lm
5482
5483 bin_PROGRAMS += \
5484 systemd-resolve
5485
5486 dist_bashcompletion_data += \
5487 shell-completion/bash/systemd-resolve
5488
5489 dist_zshcompletion_data += \
5490 shell-completion/zsh/_systemd-resolve
5491
5492 tests += \
5493 test-dns-packet \
5494 test-resolve-tables \
5495 test-dnssec
5496
5497 manual_tests += \
5498 test-dnssec-complex
5499
5500 test_resolve_tables_SOURCES = \
5501 src/resolve/test-resolve-tables.c \
5502 src/resolve/dns_type-from-name.h \
5503 src/resolve/dns_type-to-name.h \
5504 $(basic_dns_sources) \
5505 src/shared/test-tables.h
5506
5507 test_resolve_tables_CFLAGS = \
5508 $(AM_CFLAGS) \
5509 $(GCRYPT_CFLAGS)
5510
5511 test_resolve_tables_LDADD = \
5512 libsystemd-shared.la \
5513 $(GCRYPT_LIBS) \
5514 -lm
5515
5516 test_dns_packet_SOURCES = \
5517 src/resolve/test-dns-packet.c \
5518 $(basic_dns_sources)
5519
5520 test_dns_packet_CPPFLAGS = \
5521 $(AM_CPPFLAGS) \
5522 -DRESOLVE_TEST_DIR=\"$(abs_top_srcdir)/src/resolve/test-data\"
5523
5524 test_dns_packet_CFLAGS = \
5525 $(AM_CFLAGS) \
5526 $(GCRYPT_CFLAGS)
5527
5528 test_dns_packet_LDADD = \
5529 libsystemd-shared.la \
5530 $(GCRYPT_LIBS) \
5531 -lm
5532
5533 EXTRA_DIST += \
5534 src/resolve/test-data/_openpgpkey.fedoraproject.org.pkts \
5535 src/resolve/test-data/fedoraproject.org.pkts \
5536 src/resolve/test-data/gandi.net.pkts \
5537 src/resolve/test-data/google.com.pkts \
5538 src/resolve/test-data/root.pkts \
5539 src/resolve/test-data/sw1a1aa-sw1a2aa-sw1a2ab-sw1a2ac.find.me.uk.pkts \
5540 src/resolve/test-data/teamits.com.pkts \
5541 src/resolve/test-data/zbyszek@fedoraproject.org.pkts \
5542 src/resolve/test-data/_443._tcp.fedoraproject.org.pkts \
5543 src/resolve/test-data/kyhwana.org.pkts \
5544 src/resolve/test-data/fake-caa.pkts
5545
5546 test_dnssec_SOURCES = \
5547 src/resolve/test-dnssec.c \
5548 $(basic_dns_sources)
5549
5550 test_dnssec_CFLAGS = \
5551 $(AM_CFLAGS) \
5552 $(GCRYPT_CFLAGS)
5553
5554 test_dnssec_LDADD = \
5555 libsystemd-shared.la \
5556 $(GCRYPT_LIBS) \
5557 -lm
5558
5559 test_dnssec_complex_SOURCES = \
5560 src/resolve/test-dnssec-complex.c \
5561 src/resolve/dns-type.c \
5562 src/resolve/dns-type.h
5563
5564 test_dnssec_complex_LDADD = \
5565 libsystemd-shared.la
5566
5567 endif
5568
5569 gperf_txt_sources += \
5570 src/resolve/dns_type-list.txt
5571
5572 gperf_gperf_sources += \
5573 src/resolve/resolved-gperf.gperf
5574
5575 EXTRA_DIST += \
5576 units/systemd-resolved.service.m4.in \
5577 src/resolve/resolved.conf.in
5578
5579 dist_rootlibexec_DATA += \
5580 src/resolve/resolv.conf
5581
5582 # ------------------------------------------------------------------------------
5583 if ENABLE_NETWORKD
5584 rootlibexec_PROGRAMS += \
5585 systemd-networkd
5586
5587 systemd_networkd_SOURCES = \
5588 src/network/networkd.c
5589
5590 systemd_networkd_LDADD = \
5591 libnetworkd-core.la
5592
5593 if HAVE_LIBIPTC
5594 systemd_networkd_LDADD += \
5595 libfirewall.la
5596 endif
5597
5598 noinst_LTLIBRARIES += \
5599 libnetworkd-core.la
5600
5601 libnetworkd_core_la_CFLAGS = \
5602 $(AM_CFLAGS)
5603
5604 libnetworkd_core_la_SOURCES = \
5605 src/libsystemd-network/network-internal.h \
5606 src/network/networkd.h \
5607 src/network/networkd-conf.h \
5608 src/network/networkd-conf.c \
5609 src/network/networkd-link.h \
5610 src/network/networkd-link.c \
5611 src/network/networkd-netdev.h \
5612 src/network/networkd-netdev.c \
5613 src/network/networkd-netdev-vrf.h \
5614 src/network/networkd-netdev-vrf.c \
5615 src/network/networkd-netdev-tunnel.h \
5616 src/network/networkd-netdev-tunnel.c \
5617 src/network/networkd-netdev-veth.h \
5618 src/network/networkd-netdev-veth.c \
5619 src/network/networkd-netdev-vxlan.h \
5620 src/network/networkd-netdev-vxlan.c \
5621 src/network/networkd-netdev-vlan.h \
5622 src/network/networkd-netdev-vlan.c \
5623 src/network/networkd-netdev-macvlan.h \
5624 src/network/networkd-netdev-macvlan.c \
5625 src/network/networkd-netdev-ipvlan.h \
5626 src/network/networkd-netdev-ipvlan.c \
5627 src/network/networkd-netdev-dummy.h \
5628 src/network/networkd-netdev-dummy.c \
5629 src/network/networkd-netdev-tuntap.h \
5630 src/network/networkd-netdev-tuntap.c \
5631 src/network/networkd-netdev-bond.h \
5632 src/network/networkd-netdev-bond.c \
5633 src/network/networkd-netdev-bridge.h \
5634 src/network/networkd-netdev-bridge.c \
5635 src/network/networkd-netdev-vcan.h \
5636 src/network/networkd-netdev-vcan.c \
5637 src/network/networkd-link-bus.c \
5638 src/network/networkd-ipv4ll.c \
5639 src/network/networkd-dhcp4.c \
5640 src/network/networkd-dhcp6.c \
5641 src/network/networkd-ndisc.h \
5642 src/network/networkd-ndisc.c \
5643 src/network/networkd-network.h \
5644 src/network/networkd-network.c \
5645 src/network/networkd-network-bus.c \
5646 src/network/networkd-address.h \
5647 src/network/networkd-address.c \
5648 src/network/networkd-route.h \
5649 src/network/networkd-route.c \
5650 src/network/networkd-manager.c \
5651 src/network/networkd-manager-bus.c \
5652 src/network/networkd-fdb.h \
5653 src/network/networkd-fdb.c \
5654 src/network/networkd-brvlan.h \
5655 src/network/networkd-brvlan.c \
5656 src/network/networkd-address-pool.h \
5657 src/network/networkd-address-pool.c \
5658 src/network/networkd-util.h \
5659 src/network/networkd-util.c \
5660 src/network/networkd-lldp-tx.h \
5661 src/network/networkd-lldp-tx.c
5662
5663 nodist_libnetworkd_core_la_SOURCES = \
5664 src/network/networkd-gperf.c \
5665 src/network/networkd-network-gperf.c \
5666 src/network/networkd-netdev-gperf.c
5667
5668 libnetworkd_core_la_LIBADD = \
5669 libsystemd-network.la \
5670 libsystemd-shared.la
5671
5672 rootlibexec_PROGRAMS += \
5673 systemd-networkd-wait-online
5674
5675 systemd_networkd_wait_online_CFLAGS = \
5676 $(AM_CFLAGS)
5677
5678 systemd_networkd_wait_online_SOURCES = \
5679 src/libsystemd-network/network-internal.h \
5680 src/network/networkd-wait-online.h \
5681 src/network/networkd-wait-online-link.h \
5682 src/network/networkd-wait-online.c \
5683 src/network/networkd-wait-online-manager.c \
5684 src/network/networkd-wait-online-link.c
5685
5686 systemd_networkd_wait_online_LDADD = \
5687 libsystemd-network.la \
5688 libsystemd-shared.la
5689
5690 rootbin_PROGRAMS += \
5691 networkctl
5692
5693 networkctl_SOURCES = \
5694 src/network/networkctl.c
5695
5696 networkctl_LDADD = \
5697 libsystemd-shared.la \
5698 libsystemd-network.la
5699
5700 dist_bashcompletion_data += \
5701 shell-completion/bash/networkctl
5702
5703 test_networkd_conf_SOURCES = \
5704 src/network/test-networkd-conf.c
5705
5706 test_networkd_conf_LDADD = \
5707 libnetworkd-core.la
5708
5709 test_network_SOURCES = \
5710 src/network/test-network.c
5711
5712 test_network_LDADD = \
5713 libnetworkd-core.la
5714
5715 if HAVE_LIBIPTC
5716 test_network_LDADD += \
5717 libfirewall.la
5718 endif
5719
5720 test_network_tables_SOURCES = \
5721 src/network/test-network-tables.c \
5722 src/shared/test-tables.h
5723
5724 test_network_tables_LDADD = \
5725 libnetworkd-core.la \
5726 libudev-core.la
5727
5728 if HAVE_LIBIPTC
5729 test_network_tables_LDADD += \
5730 libfirewall.la
5731 endif
5732
5733 tests += \
5734 test-networkd-conf \
5735 test-network \
5736 test-network-tables
5737
5738 dist_systemunit_DATA += \
5739 units/systemd-networkd.socket
5740
5741 nodist_systemunit_DATA += \
5742 units/systemd-networkd.service \
5743 units/systemd-networkd-wait-online.service
5744
5745 dist_systemunit_DATA_busnames += \
5746 units/org.freedesktop.network1.busname
5747
5748 dist_dbussystemservice_DATA += \
5749 src/network/org.freedesktop.network1.service
5750
5751 dist_dbuspolicy_DATA += \
5752 src/network/org.freedesktop.network1.conf
5753
5754 GENERAL_ALIASES += \
5755 $(systemunitdir)/systemd-networkd.socket $(pkgsysconfdir)/system/sockets.target.wants/systemd-networkd.socket \
5756 $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service \
5757 $(systemunitdir)/systemd-networkd-wait-online.service $(pkgsysconfdir)/system/network-online.target.wants/systemd-networkd-wait-online.service
5758
5759 SYSTEM_UNIT_ALIASES += \
5760 systemd-networkd.service dbus-org.freedesktop.network1.service
5761
5762 BUSNAMES_TARGET_WANTS += \
5763 org.freedesktop.network1.busname
5764
5765 endif
5766
5767 gperf_gperf_sources += \
5768 src/network/networkd-gperf.gperf \
5769 src/network/networkd-network-gperf.gperf \
5770 src/network/networkd-netdev-gperf.gperf
5771
5772 EXTRA_DIST += \
5773 units/systemd-networkd.service.m4.in \
5774 units/systemd-networkd-wait-online.service.in \
5775 test/networkd-test.py
5776
5777 # ------------------------------------------------------------------------------
5778 if ENABLE_LOGIND
5779 systemd_logind_SOURCES = \
5780 src/login/logind.c \
5781 src/login/logind.h
5782
5783 nodist_systemd_logind_SOURCES = \
5784 src/login/logind-gperf.c
5785
5786 systemd_logind_LDADD = \
5787 liblogind-core.la
5788
5789 liblogind_core_la_SOURCES = \
5790 src/login/logind-core.c \
5791 src/login/logind-device.c \
5792 src/login/logind-device.h \
5793 src/login/logind-button.c \
5794 src/login/logind-button.h \
5795 src/login/logind-action.c \
5796 src/login/logind-action.h \
5797 src/login/logind-seat.c \
5798 src/login/logind-seat.h \
5799 src/login/logind-session.c \
5800 src/login/logind-session.h \
5801 src/login/logind-session-device.c \
5802 src/login/logind-session-device.h \
5803 src/login/logind-user.c \
5804 src/login/logind-user.h \
5805 src/login/logind-inhibit.c \
5806 src/login/logind-inhibit.h \
5807 src/login/logind-dbus.c \
5808 src/login/logind-session-dbus.c \
5809 src/login/logind-seat-dbus.c \
5810 src/login/logind-user-dbus.c \
5811 src/login/logind-utmp.c \
5812 src/login/logind-acl.h
5813
5814 liblogind_core_la_LIBADD = \
5815 libsystemd-shared.la
5816
5817 if HAVE_ACL
5818 liblogind_core_la_SOURCES += \
5819 src/login/logind-acl.c
5820 endif
5821
5822 noinst_LTLIBRARIES += \
5823 liblogind-core.la
5824
5825 rootlibexec_PROGRAMS += \
5826 systemd-logind
5827
5828 loginctl_SOURCES = \
5829 src/login/loginctl.c \
5830 src/login/sysfs-show.h \
5831 src/login/sysfs-show.c
5832
5833 loginctl_LDADD = \
5834 libsystemd-shared.la
5835
5836 rootbin_PROGRAMS += \
5837 loginctl
5838
5839 dist_bashcompletion_data += \
5840 shell-completion/bash/loginctl
5841
5842 dist_zshcompletion_data += \
5843 shell-completion/zsh/_loginctl \
5844 shell-completion/zsh/_systemd-inhibit
5845
5846 systemd_inhibit_SOURCES = \
5847 src/login/inhibit.c
5848
5849 systemd_inhibit_LDADD = \
5850 libsystemd-shared.la
5851
5852 rootbin_PROGRAMS += \
5853 systemd-inhibit
5854
5855 test_login_SOURCES = \
5856 src/libsystemd/sd-login/test-login.c
5857
5858 test_login_LDADD = \
5859 libsystemd-shared.la
5860
5861 test_login_shared_SOURCES = \
5862 src/login/test-login-shared.c
5863
5864 test_login_shared_LDADD = \
5865 libsystemd-shared.la
5866
5867 test_inhibit_SOURCES = \
5868 src/login/test-inhibit.c
5869
5870 test_inhibit_LDADD = \
5871 libsystemd-shared.la
5872
5873 test_login_tables_SOURCES = \
5874 src/login/test-login-tables.c
5875
5876 test_login_tables_LDADD = \
5877 liblogind-core.la
5878
5879 manual_tests += \
5880 test-login \
5881 test-inhibit
5882
5883 tests += \
5884 test-login-tables \
5885 test-login-shared
5886
5887 if HAVE_PAM
5888 pam_systemd_la_SOURCES = \
5889 src/login/pam_systemd.sym \
5890 src/login/pam_systemd.c
5891
5892 pam_systemd_la_CFLAGS = \
5893 $(AM_CFLAGS) \
5894 $(PAM_CFLAGS)
5895
5896 pam_systemd_la_LDFLAGS = \
5897 $(AM_LDFLAGS) \
5898 -module \
5899 -export-dynamic \
5900 -avoid-version \
5901 -shared \
5902 -Wl,--version-script=$(top_srcdir)/src/login/pam_systemd.sym
5903
5904 pam_systemd_la_LIBADD = \
5905 libshared.la \
5906 $(PAM_LIBS)
5907
5908 pamlib_LTLIBRARIES = \
5909 pam_systemd.la
5910
5911 if ENABLE_PAM_CONFIG
5912 dist_pamconf_DATA = \
5913 src/login/systemd-user
5914 endif
5915
5916 EXTRA_DIST += \
5917 src/login/systemd-user.m4
5918 endif
5919
5920 nodist_systemunit_DATA += \
5921 units/systemd-logind.service
5922
5923 dist_systemunit_DATA += \
5924 units/user.slice
5925
5926 dist_systemunit_DATA_busnames += \
5927 units/org.freedesktop.login1.busname
5928
5929 dist_dbussystemservice_DATA += \
5930 src/login/org.freedesktop.login1.service
5931
5932 dist_dbuspolicy_DATA += \
5933 src/login/org.freedesktop.login1.conf
5934
5935 nodist_pkgsysconf_DATA += \
5936 src/login/logind.conf
5937
5938 polkitpolicy_files += \
5939 src/login/org.freedesktop.login1.policy
5940
5941 INSTALL_DIRS += \
5942 $(systemdstatedir)
5943
5944 MULTI_USER_TARGET_WANTS += \
5945 systemd-logind.service
5946
5947 SYSTEM_UNIT_ALIASES += \
5948 systemd-logind.service dbus-org.freedesktop.login1.service
5949
5950 BUSNAMES_TARGET_WANTS += \
5951 org.freedesktop.login1.busname
5952
5953 dist_udevrules_DATA += \
5954 src/login/70-uaccess.rules \
5955 src/login/70-power-switch.rules
5956
5957 nodist_udevrules_DATA += \
5958 src/login/71-seat.rules \
5959 src/login/73-seat-late.rules
5960
5961 endif
5962
5963 polkitpolicy_in_files += \
5964 src/login/org.freedesktop.login1.policy.in
5965
5966 gperf_gperf_sources += \
5967 src/login/logind-gperf.gperf
5968
5969 EXTRA_DIST += \
5970 src/login/71-seat.rules.in \
5971 src/login/73-seat-late.rules.in \
5972 units/systemd-logind.service.in \
5973 src/login/logind.conf.in
5974
5975 # ------------------------------------------------------------------------------
5976 if HAVE_PAM
5977
5978 systemd_user_sessions_SOURCES = \
5979 src/user-sessions/user-sessions.c
5980
5981 systemd_user_sessions_LDADD = \
5982 libsystemd-shared.la
5983
5984 rootlibexec_PROGRAMS += \
5985 systemd-user-sessions
5986
5987 nodist_systemunit_DATA += \
5988 units/systemd-user-sessions.service
5989
5990 MULTI_USER_TARGET_WANTS += \
5991 systemd-user-sessions.service
5992
5993 endif
5994
5995 EXTRA_DIST += \
5996 units/systemd-user-sessions.service.in
5997
5998 # ------------------------------------------------------------------------------
5999 EXTRA_DIST += \
6000 test/Makefile \
6001 test/README.testsuite \
6002 test/TEST-01-BASIC \
6003 test/TEST-01-BASIC/Makefile \
6004 test/TEST-01-BASIC/test.sh \
6005 test/TEST-02-CRYPTSETUP \
6006 test/TEST-02-CRYPTSETUP/Makefile \
6007 test/TEST-02-CRYPTSETUP/test.sh \
6008 test/TEST-03-JOBS \
6009 test/TEST-03-JOBS/Makefile \
6010 test/TEST-03-JOBS/test-jobs.sh \
6011 test/TEST-03-JOBS/test.sh \
6012 test/TEST-04-JOURNAL/Makefile \
6013 test/TEST-04-JOURNAL/test-journal.sh \
6014 test/TEST-04-JOURNAL/test.sh \
6015 test/TEST-05-RLIMITS/Makefile \
6016 test/TEST-05-RLIMITS/test-rlimits.sh \
6017 test/TEST-05-RLIMITS/test.sh \
6018 test/TEST-06-SELINUX/Makefile \
6019 test/TEST-06-SELINUX/test-selinux-checks.sh \
6020 test/TEST-06-SELINUX/test.sh \
6021 test/TEST-06-SELINUX/systemd_test.te \
6022 test/TEST-06-SELINUX/systemd_test.if \
6023 test/TEST-07-ISSUE-1981/Makefile \
6024 test/TEST-07-ISSUE-1981/test-segfault.sh \
6025 test/TEST-07-ISSUE-1981/test.sh \
6026 test/TEST-08-ISSUE-2730/Makefile \
6027 test/TEST-08-ISSUE-2730/test.sh \
6028 test/TEST-09-ISSUE-2691/Makefile \
6029 test/TEST-09-ISSUE-2691/test.sh \
6030 test/TEST-10-ISSUE-2467/Makefile \
6031 test/TEST-10-ISSUE-2467/test.sh \
6032 test/TEST-11-ISSUE-3166/Makefile \
6033 test/TEST-11-ISSUE-3166/test.sh \
6034 test/TEST-12-ISSUE-3171/Makefile \
6035 test/TEST-12-ISSUE-3171/test.sh \
6036 test/TEST-13-NSPAWN-SMOKE/Makefile \
6037 test/TEST-13-NSPAWN-SMOKE/create-busybox-container \
6038 test/TEST-13-NSPAWN-SMOKE/test.sh \
6039 test/test-functions
6040
6041 EXTRA_DIST += \
6042 test/loopy2.service \
6043 test/loopy3.service \
6044 test/loopy4.service \
6045 test/loopy.service \
6046 test/loopy.service.d \
6047 test/loopy.service.d/compat.conf
6048
6049 # ------------------------------------------------------------------------------
6050 substitutions = \
6051 '|rootlibexecdir=$(rootlibexecdir)|' \
6052 '|rootbindir=$(rootbindir)|' \
6053 '|bindir=$(bindir)|' \
6054 '|SYSTEMCTL=$(rootbindir)/systemctl|' \
6055 '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \
6056 '|pkgsysconfdir=$(pkgsysconfdir)|' \
6057 '|SYSTEM_CONFIG_UNIT_PATH=$(pkgsysconfdir)/system|' \
6058 '|USER_CONFIG_UNIT_PATH=$(pkgsysconfdir)/user|' \
6059 '|pkgdatadir=$(pkgdatadir)|' \
6060 '|systemunitdir=$(systemunitdir)|' \
6061 '|userunitdir=$(userunitdir)|' \
6062 '|systempresetdir=$(systempresetdir)|' \
6063 '|userpresetdir=$(userpresetdir)|' \
6064 '|udevhwdbdir=$(udevhwdbdir)|' \
6065 '|udevrulesdir=$(udevrulesdir)|' \
6066 '|catalogdir=$(catalogdir)|' \
6067 '|tmpfilesdir=$(tmpfilesdir)|' \
6068 '|sysusersdir=$(sysusersdir)|' \
6069 '|sysctldir=$(sysctldir)|' \
6070 '|systemgeneratordir=$(systemgeneratordir)|' \
6071 '|usergeneratordir=$(usergeneratordir)|' \
6072 '|CERTIFICATEROOT=$(CERTIFICATEROOT)|' \
6073 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
6074 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
6075 '|PACKAGE_URL=$(PACKAGE_URL)|' \
6076 '|RANDOM_SEED_DIR=$(localstatedir)/lib/systemd/|' \
6077 '|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \
6078 '|prefix=$(prefix)|' \
6079 '|exec_prefix=$(exec_prefix)|' \
6080 '|libdir=$(libdir)|' \
6081 '|includedir=$(includedir)|' \
6082 '|VERSION=$(VERSION)|' \
6083 '|rootprefix=$(rootprefix)|' \
6084 '|udevlibexecdir=$(udevlibexecdir)|' \
6085 '|SUSHELL=$(SUSHELL)|' \
6086 '|SULOGIN=$(SULOGIN)|' \
6087 '|DEBUGTTY=$(DEBUGTTY)|' \
6088 '|KILL=$(KILL)|' \
6089 '|KMOD=$(KMOD)|' \
6090 '|MOUNT_PATH=$(MOUNT_PATH)|' \
6091 '|UMOUNT_PATH=$(UMOUNT_PATH)|' \
6092 '|MKDIR_P=$(MKDIR_P)|' \
6093 '|QUOTAON=$(QUOTAON)|' \
6094 '|QUOTACHECK=$(QUOTACHECK)|' \
6095 '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \
6096 '|VARLOGDIR=$(varlogdir)|' \
6097 '|RC_LOCAL_SCRIPT_PATH_START=$(RC_LOCAL_SCRIPT_PATH_START)|' \
6098 '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \
6099 '|PYTHON=$(PYTHON)|' \
6100 '|NTP_SERVERS=$(NTP_SERVERS)|' \
6101 '|DNS_SERVERS=$(DNS_SERVERS)|' \
6102 '|DEFAULT_DNSSEC_MODE=$(DEFAULT_DNSSEC_MODE)|' \
6103 '|KILL_USER_PROCESSES=$(KILL_USER_PROCESSES)|' \
6104 '|systemuidmax=$(SYSTEM_UID_MAX)|' \
6105 '|systemgidmax=$(SYSTEM_GID_MAX)|' \
6106 '|TTY_GID=$(TTY_GID)|' \
6107 '|systemsleepdir=$(systemsleepdir)|' \
6108 '|systemshutdowndir=$(systemshutdowndir)|' \
6109 '|binfmtdir=$(binfmtdir)|' \
6110 '|modulesloaddir=$(modulesloaddir)|'
6111
6112 SED_PROCESS = \
6113 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
6114 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
6115 < $< > $@
6116
6117 units/%: units/%.in
6118 $(SED_PROCESS)
6119
6120 man/%: man/%.in
6121 $(SED_PROCESS)
6122
6123 sysctl.d/%: sysctl.d/%.in
6124 $(SED_PROCESS)
6125
6126 %.pc: %.pc.in
6127 $(SED_PROCESS)
6128
6129 %.conf: %.conf.in
6130 $(SED_PROCESS)
6131
6132 src/core/%.systemd: src/core/%.systemd.in
6133 $(SED_PROCESS)
6134
6135 src/%.policy.in: src/%.policy.in.in
6136 $(SED_PROCESS)
6137
6138 shell-completion/%: shell-completion/%.in
6139 $(SED_PROCESS)
6140
6141 %.rules: %.rules.in
6142 $(SED_PROCESS)
6143
6144 %.conf: %.conf.in
6145 $(SED_PROCESS)
6146
6147 %.sh: %.sh.in
6148 $(SED_PROCESS)
6149 $(AM_V_GEN)chmod +x $@
6150
6151 src/%.c: src/%.gperf
6152 $(AM_V_at)$(MKDIR_P) $(dir $@)
6153 $(AM_V_GPERF)$(GPERF) < $< > $@
6154
6155 src/%: src/%.m4 $(top_builddir)/config.status
6156 $(AM_V_at)$(MKDIR_P) $(dir $@)
6157 $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6158
6159 sysusers.d/%: sysusers.d/%.m4 $(top_builddir)/config.status
6160 $(AM_V_at)$(MKDIR_P) $(dir $@)
6161 $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6162
6163 tmpfiles.d/%: tmpfiles.d/%.m4 $(top_builddir)/config.status
6164 $(AM_V_at)$(MKDIR_P) $(dir $@)
6165 $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6166
6167
6168 units/%: units/%.m4 $(top_builddir)/config.status
6169 $(AM_V_at)$(MKDIR_P) $(dir $@)
6170 $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@
6171
6172 units/user/%: units/user/%.m4 $(top_builddir)/config.status
6173 $(AM_V_at)$(MKDIR_P) $(dir $@)
6174 $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
6175
6176 if ENABLE_POLKIT
6177 nodist_polkitpolicy_DATA = \
6178 $(polkitpolicy_files) \
6179 $(polkitpolicy_in_in_files:.policy.in.in=.policy)
6180 endif
6181
6182 EXTRA_DIST += \
6183 $(polkitpolicy_in_files) \
6184 $(polkitpolicy_in_in_files)
6185
6186 # ------------------------------------------------------------------------------
6187 man/custom-entities.ent: configure.ac
6188 $(AM_V_GEN)$(MKDIR_P) $(dir $@)
6189 $(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \
6190 printf '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">\n,$(substitutions))))') \
6191 > $@ # '
6192
6193 CLEANFILES += \
6194 man/custom-entities.ent
6195
6196 XSLTPROC_FLAGS = \
6197 --nonet \
6198 --xinclude \
6199 --stringparam man.output.quietly 1 \
6200 --stringparam funcsynopsis.style ansi \
6201 --stringparam man.authors.section.enabled 0 \
6202 --stringparam man.copyright.section.enabled 0 \
6203 --stringparam systemd.version $(VERSION) \
6204 --path '$(builddir)/man:$(srcdir)/man'
6205
6206 XSLT = $(if $(XSLTPROC), $(XSLTPROC), xsltproc)
6207 XSLTPROC_PROCESS_MAN = \
6208 $(AM_V_XSLT)$(XSLT) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-man.xsl $<
6209
6210 XSLTPROC_PROCESS_HTML = \
6211 $(AM_V_XSLT)$(XSLT) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
6212
6213 man/%.1: man/%.xml man/custom-man.xsl man/custom-entities.ent
6214 $(XSLTPROC_PROCESS_MAN)
6215
6216 man/%.3: man/%.xml man/custom-man.xsl man/custom-entities.ent
6217 $(XSLTPROC_PROCESS_MAN)
6218
6219 man/%.5: man/%.xml man/custom-man.xsl man/custom-entities.ent
6220 $(XSLTPROC_PROCESS_MAN)
6221
6222 man/%.7: man/%.xml man/custom-man.xsl man/custom-entities.ent
6223 $(XSLTPROC_PROCESS_MAN)
6224
6225 man/%.8: man/%.xml man/custom-man.xsl man/custom-entities.ent
6226 $(XSLTPROC_PROCESS_MAN)
6227
6228 man/%.html: man/%.xml man/custom-html.xsl man/custom-entities.ent
6229 $(XSLTPROC_PROCESS_HTML)
6230
6231 define html-alias
6232 $(AM_V_LN)$(LN_S) -f $(notdir $<) $@
6233 endef
6234
6235 EXTRA_DIST += \
6236 man/custom-html.xsl \
6237 man/custom-man.xsl
6238
6239 # ------------------------------------------------------------------------------
6240 if HAVE_SYSV_COMPAT
6241 sysvinit_DATA = \
6242 docs/sysvinit/README
6243
6244 varlog_DATA = \
6245 docs/var-log/README
6246
6247 docs/sysvinit/README: docs/sysvinit/README.in
6248 $(SED_PROCESS)
6249
6250 docs/var-log/README: docs/var-log/README.in
6251 $(SED_PROCESS)
6252
6253 CLEANFILES += \
6254 docs/sysvinit/README \
6255 docs/var-log/README
6256 endif
6257
6258 EXTRA_DIST += \
6259 docs/sysvinit/README.in \
6260 docs/var-log/README.in
6261
6262 SOCKETS_TARGET_WANTS += \
6263 systemd-initctl.socket
6264
6265 if HAVE_UTMP
6266 if HAVE_SYSV_COMPAT
6267 MULTI_USER_TARGET_WANTS += \
6268 systemd-update-utmp-runlevel.service
6269 GRAPHICAL_TARGET_WANTS += \
6270 systemd-update-utmp-runlevel.service
6271 RESCUE_TARGET_WANTS += \
6272 systemd-update-utmp-runlevel.service
6273 endif
6274
6275 SYSINIT_TARGET_WANTS += \
6276 systemd-update-utmp.service
6277 endif
6278
6279 SYSINIT_TARGET_WANTS += \
6280 systemd-update-done.service
6281
6282 LOCAL_FS_TARGET_WANTS += \
6283 systemd-remount-fs.service \
6284 tmp.mount \
6285 var-lib-machines.mount
6286
6287 MULTI_USER_TARGET_WANTS += \
6288 getty.target \
6289 systemd-ask-password-wall.path
6290
6291 SYSINIT_TARGET_WANTS += \
6292 dev-hugepages.mount \
6293 dev-mqueue.mount \
6294 sys-kernel-config.mount \
6295 sys-kernel-debug.mount \
6296 sys-fs-fuse-connections.mount \
6297 systemd-sysctl.service \
6298 systemd-ask-password-console.path
6299
6300 if HAVE_SYSV_COMPAT
6301 SYSTEM_UNIT_ALIASES += \
6302 poweroff.target runlevel0.target \
6303 rescue.target runlevel1.target \
6304 multi-user.target runlevel2.target \
6305 multi-user.target runlevel3.target \
6306 multi-user.target runlevel4.target \
6307 graphical.target runlevel5.target \
6308 reboot.target runlevel6.target
6309 endif
6310
6311 SYSTEM_UNIT_ALIASES += \
6312 graphical.target default.target \
6313 reboot.target ctrl-alt-del.target \
6314 getty@.service autovt@.service
6315
6316 GENERAL_ALIASES += \
6317 $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \
6318 $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \
6319 $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \
6320 $(dbussystemservicedir)/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service
6321
6322 if HAVE_SYSV_COMPAT
6323 INSTALL_DIRS += \
6324 $(systemunitdir)/runlevel1.target.wants \
6325 $(systemunitdir)/runlevel2.target.wants \
6326 $(systemunitdir)/runlevel3.target.wants \
6327 $(systemunitdir)/runlevel4.target.wants \
6328 $(systemunitdir)/runlevel5.target.wants
6329 endif
6330
6331 INSTALL_DIRS += \
6332 $(prefix)/lib/modules-load.d \
6333 $(sysconfdir)/modules-load.d \
6334 $(prefix)/lib/systemd/network \
6335 $(sysconfdir)/systemd/network \
6336 $(prefix)/lib/sysctl.d \
6337 $(sysconfdir)/sysctl.d \
6338 $(prefix)/lib/kernel/install.d \
6339 $(sysconfdir)/kernel/install.d \
6340 $(systemshutdowndir) \
6341 $(systemsleepdir) \
6342 $(systemgeneratordir) \
6343 $(usergeneratordir) \
6344 \
6345 $(userunitdir) \
6346 $(pkgsysconfdir)/system \
6347 $(pkgsysconfdir)/system/multi-user.target.wants \
6348 $(pkgsysconfdir)/system/getty.target.wants \
6349 $(pkgsysconfdir)/user \
6350 $(dbussessionservicedir) \
6351 $(sysconfdir)/xdg/systemd
6352
6353 install-exec-hook: $(INSTALL_EXEC_HOOKS)
6354
6355 uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS)
6356
6357 install-data-hook: $(INSTALL_DATA_HOOKS)
6358
6359 distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
6360
6361 clean-local: $(CLEAN_LOCAL_HOOKS)
6362 rm -rf $(abs_srcdir)/install-tree
6363 rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \
6364 $(abs_srcdir)/hwdb/iab.txt
6365
6366 DISTCHECK_CONFIGURE_FLAGS = \
6367 --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
6368 --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
6369 --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
6370 --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \
6371 --with-zshcompletiondir=$$dc_install_base/$(zshcompletiondir) \
6372 --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
6373 --with-pamconfdir=$$dc_install_base/$(pamconfdir) \
6374 --with-rootprefix=$$dc_install_base \
6375 --enable-compat-libs
6376
6377 if HAVE_SYSV_COMPAT
6378 DISTCHECK_CONFIGURE_FLAGS += \
6379 --with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \
6380 --with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir)
6381 else
6382 DISTCHECK_CONFIGURE_FLAGS += \
6383 --with-sysvinit-path= \
6384 --with-sysvrcnd-path=
6385 endif
6386
6387 if ENABLE_SPLIT_USR
6388 DISTCHECK_CONFIGURE_FLAGS += \
6389 --enable-split-usr
6390 else
6391 DISTCHECK_CONFIGURE_FLAGS += \
6392 --disable-split-usr
6393 endif
6394
6395 .PHONY: dist-check-help
6396 dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS)
6397 for i in $(abspath $^); do \
6398 if $$i --help | grep -v 'default:' | grep -E -q '.{80}.' ; then \
6399 echo "$(basename $$i) --help output is too wide:"; \
6400 $$i --help | awk 'length > 80' | grep -E --color=yes '.{80}'; \
6401 exit 1; \
6402 fi; done
6403
6404 include_compilers = "$(CC)" "$(CC) -ansi" "$(CC) -std=iso9899:1990"
6405 public_headers = $(filter-out src/systemd/_sd-common.h, $(pkginclude_HEADERS) $(include_HEADERS))
6406 .PHONY: dist-check-includes
6407 dist-check-includes: $(public_headers)
6408 @res=0; \
6409 for i in $(abspath $^); do \
6410 for cc in $(include_compilers); do \
6411 echo "$$cc -o/dev/null -c -x c -include "$$i" - </dev/null"; \
6412 $$cc -o/dev/null -c -x c -include "$$i" - </dev/null || res=1; \
6413 done; \
6414 done; exit $$res
6415
6416 .PHONY: hwdb-update
6417 hwdb-update:
6418 ( cd $(top_srcdir)/hwdb && \
6419 wget -O usb.ids 'http://www.linux-usb.org/usb.ids' && \
6420 wget -O pci.ids 'http://pci-ids.ucw.cz/v2.2/pci.ids' && \
6421 wget -O ma-large.txt 'http://standards.ieee.org/develop/regauth/oui/oui.txt' && \
6422 wget -O ma-medium.txt 'http://standards.ieee.org/develop/regauth/oui28/mam.txt' && \
6423 wget -O ma-small.txt 'http://standards.ieee.org/develop/regauth/oui36/oui36.txt' && \
6424 wget -O pnp_id_registry.html 'http://www.uefi.org/uefi-pnp-export' && \
6425 wget -O acpi_id_registry.html 'http://www.uefi.org/uefi-acpi-export' && \
6426 ./ids-update.pl && \
6427 ./acpi-update.py > 20-acpi-vendor.hwdb.base && \
6428 patch -p0 -o- 20-acpi-vendor.hwdb.base < 20-acpi-vendor.hwdb.patch > 20-acpi-vendor.hwdb )
6429
6430 .PHONY: built-sources
6431 built-sources: $(BUILT_SOURCES)
6432
6433 .PHONY: git-tag
6434 git-tag:
6435 git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
6436
6437 .PHONY: git-tar
6438 git-tar:
6439 git archive --format=tar --prefix=systemd-$(VERSION)/ HEAD | gzip > systemd-$(VERSION).tar.gz
6440
6441 www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
6442
6443 .PHONY: doc-sync
6444 doc-sync: all
6445 rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
6446
6447 .PHONY: install-tree
6448 install-tree: all
6449 rm -rf $(abs_srcdir)/install-tree
6450 $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree
6451 tree $(abs_srcdir)/install-tree
6452
6453 # Let's run all tests of the test suite, but under valgrind. Let's
6454 # exclude perl/python/shell scripts we have in there
6455 .PHONY: valgrind-tests
6456 valgrind-tests: $(TESTS)
6457 $(AM_V_GEN)for f in $(filter-out %.pl %.py, $^); do \
6458 if $(LIBTOOL) --mode=execute file $$f | grep -q shell; then \
6459 echo -e "$${x}Skipping non-binary $$f"; else \
6460 echo -e "$${x}Running $$f"; \
6461 $(LIBTOOL) --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \
6462 x="\n\n"; \
6463 done
6464
6465 exported-%: %
6466 $(AM_V_GEN)$(NM) -g --defined-only $(builddir)/.libs/$(<:.la=.so) 2>&1 /dev/null | grep " T " | cut -d" " -f3 > $@
6467
6468 exported: $(addprefix exported-, $(lib_LTLIBRARIES))
6469 $(AM_V_GEN)sort -u $^ > $@
6470
6471 .PHONY: check-api-docs
6472 check-api-docs: exported man
6473 $(AM_V_GEN)for symbol in `cat exported` ; do \
6474 if test -f $(builddir)/man/$$symbol.html ; then \
6475 echo " Symbol $$symbol() is documented." ; \
6476 else \
6477 echo "‣ Symbol $$symbol() lacks documentation." ; \
6478 fi ; \
6479 done
6480
6481 OBJECT_VARIABLES:=$(filter %_OBJECTS,$(.VARIABLES))
6482 ALL_OBJECTS:=$(foreach v,$(OBJECT_VARIABLES),$($(v)))
6483
6484 undefined defined: $(ALL_OBJECTS)
6485 $(AM_V_GEN)for f in $(ALL_OBJECTS) ; do \
6486 $(NM) -g --$@-only `echo $(builddir)/"$$f" | sed -e 's,\([^/]*\).lo$$,.libs/\1.o,'` ; \
6487 done | cut -c 20- | cut -d @ -f 1 | sort -u > $@
6488
6489 CLEANFILES += \
6490 defined \
6491 undefined
6492
6493 .PHONY: check-api-unused
6494 check-api-unused: defined undefined exported
6495 ( cat exported undefined ) | sort -u | diff -u - defined | grep ^+ | grep -v ^+++ | cut -c2-
6496
6497 .PHONY: check-includes
6498 check-includes: $(top_srcdir)/tools/check-includes.pl
6499 $(AM_V_GEN) find * -name '*.[hcS]' -type f -print | sort -u \
6500 | xargs $(top_srcdir)/tools/check-includes.pl
6501
6502 EXTRA_DIST += \
6503 $(top_srcdir)/tools/check-includes.pl
6504
6505 # Stupid test that everything purported to be exported really is
6506 define generate-sym-test
6507 $(AM_V_at)$(MKDIR_P) $(dir $@)
6508 $(AM_V_at)printf '#include <stdio.h>\n' > $@
6509 $(AM_V_at)printf '#include "%s"\n' $(notdir $(filter %.h, $^)) >> $@
6510 $(AM_V_at)printf 'void* functions[] = {\n' >> $@
6511 $(AM_V_GEN)sed -r -n 's/^ +([a-zA-Z0-9_]+);/\1,/p' $< >> $@
6512 $(AM_V_at)printf '};\nint main(void) {\n' >> $@
6513 $(AM_V_at)printf 'unsigned i; for (i=0;i<sizeof(functions)/sizeof(void*);i++) printf("%%p\\n", functions[i]);\n' >> $@
6514 $(AM_V_at)printf 'return 0; }\n' >> $@
6515 endef
6516
6517 test-libsystemd-sym.c: \
6518 $(top_builddir)/src/libsystemd/libsystemd.sym \
6519 src/systemd/sd-journal.h \
6520 src/systemd/sd-daemon.h \
6521 src/systemd/sd-login.h \
6522 src/systemd/sd-bus.h \
6523 src/systemd/sd-utf8.h \
6524 src/systemd/sd-resolve.h \
6525 src/systemd/sd-path.h \
6526 src/systemd/sd-event.h
6527 $(generate-sym-test)
6528
6529 test-libudev-sym.c: \
6530 src/libudev/libudev.sym \
6531 src/udev/udev.h
6532 $(generate-sym-test)
6533
6534 nodist_test_libsystemd_sym_SOURCES = \
6535 test-libsystemd-sym.c
6536 test_libsystemd_sym_LDADD = \
6537 libsystemd.la
6538
6539 nodist_test_libudev_sym_SOURCES = \
6540 test-libudev-sym.c
6541 test_libudev_sym_CFLAGS = \
6542 $(AM_CFLAGS) \
6543 -Wno-deprecated-declarations
6544 test_libudev_sym_LDADD = \
6545 libudev.la
6546
6547 BUILT_SOURCES += \
6548 test-libsystemd-sym.c \
6549 test-libudev-sym.c
6550
6551 CLEANFILES += \
6552 test-libsystemd-sym.c \
6553 test-libudev-sym.c
6554
6555 tests += \
6556 test-libsystemd-sym \
6557 test-libudev-sym
6558
6559 .PHONY: cppcheck
6560 cppcheck:
6561 cppcheck --enable=all -q $(top_srcdir)
6562
6563 # Used to extract compile flags for YCM.
6564 print-%:
6565 @echo $($*)
6566
6567 git-contrib:
6568 @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | sed 's/ / /g' | awk '{ print $$0 "," }' | sort -u
6569
6570 EXTRA_DIST += \
6571 tools/gdb-sd_dump_hashmaps.py
6572
6573 list-keys:
6574 gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --list-keys
6575
6576 add-key:
6577 gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import -