1 # -*- Mode: makefile; indent-tabs-mode: t -*-
3 # This file is part of systemd.
5 # Copyright 2010-2012 Lennart Poettering
6 # Copyright 2010-2012 Kay Sievers
7 # Copyright 2013 Zbigniew Jędrzejewski-Szmek
8 # Copyright 2013 David Strauss
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.
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.
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/>.
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
24 AM_MAKEFLAGS = --no-print-directory
25 AUTOMAKE_OPTIONS = color-tests parallel-tests
27 GCC_COLORS ?= 'ooh, shiny!'
32 # remove targets if the command fails
35 # keep intermediate files
38 # Keep the test-suite.log
39 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
53 # The following four libraries only exist for compatibility reasons,
54 # their version info should not be bumped anymore
55 LIBSYSTEMD_LOGIN_CURRENT=9
56 LIBSYSTEMD_LOGIN_REVISION=3
57 LIBSYSTEMD_LOGIN_AGE=9
59 LIBSYSTEMD_DAEMON_CURRENT=0
60 LIBSYSTEMD_DAEMON_REVISION=12
61 LIBSYSTEMD_DAEMON_AGE=0
63 LIBSYSTEMD_ID128_CURRENT=0
64 LIBSYSTEMD_ID128_REVISION=28
65 LIBSYSTEMD_ID128_AGE=0
67 LIBSYSTEMD_JOURNAL_CURRENT=11
68 LIBSYSTEMD_JOURNAL_REVISION=5
69 LIBSYSTEMD_JOURNAL_AGE=11
71 # Dirs of external packages
72 dbuspolicydir=@dbuspolicydir@
73 dbussessionservicedir=@dbussessionservicedir@
74 dbussystemservicedir=@dbussystemservicedir@
76 pamconfdir=@pamconfdir@
77 pkgconfigdatadir=$(datadir)/pkgconfig
78 pkgconfiglibdir=$(libdir)/pkgconfig
79 polkitpolicydir=$(datadir)/polkit-1/actions
80 bashcompletiondir=@bashcompletiondir@
81 zshcompletiondir=@zshcompletiondir@
82 rpmmacrosdir=$(prefix)/lib/rpm/macros.d
83 sysvinitdir=$(SYSTEM_SYSVINIT_PATH)
84 sysvrcnddir=$(SYSTEM_SYSVRCND_PATH)
85 varlogdir=$(localstatedir)/log
86 systemdstatedir=$(localstatedir)/lib/systemd
87 catalogstatedir=$(systemdstatedir)/catalog
89 # Our own, non-special dirs
90 pkgsysconfdir=$(sysconfdir)/systemd
91 userunitdir=$(prefix)/lib/systemd/user
92 userpresetdir=$(prefix)/lib/systemd/user-preset
93 tmpfilesdir=$(prefix)/lib/tmpfiles.d
94 sysusersdir=$(prefix)/lib/sysusers.d
95 sysctldir=$(prefix)/lib/sysctl.d
96 binfmtdir=$(prefix)/lib/binfmt.d
97 modulesloaddir=$(prefix)/lib/modules-load.d
98 networkdir=$(rootprefix)/lib/systemd/network
99 pkgincludedir=$(includedir)/systemd
100 systemgeneratordir=$(rootlibexecdir)/system-generators
101 usergeneratordir=$(prefix)/lib/systemd/user-generators
102 systemshutdowndir=$(rootlibexecdir)/system-shutdown
103 systemsleepdir=$(rootlibexecdir)/system-sleep
104 systemunitdir=$(rootprefix)/lib/systemd/system
105 systempresetdir=$(rootprefix)/lib/systemd/system-preset
106 udevlibexecdir=$(rootprefix)/lib/udev
107 udevhomedir=$(udevlibexecdir)
108 udevrulesdir=$(udevlibexecdir)/rules.d
109 udevhwdbdir=$(udevlibexecdir)/hwdb.d
110 catalogdir=$(prefix)/lib/systemd/catalog
111 kernelinstalldir = $(prefix)/lib/kernel/install.d
112 factory_etcdir = $(prefix)/share/factory/etc
113 factory_pamdir = $(prefix)/share/factory/etc/pam.d
115 # And these are the special ones for /
116 rootprefix=@rootprefix@
117 rootbindir=$(rootprefix)/bin
118 rootlibexecdir=$(rootprefix)/lib/systemd
120 CLEANFILES = $(BUILT_SOURCES)
125 UNINSTALL_EXEC_HOOKS =
127 UNINSTALL_DATA_HOOKS =
128 DISTCLEAN_LOCAL_HOOKS =
136 polkitpolicy_in_in_files =
137 polkitpolicy_in_files =
139 dist_udevrules_DATA =
140 nodist_udevrules_DATA =
141 dist_pkgsysconf_DATA =
142 nodist_pkgsysconf_DATA =
144 dist_dbuspolicy_DATA =
145 dist_dbussystemservice_DATA =
146 dist_systemunit_DATA_busnames =
152 noinst_PROGRAMS = $(manual_tests) $(tests)
158 udevlibexec_PROGRAMS =
160 .PHONY: $(INSTALL_EXEC_HOOKS) $(UNINSTALL_EXEC_HOOKS) \
161 $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS) \
162 $(DISTCLEAN_LOCAL_HOOKS) $(CLEAN_LOCAL_HOOKS)
165 -include $(top_builddir)/config.h \
166 -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \
167 -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
168 -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
169 -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
170 -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
171 -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
172 -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
173 -DCERTIFICATE_ROOT=\"$(CERTIFICATEROOT)\" \
174 -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \
175 -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
176 -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
177 -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
178 -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \
179 -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
180 -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
181 -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \
182 -DROOTPREFIX=\"$(rootprefix)\" \
183 -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" \
184 -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" \
185 -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \
186 -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \
187 -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \
188 -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \
189 -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \
190 -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
191 -DX_SERVER=\"$(bindir)/X\" \
192 -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
193 -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \
194 -DQUOTACHECK=\"$(QUOTACHECK)\" \
195 -DKEXEC=\"$(KEXEC)\" \
196 -DLIBDIR=\"$(libdir)\" \
197 -DROOTLIBDIR=\"$(rootlibdir)\" \
198 -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
199 -I $(top_srcdir)/src \
200 -I $(top_builddir)/src/shared \
201 -I $(top_srcdir)/src/shared \
202 -I $(top_srcdir)/src/network \
203 -I $(top_srcdir)/src/login \
204 -I $(top_srcdir)/src/journal \
205 -I $(top_srcdir)/src/timedate \
206 -I $(top_srcdir)/src/timesync \
207 -I $(top_srcdir)/src/resolve \
208 -I $(top_builddir)/src/resolve \
209 -I $(top_srcdir)/src/systemd \
210 -I $(top_builddir)/src/core \
211 -I $(top_srcdir)/src/core \
212 -I $(top_srcdir)/src/libudev \
213 -I $(top_srcdir)/src/udev \
214 -I $(top_srcdir)/src/udev/net \
215 -I $(top_builddir)/src/udev \
216 -I $(top_srcdir)/src/libsystemd/sd-bus \
217 -I $(top_srcdir)/src/libsystemd/sd-event \
218 -I $(top_srcdir)/src/libsystemd/sd-rtnl \
219 -I $(top_srcdir)/src/libsystemd/sd-network \
220 -I $(top_srcdir)/src/libsystemd-network \
221 -I $(top_srcdir)/src/libsystemd-terminal \
224 AM_CFLAGS = $(OUR_CFLAGS)
225 AM_LDFLAGS = $(OUR_LDFLAGS)
227 # ------------------------------------------------------------------------------
228 define move-to-rootlibdir
229 if test "$(libdir)" != "$(rootlibdir)"; then \
230 $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
231 so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
232 rm -f $(DESTDIR)$(libdir)/$$libname && \
233 $(LN_S) --relative -f $(DESTDIR)$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
234 mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
240 RUNLEVEL1_TARGET_WANTS =
241 RUNLEVEL2_TARGET_WANTS =
242 RUNLEVEL3_TARGET_WANTS =
243 RUNLEVEL4_TARGET_WANTS =
244 RUNLEVEL5_TARGET_WANTS =
245 SHUTDOWN_TARGET_WANTS =
246 LOCAL_FS_TARGET_WANTS =
247 MULTI_USER_TARGET_WANTS =
248 SYSINIT_TARGET_WANTS =
249 SOCKETS_TARGET_WANTS =
250 BUSNAMES_TARGET_WANTS =
251 TIMERS_TARGET_WANTS =
252 USER_SOCKETS_TARGET_WANTS =
253 USER_DEFAULT_TARGET_WANTS =
254 USER_BUSNAMES_TARGET_WANTS =
256 SYSTEM_UNIT_ALIASES =
260 install-target-wants-hook:
261 what="$(RUNLEVEL1_TARGET_WANTS)" && wants=runlevel1.target && dir=$(systemunitdir) && $(add-wants)
262 what="$(RUNLEVEL2_TARGET_WANTS)" && wants=runlevel2.target && dir=$(systemunitdir) && $(add-wants)
263 what="$(RUNLEVEL3_TARGET_WANTS)" && wants=runlevel3.target && dir=$(systemunitdir) && $(add-wants)
264 what="$(RUNLEVEL4_TARGET_WANTS)" && wants=runlevel4.target && dir=$(systemunitdir) && $(add-wants)
265 what="$(RUNLEVEL5_TARGET_WANTS)" && wants=runlevel5.target && dir=$(systemunitdir) && $(add-wants)
266 what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && dir=$(systemunitdir) && $(add-wants)
267 what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && dir=$(systemunitdir) && $(add-wants)
268 what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && dir=$(systemunitdir) && $(add-wants)
269 what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && dir=$(systemunitdir) && $(add-wants)
270 what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(systemunitdir) && $(add-wants)
271 what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && dir=$(systemunitdir) && $(add-wants)
272 what="$(SLICES_TARGET_WANTS)" && wants=slices.target && dir=$(systemunitdir) && $(add-wants)
273 what="$(USER_SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(userunitdir) && $(add-wants)
274 what="$(USER_DEFAULT_TARGET_WANTS)" && wants=default.target && dir=$(userunitdir) && $(add-wants)
276 install-busnames-target-wants-hook:
277 what="$(BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(systemunitdir) && $(add-wants)
278 what="$(USER_BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(userunitdir) && $(add-wants)
281 [ -z "$$what" ] || ( \
282 dir=$(DESTDIR)$$dir/$$wants.wants && \
283 $(MKDIR_P) -m 0755 $$dir && \
286 for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
289 install-directories-hook:
290 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
292 install-aliases-hook:
293 set -- $(SYSTEM_UNIT_ALIASES) && \
294 dir=$(systemunitdir) && $(install-aliases)
295 set -- $(USER_UNIT_ALIASES) && \
296 dir=$(userunitdir) && $(install-relative-aliases)
297 set -- $(GENERAL_ALIASES) && \
298 dir= && $(install-relative-aliases)
300 define install-aliases
301 while [ -n "$$1" ]; do \
302 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
303 rm -f $(DESTDIR)$$dir/$$2 && \
304 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
305 shift 2 || exit $$?; \
309 define install-relative-aliases
310 while [ -n "$$1" ]; do \
311 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
312 rm -f $(DESTDIR)$$dir/$$2 && \
313 $(LN_S) --relative $(DESTDIR)$$1 $(DESTDIR)$$dir/$$2 && \
314 shift 2 || exit $$?; \
318 install-touch-usr-hook:
319 touch -c $(DESTDIR)/$(prefix)
321 INSTALL_EXEC_HOOKS += \
322 install-target-wants-hook \
323 install-directories-hook \
324 install-aliases-hook \
325 install-touch-usr-hook
328 INSTALL_EXEC_HOOKS += \
329 install-busnames-target-wants-hook
332 # ------------------------------------------------------------------------------
333 AM_V_M4 = $(AM_V_M4_$(V))
334 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
335 AM_V_M4_0 = @echo " M4 " $@;
337 AM_V_XSLT = $(AM_V_XSLT_$(V))
338 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
339 AM_V_XSLT_0 = @echo " XSLT " $@;
341 AM_V_GPERF = $(AM_V_GPERF_$(V))
342 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
343 AM_V_GPERF_0 = @echo " GPERF " $@;
345 AM_V_LN = $(AM_V_LN_$(V))
346 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
347 AM_V_LN_0 = @echo " LN " $@;
349 AM_V_RM = $(AM_V_RM_$(V))
350 AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY))
351 AM_V_RM_0 = @echo " RM " $@;
353 # ------------------------------------------------------------------------------
357 systemd-ask-password \
358 systemd-tty-ask-password-agent \
359 systemd-machine-id-setup \
366 systemd-detect-virt \
373 src/kernel-install/kernel-install
375 dist_kernelinstall_SCRIPTS = \
376 src/kernel-install/50-depmod.install \
377 src/kernel-install/90-loaderentry.install
379 rootlibexec_PROGRAMS = \
381 systemd-cgroups-agent \
386 systemd-reply-password \
388 systemd-machine-id-commit \
393 systemd-socket-proxyd \
397 rootlibexec_PROGRAMS += \
401 systemgenerator_PROGRAMS = \
402 systemd-getty-generator \
403 systemd-fstab-generator \
404 systemd-system-update-generator \
405 systemd-debug-generator
407 dist_bashcompletion_DATA = \
408 shell-completion/bash/busctl \
409 shell-completion/bash/journalctl \
410 shell-completion/bash/systemd-analyze \
411 shell-completion/bash/systemd-cat \
412 shell-completion/bash/systemd-cgls \
413 shell-completion/bash/systemd-cgtop \
414 shell-completion/bash/systemd-delta \
415 shell-completion/bash/systemd-detect-virt \
416 shell-completion/bash/systemd-nspawn \
417 shell-completion/bash/systemd-run \
418 shell-completion/bash/udevadm \
419 shell-completion/bash/kernel-install
421 nodist_bashcompletion_DATA = \
422 shell-completion/bash/systemctl
424 dist_zshcompletion_DATA = \
425 shell-completion/zsh/_journalctl \
426 shell-completion/zsh/_udevadm \
427 shell-completion/zsh/_kernel-install \
428 shell-completion/zsh/_systemd-nspawn \
429 shell-completion/zsh/_systemd-analyze \
430 shell-completion/zsh/_systemd-run \
431 shell-completion/zsh/_sd_hosts_or_user_at_host \
432 shell-completion/zsh/_sd_outputmodes \
433 shell-completion/zsh/_sd_unit_files \
434 shell-completion/zsh/_systemd-delta \
435 shell-completion/zsh/_systemd
437 nodist_zshcompletion_DATA = \
438 shell-completion/zsh/_systemctl
441 shell-completion/bash/systemctl.in \
442 shell-completion/zsh/_systemctl.in
445 $(nodist_bashcompletion_DATA) \
446 $(nodist_zshcompletion_DATA)
449 sysctl.d/50-default.conf
451 dist_systemunit_DATA = \
452 units/graphical.target \
453 units/multi-user.target \
454 units/emergency.target \
455 units/sysinit.target \
460 units/local-fs.target \
461 units/local-fs-pre.target \
462 units/initrd.target \
463 units/initrd-fs.target \
464 units/initrd-root-fs.target \
465 units/remote-fs.target \
466 units/remote-fs-pre.target \
467 units/network.target \
468 units/network-pre.target \
469 units/network-online.target \
470 units/nss-lookup.target \
471 units/nss-user-lookup.target \
472 units/poweroff.target \
473 units/reboot.target \
474 units/rescue.target \
475 units/rpcbind.target \
476 units/time-sync.target \
477 units/shutdown.target \
479 units/umount.target \
480 units/sigpwr.target \
482 units/sockets.target \
483 units/timers.target \
485 units/suspend.target \
487 units/slices.target \
490 units/systemd-initctl.socket \
491 units/systemd-shutdownd.socket \
492 units/syslog.socket \
493 units/dev-hugepages.mount \
494 units/dev-mqueue.mount \
495 units/sys-kernel-config.mount \
496 units/sys-kernel-debug.mount \
497 units/sys-fs-fuse-connections.mount \
499 units/printer.target \
501 units/bluetooth.target \
502 units/smartcard.target \
503 units/systemd-ask-password-wall.path \
504 units/systemd-ask-password-console.path \
505 units/systemd-udevd-control.socket \
506 units/systemd-udevd-kernel.socket \
507 units/system-update.target \
508 units/initrd-switch-root.target
511 dist_systemunit_DATA += \
512 $(dist_systemunit_DATA_busnames)
515 dist_systemunit_DATA_busnames += \
516 units/busnames.target
518 nodist_systemunit_DATA = \
519 units/getty@.service \
520 units/serial-getty@.service \
521 units/console-shell.service \
522 units/console-getty.service \
523 units/container-getty@.service \
524 units/systemd-initctl.service \
525 units/systemd-shutdownd.service \
526 units/systemd-remount-fs.service \
527 units/systemd-ask-password-wall.service \
528 units/systemd-ask-password-console.service \
529 units/systemd-sysctl.service \
530 units/emergency.service \
531 units/rescue.service \
532 units/user@.service \
533 units/systemd-suspend.service \
534 units/systemd-halt.service \
535 units/systemd-poweroff.service \
536 units/systemd-reboot.service \
537 units/systemd-kexec.service \
538 units/systemd-fsck@.service \
539 units/systemd-fsck-root.service \
540 units/systemd-machine-id-commit.service \
541 units/systemd-udevd.service \
542 units/systemd-udev-trigger.service \
543 units/systemd-udev-settle.service \
544 units/systemd-udev-hwdb-update.service \
545 units/debug-shell.service \
546 units/initrd-parse-etc.service \
547 units/initrd-cleanup.service \
548 units/initrd-udevadm-cleanup-db.service \
549 units/initrd-switch-root.service \
550 units/systemd-nspawn@.service \
551 units/systemd-update-done.service
554 nodist_systemunit_DATA += \
555 units/systemd-update-utmp.service \
556 units/systemd-update-utmp-runlevel.service
559 dist_userunit_DATA = \
560 units/user/basic.target \
561 units/user/default.target \
562 units/user/exit.target
564 nodist_userunit_DATA = \
565 units/user/systemd-exit.service
567 dist_systempreset_DATA = \
568 system-preset/90-systemd.preset
571 units/getty@.service.m4 \
572 units/serial-getty@.service.m4 \
573 units/console-shell.service.m4.in \
574 units/console-getty.service.m4.in \
575 units/container-getty@.service.m4.in \
576 units/rescue.service.in \
577 units/systemd-initctl.service.in \
578 units/systemd-shutdownd.service.in \
579 units/systemd-remount-fs.service.in \
580 units/systemd-update-utmp.service.in \
581 units/systemd-update-utmp-runlevel.service.in \
582 units/systemd-ask-password-wall.service.in \
583 units/systemd-ask-password-console.service.in \
584 units/systemd-sysctl.service.in \
585 units/emergency.service.in \
586 units/systemd-halt.service.in \
587 units/systemd-poweroff.service.in \
588 units/systemd-reboot.service.in \
589 units/systemd-kexec.service.in \
590 units/user/systemd-exit.service.in \
591 units/systemd-fsck@.service.in \
592 units/systemd-fsck-root.service.in \
593 units/systemd-machine-id-commit.service.in \
594 units/user@.service.m4.in \
595 units/debug-shell.service.in \
596 units/systemd-suspend.service.in \
597 units/quotaon.service.in \
598 units/initrd-parse-etc.service.in \
599 units/initrd-cleanup.service.in \
600 units/initrd-udevadm-cleanup-db.service.in \
601 units/initrd-switch-root.service.in \
602 units/systemd-nspawn@.service.in \
603 units/systemd-update-done.service.in
606 units/console-shell.service.m4 \
607 units/console-getty.service.m4 \
608 units/container-getty@.service.m4 \
609 units/user@.service.m4
612 nodist_systemunit_DATA += \
613 units/rc-local.service \
614 units/halt-local.service
616 systemgenerator_PROGRAMS += \
617 systemd-sysv-generator \
618 systemd-rc-local-generator
622 units/rc-local.service.in \
623 units/halt-local.service.in
625 # automake is broken and can't handle files with a dash in front
626 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
628 mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
630 units-uninstall-hook:
631 rm -f $(DESTDIR)/$(systemunitdir)/-.slice
633 INSTALL_DATA_HOOKS += units-install-hook
634 UNINSTALL_DATA_HOOKS += units-uninstall-hook
643 src/libsystemd/sd-bus/PORTING-DBUS1 \
644 src/libsystemd/sd-bus/DIFFERENCES \
645 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
647 @INTLTOOL_POLICY_RULE@
649 # ------------------------------------------------------------------------------
654 include Makefile-man.am
656 .PHONY: man update-man-list
657 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
660 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
662 ${XML_FILES:.xml=.html}
664 ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
681 $(AM_V_at)$(MKDIR_P) $(dir $@)
682 $(AM_V_LN)$(LN_S) -f ../../man $@
691 man/index.html: man/systemd.index.html
692 $(AM_V_LN)$(LN_S) -f systemd.index.html $@
700 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
701 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
702 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
704 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB)
705 $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
706 $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
707 @echo "Makefile-man.am has been regenerated"
709 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
710 $(AM_V_at)$(MKDIR_P) $(dir $@)
711 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
713 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
714 $(AM_V_at)$(MKDIR_P) $(dir $@)
715 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
718 man/systemd.index.xml \
720 man/systemd.directives.xml \
721 man/glib-event-glue.c
724 man/systemd.index.xml \
725 man/systemd.directives.xml
736 tools/make-man-index.py \
737 tools/make-directive-index.py \
740 # ------------------------------------------------------------------------------
741 noinst_LTLIBRARIES += \
744 libsystemd_shared_la_SOURCES = \
745 src/shared/capability.c \
746 src/shared/capability.h \
747 src/shared/linux/auto_dev-ioctl.h \
748 src/shared/ioprio.h \
749 src/shared/missing.h \
750 src/shared/initreq.h \
751 src/shared/securebits.h \
752 src/shared/special.h \
754 src/shared/unaligned.h \
757 src/shared/sparse-endian.h \
758 src/shared/refcnt.h \
759 src/shared/udev-util.h \
760 src/shared/bus-errors.h \
761 src/shared/bus-errors.c \
762 src/shared/device-nodes.c \
763 src/shared/device-nodes.h \
768 src/shared/architecture.c \
769 src/shared/architecture.h \
770 src/shared/efivars.c \
771 src/shared/efivars.h \
772 src/shared/path-util.c \
773 src/shared/path-util.h \
774 src/shared/time-util.c \
775 src/shared/time-util.h \
776 src/shared/locale-util.c \
777 src/shared/locale-util.h \
778 src/shared/mempool.c \
779 src/shared/mempool.h \
780 src/shared/hashmap.c \
781 src/shared/hashmap.h \
782 src/shared/siphash24.c \
783 src/shared/siphash24.h \
789 src/shared/sleep-config.c \
790 src/shared/sleep-config.h \
793 src/shared/env-util.c \
794 src/shared/env-util.h \
795 src/shared/strbuf.c \
796 src/shared/strbuf.h \
797 src/shared/strxcpyx.c \
798 src/shared/strxcpyx.h \
799 src/shared/conf-parser.c \
800 src/shared/conf-parser.h \
803 src/shared/ratelimit.h \
804 src/shared/ratelimit.c \
805 src/shared/exit-status.c \
806 src/shared/exit-status.h \
809 src/shared/gunicode.c \
810 src/shared/gunicode.h \
813 src/shared/socket-util.c \
814 src/shared/socket-util.h \
815 src/shared/in-addr-util.c \
816 src/shared/in-addr-util.h \
817 src/shared/ether-addr-util.h \
818 src/shared/conf-files.c \
819 src/shared/conf-files.h \
820 src/shared/cgroup-util.c \
821 src/shared/cgroup-util.h \
822 src/shared/cgroup-show.c \
823 src/shared/cgroup-show.h \
824 src/shared/unit-name.c \
825 src/shared/unit-name.h \
826 src/shared/utmp-wtmp.h \
827 src/shared/watchdog.c \
828 src/shared/watchdog.h \
829 src/shared/spawn-ask-password-agent.c \
830 src/shared/spawn-ask-password-agent.h \
831 src/shared/replace-var.c \
832 src/shared/replace-var.h \
833 src/shared/spawn-polkit-agent.c \
834 src/shared/spawn-polkit-agent.h \
835 src/shared/clock-util.c \
836 src/shared/clock-util.h \
837 src/shared/time-dst.c \
838 src/shared/time-dst.h \
839 src/shared/calendarspec.c \
840 src/shared/calendarspec.h \
841 src/shared/fileio.c \
842 src/shared/fileio.h \
843 src/shared/output-mode.h \
844 src/shared/MurmurHash2.c \
845 src/shared/MurmurHash2.h \
846 src/shared/acpi-fpdt.h \
847 src/shared/acpi-fpdt.c \
848 src/shared/boot-timestamps.h \
849 src/shared/boot-timestamps.c \
852 src/shared/smack-util.c \
853 src/shared/smack-util.h \
854 src/shared/apparmor-util.c \
855 src/shared/apparmor-util.h \
856 src/shared/ima-util.c \
857 src/shared/ima-util.h \
858 src/shared/ptyfwd.c \
859 src/shared/ptyfwd.h \
860 src/shared/errno-list.c \
861 src/shared/errno-list.h \
862 src/shared/af-list.c \
863 src/shared/af-list.h \
864 src/shared/arphrd-list.c \
865 src/shared/arphrd-list.h \
866 src/shared/cap-list.c \
867 src/shared/cap-list.h \
872 src/shared/bus-label.c \
873 src/shared/bus-label.h \
875 src/shared/clean-ipc.h \
876 src/shared/clean-ipc.c \
877 src/shared/login-shared.c \
878 src/shared/login-shared.h \
881 src/shared/barrier.c \
882 src/shared/barrier.h \
889 src/shared/base-filesystem.c \
890 src/shared/base-filesystem.h \
891 src/shared/memfd-util.c \
892 src/shared/memfd-util.h \
893 src/shared/uid-range.c \
894 src/shared/uid-range.h \
895 src/shared/nss-util.h
898 libsystemd_shared_la_SOURCES += \
899 src/shared/utmp-wtmp.c
902 nodist_libsystemd_shared_la_SOURCES = \
903 src/shared/errno-from-name.h \
904 src/shared/errno-to-name.h \
905 src/shared/af-from-name.h \
906 src/shared/af-to-name.h \
907 src/shared/arphrd-from-name.h \
908 src/shared/arphrd-to-name.h \
909 src/shared/cap-from-name.h \
910 src/shared/cap-to-name.h
912 libsystemd_shared_la_CFLAGS = \
918 libsystemd_shared_la_LIBADD = \
921 # ------------------------------------------------------------------------------
922 noinst_LTLIBRARIES += \
925 libsystemd_units_la_SOURCES = \
926 src/shared/install.c \
927 src/shared/install.h \
928 src/shared/install-printf.c \
929 src/shared/install-printf.h \
930 src/shared/path-lookup.c \
931 src/shared/path-lookup.h \
932 src/shared/specifier.c \
933 src/shared/specifier.h
935 # ------------------------------------------------------------------------------
936 noinst_LTLIBRARIES += \
939 libsystemd_label_la_SOURCES = \
940 src/shared/socket-label.c \
943 src/shared/selinux-util.c \
944 src/shared/selinux-util.h \
945 src/shared/mkdir-label.c \
946 src/shared/ask-password-api.c \
947 src/shared/ask-password-api.h \
948 src/shared/switch-root.h \
949 src/shared/switch-root.c \
950 src/shared/fileio-label.c \
951 src/shared/fileio-label.h \
952 src/shared/dev-setup.c \
953 src/shared/dev-setup.h \
954 src/shared/dropin.c \
955 src/shared/dropin.h \
956 src/shared/condition.c \
957 src/shared/condition.h \
958 src/shared/generator.h \
959 src/shared/generator.c
961 libsystemd_label_la_CFLAGS = \
965 libsystemd_label_la_LIBADD = \
968 # -----------------------------------------------------------------------------
971 dist_systemunit_DATA += \
972 units/ldconfig.service
974 SYSINIT_TARGET_WANTS += \
978 # ------------------------------------------------------------------------------
981 noinst_LTLIBRARIES += \
982 libsystemd-seccomp.la
984 libsystemd_seccomp_la_SOURCES = \
985 src/shared/seccomp-util.h \
986 src/shared/seccomp-util.c
988 libsystemd_seccomp_la_CFLAGS = \
992 libsystemd_seccomp_la_LIBADD = \
996 # ------------------------------------------------------------------------------
997 noinst_LTLIBRARIES += \
1000 libsystemd_logs_la_SOURCES = \
1001 src/shared/logs-show.c \
1002 src/shared/logs-show.h
1004 # ------------------------------------------------------------------------------
1006 noinst_LTLIBRARIES += \
1009 libsystemd_acl_la_SOURCES = \
1010 src/shared/acl-util.c \
1011 src/shared/acl-util.h
1013 libsystemd_acl_la_CFLAGS = \
1017 libsystemd_acl_la_LIBADD = \
1021 # ------------------------------------------------------------------------------
1022 noinst_LTLIBRARIES += \
1025 libsystemd_core_la_SOURCES = \
1028 src/core/unit-printf.c \
1029 src/core/unit-printf.h \
1032 src/core/manager.c \
1033 src/core/manager.h \
1034 src/core/transaction.c \
1035 src/core/transaction.h \
1036 src/core/load-fragment.c \
1037 src/core/load-fragment.h \
1038 src/core/service.c \
1039 src/core/service.h \
1042 src/core/busname.c \
1043 src/core/busname.h \
1044 src/core/bus-common.c \
1045 src/core/bus-common.h \
1046 src/core/bus-endpoint.c \
1047 src/core/bus-endpoint.h \
1050 src/core/snapshot.c \
1051 src/core/snapshot.h \
1056 src/core/automount.c \
1057 src/core/automount.h \
1068 src/core/load-dropin.c \
1069 src/core/load-dropin.h \
1070 src/core/execute.c \
1071 src/core/execute.h \
1076 src/core/dbus-manager.c \
1077 src/core/dbus-manager.h \
1078 src/core/dbus-unit.c \
1079 src/core/dbus-unit.h \
1080 src/core/dbus-job.c \
1081 src/core/dbus-job.h \
1082 src/core/dbus-service.c \
1083 src/core/dbus-service.h \
1084 src/core/dbus-socket.c \
1085 src/core/dbus-socket.h \
1086 src/core/dbus-busname.c \
1087 src/core/dbus-busname.h \
1088 src/core/dbus-target.c \
1089 src/core/dbus-target.h \
1090 src/core/dbus-snapshot.c \
1091 src/core/dbus-snapshot.h \
1092 src/core/dbus-device.c \
1093 src/core/dbus-device.h \
1094 src/core/dbus-mount.c \
1095 src/core/dbus-mount.h \
1096 src/core/dbus-automount.c \
1097 src/core/dbus-automount.h \
1098 src/core/dbus-swap.c \
1099 src/core/dbus-swap.h \
1100 src/core/dbus-timer.c \
1101 src/core/dbus-timer.h \
1102 src/core/dbus-path.c \
1103 src/core/dbus-path.h \
1104 src/core/dbus-slice.c \
1105 src/core/dbus-slice.h \
1106 src/core/dbus-scope.c \
1107 src/core/dbus-scope.h \
1108 src/core/dbus-execute.c \
1109 src/core/dbus-execute.h \
1110 src/core/dbus-kill.c \
1111 src/core/dbus-kill.h \
1112 src/core/dbus-cgroup.c \
1113 src/core/dbus-cgroup.h \
1116 src/core/selinux-access.c \
1117 src/core/selinux-access.h \
1118 src/core/selinux-setup.c \
1119 src/core/selinux-setup.h \
1120 src/core/smack-setup.c \
1121 src/core/smack-setup.h \
1122 src/core/ima-setup.c \
1123 src/core/ima-setup.h \
1124 src/core/locale-setup.h \
1125 src/core/locale-setup.c \
1126 src/core/hostname-setup.c \
1127 src/core/hostname-setup.h \
1128 src/core/machine-id-setup.c \
1129 src/core/machine-id-setup.h \
1130 src/core/mount-setup.c \
1131 src/core/mount-setup.h \
1132 src/core/kmod-setup.c \
1133 src/core/kmod-setup.h \
1134 src/core/loopback-setup.h \
1135 src/core/loopback-setup.c \
1136 src/core/namespace.c \
1137 src/core/namespace.h \
1139 src/core/sysfs-show.h \
1140 src/core/killall.h \
1141 src/core/killall.c \
1142 src/core/audit-fd.c \
1143 src/core/audit-fd.h \
1144 src/core/show-status.c \
1145 src/core/show-status.h \
1146 src/core/failure-action.c \
1147 src/core/failure-action.h
1149 nodist_libsystemd_core_la_SOURCES = \
1150 src/core/load-fragment-gperf.c \
1151 src/core/load-fragment-gperf-nulstr.c
1153 libsystemd_core_la_CFLAGS = \
1158 $(APPARMOR_CFLAGS) \
1163 libsystemd_core_la_LIBADD = \
1164 libsystemd-units.la \
1165 libsystemd-label.la \
1166 libudev-internal.la \
1167 libsystemd-shared.la \
1168 libsystemd-internal.la \
1177 libsystemd_core_la_LIBADD += \
1178 libsystemd-seccomp.la
1181 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1182 $(AM_V_at)$(MKDIR_P) $(dir $@)
1183 $(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 ";" }' < $< > $@
1186 src/core/load-fragment-gperf.gperf.m4
1189 src/core/load-fragment-gperf.gperf \
1190 src/core/load-fragment-gperf.c \
1191 src/core/load-fragment-gperf-nulstr.c \
1192 src/shared/errno-list.txt \
1193 src/shared/errno-from-name.gperf \
1194 src/shared/af-list.txt \
1195 src/shared/af-from-name.gperf \
1196 src/shared/arphrd-list.txt \
1197 src/shared/arphrd-from-name.gperf \
1198 src/shared/cap-list.txt \
1199 src/shared/cap-from-name.gperf \
1200 src/resolve/dns_type-list.txt \
1201 src/resolve/dns_type-from-name.gperf
1204 src/shared/errno-from-name.h \
1205 src/shared/errno-to-name.h \
1206 src/shared/af-from-name.h \
1207 src/shared/af-to-name.h \
1208 src/shared/arphrd-from-name.h \
1209 src/shared/arphrd-to-name.h \
1210 src/shared/cap-from-name.h \
1211 src/shared/cap-to-name.h \
1212 src/resolve/dns_type-from-name.h \
1213 src/resolve/dns_type-to-name.h
1215 %-from-name.gperf: %-list.txt
1216 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1218 %-from-name.h: %-from-name.gperf
1219 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1222 src/shared/errno-list.txt:
1223 $(AM_V_at)$(MKDIR_P) $(dir $@)
1224 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1226 src/shared/errno-to-name.h: src/shared/errno-list.txt
1227 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1230 src/shared/af-list.txt:
1231 $(AM_V_at)$(MKDIR_P) $(dir $@)
1232 $(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; }' >$@
1234 src/shared/af-to-name.h: src/shared/af-list.txt
1235 $(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 "};"}' <$< >$@
1238 src/shared/arphrd-list.txt:
1239 $(AM_V_at)$(MKDIR_P) $(dir $@)
1240 $(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_//' >$@
1242 src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt
1243 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1245 src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt
1246 $(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 }' <$< >$@
1249 src/shared/cap-list.txt:
1250 $(AM_V_at)$(MKDIR_P) $(dir $@)
1251 $(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 >$@
1253 src/shared/cap-to-name.h: src/shared/cap-list.txt
1254 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const capability_names[] = { "} { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1256 src/shared/cap-from-name.gperf: src/shared/cap-list.txt
1257 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct capability_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1259 src/shared/cap-from-name.h: src/shared/cap-from-name.gperf
1260 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@
1263 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1264 $(AM_V_at)$(MKDIR_P) $(dir $@)
1265 $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1267 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1268 $(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 "\ndefault: return NULL;\n\t}\n}\n" }' <$< >$@
1270 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1271 $(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 }' <$< >$@
1273 # ------------------------------------------------------------------------------
1282 libsystemd-core.la \
1285 dist_pkgsysconf_DATA += \
1286 src/core/system.conf \
1289 dist_dbuspolicy_DATA += \
1290 src/core/org.freedesktop.systemd1.conf
1292 dist_dbussystemservice_DATA += \
1293 src/core/org.freedesktop.systemd1.service
1295 polkitpolicy_in_in_files += \
1296 src/core/org.freedesktop.systemd1.policy.in.in
1298 pkgconfigdata_DATA = \
1301 nodist_rpmmacros_DATA = \
1302 src/core/macros.systemd
1305 src/core/systemd.pc.in \
1306 src/core/macros.systemd.in
1309 src/core/macros.systemd \
1310 src/core/org.freedesktop.systemd1.policy.in
1312 # ------------------------------------------------------------------------------
1355 test-strip-tab-ansi \
1387 test/daughter.service \
1392 test/grandchild.service \
1394 test/hello-after-sleep.target \
1395 test/hello.service \
1397 test/parent-deep.slice \
1400 test/sched_idle_bad.service \
1401 test/sched_idle_ok.service \
1402 test/sched_rr_bad.service \
1403 test/sched_rr_change.service \
1404 test/sched_rr_ok.service \
1405 test/shutdown.target \
1406 test/sleep.service \
1407 test/sockets.target \
1409 test/sysinit.target \
1410 test/testsuite.target \
1411 test/timers.target \
1412 test/unstoppable.service \
1413 test/path-changed.service \
1414 test/path-directorynotempty.service \
1415 test/path-existsglob.service \
1416 test/path-exists.service \
1417 test/path-makedirectory.service \
1418 test/path-modified.service \
1419 test/path-mycustomunit.service \
1420 test/path-service.service \
1421 test/path-changed.path \
1422 test/path-directorynotempty.path \
1423 test/path-existsglob.path \
1424 test/path-exists.path \
1425 test/path-makedirectory.path \
1426 test/path-modified.path \
1427 test/path-unit.path \
1428 test/exec-environment-empty.service \
1429 test/exec-environment-multiple.service \
1430 test/exec-environment.service \
1431 test/exec-group.service \
1432 test/exec-ignoresigpipe-no.service \
1433 test/exec-ignoresigpipe-yes.service \
1434 test/exec-personality-x86-64.service \
1435 test/exec-personality-x86.service \
1436 test/exec-privatedevices-no.service \
1437 test/exec-privatedevices-yes.service \
1438 test/exec-privatetmp-no.service \
1439 test/exec-privatetmp-yes.service \
1440 test/exec-systemcallerrornumber.service \
1441 test/exec-systemcallfilter-failing2.service \
1442 test/exec-systemcallfilter-failing.service \
1443 test/exec-systemcallfilter-not-failing2.service \
1444 test/exec-systemcallfilter-not-failing.service \
1445 test/exec-user.service \
1446 test/exec-workingdirectory.service \
1447 test/bus-policy/hello.conf \
1448 test/bus-policy/methods.conf \
1449 test/bus-policy/ownerships.conf \
1450 test/bus-policy/signals.conf \
1451 test/bus-policy/check-own-rules.conf \
1452 test/bus-policy/many-rules.conf \
1453 test/bus-policy/test.conf
1457 src/test/test-helper.h
1459 test_device_nodes_SOURCES = \
1460 src/test/test-device-nodes.c
1462 test_device_nodes_LDADD = \
1463 libsystemd-shared.la
1465 test_engine_SOURCES = \
1466 src/test/test-engine.c
1468 test_engine_CFLAGS = \
1472 test_engine_LDADD = \
1473 libsystemd-core.la \
1476 test_job_type_SOURCES = \
1477 src/test/test-job-type.c
1479 test_job_type_CFLAGS = \
1483 test_job_type_LDADD = \
1484 libsystemd-core.la \
1497 test_loopback_SOURCES = \
1498 src/test/test-loopback.c
1500 test_loopback_LDADD = \
1503 test_hostname_SOURCES = \
1504 src/test/test-hostname.c
1506 test_hostname_LDADD = \
1513 test_boot_timestamp_SOURCES = \
1514 src/test/test-boot-timestamps.c
1516 test_boot_timestamp_LDADD = \
1517 libsystemd-shared.la
1520 test_unit_name_SOURCES = \
1521 src/test/test-unit-name.c
1523 test_unit_name_CFLAGS = \
1527 test_unit_name_LDADD = \
1528 libsystemd-core.la \
1531 test_unit_file_SOURCES = \
1532 src/test/test-unit-file.c
1534 test_unit_file_CFLAGS = \
1538 test_unit_file_LDADD = \
1539 libsystemd-core.la \
1542 test_utf8_SOURCES = \
1543 src/test/test-utf8.c
1546 libsystemd-shared.la
1548 test_capability_SOURCES = \
1549 src/test/test-capability.c
1551 test_capability_LDADD = \
1552 libsystemd-shared.la
1554 test_async_SOURCES = \
1555 src/test/test-async.c
1557 test_async_LDADD = \
1558 libsystemd-shared.la
1560 test_locale_util_SOURCES = \
1561 src/test/test-locale-util.c
1563 test_locale_util_LDADD = \
1564 libsystemd-shared.la
1566 test_copy_SOURCES = \
1567 src/test/test-copy.c
1570 libsystemd-shared.la
1572 test_condition_SOURCES = \
1573 src/test/test-condition.c
1575 test_condition_LDADD = \
1576 libsystemd-label.la \
1577 libsystemd-internal.la \
1578 libsystemd-shared.la
1580 test_fdset_SOURCES = \
1581 src/test/test-fdset.c
1583 test_fdset_LDADD = \
1584 libsystemd-shared.la \
1585 libsystemd-internal.la
1587 test_ratelimit_SOURCES = \
1588 src/test/test-ratelimit.c
1590 test_ratelimit_LDADD = \
1591 libsystemd-shared.la
1593 test_util_SOURCES = \
1594 src/test/test-util.c
1598 libsystemd-shared.la
1600 test_uid_range_SOURCES = \
1601 src/test/test-uid-range.c
1603 test_uid_range_LDADD = \
1604 libsystemd-shared.la
1606 test_cap_list_SOURCES = \
1607 src/test/test-cap-list.c
1609 test_cap_list_LDADD = \
1610 libsystemd-shared.la
1612 test_socket_util_SOURCES = \
1613 src/test/test-socket-util.c
1615 test_socket_util_LDADD = \
1616 libsystemd-shared.la
1618 test_ring_SOURCES = \
1619 src/test/test-ring.c
1622 libsystemd-shared.la
1624 test_barrier_SOURCES = \
1625 src/test/test-barrier.c
1627 test_barrier_LDADD = \
1628 libsystemd-shared.la
1630 test_pty_SOURCES = \
1636 test_tmpfiles_SOURCES = \
1637 src/test/test-tmpfiles.c
1639 test_tmpfiles_LDADD = \
1640 libsystemd-shared.la
1642 test_namespace_SOURCES = \
1643 src/test/test-namespace.c
1645 test_namespace_LDADD = \
1649 src/test/test-hashmap-ordered.c
1652 src/test/test-hashmap-ordered.c
1654 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
1655 $(AM_V_at)$(MKDIR_P) $(dir $@)
1656 $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
1657 { if (!match($$0, "^#include")) \
1658 gsub(/hashmap/, "ordered_hashmap"); \
1659 gsub(/HASHMAP/, "ORDERED_HASHMAP"); \
1660 gsub(/Hashmap/, "OrderedHashmap"); \
1663 nodist_test_hashmap_SOURCES = \
1664 src/test/test-hashmap-ordered.c
1666 test_hashmap_SOURCES = \
1667 src/test/test-hashmap.c \
1668 src/test/test-hashmap-plain.c
1670 test_hashmap_LDADD = \
1671 libsystemd-shared.la
1673 test_set_SOURCES = \
1677 libsystemd-shared.la
1679 test_xml_SOURCES = \
1683 libsystemd-shared.la
1685 test_list_SOURCES = \
1686 src/test/test-list.c
1689 libsystemd-shared.la
1691 test_unaligned_LDADD = \
1692 libsystemd-shared.la
1694 test_unaligned_SOURCES = \
1695 src/test/test-unaligned.c
1697 test_tables_SOURCES = \
1698 src/test/test-tables.c \
1699 src/shared/test-tables.h \
1700 src/bus-proxyd/bus-policy.c \
1701 src/bus-proxyd/bus-policy.h \
1702 src/journal/journald-server.c \
1703 src/journal/journald-server.h
1705 test_tables_CPPFLAGS = \
1707 -I$(top_srcdir)/src/bus-proxyd
1709 test_tables_CFLAGS = \
1713 test_tables_LDADD = \
1714 libsystemd-logs.la \
1715 libsystemd-journal-internal.la \
1716 libsystemd-journal-core.la \
1717 libsystemd-core.la \
1721 test_prioq_SOURCES = \
1722 src/test/test-prioq.c
1724 test_prioq_LDADD = \
1725 libsystemd-shared.la
1727 test_fileio_SOURCES = \
1728 src/test/test-fileio.c
1730 test_fileio_LDADD = \
1731 libsystemd-shared.la
1733 test_time_SOURCES = \
1734 src/test/test-time.c
1737 libsystemd-shared.la
1739 test_architecture_SOURCES = \
1740 src/test/test-architecture.c
1742 test_architecture_LDADD = \
1743 libsystemd-shared.la
1745 test_log_SOURCES = \
1749 libsystemd-shared.la
1751 test_ipcrm_SOURCES = \
1752 src/test/test-ipcrm.c
1754 test_ipcrm_LDADD = \
1755 libsystemd-shared.la \
1758 test_rtnl_manual_SOURCES = \
1759 src/test/test-rtnl-manual.c
1761 test_rtnl_manual_CFLAGS = \
1765 test_rtnl_manual_LDADD = \
1766 libsystemd-internal.la \
1767 libsystemd-shared.la \
1770 test_ellipsize_SOURCES = \
1771 src/test/test-ellipsize.c
1773 test_ellipsize_LDADD = \
1774 libsystemd-shared.la
1776 test_date_SOURCES = \
1777 src/test/test-date.c
1780 libsystemd-shared.la
1782 test_sleep_SOURCES = \
1783 src/test/test-sleep.c
1785 test_sleep_LDADD = \
1788 test_replace_var_SOURCES = \
1789 src/test/test-replace-var.c
1791 test_replace_var_LDADD = \
1792 libsystemd-shared.la
1794 test_calendarspec_SOURCES = \
1795 src/test/test-calendarspec.c
1797 test_calendarspec_LDADD = \
1798 libsystemd-shared.la
1800 test_strip_tab_ansi_SOURCES = \
1801 src/test/test-strip-tab-ansi.c
1803 test_strip_tab_ansi_LDADD = \
1804 libsystemd-shared.la
1806 test_daemon_SOURCES = \
1807 src/test/test-daemon.c
1809 test_daemon_LDADD = \
1810 libsystemd-internal.la \
1811 libsystemd-shared.la
1813 test_cgroup_SOURCES = \
1814 src/test/test-cgroup.c
1816 test_cgroup_LDADD = \
1817 libsystemd-label.la \
1818 libsystemd-shared.la \
1819 libsystemd-internal.la
1821 test_cgroup_mask_SOURCES = \
1822 src/test/test-cgroup-mask.c
1824 test_cgroup_mask_CPPFLAGS = \
1827 test_cgroup_mask_CFLAGS = \
1831 test_cgroup_mask_LDADD = \
1832 libsystemd-core.la \
1835 test_cgroup_util_SOURCES = \
1836 src/test/test-cgroup-util.c
1838 test_cgroup_util_LDADD = \
1839 libsystemd-label.la \
1840 libsystemd-internal.la \
1841 libsystemd-shared.la
1843 test_env_replace_SOURCES = \
1844 src/test/test-env-replace.c
1846 test_env_replace_LDADD = \
1847 libsystemd-shared.la
1849 test_strbuf_SOURCES = \
1850 src/test/test-strbuf.c
1852 test_strbuf_LDADD = \
1853 libsystemd-shared.la
1855 test_strv_SOURCES = \
1856 src/test/test-strv.c
1859 libsystemd-units.la \
1860 libsystemd-internal.la \
1861 libsystemd-shared.la
1863 test_path_util_SOURCES = \
1864 src/test/test-path-util.c
1866 test_path_util_LDADD = \
1867 libsystemd-shared.la
1869 test_path_SOURCES = \
1870 src/test/test-path.c
1872 test_path_CFLAGS = \
1878 test_execute_SOURCES = \
1879 src/test/test-execute.c
1881 test_execute_CFLAGS = \
1884 test_execute_LDADD = \
1887 test_strxcpyx_SOURCES = \
1888 src/test/test-strxcpyx.c
1890 test_strxcpyx_LDADD = \
1891 libsystemd-shared.la
1893 test_install_SOURCES = \
1894 src/test/test-install.c
1896 test_install_LDADD = \
1897 libsystemd-units.la \
1898 libsystemd-label.la \
1899 libsystemd-shared.la \
1900 libsystemd-internal.la
1902 test_watchdog_SOURCES = \
1903 src/test/test-watchdog.c
1905 test_watchdog_LDADD = \
1906 libsystemd-shared.la
1908 test_sched_prio_SOURCES = \
1909 src/test/test-sched-prio.c
1911 test_sched_prio_CPPFLAGS = \
1914 test_sched_prio_CFLAGS = \
1918 test_sched_prio_LDADD = \
1919 libsystemd-core.la \
1922 test_conf_files_SOURCES = \
1923 src/test/test-conf-files.c
1925 test_conf_files_LDADD = \
1926 libsystemd-shared.la
1928 test_bus_policy_SOURCES = \
1929 src/bus-proxyd/test-bus-policy.c \
1930 src/bus-proxyd/bus-policy.c \
1931 src/bus-proxyd/bus-policy.h
1933 test_bus_policy_LDADD = \
1934 libsystemd-internal.la \
1935 libsystemd-shared.la
1937 # ------------------------------------------------------------------------------
1938 ## .PHONY so it always rebuilds it
1939 .PHONY: coverage lcov-run lcov-report coverage-sync
1941 # run lcov from scratch, always
1946 coverage_dir = coverage
1947 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
1950 # reset run coverage tests
1952 @rm -rf $(coverage_dir)
1953 lcov $(coverage_opts) --zerocounters
1956 # generate report based on current coverage data
1958 $(MKDIR_P) $(coverage_dir)
1959 lcov $(coverage_opts) --compat-libtool --capture --no-external \
1960 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
1961 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
1962 genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
1963 @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
1965 # lcov doesn't work properly with vpath builds, make sure that bad
1966 # output is not uploaded by mistake.
1967 coverage-sync: coverage
1968 test "$(builddir)" = "$(srcdir)"
1969 rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
1972 lcov-run lcov-report:
1973 echo "Need to reconfigure with --enable-coverage"
1976 # ------------------------------------------------------------------------------
1977 systemd_analyze_SOURCES = \
1978 src/analyze/analyze.c \
1979 src/analyze/analyze-verify.c \
1980 src/analyze/analyze-verify.h
1982 systemd_verify_CFLAGS = \
1986 systemd_analyze_LDADD = \
1987 libsystemd-core.la \
1988 libsystemd-internal.la \
1989 libsystemd-shared.la \
1992 # ------------------------------------------------------------------------------
1993 systemd_initctl_SOURCES = \
1994 src/initctl/initctl.c
1996 systemd_initctl_LDADD = \
1997 libsystemd-internal.la \
1998 libsystemd-shared.la
2000 # ------------------------------------------------------------------------------
2001 systemd_update_utmp_SOURCES = \
2002 src/update-utmp/update-utmp.c
2004 systemd_update_utmp_CFLAGS = \
2008 systemd_update_utmp_LDADD = \
2009 libsystemd-internal.la \
2010 libsystemd-shared.la \
2013 # ------------------------------------------------------------------------------
2014 systemd_update_done_SOURCES = \
2015 src/update-done/update-done.c
2017 systemd_update_done_LDADD = \
2018 libsystemd-internal.la \
2019 libsystemd-label.la \
2020 libsystemd-shared.la
2022 # ------------------------------------------------------------------------------
2023 systemd_shutdownd_SOURCES = \
2024 src/shutdownd/shutdownd.c
2026 systemd_shutdownd_LDADD = \
2027 libsystemd-label.la \
2028 libsystemd-internal.la \
2029 libsystemd-shared.la
2032 src/systemd/sd-shutdown.h
2034 # ------------------------------------------------------------------------------
2035 systemd_shutdown_SOURCES = \
2038 src/core/shutdown.c \
2039 src/core/mount-setup.c \
2040 src/core/mount-setup.h \
2041 src/core/killall.h \
2044 systemd_shutdown_LDADD = \
2045 libsystemd-label.la \
2046 libudev-internal.la \
2047 libsystemd-shared.la
2049 # ------------------------------------------------------------------------------
2051 systemd_modules_load_SOURCES = \
2052 src/modules-load/modules-load.c
2054 systemd_modules_load_CFLAGS = \
2058 systemd_modules_load_LDADD = \
2059 libsystemd-shared.la \
2062 rootlibexec_PROGRAMS += \
2063 systemd-modules-load
2065 nodist_systemunit_DATA += \
2066 units/systemd-modules-load.service
2068 SYSINIT_TARGET_WANTS += \
2069 systemd-modules-load.service
2072 nodist_systemunit_DATA += \
2073 units/kmod-static-nodes.service
2075 SYSINIT_TARGET_WANTS += \
2076 kmod-static-nodes.service
2081 units/systemd-modules-load.service.in \
2082 units/kmod-static-nodes.service.in
2084 # ------------------------------------------------------------------------------
2086 systemd_tmpfiles_SOURCES = \
2087 src/tmpfiles/tmpfiles.c
2089 systemd_tmpfiles_LDADD = \
2090 libsystemd-units.la \
2091 libsystemd-label.la \
2092 libsystemd-internal.la \
2093 libsystemd-shared.la
2095 rootbin_PROGRAMS += \
2098 dist_systemunit_DATA += \
2099 units/systemd-tmpfiles-clean.timer
2101 nodist_systemunit_DATA += \
2102 units/systemd-tmpfiles-setup-dev.service \
2103 units/systemd-tmpfiles-setup.service \
2104 units/systemd-tmpfiles-clean.service
2106 nodist_tmpfiles_DATA = \
2109 dist_tmpfiles_DATA = \
2110 tmpfiles.d/systemd.conf \
2111 tmpfiles.d/systemd-nologin.conf \
2112 tmpfiles.d/tmp.conf \
2113 tmpfiles.d/x11.conf \
2117 dist_tmpfiles_DATA += \
2118 tmpfiles.d/legacy.conf
2121 SYSINIT_TARGET_WANTS += \
2122 systemd-tmpfiles-setup-dev.service \
2123 systemd-tmpfiles-setup.service
2125 dist_zshcompletion_DATA += \
2126 shell-completion/zsh/_systemd-tmpfiles
2128 TIMERS_TARGET_WANTS += \
2129 systemd-tmpfiles-clean.timer
2133 $(sysconfdir)/tmpfiles.d
2137 tmpfiles.d/etc.conf.m4 \
2138 units/systemd-tmpfiles-setup-dev.service.in \
2139 units/systemd-tmpfiles-setup.service.in \
2140 units/systemd-tmpfiles-clean.service.in
2145 # ------------------------------------------------------------------------------
2147 systemd_sysusers_SOURCES = \
2148 src/sysusers/sysusers.c
2150 systemd_sysusers_LDADD = \
2151 libsystemd-units.la \
2152 libsystemd-label.la \
2153 libsystemd-internal.la \
2154 libsystemd-shared.la
2156 rootbin_PROGRAMS += \
2159 nodist_systemunit_DATA += \
2160 units/systemd-sysusers.service
2162 SYSINIT_TARGET_WANTS += \
2163 systemd-sysusers.service
2165 dist_sysusers_DATA = \
2166 sysusers.d/systemd.conf
2168 nodist_sysusers_DATA = \
2169 sysusers.d/basic.conf
2172 units/systemd-sysusers.service.in \
2173 sysusers.d/basic.conf.in
2176 sysusers.d/basic.conf
2182 # ------------------------------------------------------------------------------
2183 dist_factory_etc_DATA = \
2184 factory/etc/nsswitch.conf
2187 dist_factory_pam_DATA = \
2188 factory/etc/pam.d/system-auth \
2189 factory/etc/pam.d/other
2192 # ------------------------------------------------------------------------------
2194 systemd_firstboot_SOURCES = \
2195 src/firstboot/firstboot.c
2197 systemd_firstboot_LDADD = \
2198 libsystemd-units.la \
2199 libsystemd-label.la \
2200 libsystemd-internal.la \
2201 libsystemd-shared.la \
2204 rootbin_PROGRAMS += \
2207 nodist_systemunit_DATA += \
2208 units/systemd-firstboot.service
2211 units/systemd-firstboot.service.in
2213 SYSINIT_TARGET_WANTS += \
2214 systemd-firstboot.service
2217 # ------------------------------------------------------------------------------
2218 systemd_machine_id_setup_SOURCES = \
2219 src/machine-id-setup/machine-id-setup-main.c \
2220 src/core/machine-id-setup.c \
2221 src/core/machine-id-setup.h
2223 systemd_machine_id_setup_LDADD = \
2224 libsystemd-label.la \
2225 libsystemd-internal.la \
2226 libsystemd-shared.la
2228 # ------------------------------------------------------------------------------
2229 systemd_sysctl_SOURCES = \
2232 systemd_sysctl_LDADD = \
2233 libsystemd-shared.la
2235 # ------------------------------------------------------------------------------
2236 systemd_sleep_SOURCES = \
2239 systemd_sleep_LDADD = \
2240 libsystemd-shared.la
2242 # ------------------------------------------------------------------------------
2243 systemd_fsck_SOURCES = \
2246 systemd_fsck_LDADD = \
2247 libsystemd-internal.la \
2248 libudev-internal.la \
2249 libsystemd-shared.la
2251 # ------------------------------------------------------------------------------
2252 systemd_machine_id_commit_SOURCES = \
2253 src/machine-id-commit/machine-id-commit.c \
2254 src/core/machine-id-setup.c \
2255 src/core/machine-id-setup.h
2257 systemd_machine_id_commit_LDADD = \
2258 libsystemd-label.la \
2259 libsystemd-internal.la \
2260 libsystemd-shared.la
2262 SYSINIT_TARGET_WANTS += \
2263 systemd-machine-id-commit.service
2265 # ------------------------------------------------------------------------------
2266 systemd_ac_power_SOURCES = \
2267 src/ac-power/ac-power.c
2269 systemd_ac_power_LDADD = \
2270 libudev-internal.la \
2271 libsystemd-shared.la
2273 # ------------------------------------------------------------------------------
2274 systemd_detect_virt_SOURCES = \
2275 src/detect-virt/detect-virt.c
2277 systemd_detect_virt_LDADD = \
2278 libsystemd-shared.la
2280 INSTALL_EXEC_HOOKS += \
2281 systemd-detect-virt-install-hook
2283 # ------------------------------------------------------------------------------
2284 systemd_delta_SOURCES = \
2287 systemd_delta_LDADD = \
2288 libsystemd-shared.la
2290 # ------------------------------------------------------------------------------
2291 systemd_getty_generator_SOURCES = \
2292 src/getty-generator/getty-generator.c
2294 systemd_getty_generator_LDADD = \
2295 libsystemd-label.la \
2296 libsystemd-shared.la
2298 # ------------------------------------------------------------------------------
2299 systemd_debug_generator_SOURCES = \
2300 src/debug-generator/debug-generator.c
2302 systemd_debug_generator_LDADD = \
2303 libsystemd-label.la \
2304 libsystemd-shared.la
2306 # ------------------------------------------------------------------------------
2307 systemd_fstab_generator_SOURCES = \
2308 src/fstab-generator/fstab-generator.c \
2309 src/core/mount-setup.c
2311 systemd_fstab_generator_LDADD = \
2312 libsystemd-label.la \
2313 libsystemd-shared.la
2315 # ------------------------------------------------------------------------------
2316 systemd_system_update_generator_SOURCES = \
2317 src/system-update-generator/system-update-generator.c
2319 systemd_system_update_generator_LDADD = \
2320 libsystemd-label.la \
2321 libsystemd-shared.la
2323 # ------------------------------------------------------------------------------
2325 systemgenerator_PROGRAMS += \
2326 systemd-hibernate-resume-generator
2328 rootlibexec_PROGRAMS += \
2329 systemd-hibernate-resume
2331 systemd_hibernate_resume_SOURCES = \
2332 src/hibernate-resume/hibernate-resume.c
2334 systemd_hibernate_resume_LDADD = \
2335 libsystemd-internal.la \
2336 libsystemd-shared.la
2338 systemd_hibernate_resume_generator_SOURCES = \
2339 src/hibernate-resume/hibernate-resume-generator.c
2341 systemd_hibernate_resume_generator_LDADD = \
2342 libsystemd-label.la \
2343 libsystemd-shared.la
2346 units/systemd-hibernate.service.in \
2347 units/systemd-hibernate-resume@.service.in \
2348 units/systemd-hybrid-sleep.service.in
2350 dist_systemunit_DATA += \
2351 units/hibernate.target \
2352 units/hybrid-sleep.target
2354 nodist_systemunit_DATA += \
2355 units/systemd-hibernate.service \
2356 units/systemd-hibernate-resume@.service \
2357 units/systemd-hybrid-sleep.service
2360 # ------------------------------------------------------------------------------
2362 systemgenerator_PROGRAMS += \
2363 systemd-efi-boot-generator
2365 systemd_efi_boot_generator_SOURCES = \
2366 src/efi-boot-generator/efi-boot-generator.c
2368 systemd_efi_boot_generator_LDADD = \
2369 libsystemd-label.la \
2370 libsystemd-shared.la
2372 # ------------------------------------------------------------------------------
2375 src/boot/boot-loader.h \
2376 src/boot/bootctl.c \
2377 src/boot/boot-loader.c \
2381 libsystemd-shared.la \
2382 libsystemd-internal.la
2387 dist_bashcompletion_DATA += \
2388 shell-completion/bash/bootctl
2390 dist_zshcompletion_DATA += \
2391 shell-completion/zsh/_bootctl
2395 # ------------------------------------------------------------------------------
2397 systemgenerator_PROGRAMS += \
2398 systemd-gpt-auto-generator
2400 systemd_gpt_auto_generator_SOURCES = \
2401 src/gpt-auto-generator/gpt-auto-generator.c \
2402 src/shared/blkid-util.h
2404 systemd_gpt_auto_generator_LDADD = \
2405 libsystemd-label.la \
2406 libsystemd-internal.la \
2407 libudev-internal.la \
2408 libsystemd-shared.la \
2411 systemd_gpt_auto_generator_CFLAGS = \
2416 # ------------------------------------------------------------------------------
2418 systemgenerator_PROGRAMS += \
2419 systemd-dbus1-generator
2421 systemd_dbus1_generator_SOURCES = \
2422 src/dbus1-generator/dbus1-generator.c
2424 systemd_dbus1_generator_LDADD = \
2425 libsystemd-label.la \
2426 libsystemd-shared.la \
2427 libsystemd-internal.la
2429 dbus1-generator-install-hook:
2430 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
2431 $(AM_V_RM)rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2432 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2434 dbus1-generator-uninstall-hook:
2435 rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2437 INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
2438 UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
2441 # ------------------------------------------------------------------------------
2442 systemd_sysv_generator_SOURCES = \
2443 src/sysv-generator/sysv-generator.c
2445 systemd_sysv_generator_LDADD = \
2446 libsystemd-core.la \
2447 libsystemd-label.la \
2448 libsystemd-shared.la
2450 # ------------------------------------------------------------------------------
2451 systemd_rc_local_generator_SOURCES = \
2452 src/rc-local-generator/rc-local-generator.c
2454 systemd_rc_local_generator_LDADD = \
2455 libsystemd-label.la \
2456 libsystemd-shared.la
2458 # ------------------------------------------------------------------------------
2459 systemd_remount_fs_SOURCES = \
2460 src/remount-fs/remount-fs.c \
2461 src/core/mount-setup.c \
2462 src/core/mount-setup.h
2464 systemd_remount_fs_LDADD = \
2465 libsystemd-label.la \
2466 libsystemd-shared.la
2468 # ------------------------------------------------------------------------------
2469 systemd_cgroups_agent_SOURCES = \
2470 src/cgroups-agent/cgroups-agent.c
2472 systemd_cgroups_agent_LDADD = \
2473 libsystemd-internal.la \
2474 libsystemd-shared.la
2476 # ------------------------------------------------------------------------------
2477 systemd_escape_SOURCES = \
2480 systemd_escape_LDADD = \
2481 libsystemd-shared.la
2483 # -----------------------------------------------------------------------------
2484 systemctl_SOURCES = \
2485 src/systemctl/systemctl.c
2488 libsystemd-units.la \
2489 libsystemd-label.la \
2490 libsystemd-internal.la \
2491 libsystemd-logs.la \
2492 libsystemd-journal-internal.la \
2493 libsystemd-shared.la
2495 # ------------------------------------------------------------------------------
2496 systemd_notify_SOURCES = \
2499 systemd_notify_LDADD = \
2500 libsystemd-internal.la \
2501 libsystemd-shared.la
2503 # ------------------------------------------------------------------------------
2504 systemd_path_SOURCES = \
2507 systemd_path_LDADD = \
2508 libsystemd-internal.la \
2509 libsystemd-shared.la
2511 # ------------------------------------------------------------------------------
2512 systemd_ask_password_SOURCES = \
2513 src/ask-password/ask-password.c
2515 systemd_ask_password_LDADD = \
2516 libsystemd-label.la \
2517 libsystemd-shared.la
2519 # ------------------------------------------------------------------------------
2520 systemd_reply_password_SOURCES = \
2521 src/reply-password/reply-password.c
2523 systemd_reply_password_LDADD = \
2524 libsystemd-shared.la
2526 # ------------------------------------------------------------------------------
2527 systemd_cgls_SOURCES = \
2530 systemd_cgls_LDADD = \
2531 libsystemd-internal.la \
2532 libsystemd-shared.la
2534 # ------------------------------------------------------------------------------
2535 systemd_cgtop_SOURCES = \
2538 systemd_cgtop_LDADD = \
2539 libsystemd-shared.la
2541 # ------------------------------------------------------------------------------
2542 systemd_nspawn_SOURCES = \
2543 src/nspawn/nspawn.c \
2544 src/core/mount-setup.c \
2545 src/core/mount-setup.h \
2546 src/core/loopback-setup.c \
2547 src/core/loopback-setup.h
2549 systemd_nspawn_CFLAGS = \
2554 systemd_nspawn_LDADD = \
2555 libsystemd-label.la \
2556 libsystemd-internal.la \
2557 libudev-internal.la \
2558 libsystemd-shared.la \
2562 systemd_nspawn_LDADD += \
2563 libsystemd-seccomp.la \
2567 # ------------------------------------------------------------------------------
2568 systemd_run_SOURCES = \
2571 systemd_run_LDADD = \
2572 libsystemd-label.la \
2573 libsystemd-internal.la \
2574 libsystemd-shared.la
2576 # ------------------------------------------------------------------------------
2577 systemd_bus_proxyd_SOURCES = \
2578 src/bus-proxyd/bus-proxyd.c \
2579 src/bus-proxyd/bus-policy.c \
2580 src/bus-proxyd/bus-policy.h
2582 systemd_bus_proxyd_LDADD = \
2583 libsystemd-internal.la \
2584 libsystemd-shared.la
2586 bus-proxyd-install-hook:
2587 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(bindir)
2588 $(AM_V_RM)rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2589 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
2591 bus-proxyd-uninstall-hook:
2592 rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2594 INSTALL_EXEC_HOOKS += bus-proxyd-install-hook
2595 UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook
2598 nodist_systemunit_DATA += \
2599 units/systemd-bus-proxyd@.service
2601 dist_systemunit_DATA += \
2602 units/systemd-bus-proxyd.socket
2604 nodist_userunit_DATA += \
2605 units/user/systemd-bus-proxyd@.service
2607 dist_userunit_DATA += \
2608 units/user/systemd-bus-proxyd.socket
2612 units/systemd-bus-proxyd@.service.m4.in \
2613 units/user/systemd-bus-proxyd@.service.in
2616 bus-proxyd-set-cap-hook:
2617 -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
2619 INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
2622 # ------------------------------------------------------------------------------
2623 systemd_tty_ask_password_agent_SOURCES = \
2624 src/tty-ask-password-agent/tty-ask-password-agent.c
2626 systemd_tty_ask_password_agent_LDADD = \
2627 libsystemd-label.la \
2628 libsystemd-shared.la
2630 # ------------------------------------------------------------------------------
2631 libsystemd_internal_la_SOURCES = \
2632 src/systemd/sd-bus.h \
2633 src/systemd/sd-bus-protocol.h \
2634 src/systemd/sd-bus-vtable.h \
2635 src/systemd/sd-utf8.h \
2636 src/systemd/sd-event.h \
2637 src/systemd/sd-rtnl.h \
2638 src/systemd/sd-resolve.h \
2639 src/systemd/sd-login.h \
2640 src/systemd/sd-id128.h \
2641 src/systemd/sd-daemon.h \
2642 src/systemd/sd-path.h \
2643 src/systemd/sd-network.h \
2644 src/libsystemd/sd-bus/sd-bus.c \
2645 src/libsystemd/sd-bus/bus-control.c \
2646 src/libsystemd/sd-bus/bus-control.h \
2647 src/libsystemd/sd-bus/bus-error.c \
2648 src/libsystemd/sd-bus/bus-error.h \
2649 src/libsystemd/sd-bus/bus-internal.c \
2650 src/libsystemd/sd-bus/bus-internal.h \
2651 src/libsystemd/sd-bus/bus-socket.c \
2652 src/libsystemd/sd-bus/bus-socket.h \
2653 src/libsystemd/sd-bus/bus-kernel.c \
2654 src/libsystemd/sd-bus/bus-kernel.h \
2655 src/libsystemd/sd-bus/bus-container.c \
2656 src/libsystemd/sd-bus/bus-container.h \
2657 src/libsystemd/sd-bus/bus-message.c \
2658 src/libsystemd/sd-bus/bus-message.h \
2659 src/libsystemd/sd-bus/bus-creds.c \
2660 src/libsystemd/sd-bus/bus-creds.h \
2661 src/libsystemd/sd-bus/bus-signature.c \
2662 src/libsystemd/sd-bus/bus-signature.h \
2663 src/libsystemd/sd-bus/bus-type.c \
2664 src/libsystemd/sd-bus/bus-type.h \
2665 src/libsystemd/sd-bus/bus-match.c \
2666 src/libsystemd/sd-bus/bus-match.h \
2667 src/libsystemd/sd-bus/bus-bloom.c \
2668 src/libsystemd/sd-bus/bus-bloom.h \
2669 src/libsystemd/sd-bus/bus-introspect.c \
2670 src/libsystemd/sd-bus/bus-introspect.h \
2671 src/libsystemd/sd-bus/bus-objects.c \
2672 src/libsystemd/sd-bus/bus-objects.h \
2673 src/libsystemd/sd-bus/bus-gvariant.c \
2674 src/libsystemd/sd-bus/bus-gvariant.h \
2675 src/libsystemd/sd-bus/bus-convenience.c \
2676 src/libsystemd/sd-bus/bus-track.c \
2677 src/libsystemd/sd-bus/bus-track.h \
2678 src/libsystemd/sd-bus/bus-util.c \
2679 src/libsystemd/sd-bus/bus-util.h \
2680 src/libsystemd/sd-bus/bus-slot.c \
2681 src/libsystemd/sd-bus/bus-slot.h \
2682 src/libsystemd/sd-bus/bus-protocol.h \
2683 src/libsystemd/sd-bus/kdbus.h \
2684 src/libsystemd/sd-utf8/sd-utf8.c \
2685 src/libsystemd/sd-event/sd-event.c \
2686 src/libsystemd/sd-event/event-util.h \
2687 src/libsystemd/sd-rtnl/sd-rtnl.c \
2688 src/libsystemd/sd-rtnl/rtnl-internal.h \
2689 src/libsystemd/sd-rtnl/rtnl-message.c \
2690 src/libsystemd/sd-rtnl/rtnl-types.h \
2691 src/libsystemd/sd-rtnl/rtnl-types.c \
2692 src/libsystemd/sd-rtnl/rtnl-util.h \
2693 src/libsystemd/sd-rtnl/rtnl-util.c \
2694 src/libsystemd/sd-rtnl/local-addresses.h \
2695 src/libsystemd/sd-rtnl/local-addresses.c \
2696 src/libsystemd/sd-id128/sd-id128.c \
2697 src/libsystemd/sd-daemon/sd-daemon.c \
2698 src/libsystemd/sd-login/sd-login.c \
2699 src/libsystemd/sd-path/sd-path.c \
2700 src/libsystemd/sd-network/sd-network.c \
2701 src/libsystemd/sd-network/network-util.h \
2702 src/libsystemd/sd-network/network-util.c
2704 nodist_libsystemd_internal_la_SOURCES = \
2705 src/libsystemd/libsystemd.sym
2707 libsystemd_internal_la_CFLAGS = \
2711 libsystemd_internal_la_LIBADD = \
2714 libsystemd_resolve_la_SOURCES = \
2715 src/libsystemd/sd-resolve/sd-resolve.c \
2716 src/libsystemd/sd-resolve/resolve-util.h
2718 libsystemd_resolve_la_CFLAGS = \
2722 libsystemd_resolve_la_LIBADD = \
2725 noinst_LTLIBRARIES += \
2726 libsystemd-internal.la \
2727 libsystemd-resolve.la
2729 libsystemd_dump_la_SOURCES = \
2730 src/libsystemd/sd-bus/bus-dump.c \
2731 src/libsystemd/sd-bus/bus-dump.h
2733 noinst_LTLIBRARIES += \
2737 src/libsystemd/libsystemd.sym.m4 \
2738 src/libsystemd/libsystemd.pc.in \
2739 src/libsystemd/sd-bus/DIFFERENCES \
2740 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
2743 src/libsystemd/libsystemd.sym
2746 src/libsystemd/libsystemd.sym
2748 libsystemd_la_SOURCES = \
2749 $(libsystemd_internal_la_SOURCES) \
2750 $(libsystemd_resolve_la_SOURCES) \
2751 $(libsystemd_journal_internal_la_SOURCES)
2753 nodist_libsystemd_la_SOURCES = \
2754 $(nodist_libsystemd_internal_la_SOURCES)
2756 libsystemd_la_CFLAGS = \
2757 $(libsystemd_internal_la_CFLAGS) \
2758 $(libsystemd_resolve_la_CFLAGS) \
2759 $(libsystemd_journal_internal_la_CFLAGS)
2761 libsystemd_la_LDFLAGS = \
2763 -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
2764 -Wl,--version-script=$(top_builddir)/src/libsystemd/libsystemd.sym
2766 libsystemd_la_LIBADD = \
2767 libsystemd-shared.la \
2768 $(libsystemd_internal_la_LIBADD) \
2769 $(libsystemd_journal_internal_la_LIBADD) \
2770 $(libsystemd_resolve_la_LIBADD)
2772 libsystemd-install-hook:
2773 libname=libsystemd.so && $(move-to-rootlibdir)
2775 libsystemd-uninstall-hook:
2776 rm -f $(DESTDIR)$(rootlibdir)/libsystemd.so*
2778 INSTALL_EXEC_HOOKS += libsystemd-install-hook
2779 UNINSTALL_EXEC_HOOKS += libsystemd-uninstall-hook
2781 pkgconfiglib_DATA += \
2782 src/libsystemd/libsystemd.pc
2784 pkginclude_HEADERS += \
2785 src/systemd/sd-login.h \
2786 src/systemd/sd-id128.h \
2787 src/systemd/sd-daemon.h
2790 pkginclude_HEADERS += \
2791 src/systemd/sd-bus.h \
2792 src/systemd/sd-bus-protocol.h \
2793 src/systemd/sd-bus-vtable.h \
2794 src/systemd/sd-utf8.h \
2795 src/systemd/sd-event.h \
2796 src/systemd/sd-rtnl.h \
2797 src/systemd/sd-resolve.h \
2798 src/systemd/sd-path.h
2801 lib_LTLIBRARIES += \
2806 test-bus-signature \
2812 test-bus-kernel-bloom \
2813 test-bus-kernel-benchmark \
2814 test-bus-zero-copy \
2815 test-bus-introspect \
2822 test-local-addresses \
2828 test_bus_marshal_SOURCES = \
2829 src/libsystemd/sd-bus/test-bus-marshal.c
2831 test_bus_marshal_LDADD = \
2832 libsystemd-dump.la \
2833 libsystemd-internal.la \
2834 libsystemd-shared.la \
2838 test_bus_marshal_CFLAGS = \
2843 test_bus_signature_SOURCES = \
2844 src/libsystemd/sd-bus/test-bus-signature.c
2846 test_bus_signature_LDADD = \
2847 libsystemd-shared.la \
2848 libsystemd-internal.la
2850 test_bus_chat_SOURCES = \
2851 src/libsystemd/sd-bus/test-bus-chat.c
2853 test_bus_chat_CFLAGS = \
2857 test_bus_chat_LDADD = \
2858 libsystemd-internal.la \
2859 libsystemd-shared.la
2861 test_bus_cleanup_SOURCES = \
2862 src/libsystemd/sd-bus/test-bus-cleanup.c
2864 test_bus_cleanup_CFLAGS = \
2868 test_bus_cleanup_LDADD = \
2869 libsystemd-internal.la \
2870 libsystemd-shared.la
2872 test_bus_server_SOURCES = \
2873 src/libsystemd/sd-bus/test-bus-server.c
2875 test_bus_server_CFLAGS = \
2879 test_bus_server_LDADD = \
2880 libsystemd-internal.la \
2881 libsystemd-shared.la
2883 test_bus_objects_SOURCES = \
2884 src/libsystemd/sd-bus/test-bus-objects.c
2886 test_bus_objects_CFLAGS = \
2890 test_bus_objects_LDADD = \
2891 libsystemd-dump.la \
2892 libsystemd-internal.la \
2893 libsystemd-shared.la
2895 test_bus_error_SOURCES = \
2896 src/libsystemd/sd-bus/test-bus-error.c
2898 test_bus_error_LDADD = \
2899 libsystemd-internal.la \
2900 libsystemd-shared.la
2902 test_bus_gvariant_SOURCES = \
2903 src/libsystemd/sd-bus/test-bus-gvariant.c
2905 test_bus_gvariant_LDADD = \
2906 libsystemd-dump.la \
2907 libsystemd-internal.la \
2908 libsystemd-shared.la \
2911 test_bus_gvariant_CFLAGS = \
2915 test_bus_creds_SOURCES = \
2916 src/libsystemd/sd-bus/test-bus-creds.c
2918 test_bus_creds_LDADD = \
2919 libsystemd-dump.la \
2920 libsystemd-internal.la \
2921 libsystemd-shared.la
2923 test_bus_match_SOURCES = \
2924 src/libsystemd/sd-bus/test-bus-match.c
2926 test_bus_match_LDADD = \
2927 libsystemd-internal.la \
2928 libsystemd-shared.la
2930 test_bus_kernel_SOURCES = \
2931 src/libsystemd/sd-bus/test-bus-kernel.c
2933 test_bus_kernel_LDADD = \
2934 libsystemd-dump.la \
2935 libsystemd-internal.la \
2936 libsystemd-shared.la
2938 test_bus_kernel_bloom_SOURCES = \
2939 src/libsystemd/sd-bus/test-bus-kernel-bloom.c
2941 test_bus_kernel_bloom_LDADD = \
2942 libsystemd-internal.la \
2943 libsystemd-shared.la
2945 test_bus_kernel_benchmark_SOURCES = \
2946 src/libsystemd/sd-bus/test-bus-kernel-benchmark.c
2948 test_bus_kernel_benchmark_LDADD = \
2949 libsystemd-internal.la \
2950 libsystemd-shared.la
2952 test_bus_zero_copy_SOURCES = \
2953 src/libsystemd/sd-bus/test-bus-zero-copy.c
2955 test_bus_zero_copy_LDADD = \
2956 libsystemd-dump.la \
2957 libsystemd-internal.la \
2958 libsystemd-shared.la
2960 test_bus_introspect_SOURCES = \
2961 src/libsystemd/sd-bus/test-bus-introspect.c
2963 test_bus_introspect_LDADD = \
2964 libsystemd-internal.la \
2965 libsystemd-shared.la
2967 test_event_SOURCES = \
2968 src/libsystemd/sd-event/test-event.c
2970 test_event_LDADD = \
2971 libsystemd-internal.la \
2972 libsystemd-shared.la
2974 test_rtnl_SOURCES = \
2975 src/libsystemd/sd-rtnl/test-rtnl.c
2978 libsystemd-internal.la \
2979 libsystemd-shared.la
2981 test_local_addresses_SOURCES = \
2982 src/libsystemd/sd-rtnl/test-local-addresses.c
2984 test_local_addresses_LDADD = \
2985 libsystemd-internal.la \
2986 libsystemd-shared.la
2988 test_resolve_SOURCES = \
2989 src/libsystemd/sd-resolve/test-resolve.c
2991 test_resolve_LDADD = \
2992 libsystemd-resolve.la \
2993 libsystemd-internal.la \
2994 libsystemd-shared.la
2996 test_resolve_CFLAGS = \
3001 src/libsystemd/sd-bus/busctl.c \
3002 src/libsystemd/sd-bus/busctl-introspect.c \
3003 src/libsystemd/sd-bus/busctl-introspect.h
3006 libsystemd-dump.la \
3007 libsystemd-internal.la \
3008 libsystemd-shared.la
3010 # ------------------------------------------------------------------------------
3011 noinst_LTLIBRARIES += \
3012 libsystemd-network.la
3014 libsystemd_network_la_CFLAGS = \
3018 libsystemd_network_la_SOURCES = \
3019 src/systemd/sd-dhcp-client.h \
3020 src/systemd/sd-dhcp-server.h \
3021 src/systemd/sd-dhcp-lease.h \
3022 src/systemd/sd-ipv4ll.h \
3023 src/systemd/sd-icmp6-nd.h \
3024 src/systemd/sd-dhcp6-client.h \
3025 src/systemd/sd-dhcp6-lease.h \
3026 src/systemd/sd-pppoe.h \
3027 src/libsystemd-network/sd-dhcp-client.c \
3028 src/libsystemd-network/sd-dhcp-server.c \
3029 src/libsystemd-network/dhcp-network.c \
3030 src/libsystemd-network/dhcp-option.c \
3031 src/libsystemd-network/dhcp-packet.c \
3032 src/libsystemd-network/dhcp-internal.h \
3033 src/libsystemd-network/dhcp-server-internal.h \
3034 src/libsystemd-network/dhcp-protocol.h \
3035 src/libsystemd-network/dhcp-lease-internal.h \
3036 src/libsystemd-network/sd-dhcp-lease.c \
3037 src/libsystemd-network/sd-ipv4ll.c \
3038 src/libsystemd-network/ipv4ll-network.c \
3039 src/libsystemd-network/ipv4ll-packet.c \
3040 src/libsystemd-network/ipv4ll-internal.h \
3041 src/libsystemd-network/sd-pppoe.c \
3042 src/libsystemd-network/network-internal.c \
3043 src/libsystemd-network/network-internal.h \
3044 src/libsystemd-network/sd-icmp6-nd.c \
3045 src/libsystemd-network/sd-dhcp6-client.c \
3046 src/libsystemd-network/dhcp6-internal.h \
3047 src/libsystemd-network/dhcp6-protocol.h \
3048 src/libsystemd-network/dhcp6-network.c \
3049 src/libsystemd-network/dhcp6-option.c \
3050 src/libsystemd-network/dhcp6-lease-internal.h \
3051 src/libsystemd-network/sd-dhcp6-lease.c
3053 libsystemd_network_la_LIBADD = \
3054 libudev-internal.la \
3055 libsystemd-label.la \
3056 libsystemd-internal.la \
3057 libsystemd-shared.la \
3060 test_dhcp_option_SOURCES = \
3061 src/libsystemd-network/dhcp-protocol.h \
3062 src/libsystemd-network/dhcp-internal.h \
3063 src/libsystemd-network/test-dhcp-option.c
3065 test_dhcp_option_LDADD = \
3066 libsystemd-network.la \
3067 libsystemd-internal.la \
3068 libsystemd-shared.la
3070 test_dhcp_client_SOURCES = \
3071 src/systemd/sd-dhcp-client.h \
3072 src/libsystemd-network/dhcp-protocol.h \
3073 src/libsystemd-network/dhcp-internal.h \
3074 src/libsystemd-network/test-dhcp-client.c
3076 test_dhcp_client_LDADD = \
3077 libsystemd-network.la \
3078 libsystemd-label.la \
3079 libsystemd-internal.la \
3080 libsystemd-shared.la
3082 test_dhcp_server_SOURCES = \
3083 src/libsystemd-network/test-dhcp-server.c
3085 test_dhcp_server_LDADD = \
3086 libsystemd-network.la \
3087 libsystemd-internal.la \
3088 libsystemd-shared.la
3090 test_ipv4ll_SOURCES = \
3091 src/systemd/sd-ipv4ll.h \
3092 src/libsystemd-network/ipv4ll-internal.h \
3093 src/libsystemd-network/test-ipv4ll.c
3095 test_ipv4ll_LDADD = \
3096 libsystemd-network.la \
3097 libsystemd-label.la \
3098 libsystemd-internal.la \
3099 libsystemd-shared.la
3101 test_pppoe_SOURCES = \
3102 src/systemd/sd-pppoe.h \
3103 src/libsystemd-network/test-pppoe.c
3105 test_pppoe_LDADD = \
3106 libsystemd-network.la \
3107 libsystemd-shared.la
3109 test_icmp6_rs_SOURCES = \
3110 src/systemd/sd-dhcp6-client.h \
3111 src/systemd/sd-icmp6-nd.h \
3112 src/libsystemd-network/dhcp6-internal.h \
3113 src/libsystemd-network/test-icmp6-rs.c
3115 test_icmp6_rs_LDADD = \
3116 libsystemd-network.la \
3117 libsystemd-internal.la \
3118 libsystemd-shared.la
3120 test_dhcp6_client_SOURCES = \
3121 src/systemd/sd-dhcp6-client.h \
3122 src/libsystemd-network/dhcp6-internal.h \
3123 src/libsystemd-network/test-dhcp6-client.c
3125 test_dhcp6_client_LDADD = \
3126 libsystemd-network.la \
3127 libsystemd-internal.la \
3128 libsystemd-shared.la
3141 # ------------------------------------------------------------------------------
3143 noinst_LTLIBRARIES += \
3144 libsystemd-terminal.la
3146 rootlibexec_PROGRAMS += \
3149 noinst_PROGRAMS += \
3154 dist_pkgdata_DATA += \
3155 src/libsystemd-terminal/unifont-glyph-array.bin
3157 nodist_userunit_DATA += \
3158 units/user/systemd-consoled.service
3160 USER_DEFAULT_TARGET_WANTS += \
3161 systemd-consoled.service
3164 units/user/systemd-consoled.service.in
3172 libsystemd_terminal_la_CFLAGS = \
3176 libsystemd_terminal_la_SOURCES = \
3177 src/libsystemd-terminal/grdev.h \
3178 src/libsystemd-terminal/grdev-internal.h \
3179 src/libsystemd-terminal/grdev.c \
3180 src/libsystemd-terminal/grdev-drm.c \
3181 src/libsystemd-terminal/idev.h \
3182 src/libsystemd-terminal/idev-internal.h \
3183 src/libsystemd-terminal/idev.c \
3184 src/libsystemd-terminal/idev-evdev.c \
3185 src/libsystemd-terminal/idev-keyboard.c \
3186 src/libsystemd-terminal/sysview.h \
3187 src/libsystemd-terminal/sysview-internal.h \
3188 src/libsystemd-terminal/sysview.c \
3189 src/libsystemd-terminal/term.h \
3190 src/libsystemd-terminal/term-internal.h \
3191 src/libsystemd-terminal/term-charset.c \
3192 src/libsystemd-terminal/term-page.c \
3193 src/libsystemd-terminal/term-parser.c \
3194 src/libsystemd-terminal/term-screen.c \
3195 src/libsystemd-terminal/term-wcwidth.c \
3196 src/libsystemd-terminal/unifont.h \
3197 src/libsystemd-terminal/unifont-def.h \
3198 src/libsystemd-terminal/unifont.c
3200 libsystemd_terminal_la_LIBADD = \
3201 libudev-internal.la \
3202 libsystemd-internal.la \
3203 libsystemd-shared.la \
3206 systemd_consoled_CFLAGS = \
3210 systemd_consoled_SOURCES = \
3211 src/console/consoled.h \
3212 src/console/consoled.c \
3213 src/console/consoled-display.c \
3214 src/console/consoled-manager.c \
3215 src/console/consoled-session.c \
3216 src/console/consoled-terminal.c \
3217 src/console/consoled-workspace.c
3219 systemd_consoled_LDADD = \
3220 libsystemd-terminal.la \
3221 libsystemd-internal.la \
3222 libsystemd-shared.la \
3225 systemd_evcat_CFLAGS = \
3229 systemd_evcat_SOURCES = \
3230 src/libsystemd-terminal/evcat.c
3232 systemd_evcat_LDADD = \
3233 libsystemd-terminal.la \
3234 libsystemd-internal.la \
3235 libsystemd-shared.la \
3238 systemd_modeset_CFLAGS = \
3242 systemd_modeset_SOURCES = \
3243 src/libsystemd-terminal/modeset.c
3245 systemd_modeset_LDADD = \
3246 libsystemd-terminal.la \
3247 libsystemd-internal.la \
3248 libsystemd-shared.la \
3251 systemd_subterm_SOURCES = \
3252 src/libsystemd-terminal/subterm.c
3254 systemd_subterm_LDADD = \
3255 libsystemd-terminal.la \
3256 libsystemd-internal.la \
3257 libsystemd-shared.la
3259 test_term_page_SOURCES = \
3260 src/libsystemd-terminal/test-term-page.c
3262 test_term_page_LDADD = \
3263 libsystemd-terminal.la \
3264 libsystemd-internal.la \
3265 libsystemd-shared.la
3267 test_term_parser_SOURCES = \
3268 src/libsystemd-terminal/test-term-parser.c
3270 test_term_parser_LDADD = \
3271 libsystemd-terminal.la \
3272 libsystemd-internal.la \
3273 libsystemd-shared.la
3275 test_unifont_SOURCES = \
3276 src/libsystemd-terminal/test-unifont.c
3278 test_unifont_LDADD = \
3279 libsystemd-terminal.la \
3280 libsystemd-internal.la \
3281 libsystemd-shared.la
3283 .PHONY: update-unifont
3284 update-unifont: tools/compile-unifont.py
3285 $(AM_V_GEN)$(PYTHON) $< \
3286 <$(top_srcdir)/src/libsystemd-terminal/unifont.hex \
3287 >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin
3288 @echo "unifont-glyph-array.bin has been regenerated"
3290 # ------------------------------------------------------------------------------
3300 include_HEADERS += \
3301 src/libudev/libudev.h
3303 lib_LTLIBRARIES += \
3306 libudev_la_SOURCES =\
3307 src/libudev/libudev.sym \
3308 src/libudev/libudev-private.h \
3309 src/libudev/libudev.c \
3310 src/libudev/libudev-list.c \
3311 src/libudev/libudev-util.c \
3312 src/libudev/libudev-device.c \
3313 src/libudev/libudev-enumerate.c \
3314 src/libudev/libudev-monitor.c \
3315 src/libudev/libudev-queue.c \
3316 src/libudev/libudev-hwdb-def.h \
3317 src/libudev/libudev-hwdb.c
3319 libudev_la_CFLAGS = \
3323 libudev_la_LDFLAGS = \
3325 -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3326 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3328 libudev_la_LIBADD = \
3329 libsystemd-internal.la \
3330 libsystemd-shared.la
3332 pkgconfiglib_DATA += \
3333 src/libudev/libudev.pc
3336 src/libudev/libudev.pc.in
3339 src/libudev/libudev.pc \
3344 $(AM_V_at)$(MKDIR_P) $(dir $@)
3345 $(AM_V_LN)$(LN_S) -f ../libudev/html $@
3348 $(AM_V_at)$(MKDIR_P) $(dir $@)
3349 $(AM_V_LN)$(LN_S) -f ../gudev/html $@
3351 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3352 libudev-install-hook:
3353 libname=libudev.so && $(move-to-rootlibdir)
3355 libudev-uninstall-hook:
3356 rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
3358 INSTALL_EXEC_HOOKS += libudev-install-hook
3359 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
3361 # ------------------------------------------------------------------------------
3362 noinst_LTLIBRARIES += \
3365 libudev_internal_la_SOURCES =\
3366 $(libudev_la_SOURCES) \
3367 src/libudev/libudev-device-private.c
3369 libudev_internal_la_CFLAGS = \
3371 -fvisibility=default
3373 # ------------------------------------------------------------------------------
3375 $(sysconfdir)/udev/rules.d \
3376 $(sysconfdir)/udev/hwdb.d
3378 dist_network_DATA = \
3379 network/99-default.link \
3380 network/80-container-host0.network \
3381 network/80-container-ve.network
3383 dist_udevrules_DATA += \
3384 rules/42-usb-hid-pm.rules \
3385 rules/50-udev-default.rules \
3386 rules/60-drm.rules \
3387 rules/60-keyboard.rules \
3388 rules/70-mouse.rules \
3389 rules/60-persistent-storage-tape.rules \
3390 rules/60-persistent-serial.rules \
3391 rules/60-persistent-input.rules \
3392 rules/60-persistent-alsa.rules \
3393 rules/60-persistent-storage.rules \
3394 rules/64-btrfs.rules \
3395 rules/75-net-description.rules \
3396 rules/75-tty-description.rules \
3397 rules/78-sound-card.rules \
3398 rules/80-net-setup-link.rules \
3399 rules/95-udev-late.rules
3401 nodist_udevrules_DATA += \
3402 rules/99-systemd.rules
3404 dist_udevhwdb_DATA = \
3405 hwdb/20-pci-vendor-model.hwdb \
3406 hwdb/20-pci-classes.hwdb \
3407 hwdb/20-usb-vendor-model.hwdb \
3408 hwdb/20-usb-classes.hwdb \
3409 hwdb/20-sdio-vendor-model.hwdb \
3410 hwdb/20-sdio-classes.hwdb \
3411 hwdb/20-bluetooth-vendor-product.hwdb \
3412 hwdb/20-acpi-vendor.hwdb \
3414 hwdb/20-net-ifname.hwdb \
3415 hwdb/60-keyboard.hwdb \
3418 udevconfdir = $(sysconfdir)/udev
3419 dist_udevconf_DATA = \
3422 sharepkgconfigdir = $(datadir)/pkgconfig
3423 sharepkgconfig_DATA = \
3427 rules/99-systemd.rules.in \
3431 rules/99-systemd.rules \
3435 units/systemd-udevd.service.in \
3436 units/systemd-udev-trigger.service.in \
3437 units/systemd-udev-settle.service.in \
3438 units/systemd-udev-hwdb-update.service.in
3441 units/systemd-udevd.service \
3442 units/systemd-udev-trigger.service \
3443 units/systemd-udev-settle.service \
3444 units/systemd-udev-hwdb-update.service
3446 SOCKETS_TARGET_WANTS += \
3447 systemd-udevd-control.socket \
3448 systemd-udevd-kernel.socket
3450 SYSINIT_TARGET_WANTS += \
3451 systemd-udevd.service \
3452 systemd-udev-trigger.service \
3453 systemd-udev-hwdb-update.service
3455 rootbin_PROGRAMS += \
3458 rootlibexec_PROGRAMS += \
3461 noinst_LTLIBRARIES += \
3464 src/udev/keyboard-keys.txt:
3465 $(AM_V_at)$(MKDIR_P) $(dir $@)
3466 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h - < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@
3468 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt
3469 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3471 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3472 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3474 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt
3475 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
3477 libudev_core_la_SOURCES = \
3479 src/udev/udev-event.c \
3480 src/udev/udev-watch.c \
3481 src/udev/udev-node.c \
3482 src/udev/udev-rules.c \
3483 src/udev/udev-ctrl.c \
3484 src/udev/udev-builtin.c \
3485 src/udev/udev-builtin-btrfs.c \
3486 src/udev/udev-builtin-hwdb.c \
3487 src/udev/udev-builtin-input_id.c \
3488 src/udev/udev-builtin-keyboard.c \
3489 src/udev/udev-builtin-net_id.c \
3490 src/udev/udev-builtin-net_setup_link.c \
3491 src/udev/udev-builtin-path_id.c \
3492 src/udev/udev-builtin-usb_id.c \
3493 src/udev/net/link-config.h \
3494 src/udev/net/link-config.c \
3495 src/udev/net/ethtool-util.h \
3496 src/udev/net/ethtool-util.c
3498 nodist_libudev_core_la_SOURCES = \
3499 src/udev/keyboard-keys-from-name.h \
3500 src/udev/keyboard-keys-to-name.h \
3501 src/udev/net/link-config-gperf.c
3504 $(nodist_libudev_core_la_SOURCES)
3507 src/udev/keyboard-keys-from-name.gperf \
3508 src/udev/keyboard-keys.txt \
3509 src/udev/net/link-config-gperf.c
3512 src/udev/net/link-config-gperf.gperf
3514 libudev_core_la_CFLAGS = \
3519 libudev_core_la_LIBADD = \
3520 libudev-internal.la \
3521 libsystemd-label.la \
3522 libsystemd-internal.la \
3523 libsystemd-network.la \
3524 libsystemd-shared.la \
3529 libudev_core_la_SOURCES += \
3530 src/udev/udev-builtin-kmod.c
3532 dist_udevrules_DATA += \
3533 rules/80-drivers.rules
3537 libudev_core_la_SOURCES += \
3538 src/udev/udev-builtin-blkid.c
3542 libudev_core_la_SOURCES += \
3543 src/udev/udev-builtin-uaccess.c \
3544 src/login/logind-acl.c \
3545 src/libsystemd/sd-login/sd-login.c \
3546 src/systemd/sd-login.h
3548 libudev_core_la_LIBADD += \
3552 systemd_udevd_SOURCES = \
3555 systemd_udevd_LDADD = \
3559 src/udev/udevadm.c \
3560 src/udev/udevadm-info.c \
3561 src/udev/udevadm-control.c \
3562 src/udev/udevadm-monitor.c \
3563 src/udev/udevadm-hwdb.c \
3564 src/udev/udevadm-settle.c \
3565 src/udev/udevadm-trigger.c \
3566 src/udev/udevadm-test.c \
3567 src/udev/udevadm-test-builtin.c \
3568 src/udev/udevadm-util.c \
3569 src/udev/udevadm-util.h
3574 # Update hwdb on installation. Do not bother if installing
3575 # in DESTDIR, since this is likely for packaging purposes.
3577 -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update
3579 INSTALL_DATA_HOOKS += \
3583 -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3585 # ------------------------------------------------------------------------------
3594 test_libudev_SOURCES = \
3595 src/test/test-libudev.c
3597 test_libudev_LDADD = \
3598 libsystemd-label.la \
3599 libudev-internal.la \
3600 libsystemd-shared.la
3602 test_udev_SOURCES = \
3603 src/test/test-udev.c
3612 test_udev_LDADD += \
3619 # packed sysfs test tree
3621 $(AM_V_at)$(MKDIR_P) $(dir $@)
3622 $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3626 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3631 test/rules-test.sh \
3632 test/rule-syntax-check.py
3634 # ------------------------------------------------------------------------------
3636 src/udev/ata_id/ata_id.c
3639 libudev-internal.la \
3640 libsystemd-shared.la
3642 udevlibexec_PROGRAMS += \
3645 # ------------------------------------------------------------------------------
3646 cdrom_id_SOURCES = \
3647 src/udev/cdrom_id/cdrom_id.c
3650 libudev-internal.la \
3651 libsystemd-shared.la
3653 udevlibexec_PROGRAMS += \
3656 dist_udevrules_DATA += \
3657 rules/60-cdrom_id.rules
3659 # ------------------------------------------------------------------------------
3661 src/udev/collect/collect.c
3664 libudev-internal.la \
3665 libsystemd-shared.la
3667 udevlibexec_PROGRAMS += \
3670 # ------------------------------------------------------------------------------
3672 src/udev/scsi_id/scsi_id.c \
3673 src/udev/scsi_id/scsi_serial.c \
3674 src/udev/scsi_id/scsi.h \
3675 src/udev/scsi_id/scsi_id.h
3678 libudev-internal.la \
3679 libsystemd-shared.la
3681 udevlibexec_PROGRAMS += \
3685 src/udev/scsi_id/README
3687 # ------------------------------------------------------------------------------
3689 src/udev/v4l_id/v4l_id.c
3694 udevlibexec_PROGRAMS += \
3697 dist_udevrules_DATA += \
3698 rules/60-persistent-v4l.rules
3700 # ------------------------------------------------------------------------------
3701 accelerometer_SOURCES = \
3702 src/udev/accelerometer/accelerometer.c
3704 accelerometer_LDADD = \
3705 libudev-internal.la -lm \
3706 libsystemd-shared.la
3708 udevlibexec_PROGRAMS += \
3711 dist_udevrules_DATA += \
3712 rules/61-accelerometer.rules
3714 # ------------------------------------------------------------------------------
3721 libgudev_includedir = \
3722 $(includedir)/gudev-1.0/gudev
3724 libgudev_include_HEADERS = \
3726 src/gudev/gudevenums.h \
3727 src/gudev/gudevenumtypes.h \
3728 src/gudev/gudevtypes.h \
3729 src/gudev/gudevclient.h \
3730 src/gudev/gudevdevice.h \
3731 src/gudev/gudevenumerator.h
3733 lib_LTLIBRARIES += libgudev-1.0.la
3735 pkgconfiglib_DATA += \
3736 src/gudev/gudev-1.0.pc
3739 src/gudev/gudev-1.0.pc
3741 libgudev_1_0_la_SOURCES = \
3742 src/gudev/libgudev-1.0.sym \
3743 src/gudev/gudevenums.h \
3744 src/gudev/gudevenumtypes.h \
3745 src/gudev/gudevenumtypes.h\
3746 src/gudev/gudevtypes.h \
3747 src/gudev/gudevclient.h \
3748 src/gudev/gudevclient.c \
3749 src/gudev/gudevdevice.h \
3750 src/gudev/gudevdevice.c \
3751 src/gudev/gudevenumerator.h \
3752 src/gudev/gudevenumerator.c \
3753 src/gudev/gudevprivate.h
3755 nodist_libgudev_1_0_la_SOURCES = \
3756 src/gudev/gudevmarshal.h \
3757 src/gudev/gudevmarshal.c \
3758 src/gudev/gudevenumtypes.h \
3759 src/gudev/gudevenumtypes.c
3762 $(nodist_libgudev_1_0_la_SOURCES)
3764 libgudev_1_0_la_CPPFLAGS = \
3766 -I$(top_builddir)/src\
3767 -I$(top_srcdir)/src\
3768 -I$(top_builddir)/src/gudev \
3769 -I$(top_srcdir)/src/gudev \
3770 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
3771 -D_GUDEV_COMPILATION \
3772 -DG_LOG_DOMAIN=\"GUdev\"
3774 libgudev_1_0_la_CFLAGS = \
3776 -fvisibility=default \
3779 libgudev_1_0_la_LIBADD = \
3783 libgudev_1_0_la_LDFLAGS = \
3785 -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
3788 -Wl,--version-script=$(top_srcdir)/src/gudev/libgudev-1.0.sym
3790 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
3791 $(AM_V_at)$(MKDIR_P) $(dir $@)
3792 $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
3794 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
3795 $(AM_V_at)$(MKDIR_P) $(dir $@)
3796 $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
3797 glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
3799 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
3800 $(AM_V_at)$(MKDIR_P) $(dir $@)
3801 $(AM_V_GEN)glib-mkenums --template $^ > $@
3803 if HAVE_INTROSPECTION
3804 -include $(INTROSPECTION_MAKEFILE)
3806 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
3808 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
3810 src_gudev_GUdev_1_0_gir_CFLAGS = \
3813 -D_GUDEV_COMPILATION \
3814 -D_GUDEV_WORK_AROUND_DEV_T_BUG \
3815 -I$(top_srcdir)/src \
3816 -I$(top_builddir)/src \
3817 -I$(top_srcdir)/src/gudev \
3818 -I$(top_builddir)/src/gudev
3820 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
3822 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
3823 --pkg-export=gudev-1.0 \
3826 src_gudev_GUdev_1_0_gir_FILES = \
3828 src/gudev/gudevtypes.h \
3829 src/gudev/gudevenums.h \