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/sd-hwdb \
221 -I $(top_srcdir)/src/libsystemd-network \
222 -I $(top_srcdir)/src/libsystemd-terminal \
225 AM_CFLAGS = $(OUR_CFLAGS)
226 AM_LDFLAGS = $(OUR_LDFLAGS)
228 # ------------------------------------------------------------------------------
229 define move-to-rootlibdir
230 if test "$(libdir)" != "$(rootlibdir)"; then \
231 $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
232 so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
233 rm -f $(DESTDIR)$(libdir)/$$libname && \
234 $(LN_S) --relative -f $(DESTDIR)$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
235 mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
241 RUNLEVEL1_TARGET_WANTS =
242 RUNLEVEL2_TARGET_WANTS =
243 RUNLEVEL3_TARGET_WANTS =
244 RUNLEVEL4_TARGET_WANTS =
245 RUNLEVEL5_TARGET_WANTS =
246 SHUTDOWN_TARGET_WANTS =
247 LOCAL_FS_TARGET_WANTS =
248 MULTI_USER_TARGET_WANTS =
249 SYSINIT_TARGET_WANTS =
250 SOCKETS_TARGET_WANTS =
251 BUSNAMES_TARGET_WANTS =
252 TIMERS_TARGET_WANTS =
253 USER_SOCKETS_TARGET_WANTS =
254 USER_DEFAULT_TARGET_WANTS =
255 USER_BUSNAMES_TARGET_WANTS =
257 SYSTEM_UNIT_ALIASES =
261 install-target-wants-hook:
262 what="$(RUNLEVEL1_TARGET_WANTS)" && wants=runlevel1.target && dir=$(systemunitdir) && $(add-wants)
263 what="$(RUNLEVEL2_TARGET_WANTS)" && wants=runlevel2.target && dir=$(systemunitdir) && $(add-wants)
264 what="$(RUNLEVEL3_TARGET_WANTS)" && wants=runlevel3.target && dir=$(systemunitdir) && $(add-wants)
265 what="$(RUNLEVEL4_TARGET_WANTS)" && wants=runlevel4.target && dir=$(systemunitdir) && $(add-wants)
266 what="$(RUNLEVEL5_TARGET_WANTS)" && wants=runlevel5.target && dir=$(systemunitdir) && $(add-wants)
267 what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && dir=$(systemunitdir) && $(add-wants)
268 what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && dir=$(systemunitdir) && $(add-wants)
269 what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && dir=$(systemunitdir) && $(add-wants)
270 what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && dir=$(systemunitdir) && $(add-wants)
271 what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(systemunitdir) && $(add-wants)
272 what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && dir=$(systemunitdir) && $(add-wants)
273 what="$(SLICES_TARGET_WANTS)" && wants=slices.target && dir=$(systemunitdir) && $(add-wants)
274 what="$(USER_SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(userunitdir) && $(add-wants)
275 what="$(USER_DEFAULT_TARGET_WANTS)" && wants=default.target && dir=$(userunitdir) && $(add-wants)
277 install-busnames-target-wants-hook:
278 what="$(BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(systemunitdir) && $(add-wants)
279 what="$(USER_BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(userunitdir) && $(add-wants)
282 [ -z "$$what" ] || ( \
283 dir=$(DESTDIR)$$dir/$$wants.wants && \
284 $(MKDIR_P) -m 0755 $$dir && \
287 for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
290 install-directories-hook:
291 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
293 install-aliases-hook:
294 set -- $(SYSTEM_UNIT_ALIASES) && \
295 dir=$(systemunitdir) && $(install-aliases)
296 set -- $(USER_UNIT_ALIASES) && \
297 dir=$(userunitdir) && $(install-relative-aliases)
298 set -- $(GENERAL_ALIASES) && \
299 dir= && $(install-relative-aliases)
301 define install-aliases
302 while [ -n "$$1" ]; do \
303 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
304 rm -f $(DESTDIR)$$dir/$$2 && \
305 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
306 shift 2 || exit $$?; \
310 define install-relative-aliases
311 while [ -n "$$1" ]; do \
312 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
313 rm -f $(DESTDIR)$$dir/$$2 && \
314 $(LN_S) --relative $(DESTDIR)$$1 $(DESTDIR)$$dir/$$2 && \
315 shift 2 || exit $$?; \
319 install-touch-usr-hook:
320 touch -c $(DESTDIR)/$(prefix)
322 INSTALL_EXEC_HOOKS += \
323 install-target-wants-hook \
324 install-directories-hook \
325 install-aliases-hook \
326 install-touch-usr-hook
329 INSTALL_EXEC_HOOKS += \
330 install-busnames-target-wants-hook
333 # ------------------------------------------------------------------------------
334 AM_V_M4 = $(AM_V_M4_$(V))
335 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
336 AM_V_M4_0 = @echo " M4 " $@;
338 AM_V_XSLT = $(AM_V_XSLT_$(V))
339 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
340 AM_V_XSLT_0 = @echo " XSLT " $@;
342 AM_V_GPERF = $(AM_V_GPERF_$(V))
343 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
344 AM_V_GPERF_0 = @echo " GPERF " $@;
346 AM_V_LN = $(AM_V_LN_$(V))
347 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
348 AM_V_LN_0 = @echo " LN " $@;
350 AM_V_RM = $(AM_V_RM_$(V))
351 AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY))
352 AM_V_RM_0 = @echo " RM " $@;
354 # ------------------------------------------------------------------------------
358 systemd-ask-password \
359 systemd-tty-ask-password-agent \
360 systemd-machine-id-setup \
367 systemd-detect-virt \
374 src/kernel-install/kernel-install
376 dist_kernelinstall_SCRIPTS = \
377 src/kernel-install/50-depmod.install \
378 src/kernel-install/90-loaderentry.install
380 rootlibexec_PROGRAMS = \
382 systemd-cgroups-agent \
387 systemd-reply-password \
389 systemd-machine-id-commit \
394 systemd-socket-proxyd \
398 rootlibexec_PROGRAMS += \
402 systemgenerator_PROGRAMS = \
403 systemd-getty-generator \
404 systemd-fstab-generator \
405 systemd-system-update-generator \
406 systemd-debug-generator
408 dist_bashcompletion_DATA = \
409 shell-completion/bash/busctl \
410 shell-completion/bash/journalctl \
411 shell-completion/bash/systemd-analyze \
412 shell-completion/bash/systemd-cat \
413 shell-completion/bash/systemd-cgls \
414 shell-completion/bash/systemd-cgtop \
415 shell-completion/bash/systemd-delta \
416 shell-completion/bash/systemd-detect-virt \
417 shell-completion/bash/systemd-nspawn \
418 shell-completion/bash/systemd-run \
419 shell-completion/bash/udevadm \
420 shell-completion/bash/kernel-install
422 nodist_bashcompletion_DATA = \
423 shell-completion/bash/systemctl
425 dist_zshcompletion_DATA = \
426 shell-completion/zsh/_journalctl \
427 shell-completion/zsh/_udevadm \
428 shell-completion/zsh/_kernel-install \
429 shell-completion/zsh/_systemd-nspawn \
430 shell-completion/zsh/_systemd-analyze \
431 shell-completion/zsh/_systemd-run \
432 shell-completion/zsh/_sd_hosts_or_user_at_host \
433 shell-completion/zsh/_sd_outputmodes \
434 shell-completion/zsh/_sd_unit_files \
435 shell-completion/zsh/_systemd-delta \
436 shell-completion/zsh/_systemd
438 nodist_zshcompletion_DATA = \
439 shell-completion/zsh/_systemctl
442 shell-completion/bash/systemctl.in \
443 shell-completion/zsh/_systemctl.in
446 $(nodist_bashcompletion_DATA) \
447 $(nodist_zshcompletion_DATA)
450 sysctl.d/50-default.conf
452 dist_systemunit_DATA = \
453 units/graphical.target \
454 units/multi-user.target \
455 units/emergency.target \
456 units/sysinit.target \
461 units/local-fs.target \
462 units/local-fs-pre.target \
463 units/initrd.target \
464 units/initrd-fs.target \
465 units/initrd-root-fs.target \
466 units/remote-fs.target \
467 units/remote-fs-pre.target \
468 units/network.target \
469 units/network-pre.target \
470 units/network-online.target \
471 units/nss-lookup.target \
472 units/nss-user-lookup.target \
473 units/poweroff.target \
474 units/reboot.target \
475 units/rescue.target \
476 units/rpcbind.target \
477 units/time-sync.target \
478 units/shutdown.target \
480 units/umount.target \
481 units/sigpwr.target \
483 units/sockets.target \
484 units/timers.target \
486 units/suspend.target \
488 units/slices.target \
491 units/systemd-initctl.socket \
492 units/systemd-shutdownd.socket \
493 units/syslog.socket \
494 units/dev-hugepages.mount \
495 units/dev-mqueue.mount \
496 units/sys-kernel-config.mount \
497 units/sys-kernel-debug.mount \
498 units/sys-fs-fuse-connections.mount \
500 units/printer.target \
502 units/bluetooth.target \
503 units/smartcard.target \
504 units/systemd-ask-password-wall.path \
505 units/systemd-ask-password-console.path \
506 units/systemd-udevd-control.socket \
507 units/systemd-udevd-kernel.socket \
508 units/system-update.target \
509 units/initrd-switch-root.target
512 dist_systemunit_DATA += \
513 $(dist_systemunit_DATA_busnames)
516 dist_systemunit_DATA_busnames += \
517 units/busnames.target
519 nodist_systemunit_DATA = \
520 units/getty@.service \
521 units/serial-getty@.service \
522 units/console-shell.service \
523 units/console-getty.service \
524 units/container-getty@.service \
525 units/systemd-initctl.service \
526 units/systemd-shutdownd.service \
527 units/systemd-remount-fs.service \
528 units/systemd-ask-password-wall.service \
529 units/systemd-ask-password-console.service \
530 units/systemd-sysctl.service \
531 units/emergency.service \
532 units/rescue.service \
533 units/user@.service \
534 units/systemd-suspend.service \
535 units/systemd-halt.service \
536 units/systemd-poweroff.service \
537 units/systemd-reboot.service \
538 units/systemd-kexec.service \
539 units/systemd-fsck@.service \
540 units/systemd-fsck-root.service \
541 units/systemd-machine-id-commit.service \
542 units/systemd-udevd.service \
543 units/systemd-udev-trigger.service \
544 units/systemd-udev-settle.service \
545 units/systemd-hwdb-update.service \
546 units/debug-shell.service \
547 units/initrd-parse-etc.service \
548 units/initrd-cleanup.service \
549 units/initrd-udevadm-cleanup-db.service \
550 units/initrd-switch-root.service \
551 units/systemd-nspawn@.service \
552 units/systemd-update-done.service
555 nodist_systemunit_DATA += \
556 units/systemd-update-utmp.service \
557 units/systemd-update-utmp-runlevel.service
560 dist_userunit_DATA = \
561 units/user/basic.target \
562 units/user/default.target \
563 units/user/exit.target
565 nodist_userunit_DATA = \
566 units/user/systemd-exit.service
568 dist_systempreset_DATA = \
569 system-preset/90-systemd.preset
572 units/getty@.service.m4 \
573 units/serial-getty@.service.m4 \
574 units/console-shell.service.m4.in \
575 units/console-getty.service.m4.in \
576 units/container-getty@.service.m4.in \
577 units/rescue.service.in \
578 units/systemd-initctl.service.in \
579 units/systemd-shutdownd.service.in \
580 units/systemd-remount-fs.service.in \
581 units/systemd-update-utmp.service.in \
582 units/systemd-update-utmp-runlevel.service.in \
583 units/systemd-ask-password-wall.service.in \
584 units/systemd-ask-password-console.service.in \
585 units/systemd-sysctl.service.in \
586 units/emergency.service.in \
587 units/systemd-halt.service.in \
588 units/systemd-poweroff.service.in \
589 units/systemd-reboot.service.in \
590 units/systemd-kexec.service.in \
591 units/user/systemd-exit.service.in \
592 units/systemd-fsck@.service.in \
593 units/systemd-fsck-root.service.in \
594 units/systemd-machine-id-commit.service.in \
595 units/user@.service.m4.in \
596 units/debug-shell.service.in \
597 units/systemd-suspend.service.in \
598 units/quotaon.service.in \
599 units/initrd-parse-etc.service.in \
600 units/initrd-cleanup.service.in \
601 units/initrd-udevadm-cleanup-db.service.in \
602 units/initrd-switch-root.service.in \
603 units/systemd-nspawn@.service.in \
604 units/systemd-update-done.service.in
607 units/console-shell.service.m4 \
608 units/console-getty.service.m4 \
609 units/container-getty@.service.m4 \
610 units/user@.service.m4
613 nodist_systemunit_DATA += \
614 units/rc-local.service \
615 units/halt-local.service
617 systemgenerator_PROGRAMS += \
618 systemd-sysv-generator \
619 systemd-rc-local-generator
623 units/rc-local.service.in \
624 units/halt-local.service.in
626 # automake is broken and can't handle files with a dash in front
627 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
629 mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
631 units-uninstall-hook:
632 rm -f $(DESTDIR)/$(systemunitdir)/-.slice
634 INSTALL_DATA_HOOKS += units-install-hook
635 UNINSTALL_DATA_HOOKS += units-uninstall-hook
644 src/libsystemd/sd-bus/PORTING-DBUS1 \
645 src/libsystemd/sd-bus/DIFFERENCES \
646 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
648 @INTLTOOL_POLICY_RULE@
650 # ------------------------------------------------------------------------------
655 include Makefile-man.am
657 .PHONY: man update-man-list
658 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
661 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
663 ${XML_FILES:.xml=.html}
665 ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
682 $(AM_V_at)$(MKDIR_P) $(dir $@)
683 $(AM_V_LN)$(LN_S) -f ../../man $@
692 man/index.html: man/systemd.index.html
693 $(AM_V_LN)$(LN_S) -f systemd.index.html $@
701 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
702 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
703 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
705 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB)
706 $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
707 $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
708 @echo "Makefile-man.am has been regenerated"
710 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
711 $(AM_V_at)$(MKDIR_P) $(dir $@)
712 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
714 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
715 $(AM_V_at)$(MKDIR_P) $(dir $@)
716 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
719 man/systemd.index.xml \
721 man/systemd.directives.xml \
722 man/glib-event-glue.c
725 man/systemd.index.xml \
726 man/systemd.directives.xml
737 tools/make-man-index.py \
738 tools/make-directive-index.py \
741 # ------------------------------------------------------------------------------
742 noinst_LTLIBRARIES += \
745 libsystemd_shared_la_SOURCES = \
746 src/shared/capability.c \
747 src/shared/capability.h \
748 src/shared/linux/auto_dev-ioctl.h \
749 src/shared/ioprio.h \
750 src/shared/missing.h \
751 src/shared/initreq.h \
752 src/shared/securebits.h \
753 src/shared/special.h \
755 src/shared/unaligned.h \
758 src/shared/sparse-endian.h \
759 src/shared/refcnt.h \
760 src/shared/udev-util.h \
761 src/shared/device-nodes.c \
762 src/shared/device-nodes.h \
767 src/shared/architecture.c \
768 src/shared/architecture.h \
769 src/shared/efivars.c \
770 src/shared/efivars.h \
771 src/shared/path-util.c \
772 src/shared/path-util.h \
773 src/shared/time-util.c \
774 src/shared/time-util.h \
775 src/shared/locale-util.c \
776 src/shared/locale-util.h \
777 src/shared/mempool.c \
778 src/shared/mempool.h \
779 src/shared/hashmap.c \
780 src/shared/hashmap.h \
781 src/shared/siphash24.c \
782 src/shared/siphash24.h \
788 src/shared/sleep-config.c \
789 src/shared/sleep-config.h \
792 src/shared/env-util.c \
793 src/shared/env-util.h \
794 src/shared/strbuf.c \
795 src/shared/strbuf.h \
796 src/shared/strxcpyx.c \
797 src/shared/strxcpyx.h \
798 src/shared/conf-parser.c \
799 src/shared/conf-parser.h \
802 src/shared/ratelimit.h \
803 src/shared/ratelimit.c \
804 src/shared/exit-status.c \
805 src/shared/exit-status.h \
808 src/shared/gunicode.c \
809 src/shared/gunicode.h \
812 src/shared/socket-util.c \
813 src/shared/socket-util.h \
814 src/shared/in-addr-util.c \
815 src/shared/in-addr-util.h \
816 src/shared/ether-addr-util.h \
817 src/shared/conf-files.c \
818 src/shared/conf-files.h \
819 src/shared/cgroup-util.c \
820 src/shared/cgroup-util.h \
821 src/shared/cgroup-show.c \
822 src/shared/cgroup-show.h \
823 src/shared/unit-name.c \
824 src/shared/unit-name.h \
825 src/shared/utmp-wtmp.h \
826 src/shared/watchdog.c \
827 src/shared/watchdog.h \
828 src/shared/spawn-ask-password-agent.c \
829 src/shared/spawn-ask-password-agent.h \
830 src/shared/replace-var.c \
831 src/shared/replace-var.h \
832 src/shared/spawn-polkit-agent.c \
833 src/shared/spawn-polkit-agent.h \
834 src/shared/clock-util.c \
835 src/shared/clock-util.h \
836 src/shared/time-dst.c \
837 src/shared/time-dst.h \
838 src/shared/calendarspec.c \
839 src/shared/calendarspec.h \
840 src/shared/fileio.c \
841 src/shared/fileio.h \
842 src/shared/output-mode.h \
843 src/shared/MurmurHash2.c \
844 src/shared/MurmurHash2.h \
845 src/shared/acpi-fpdt.h \
846 src/shared/acpi-fpdt.c \
847 src/shared/boot-timestamps.h \
848 src/shared/boot-timestamps.c \
851 src/shared/smack-util.c \
852 src/shared/smack-util.h \
853 src/shared/apparmor-util.c \
854 src/shared/apparmor-util.h \
855 src/shared/ima-util.c \
856 src/shared/ima-util.h \
857 src/shared/ptyfwd.c \
858 src/shared/ptyfwd.h \
859 src/shared/errno-list.c \
860 src/shared/errno-list.h \
861 src/shared/af-list.c \
862 src/shared/af-list.h \
863 src/shared/arphrd-list.c \
864 src/shared/arphrd-list.h \
865 src/shared/cap-list.c \
866 src/shared/cap-list.h \
873 src/shared/bus-label.c \
874 src/shared/bus-label.h \
876 src/shared/clean-ipc.h \
877 src/shared/clean-ipc.c \
878 src/shared/login-shared.c \
879 src/shared/login-shared.h \
882 src/shared/barrier.c \
883 src/shared/barrier.h \
890 src/shared/base-filesystem.c \
891 src/shared/base-filesystem.h \
892 src/shared/memfd-util.c \
893 src/shared/memfd-util.h \
894 src/shared/uid-range.c \
895 src/shared/uid-range.h \
896 src/shared/nss-util.h \
897 src/shared/btrfs-util.c \
898 src/shared/btrfs-util.h \
903 libsystemd_shared_la_SOURCES += \
904 src/shared/utmp-wtmp.c
907 nodist_libsystemd_shared_la_SOURCES = \
908 src/shared/errno-from-name.h \
909 src/shared/errno-to-name.h \
910 src/shared/af-from-name.h \
911 src/shared/af-to-name.h \
912 src/shared/arphrd-from-name.h \
913 src/shared/arphrd-to-name.h \
914 src/shared/cap-from-name.h \
915 src/shared/cap-to-name.h
917 libsystemd_shared_la_CFLAGS = \
923 libsystemd_shared_la_LIBADD = \
926 # ------------------------------------------------------------------------------
927 noinst_LTLIBRARIES += \
930 libsystemd_units_la_SOURCES = \
931 src/shared/install.c \
932 src/shared/install.h \
933 src/shared/install-printf.c \
934 src/shared/install-printf.h \
935 src/shared/path-lookup.c \
936 src/shared/path-lookup.h \
937 src/shared/specifier.c \
938 src/shared/specifier.h
940 # ------------------------------------------------------------------------------
941 noinst_LTLIBRARIES += \
944 libsystemd_label_la_SOURCES = \
945 src/shared/socket-label.c \
948 src/shared/selinux-util.c \
949 src/shared/selinux-util.h \
950 src/shared/mkdir-label.c \
951 src/shared/ask-password-api.c \
952 src/shared/ask-password-api.h \
953 src/shared/switch-root.h \
954 src/shared/switch-root.c \
955 src/shared/fileio-label.c \
956 src/shared/fileio-label.h \
957 src/shared/dev-setup.c \
958 src/shared/dev-setup.h \
959 src/shared/dropin.c \
960 src/shared/dropin.h \
961 src/shared/condition.c \
962 src/shared/condition.h \
963 src/shared/generator.h \
964 src/shared/generator.c
966 libsystemd_label_la_CFLAGS = \
970 libsystemd_label_la_LIBADD = \
973 # -----------------------------------------------------------------------------
976 dist_systemunit_DATA += \
977 units/ldconfig.service
979 SYSINIT_TARGET_WANTS += \
983 # ------------------------------------------------------------------------------
986 noinst_LTLIBRARIES += \
987 libsystemd-seccomp.la
989 libsystemd_seccomp_la_SOURCES = \
990 src/shared/seccomp-util.h \
991 src/shared/seccomp-util.c
993 libsystemd_seccomp_la_CFLAGS = \
997 libsystemd_seccomp_la_LIBADD = \
1001 # ------------------------------------------------------------------------------
1002 noinst_LTLIBRARIES += \
1005 libsystemd_logs_la_SOURCES = \
1006 src/shared/logs-show.c \
1007 src/shared/logs-show.h
1009 # ------------------------------------------------------------------------------
1011 noinst_LTLIBRARIES += \
1014 libsystemd_acl_la_SOURCES = \
1015 src/shared/acl-util.c \
1016 src/shared/acl-util.h
1018 libsystemd_acl_la_CFLAGS = \
1022 libsystemd_acl_la_LIBADD = \
1026 # ------------------------------------------------------------------------------
1027 noinst_LTLIBRARIES += \
1030 libsystemd_core_la_SOURCES = \
1033 src/core/unit-printf.c \
1034 src/core/unit-printf.h \
1037 src/core/manager.c \
1038 src/core/manager.h \
1039 src/core/transaction.c \
1040 src/core/transaction.h \
1041 src/core/load-fragment.c \
1042 src/core/load-fragment.h \
1043 src/core/service.c \
1044 src/core/service.h \
1047 src/core/busname.c \
1048 src/core/busname.h \
1049 src/core/bus-common.c \
1050 src/core/bus-common.h \
1051 src/core/bus-endpoint.c \
1052 src/core/bus-endpoint.h \
1055 src/core/snapshot.c \
1056 src/core/snapshot.h \
1061 src/core/automount.c \
1062 src/core/automount.h \
1073 src/core/load-dropin.c \
1074 src/core/load-dropin.h \
1075 src/core/execute.c \
1076 src/core/execute.h \
1081 src/core/dbus-manager.c \
1082 src/core/dbus-manager.h \
1083 src/core/dbus-unit.c \
1084 src/core/dbus-unit.h \
1085 src/core/dbus-job.c \
1086 src/core/dbus-job.h \
1087 src/core/dbus-service.c \
1088 src/core/dbus-service.h \
1089 src/core/dbus-socket.c \
1090 src/core/dbus-socket.h \
1091 src/core/dbus-busname.c \
1092 src/core/dbus-busname.h \
1093 src/core/dbus-target.c \
1094 src/core/dbus-target.h \
1095 src/core/dbus-snapshot.c \
1096 src/core/dbus-snapshot.h \
1097 src/core/dbus-device.c \
1098 src/core/dbus-device.h \
1099 src/core/dbus-mount.c \
1100 src/core/dbus-mount.h \
1101 src/core/dbus-automount.c \
1102 src/core/dbus-automount.h \
1103 src/core/dbus-swap.c \
1104 src/core/dbus-swap.h \
1105 src/core/dbus-timer.c \
1106 src/core/dbus-timer.h \
1107 src/core/dbus-path.c \
1108 src/core/dbus-path.h \
1109 src/core/dbus-slice.c \
1110 src/core/dbus-slice.h \
1111 src/core/dbus-scope.c \
1112 src/core/dbus-scope.h \
1113 src/core/dbus-execute.c \
1114 src/core/dbus-execute.h \
1115 src/core/dbus-kill.c \
1116 src/core/dbus-kill.h \
1117 src/core/dbus-cgroup.c \
1118 src/core/dbus-cgroup.h \
1121 src/core/selinux-access.c \
1122 src/core/selinux-access.h \
1123 src/core/selinux-setup.c \
1124 src/core/selinux-setup.h \
1125 src/core/smack-setup.c \
1126 src/core/smack-setup.h \
1127 src/core/ima-setup.c \
1128 src/core/ima-setup.h \
1129 src/core/locale-setup.h \
1130 src/core/locale-setup.c \
1131 src/core/hostname-setup.c \
1132 src/core/hostname-setup.h \
1133 src/core/machine-id-setup.c \
1134 src/core/machine-id-setup.h \
1135 src/core/mount-setup.c \
1136 src/core/mount-setup.h \
1137 src/core/kmod-setup.c \
1138 src/core/kmod-setup.h \
1139 src/core/loopback-setup.h \
1140 src/core/loopback-setup.c \
1141 src/core/namespace.c \
1142 src/core/namespace.h \
1144 src/core/sysfs-show.h \
1145 src/core/killall.h \
1146 src/core/killall.c \
1147 src/core/audit-fd.c \
1148 src/core/audit-fd.h \
1149 src/core/show-status.c \
1150 src/core/show-status.h \
1151 src/core/failure-action.c \
1152 src/core/failure-action.h
1154 nodist_libsystemd_core_la_SOURCES = \
1155 src/core/load-fragment-gperf.c \
1156 src/core/load-fragment-gperf-nulstr.c
1158 libsystemd_core_la_CFLAGS = \
1163 $(APPARMOR_CFLAGS) \
1168 libsystemd_core_la_LIBADD = \
1169 libsystemd-units.la \
1170 libsystemd-label.la \
1171 libudev-internal.la \
1172 libsystemd-shared.la \
1173 libsystemd-internal.la \
1182 libsystemd_core_la_LIBADD += \
1183 libsystemd-seccomp.la
1186 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1187 $(AM_V_at)$(MKDIR_P) $(dir $@)
1188 $(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 ";" }' < $< > $@
1191 src/core/load-fragment-gperf.gperf.m4
1194 src/core/load-fragment-gperf.gperf \
1195 src/core/load-fragment-gperf.c \
1196 src/core/load-fragment-gperf-nulstr.c \
1197 src/shared/errno-list.txt \
1198 src/shared/errno-from-name.gperf \
1199 src/shared/af-list.txt \
1200 src/shared/af-from-name.gperf \
1201 src/shared/arphrd-list.txt \
1202 src/shared/arphrd-from-name.gperf \
1203 src/shared/cap-list.txt \
1204 src/shared/cap-from-name.gperf \
1205 src/resolve/dns_type-list.txt \
1206 src/resolve/dns_type-from-name.gperf
1209 src/shared/errno-from-name.h \
1210 src/shared/errno-to-name.h \
1211 src/shared/af-from-name.h \
1212 src/shared/af-to-name.h \
1213 src/shared/arphrd-from-name.h \
1214 src/shared/arphrd-to-name.h \
1215 src/shared/cap-from-name.h \
1216 src/shared/cap-to-name.h \
1217 src/resolve/dns_type-from-name.h \
1218 src/resolve/dns_type-to-name.h
1220 %-from-name.gperf: %-list.txt
1221 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1223 %-from-name.h: %-from-name.gperf
1224 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1227 src/shared/errno-list.txt:
1228 $(AM_V_at)$(MKDIR_P) $(dir $@)
1229 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1231 src/shared/errno-to-name.h: src/shared/errno-list.txt
1232 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1235 src/shared/af-list.txt:
1236 $(AM_V_at)$(MKDIR_P) $(dir $@)
1237 $(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; }' >$@
1239 src/shared/af-to-name.h: src/shared/af-list.txt
1240 $(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 "};"}' <$< >$@
1243 src/shared/arphrd-list.txt:
1244 $(AM_V_at)$(MKDIR_P) $(dir $@)
1245 $(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_//' >$@
1247 src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt
1248 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1250 src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt
1251 $(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 }' <$< >$@
1254 src/shared/cap-list.txt:
1255 $(AM_V_at)$(MKDIR_P) $(dir $@)
1256 $(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 >$@
1258 src/shared/cap-to-name.h: src/shared/cap-list.txt
1259 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const capability_names[] = { "} { printf "[%s] = \"%s\",\n", $$1, tolower($$1) } END{print "};"}' <$< >$@
1261 src/shared/cap-from-name.gperf: src/shared/cap-list.txt
1262 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct capability_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1264 src/shared/cap-from-name.h: src/shared/cap-from-name.gperf
1265 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@
1268 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1269 $(AM_V_at)$(MKDIR_P) $(dir $@)
1270 $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1272 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1273 $(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" }' <$< >$@
1275 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1276 $(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 }' <$< >$@
1278 # ------------------------------------------------------------------------------
1287 libsystemd-core.la \
1290 dist_pkgsysconf_DATA += \
1291 src/core/system.conf \
1294 dist_dbuspolicy_DATA += \
1295 src/core/org.freedesktop.systemd1.conf
1297 dist_dbussystemservice_DATA += \
1298 src/core/org.freedesktop.systemd1.service
1300 polkitpolicy_in_in_files += \
1301 src/core/org.freedesktop.systemd1.policy.in.in
1303 pkgconfigdata_DATA = \
1306 nodist_rpmmacros_DATA = \
1307 src/core/macros.systemd
1310 src/core/systemd.pc.in \
1311 src/core/macros.systemd.in
1314 src/core/macros.systemd \
1315 src/core/org.freedesktop.systemd1.policy.in
1317 # ------------------------------------------------------------------------------
1361 test-strip-tab-ansi \
1394 test/daughter.service \
1399 test/grandchild.service \
1401 test/hello-after-sleep.target \
1402 test/hello.service \
1404 test/parent-deep.slice \
1407 test/sched_idle_bad.service \
1408 test/sched_idle_ok.service \
1409 test/sched_rr_bad.service \
1410 test/sched_rr_change.service \
1411 test/sched_rr_ok.service \
1412 test/shutdown.target \
1413 test/sleep.service \
1414 test/sockets.target \
1416 test/sysinit.target \
1417 test/testsuite.target \
1418 test/timers.target \
1419 test/unstoppable.service \
1420 test/path-changed.service \
1421 test/path-directorynotempty.service \
1422 test/path-existsglob.service \
1423 test/path-exists.service \
1424 test/path-makedirectory.service \
1425 test/path-modified.service \
1426 test/path-mycustomunit.service \
1427 test/path-service.service \
1428 test/path-changed.path \
1429 test/path-directorynotempty.path \
1430 test/path-existsglob.path \
1431 test/path-exists.path \
1432 test/path-makedirectory.path \
1433 test/path-modified.path \
1434 test/path-unit.path \
1435 test/exec-environment-empty.service \
1436 test/exec-environment-multiple.service \
1437 test/exec-environment.service \
1438 test/exec-group.service \
1439 test/exec-ignoresigpipe-no.service \
1440 test/exec-ignoresigpipe-yes.service \
1441 test/exec-personality-x86-64.service \
1442 test/exec-personality-x86.service \
1443 test/exec-privatedevices-no.service \
1444 test/exec-privatedevices-yes.service \
1445 test/exec-privatetmp-no.service \
1446 test/exec-privatetmp-yes.service \
1447 test/exec-systemcallerrornumber.service \
1448 test/exec-systemcallfilter-failing2.service \
1449 test/exec-systemcallfilter-failing.service \
1450 test/exec-systemcallfilter-not-failing2.service \
1451 test/exec-systemcallfilter-not-failing.service \
1452 test/exec-user.service \
1453 test/exec-workingdirectory.service \
1454 test/exec-umask-0177.service \
1455 test/exec-umask-default.service \
1456 test/bus-policy/hello.conf \
1457 test/bus-policy/methods.conf \
1458 test/bus-policy/ownerships.conf \
1459 test/bus-policy/signals.conf \
1460 test/bus-policy/check-own-rules.conf \
1461 test/bus-policy/many-rules.conf \
1462 test/bus-policy/test.conf
1466 src/test/test-helper.h
1468 test_device_nodes_SOURCES = \
1469 src/test/test-device-nodes.c
1471 test_device_nodes_LDADD = \
1472 libsystemd-shared.la
1474 test_engine_SOURCES = \
1475 src/test/test-engine.c
1477 test_engine_CFLAGS = \
1481 test_engine_LDADD = \
1482 libsystemd-core.la \
1485 test_job_type_SOURCES = \
1486 src/test/test-job-type.c
1488 test_job_type_CFLAGS = \
1492 test_job_type_LDADD = \
1493 libsystemd-core.la \
1506 test_loopback_SOURCES = \
1507 src/test/test-loopback.c
1509 test_loopback_LDADD = \
1512 test_hostname_SOURCES = \
1513 src/test/test-hostname.c
1515 test_hostname_LDADD = \
1522 test_boot_timestamp_SOURCES = \
1523 src/test/test-boot-timestamps.c
1525 test_boot_timestamp_LDADD = \
1526 libsystemd-shared.la
1529 test_unit_name_SOURCES = \
1530 src/test/test-unit-name.c
1532 test_unit_name_CFLAGS = \
1536 test_unit_name_LDADD = \
1537 libsystemd-core.la \
1540 test_unit_file_SOURCES = \
1541 src/test/test-unit-file.c
1543 test_unit_file_CFLAGS = \
1547 test_unit_file_LDADD = \
1548 libsystemd-core.la \
1551 test_utf8_SOURCES = \
1552 src/test/test-utf8.c
1555 libsystemd-shared.la
1557 test_capability_SOURCES = \
1558 src/test/test-capability.c
1560 test_capability_LDADD = \
1561 libsystemd-shared.la
1563 test_async_SOURCES = \
1564 src/test/test-async.c
1566 test_async_LDADD = \
1567 libsystemd-shared.la
1569 test_locale_util_SOURCES = \
1570 src/test/test-locale-util.c
1572 test_locale_util_LDADD = \
1573 libsystemd-shared.la
1575 test_copy_SOURCES = \
1576 src/test/test-copy.c
1579 libsystemd-shared.la
1581 test_condition_SOURCES = \
1582 src/test/test-condition.c
1584 test_condition_LDADD = \
1585 libsystemd-label.la \
1586 libsystemd-internal.la \
1587 libsystemd-shared.la
1589 test_fdset_SOURCES = \
1590 src/test/test-fdset.c
1592 test_fdset_LDADD = \
1593 libsystemd-shared.la \
1594 libsystemd-internal.la
1596 test_ratelimit_SOURCES = \
1597 src/test/test-ratelimit.c
1599 test_ratelimit_LDADD = \
1600 libsystemd-shared.la
1602 test_util_SOURCES = \
1603 src/test/test-util.c
1607 libsystemd-shared.la
1609 test_uid_range_SOURCES = \
1610 src/test/test-uid-range.c
1612 test_uid_range_LDADD = \
1613 libsystemd-shared.la
1615 test_cap_list_SOURCES = \
1616 src/test/test-cap-list.c
1618 test_cap_list_LDADD = \
1619 libsystemd-shared.la
1621 test_socket_util_SOURCES = \
1622 src/test/test-socket-util.c
1624 test_socket_util_LDADD = \
1625 libsystemd-shared.la
1627 test_ring_SOURCES = \
1628 src/test/test-ring.c
1631 libsystemd-shared.la
1633 test_barrier_SOURCES = \
1634 src/test/test-barrier.c
1636 test_barrier_LDADD = \
1637 libsystemd-shared.la
1639 test_pty_SOURCES = \
1645 test_tmpfiles_SOURCES = \
1646 src/test/test-tmpfiles.c
1648 test_tmpfiles_LDADD = \
1649 libsystemd-shared.la
1651 test_namespace_SOURCES = \
1652 src/test/test-namespace.c
1654 test_namespace_LDADD = \
1658 src/test/test-hashmap-ordered.c
1661 src/test/test-hashmap-ordered.c
1663 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
1664 $(AM_V_at)$(MKDIR_P) $(dir $@)
1665 $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
1666 { if (!match($$0, "^#include")) \
1667 gsub(/hashmap/, "ordered_hashmap"); \
1668 gsub(/HASHMAP/, "ORDERED_HASHMAP"); \
1669 gsub(/Hashmap/, "OrderedHashmap"); \
1672 nodist_test_hashmap_SOURCES = \
1673 src/test/test-hashmap-ordered.c
1675 test_hashmap_SOURCES = \
1676 src/test/test-hashmap.c \
1677 src/test/test-hashmap-plain.c
1679 test_hashmap_LDADD = \
1680 libsystemd-shared.la
1682 test_set_SOURCES = \
1686 libsystemd-shared.la
1688 test_xml_SOURCES = \
1692 libsystemd-shared.la
1694 test_json_SOURCES = \
1695 src/test/test-json.c
1698 libsystemd-shared.la \
1701 test_list_SOURCES = \
1702 src/test/test-list.c
1705 libsystemd-shared.la
1707 test_unaligned_LDADD = \
1708 libsystemd-shared.la
1710 test_unaligned_SOURCES = \
1711 src/test/test-unaligned.c
1713 test_tables_SOURCES = \
1714 src/test/test-tables.c \
1715 src/shared/test-tables.h \
1716 src/bus-proxyd/bus-policy.c \
1717 src/bus-proxyd/bus-policy.h \
1718 src/journal/journald-server.c \
1719 src/journal/journald-server.h
1721 test_tables_CPPFLAGS = \
1723 -I$(top_srcdir)/src/bus-proxyd
1725 test_tables_CFLAGS = \
1729 test_tables_LDADD = \
1730 libsystemd-logs.la \
1731 libsystemd-journal-internal.la \
1732 libsystemd-journal-core.la \
1733 libsystemd-core.la \
1737 test_prioq_SOURCES = \
1738 src/test/test-prioq.c
1740 test_prioq_LDADD = \
1741 libsystemd-shared.la
1743 test_fileio_SOURCES = \
1744 src/test/test-fileio.c
1746 test_fileio_LDADD = \
1747 libsystemd-shared.la
1749 test_time_SOURCES = \
1750 src/test/test-time.c
1753 libsystemd-shared.la
1755 test_architecture_SOURCES = \
1756 src/test/test-architecture.c
1758 test_architecture_LDADD = \
1759 libsystemd-shared.la
1761 test_log_SOURCES = \
1765 libsystemd-shared.la
1767 test_ipcrm_SOURCES = \
1768 src/test/test-ipcrm.c
1770 test_ipcrm_LDADD = \
1771 libsystemd-shared.la \
1774 test_btrfs_SOURCES = \
1775 src/test/test-btrfs.c
1777 test_btrfs_LDADD = \
1778 libsystemd-shared.la
1780 test_rtnl_manual_SOURCES = \
1781 src/test/test-rtnl-manual.c
1783 test_rtnl_manual_CFLAGS = \
1787 test_rtnl_manual_LDADD = \
1788 libsystemd-internal.la \
1789 libsystemd-shared.la \
1792 test_ellipsize_SOURCES = \
1793 src/test/test-ellipsize.c
1795 test_ellipsize_LDADD = \
1796 libsystemd-shared.la
1798 test_date_SOURCES = \
1799 src/test/test-date.c
1802 libsystemd-shared.la
1804 test_sleep_SOURCES = \
1805 src/test/test-sleep.c
1807 test_sleep_LDADD = \
1810 test_replace_var_SOURCES = \
1811 src/test/test-replace-var.c
1813 test_replace_var_LDADD = \
1814 libsystemd-shared.la
1816 test_calendarspec_SOURCES = \
1817 src/test/test-calendarspec.c
1819 test_calendarspec_LDADD = \
1820 libsystemd-shared.la
1822 test_strip_tab_ansi_SOURCES = \
1823 src/test/test-strip-tab-ansi.c
1825 test_strip_tab_ansi_LDADD = \
1826 libsystemd-shared.la
1828 test_daemon_SOURCES = \
1829 src/test/test-daemon.c
1831 test_daemon_LDADD = \
1832 libsystemd-internal.la \
1833 libsystemd-shared.la
1835 test_cgroup_SOURCES = \
1836 src/test/test-cgroup.c
1838 test_cgroup_LDADD = \
1839 libsystemd-label.la \
1840 libsystemd-shared.la \
1841 libsystemd-internal.la
1843 test_cgroup_mask_SOURCES = \
1844 src/test/test-cgroup-mask.c
1846 test_cgroup_mask_CPPFLAGS = \
1849 test_cgroup_mask_CFLAGS = \
1853 test_cgroup_mask_LDADD = \
1854 libsystemd-core.la \
1857 test_cgroup_util_SOURCES = \
1858 src/test/test-cgroup-util.c
1860 test_cgroup_util_LDADD = \
1861 libsystemd-label.la \
1862 libsystemd-internal.la \
1863 libsystemd-shared.la
1865 test_env_replace_SOURCES = \
1866 src/test/test-env-replace.c
1868 test_env_replace_LDADD = \
1869 libsystemd-shared.la
1871 test_strbuf_SOURCES = \
1872 src/test/test-strbuf.c
1874 test_strbuf_LDADD = \
1875 libsystemd-shared.la
1877 test_strv_SOURCES = \
1878 src/test/test-strv.c
1881 libsystemd-units.la \
1882 libsystemd-internal.la \
1883 libsystemd-shared.la
1885 test_path_util_SOURCES = \
1886 src/test/test-path-util.c
1888 test_path_util_LDADD = \
1889 libsystemd-shared.la
1891 test_path_SOURCES = \
1892 src/test/test-path.c
1894 test_path_CFLAGS = \
1900 test_execute_SOURCES = \
1901 src/test/test-execute.c
1903 test_execute_CFLAGS = \
1906 test_execute_LDADD = \
1909 test_strxcpyx_SOURCES = \
1910 src/test/test-strxcpyx.c
1912 test_strxcpyx_LDADD = \
1913 libsystemd-shared.la
1915 test_install_SOURCES = \
1916 src/test/test-install.c
1918 test_install_LDADD = \
1919 libsystemd-units.la \
1920 libsystemd-label.la \
1921 libsystemd-shared.la \
1922 libsystemd-internal.la
1924 test_watchdog_SOURCES = \
1925 src/test/test-watchdog.c
1927 test_watchdog_LDADD = \
1928 libsystemd-shared.la
1930 test_sched_prio_SOURCES = \
1931 src/test/test-sched-prio.c
1933 test_sched_prio_CPPFLAGS = \
1936 test_sched_prio_CFLAGS = \
1940 test_sched_prio_LDADD = \
1941 libsystemd-core.la \
1944 test_conf_files_SOURCES = \
1945 src/test/test-conf-files.c
1947 test_conf_files_LDADD = \
1948 libsystemd-shared.la
1950 test_bus_policy_SOURCES = \
1951 src/bus-proxyd/test-bus-policy.c \
1952 src/bus-proxyd/bus-policy.c \
1953 src/bus-proxyd/bus-policy.h
1955 test_bus_policy_LDADD = \
1956 libsystemd-internal.la \
1957 libsystemd-shared.la
1959 # ------------------------------------------------------------------------------
1960 ## .PHONY so it always rebuilds it
1961 .PHONY: coverage lcov-run lcov-report coverage-sync
1963 # run lcov from scratch, always
1968 coverage_dir = coverage
1969 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
1972 # reset run coverage tests
1974 @rm -rf $(coverage_dir)
1975 lcov $(coverage_opts) --zerocounters
1978 # generate report based on current coverage data
1980 $(MKDIR_P) $(coverage_dir)
1981 lcov $(coverage_opts) --compat-libtool --capture --no-external \
1982 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
1983 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
1984 genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
1985 @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
1987 # lcov doesn't work properly with vpath builds, make sure that bad
1988 # output is not uploaded by mistake.
1989 coverage-sync: coverage
1990 test "$(builddir)" = "$(srcdir)"
1991 rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
1994 lcov-run lcov-report:
1995 echo "Need to reconfigure with --enable-coverage"
1998 # ------------------------------------------------------------------------------
1999 systemd_analyze_SOURCES = \
2000 src/analyze/analyze.c \
2001 src/analyze/analyze-verify.c \
2002 src/analyze/analyze-verify.h
2004 systemd_verify_CFLAGS = \
2008 systemd_analyze_LDADD = \
2009 libsystemd-core.la \
2010 libsystemd-internal.la \
2011 libsystemd-shared.la \
2014 # ------------------------------------------------------------------------------
2015 systemd_initctl_SOURCES = \
2016 src/initctl/initctl.c
2018 systemd_initctl_LDADD = \
2019 libsystemd-internal.la \
2020 libsystemd-shared.la
2022 # ------------------------------------------------------------------------------
2023 systemd_update_utmp_SOURCES = \
2024 src/update-utmp/update-utmp.c
2026 systemd_update_utmp_CFLAGS = \
2030 systemd_update_utmp_LDADD = \
2031 libsystemd-internal.la \
2032 libsystemd-shared.la \
2035 # ------------------------------------------------------------------------------
2036 systemd_update_done_SOURCES = \
2037 src/update-done/update-done.c
2039 systemd_update_done_LDADD = \
2040 libsystemd-internal.la \
2041 libsystemd-label.la \
2042 libsystemd-shared.la
2044 # ------------------------------------------------------------------------------
2045 systemd_shutdownd_SOURCES = \
2046 src/shutdownd/shutdownd.c
2048 systemd_shutdownd_LDADD = \
2049 libsystemd-label.la \
2050 libsystemd-internal.la \
2051 libsystemd-shared.la
2054 src/systemd/sd-shutdown.h
2056 # ------------------------------------------------------------------------------
2057 systemd_shutdown_SOURCES = \
2060 src/core/shutdown.c \
2061 src/core/mount-setup.c \
2062 src/core/mount-setup.h \
2063 src/core/killall.h \
2066 systemd_shutdown_LDADD = \
2067 libsystemd-label.la \
2068 libudev-internal.la \
2069 libsystemd-shared.la
2071 # ------------------------------------------------------------------------------
2073 systemd_modules_load_SOURCES = \
2074 src/modules-load/modules-load.c
2076 systemd_modules_load_CFLAGS = \
2080 systemd_modules_load_LDADD = \
2081 libsystemd-shared.la \
2084 rootlibexec_PROGRAMS += \
2085 systemd-modules-load
2087 nodist_systemunit_DATA += \
2088 units/systemd-modules-load.service
2090 SYSINIT_TARGET_WANTS += \
2091 systemd-modules-load.service
2094 nodist_systemunit_DATA += \
2095 units/kmod-static-nodes.service
2097 SYSINIT_TARGET_WANTS += \
2098 kmod-static-nodes.service
2103 units/systemd-modules-load.service.in \
2104 units/kmod-static-nodes.service.in
2106 # ------------------------------------------------------------------------------
2108 systemd_tmpfiles_SOURCES = \
2109 src/tmpfiles/tmpfiles.c
2111 systemd_tmpfiles_LDADD = \
2112 libsystemd-units.la \
2113 libsystemd-label.la \
2114 libsystemd-internal.la \
2115 libsystemd-shared.la
2117 rootbin_PROGRAMS += \
2120 dist_systemunit_DATA += \
2121 units/systemd-tmpfiles-clean.timer
2123 nodist_systemunit_DATA += \
2124 units/systemd-tmpfiles-setup-dev.service \
2125 units/systemd-tmpfiles-setup.service \
2126 units/systemd-tmpfiles-clean.service
2128 nodist_tmpfiles_DATA = \
2131 dist_tmpfiles_DATA = \
2132 tmpfiles.d/systemd.conf \
2133 tmpfiles.d/systemd-nologin.conf \
2134 tmpfiles.d/tmp.conf \
2135 tmpfiles.d/x11.conf \
2139 dist_tmpfiles_DATA += \
2140 tmpfiles.d/legacy.conf
2143 SYSINIT_TARGET_WANTS += \
2144 systemd-tmpfiles-setup-dev.service \
2145 systemd-tmpfiles-setup.service
2147 dist_zshcompletion_DATA += \
2148 shell-completion/zsh/_systemd-tmpfiles
2150 TIMERS_TARGET_WANTS += \
2151 systemd-tmpfiles-clean.timer
2155 $(sysconfdir)/tmpfiles.d
2159 tmpfiles.d/etc.conf.m4 \
2160 units/systemd-tmpfiles-setup-dev.service.in \
2161 units/systemd-tmpfiles-setup.service.in \
2162 units/systemd-tmpfiles-clean.service.in
2167 # ------------------------------------------------------------------------------
2169 systemd_sysusers_SOURCES = \
2170 src/sysusers/sysusers.c
2172 systemd_sysusers_LDADD = \
2173 libsystemd-units.la \
2174 libsystemd-label.la \
2175 libsystemd-internal.la \
2176 libsystemd-shared.la
2178 rootbin_PROGRAMS += \
2181 nodist_systemunit_DATA += \
2182 units/systemd-sysusers.service
2184 SYSINIT_TARGET_WANTS += \
2185 systemd-sysusers.service
2187 dist_sysusers_DATA = \
2188 sysusers.d/systemd.conf
2190 nodist_sysusers_DATA = \
2191 sysusers.d/basic.conf
2194 units/systemd-sysusers.service.in \
2195 sysusers.d/basic.conf.in
2198 sysusers.d/basic.conf
2204 # ------------------------------------------------------------------------------
2205 dist_factory_etc_DATA = \
2206 factory/etc/nsswitch.conf
2209 dist_factory_pam_DATA = \
2210 factory/etc/pam.d/system-auth \
2211 factory/etc/pam.d/other
2214 # ------------------------------------------------------------------------------
2216 systemd_firstboot_SOURCES = \
2217 src/firstboot/firstboot.c
2219 systemd_firstboot_LDADD = \
2220 libsystemd-units.la \
2221 libsystemd-label.la \
2222 libsystemd-internal.la \
2223 libsystemd-shared.la \
2226 rootbin_PROGRAMS += \
2229 nodist_systemunit_DATA += \
2230 units/systemd-firstboot.service
2233 units/systemd-firstboot.service.in
2235 SYSINIT_TARGET_WANTS += \
2236 systemd-firstboot.service
2239 # ------------------------------------------------------------------------------
2240 systemd_machine_id_setup_SOURCES = \
2241 src/machine-id-setup/machine-id-setup-main.c \
2242 src/core/machine-id-setup.c \
2243 src/core/machine-id-setup.h
2245 systemd_machine_id_setup_LDADD = \
2246 libsystemd-label.la \
2247 libsystemd-internal.la \
2248 libsystemd-shared.la
2250 # ------------------------------------------------------------------------------
2251 systemd_sysctl_SOURCES = \
2254 systemd_sysctl_LDADD = \
2255 libsystemd-shared.la
2257 # ------------------------------------------------------------------------------
2258 systemd_sleep_SOURCES = \
2261 systemd_sleep_LDADD = \
2262 libsystemd-shared.la
2264 # ------------------------------------------------------------------------------
2265 systemd_fsck_SOURCES = \
2268 systemd_fsck_LDADD = \
2269 libsystemd-internal.la \
2270 libudev-internal.la \
2271 libsystemd-shared.la
2273 # ------------------------------------------------------------------------------
2274 systemd_machine_id_commit_SOURCES = \
2275 src/machine-id-commit/machine-id-commit.c \
2276 src/core/machine-id-setup.c \
2277 src/core/machine-id-setup.h
2279 systemd_machine_id_commit_LDADD = \
2280 libsystemd-label.la \
2281 libsystemd-internal.la \
2282 libsystemd-shared.la
2284 SYSINIT_TARGET_WANTS += \
2285 systemd-machine-id-commit.service
2287 # ------------------------------------------------------------------------------
2288 systemd_ac_power_SOURCES = \
2289 src/ac-power/ac-power.c
2291 systemd_ac_power_LDADD = \
2292 libudev-internal.la \
2293 libsystemd-shared.la
2295 # ------------------------------------------------------------------------------
2296 systemd_detect_virt_SOURCES = \
2297 src/detect-virt/detect-virt.c
2299 systemd_detect_virt_LDADD = \
2300 libsystemd-shared.la
2302 INSTALL_EXEC_HOOKS += \
2303 systemd-detect-virt-install-hook
2305 # ------------------------------------------------------------------------------
2306 systemd_delta_SOURCES = \
2309 systemd_delta_LDADD = \
2310 libsystemd-shared.la
2312 # ------------------------------------------------------------------------------
2313 systemd_getty_generator_SOURCES = \
2314 src/getty-generator/getty-generator.c
2316 systemd_getty_generator_LDADD = \
2317 libsystemd-label.la \
2318 libsystemd-shared.la
2320 # ------------------------------------------------------------------------------
2321 systemd_debug_generator_SOURCES = \
2322 src/debug-generator/debug-generator.c
2324 systemd_debug_generator_LDADD = \
2325 libsystemd-label.la \
2326 libsystemd-shared.la
2328 # ------------------------------------------------------------------------------
2329 systemd_fstab_generator_SOURCES = \
2330 src/fstab-generator/fstab-generator.c \
2331 src/core/mount-setup.c
2333 systemd_fstab_generator_LDADD = \
2334 libsystemd-label.la \
2335 libsystemd-shared.la
2337 # ------------------------------------------------------------------------------
2338 systemd_system_update_generator_SOURCES = \
2339 src/system-update-generator/system-update-generator.c
2341 systemd_system_update_generator_LDADD = \
2342 libsystemd-label.la \
2343 libsystemd-shared.la
2345 # ------------------------------------------------------------------------------
2347 systemgenerator_PROGRAMS += \
2348 systemd-hibernate-resume-generator
2350 rootlibexec_PROGRAMS += \
2351 systemd-hibernate-resume
2353 systemd_hibernate_resume_SOURCES = \
2354 src/hibernate-resume/hibernate-resume.c
2356 systemd_hibernate_resume_LDADD = \
2357 libsystemd-internal.la \
2358 libsystemd-shared.la
2360 systemd_hibernate_resume_generator_SOURCES = \
2361 src/hibernate-resume/hibernate-resume-generator.c
2363 systemd_hibernate_resume_generator_LDADD = \
2364 libsystemd-label.la \
2365 libsystemd-shared.la
2368 units/systemd-hibernate.service.in \
2369 units/systemd-hibernate-resume@.service.in \
2370 units/systemd-hybrid-sleep.service.in
2372 dist_systemunit_DATA += \
2373 units/hibernate.target \
2374 units/hybrid-sleep.target
2376 nodist_systemunit_DATA += \
2377 units/systemd-hibernate.service \
2378 units/systemd-hibernate-resume@.service \
2379 units/systemd-hybrid-sleep.service
2382 # ------------------------------------------------------------------------------
2384 systemgenerator_PROGRAMS += \
2385 systemd-efi-boot-generator
2387 systemd_efi_boot_generator_SOURCES = \
2388 src/efi-boot-generator/efi-boot-generator.c
2390 systemd_efi_boot_generator_LDADD = \
2391 libsystemd-label.la \
2392 libsystemd-shared.la
2394 # ------------------------------------------------------------------------------
2397 src/boot/boot-loader.h \
2398 src/boot/bootctl.c \
2399 src/boot/boot-loader.c \
2403 libsystemd-shared.la \
2404 libsystemd-internal.la
2409 dist_bashcompletion_DATA += \
2410 shell-completion/bash/bootctl
2412 dist_zshcompletion_DATA += \
2413 shell-completion/zsh/_bootctl
2417 # ------------------------------------------------------------------------------
2419 systemgenerator_PROGRAMS += \
2420 systemd-gpt-auto-generator
2422 systemd_gpt_auto_generator_SOURCES = \
2423 src/gpt-auto-generator/gpt-auto-generator.c \
2424 src/shared/blkid-util.h
2426 systemd_gpt_auto_generator_LDADD = \
2427 libsystemd-label.la \
2428 libsystemd-internal.la \
2429 libudev-internal.la \
2430 libsystemd-shared.la \
2433 systemd_gpt_auto_generator_CFLAGS = \
2438 # ------------------------------------------------------------------------------
2440 systemgenerator_PROGRAMS += \
2441 systemd-dbus1-generator
2443 systemd_dbus1_generator_SOURCES = \
2444 src/dbus1-generator/dbus1-generator.c
2446 systemd_dbus1_generator_LDADD = \
2447 libsystemd-label.la \
2448 libsystemd-internal.la \
2449 libsystemd-shared.la
2451 dbus1-generator-install-hook:
2452 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
2453 $(AM_V_RM)rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2454 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2456 dbus1-generator-uninstall-hook:
2457 rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2459 INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
2460 UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
2463 # ------------------------------------------------------------------------------
2464 systemd_sysv_generator_SOURCES = \
2465 src/sysv-generator/sysv-generator.c
2467 systemd_sysv_generator_LDADD = \
2468 libsystemd-core.la \
2469 libsystemd-label.la \
2470 libsystemd-shared.la
2472 # ------------------------------------------------------------------------------
2473 systemd_rc_local_generator_SOURCES = \
2474 src/rc-local-generator/rc-local-generator.c
2476 systemd_rc_local_generator_LDADD = \
2477 libsystemd-label.la \
2478 libsystemd-shared.la
2480 # ------------------------------------------------------------------------------
2481 systemd_remount_fs_SOURCES = \
2482 src/remount-fs/remount-fs.c \
2483 src/core/mount-setup.c \
2484 src/core/mount-setup.h
2486 systemd_remount_fs_LDADD = \
2487 libsystemd-label.la \
2488 libsystemd-shared.la
2490 # ------------------------------------------------------------------------------
2491 systemd_cgroups_agent_SOURCES = \
2492 src/cgroups-agent/cgroups-agent.c
2494 systemd_cgroups_agent_LDADD = \
2495 libsystemd-internal.la \
2496 libsystemd-shared.la
2498 # ------------------------------------------------------------------------------
2499 systemd_escape_SOURCES = \
2502 systemd_escape_LDADD = \
2503 libsystemd-shared.la
2505 # -----------------------------------------------------------------------------
2506 systemctl_SOURCES = \
2507 src/systemctl/systemctl.c
2510 libsystemd-units.la \
2511 libsystemd-label.la \
2512 libsystemd-internal.la \
2513 libsystemd-logs.la \
2514 libsystemd-journal-internal.la \
2515 libsystemd-shared.la
2517 # ------------------------------------------------------------------------------
2518 systemd_notify_SOURCES = \
2521 systemd_notify_LDADD = \
2522 libsystemd-internal.la \
2523 libsystemd-shared.la
2525 # ------------------------------------------------------------------------------
2526 systemd_path_SOURCES = \
2529 systemd_path_LDADD = \
2530 libsystemd-internal.la \
2531 libsystemd-shared.la
2533 # ------------------------------------------------------------------------------
2534 systemd_ask_password_SOURCES = \
2535 src/ask-password/ask-password.c
2537 systemd_ask_password_LDADD = \
2538 libsystemd-label.la \
2539 libsystemd-shared.la
2541 # ------------------------------------------------------------------------------
2542 systemd_reply_password_SOURCES = \
2543 src/reply-password/reply-password.c
2545 systemd_reply_password_LDADD = \
2546 libsystemd-shared.la
2548 # ------------------------------------------------------------------------------
2549 systemd_cgls_SOURCES = \
2552 systemd_cgls_LDADD = \
2553 libsystemd-internal.la \
2554 libsystemd-shared.la
2556 # ------------------------------------------------------------------------------
2557 systemd_cgtop_SOURCES = \
2560 systemd_cgtop_LDADD = \
2561 libsystemd-shared.la
2563 # ------------------------------------------------------------------------------
2564 systemd_nspawn_SOURCES = \
2565 src/nspawn/nspawn.c \
2566 src/core/mount-setup.c \
2567 src/core/mount-setup.h \
2568 src/core/loopback-setup.c \
2569 src/core/loopback-setup.h
2571 systemd_nspawn_CFLAGS = \
2576 systemd_nspawn_LDADD = \
2577 libsystemd-label.la \
2578 libsystemd-internal.la \
2579 libudev-internal.la \
2580 libsystemd-shared.la \
2584 systemd_nspawn_LDADD += \
2585 libsystemd-seccomp.la \
2589 # ------------------------------------------------------------------------------
2590 systemd_run_SOURCES = \
2593 systemd_run_LDADD = \
2594 libsystemd-label.la \
2595 libsystemd-internal.la \
2596 libsystemd-shared.la
2598 # ------------------------------------------------------------------------------
2599 systemd_bus_proxyd_SOURCES = \
2600 src/bus-proxyd/bus-proxyd.c \
2601 src/bus-proxyd/bus-policy.c \
2602 src/bus-proxyd/bus-policy.h
2604 systemd_bus_proxyd_LDADD = \
2605 libsystemd-internal.la \
2606 libsystemd-shared.la
2608 bus-proxyd-install-hook:
2609 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(bindir)
2610 $(AM_V_RM)rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2611 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
2613 bus-proxyd-uninstall-hook:
2614 rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2616 INSTALL_EXEC_HOOKS += bus-proxyd-install-hook
2617 UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook
2620 nodist_systemunit_DATA += \
2621 units/systemd-bus-proxyd@.service
2623 dist_systemunit_DATA += \
2624 units/systemd-bus-proxyd.socket
2626 nodist_userunit_DATA += \
2627 units/user/systemd-bus-proxyd@.service
2629 dist_userunit_DATA += \
2630 units/user/systemd-bus-proxyd.socket
2634 units/systemd-bus-proxyd@.service.m4.in \
2635 units/user/systemd-bus-proxyd@.service.in
2638 units/systemd-bus-proxyd@.service.m4
2641 bus-proxyd-set-cap-hook:
2642 -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
2644 INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
2647 # ------------------------------------------------------------------------------
2648 systemd_tty_ask_password_agent_SOURCES = \
2649 src/tty-ask-password-agent/tty-ask-password-agent.c
2651 systemd_tty_ask_password_agent_LDADD = \
2652 libsystemd-label.la \
2653 libsystemd-shared.la
2655 # ------------------------------------------------------------------------------
2656 libsystemd_internal_la_SOURCES = \
2657 src/systemd/sd-bus.h \
2658 src/systemd/sd-bus-protocol.h \
2659 src/systemd/sd-bus-vtable.h \
2660 src/systemd/sd-utf8.h \
2661 src/systemd/sd-event.h \
2662 src/systemd/sd-rtnl.h \
2663 src/systemd/sd-resolve.h \
2664 src/systemd/sd-login.h \
2665 src/systemd/sd-id128.h \
2666 src/systemd/sd-daemon.h \
2667 src/systemd/sd-path.h \
2668 src/systemd/sd-network.h \
2669 src/systemd/sd-hwdb.h \
2670 src/libsystemd/sd-bus/sd-bus.c \
2671 src/libsystemd/sd-bus/bus-control.c \
2672 src/libsystemd/sd-bus/bus-control.h \
2673 src/libsystemd/sd-bus/bus-error.c \
2674 src/libsystemd/sd-bus/bus-error.h \
2675 src/libsystemd/sd-bus/bus-common-errors.h \
2676 src/libsystemd/sd-bus/bus-common-errors.c \
2677 src/libsystemd/sd-bus/bus-internal.c \
2678 src/libsystemd/sd-bus/bus-internal.h \
2679 src/libsystemd/sd-bus/bus-socket.c \
2680 src/libsystemd/sd-bus/bus-socket.h \
2681 src/libsystemd/sd-bus/bus-kernel.c \
2682 src/libsystemd/sd-bus/bus-kernel.h \
2683 src/libsystemd/sd-bus/bus-container.c \
2684 src/libsystemd/sd-bus/bus-container.h \
2685 src/libsystemd/sd-bus/bus-message.c \
2686 src/libsystemd/sd-bus/bus-message.h \
2687 src/libsystemd/sd-bus/bus-creds.c \
2688 src/libsystemd/sd-bus/bus-creds.h \
2689 src/libsystemd/sd-bus/bus-signature.c \
2690 src/libsystemd/sd-bus/bus-signature.h \
2691 src/libsystemd/sd-bus/bus-type.c \
2692 src/libsystemd/sd-bus/bus-type.h \
2693 src/libsystemd/sd-bus/bus-match.c \
2694 src/libsystemd/sd-bus/bus-match.h \
2695 src/libsystemd/sd-bus/bus-bloom.c \
2696 src/libsystemd/sd-bus/bus-bloom.h \
2697 src/libsystemd/sd-bus/bus-introspect.c \
2698 src/libsystemd/sd-bus/bus-introspect.h \
2699 src/libsystemd/sd-bus/bus-objects.c \
2700 src/libsystemd/sd-bus/bus-objects.h \
2701 src/libsystemd/sd-bus/bus-gvariant.c \
2702 src/libsystemd/sd-bus/bus-gvariant.h \
2703 src/libsystemd/sd-bus/bus-convenience.c \
2704 src/libsystemd/sd-bus/bus-track.c \
2705 src/libsystemd/sd-bus/bus-track.h \
2706 src/libsystemd/sd-bus/bus-util.c \
2707 src/libsystemd/sd-bus/bus-util.h \
2708 src/libsystemd/sd-bus/bus-slot.c \
2709 src/libsystemd/sd-bus/bus-slot.h \
2710 src/libsystemd/sd-bus/bus-protocol.h \
2711 src/libsystemd/sd-bus/kdbus.h \
2712 src/libsystemd/sd-utf8/sd-utf8.c \
2713 src/libsystemd/sd-event/sd-event.c \
2714 src/libsystemd/sd-event/event-util.h \
2715 src/libsystemd/sd-rtnl/sd-rtnl.c \
2716 src/libsystemd/sd-rtnl/rtnl-internal.h \
2717 src/libsystemd/sd-rtnl/rtnl-message.c \
2718 src/libsystemd/sd-rtnl/rtnl-types.h \
2719 src/libsystemd/sd-rtnl/rtnl-types.c \
2720 src/libsystemd/sd-rtnl/rtnl-util.h \
2721 src/libsystemd/sd-rtnl/rtnl-util.c \
2722 src/libsystemd/sd-rtnl/local-addresses.h \
2723 src/libsystemd/sd-rtnl/local-addresses.c \
2724 src/libsystemd/sd-id128/sd-id128.c \
2725 src/libsystemd/sd-daemon/sd-daemon.c \
2726 src/libsystemd/sd-login/sd-login.c \
2727 src/libsystemd/sd-path/sd-path.c \
2728 src/libsystemd/sd-network/sd-network.c \
2729 src/libsystemd/sd-network/network-util.h \
2730 src/libsystemd/sd-network/network-util.c \
2731 src/libsystemd/sd-hwdb/sd-hwdb.c \
2732 src/libsystemd/sd-hwdb/hwdb-util.h \
2733 src/libsystemd/sd-hwdb/hwdb-internal.h
2735 nodist_libsystemd_internal_la_SOURCES = \
2736 src/libsystemd/libsystemd.sym
2738 libsystemd_internal_la_CFLAGS = \
2742 libsystemd_internal_la_LIBADD = \
2745 libsystemd_resolve_la_SOURCES = \
2746 src/libsystemd/sd-resolve/sd-resolve.c \
2747 src/libsystemd/sd-resolve/resolve-util.h
2749 libsystemd_resolve_la_CFLAGS = \
2753 libsystemd_resolve_la_LIBADD = \
2756 noinst_LTLIBRARIES += \
2757 libsystemd-internal.la \
2758 libsystemd-resolve.la
2760 libsystemd_dump_la_SOURCES = \
2761 src/libsystemd/sd-bus/bus-dump.c \
2762 src/libsystemd/sd-bus/bus-dump.h
2764 noinst_LTLIBRARIES += \
2768 src/libsystemd/libsystemd.sym.m4 \
2769 src/libsystemd/libsystemd.pc.in \
2770 src/libsystemd/sd-bus/DIFFERENCES \
2771 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
2774 src/libsystemd/libsystemd.sym
2777 src/libsystemd/libsystemd.sym
2779 libsystemd_la_SOURCES = \
2780 $(libsystemd_internal_la_SOURCES) \
2781 $(libsystemd_resolve_la_SOURCES) \
2782 $(libsystemd_journal_internal_la_SOURCES)
2784 nodist_libsystemd_la_SOURCES = \
2785 $(nodist_libsystemd_internal_la_SOURCES)
2787 libsystemd_la_CFLAGS = \
2788 $(libsystemd_internal_la_CFLAGS) \
2789 $(libsystemd_resolve_la_CFLAGS) \
2790 $(libsystemd_journal_internal_la_CFLAGS)
2792 libsystemd_la_LDFLAGS = \
2794 -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
2795 -Wl,--version-script=$(top_builddir)/src/libsystemd/libsystemd.sym
2797 libsystemd_la_LIBADD = \
2798 libsystemd-shared.la \
2799 $(libsystemd_internal_la_LIBADD) \
2800 $(libsystemd_journal_internal_la_LIBADD) \
2801 $(libsystemd_resolve_la_LIBADD)
2803 libsystemd-install-hook:
2804 libname=libsystemd.so && $(move-to-rootlibdir)
2806 libsystemd-uninstall-hook:
2807 rm -f $(DESTDIR)$(rootlibdir)/libsystemd.so*
2809 INSTALL_EXEC_HOOKS += libsystemd-install-hook
2810 UNINSTALL_EXEC_HOOKS += libsystemd-uninstall-hook
2812 pkgconfiglib_DATA += \
2813 src/libsystemd/libsystemd.pc
2815 pkginclude_HEADERS += \
2816 src/systemd/sd-login.h \
2817 src/systemd/sd-id128.h \
2818 src/systemd/sd-daemon.h
2821 pkginclude_HEADERS += \
2822 src/systemd/sd-bus.h \
2823 src/systemd/sd-bus-protocol.h \
2824 src/systemd/sd-bus-vtable.h \
2825 src/systemd/sd-utf8.h \
2826 src/systemd/sd-event.h \
2827 src/systemd/sd-rtnl.h \
2828 src/systemd/sd-resolve.h \
2829 src/systemd/sd-path.h
2832 lib_LTLIBRARIES += \
2837 test-bus-signature \
2843 test-bus-kernel-bloom \
2844 test-bus-kernel-benchmark \
2845 test-bus-zero-copy \
2846 test-bus-introspect \
2853 test-local-addresses \
2859 test_bus_marshal_SOURCES = \
2860 src/libsystemd/sd-bus/test-bus-marshal.c
2862 test_bus_marshal_LDADD = \
2863 libsystemd-dump.la \
2864 libsystemd-internal.la \
2865 libsystemd-shared.la \
2869 test_bus_marshal_CFLAGS = \
2874 test_bus_signature_SOURCES = \
2875 src/libsystemd/sd-bus/test-bus-signature.c
2877 test_bus_signature_LDADD = \
2878 libsystemd-internal.la \
2879 libsystemd-shared.la
2881 test_bus_chat_SOURCES = \
2882 src/libsystemd/sd-bus/test-bus-chat.c
2884 test_bus_chat_CFLAGS = \
2888 test_bus_chat_LDADD = \
2889 libsystemd-internal.la \
2890 libsystemd-shared.la
2892 test_bus_cleanup_SOURCES = \
2893 src/libsystemd/sd-bus/test-bus-cleanup.c
2895 test_bus_cleanup_CFLAGS = \
2899 test_bus_cleanup_LDADD = \
2900 libsystemd-internal.la \
2901 libsystemd-shared.la
2903 test_bus_server_SOURCES = \
2904 src/libsystemd/sd-bus/test-bus-server.c
2906 test_bus_server_CFLAGS = \
2910 test_bus_server_LDADD = \
2911 libsystemd-internal.la \
2912 libsystemd-shared.la
2914 test_bus_objects_SOURCES = \
2915 src/libsystemd/sd-bus/test-bus-objects.c
2917 test_bus_objects_CFLAGS = \
2921 test_bus_objects_LDADD = \
2922 libsystemd-dump.la \
2923 libsystemd-internal.la \
2924 libsystemd-shared.la
2926 test_bus_error_SOURCES = \
2927 src/libsystemd/sd-bus/test-bus-error.c
2929 test_bus_error_LDADD = \
2930 libsystemd-internal.la \
2931 libsystemd-shared.la
2933 test_bus_gvariant_SOURCES = \
2934 src/libsystemd/sd-bus/test-bus-gvariant.c
2936 test_bus_gvariant_LDADD = \
2937 libsystemd-dump.la \
2938 libsystemd-internal.la \
2939 libsystemd-shared.la \
2942 test_bus_gvariant_CFLAGS = \
2946 test_bus_creds_SOURCES = \
2947 src/libsystemd/sd-bus/test-bus-creds.c
2949 test_bus_creds_LDADD = \
2950 libsystemd-dump.la \
2951 libsystemd-internal.la \
2952 libsystemd-shared.la
2954 test_bus_match_SOURCES = \
2955 src/libsystemd/sd-bus/test-bus-match.c
2957 test_bus_match_LDADD = \
2958 libsystemd-internal.la \
2959 libsystemd-shared.la
2961 test_bus_kernel_SOURCES = \
2962 src/libsystemd/sd-bus/test-bus-kernel.c
2964 test_bus_kernel_LDADD = \
2965 libsystemd-dump.la \
2966 libsystemd-internal.la \
2967 libsystemd-shared.la
2969 test_bus_kernel_bloom_SOURCES = \
2970 src/libsystemd/sd-bus/test-bus-kernel-bloom.c
2972 test_bus_kernel_bloom_LDADD = \
2973 libsystemd-internal.la \
2974 libsystemd-shared.la
2976 test_bus_kernel_benchmark_SOURCES = \
2977 src/libsystemd/sd-bus/test-bus-kernel-benchmark.c
2979 test_bus_kernel_benchmark_LDADD = \
2980 libsystemd-internal.la \
2981 libsystemd-shared.la
2983 test_bus_zero_copy_SOURCES = \
2984 src/libsystemd/sd-bus/test-bus-zero-copy.c
2986 test_bus_zero_copy_LDADD = \
2987 libsystemd-dump.la \
2988 libsystemd-internal.la \
2989 libsystemd-shared.la
2991 test_bus_introspect_SOURCES = \
2992 src/libsystemd/sd-bus/test-bus-introspect.c
2994 test_bus_introspect_LDADD = \
2995 libsystemd-internal.la \
2996 libsystemd-shared.la
2998 test_event_SOURCES = \
2999 src/libsystemd/sd-event/test-event.c
3001 test_event_LDADD = \
3002 libsystemd-internal.la \
3003 libsystemd-shared.la
3005 test_rtnl_SOURCES = \
3006 src/libsystemd/sd-rtnl/test-rtnl.c
3009 libsystemd-internal.la \
3010 libsystemd-shared.la
3012 test_local_addresses_SOURCES = \
3013 src/libsystemd/sd-rtnl/test-local-addresses.c
3015 test_local_addresses_LDADD = \
3016 libsystemd-internal.la \
3017 libsystemd-shared.la
3019 test_resolve_SOURCES = \
3020 src/libsystemd/sd-resolve/test-resolve.c
3022 test_resolve_LDADD = \
3023 libsystemd-resolve.la \
3024 libsystemd-internal.la \
3025 libsystemd-shared.la
3027 test_resolve_CFLAGS = \
3032 src/libsystemd/sd-bus/busctl.c \
3033 src/libsystemd/sd-bus/busctl-introspect.c \
3034 src/libsystemd/sd-bus/busctl-introspect.h
3037 libsystemd-dump.la \
3038 libsystemd-internal.la \
3039 libsystemd-shared.la
3041 # ------------------------------------------------------------------------------
3042 noinst_LTLIBRARIES += \
3043 libsystemd-network.la
3045 libsystemd_network_la_CFLAGS = \
3049 libsystemd_network_la_SOURCES = \
3050 src/systemd/sd-dhcp-client.h \
3051 src/systemd/sd-dhcp-server.h \
3052 src/systemd/sd-dhcp-lease.h \
3053 src/systemd/sd-ipv4ll.h \
3054 src/systemd/sd-icmp6-nd.h \
3055 src/systemd/sd-dhcp6-client.h \
3056 src/systemd/sd-dhcp6-lease.h \
3057 src/systemd/sd-pppoe.h \
3058 src/libsystemd-network/sd-dhcp-client.c \
3059 src/libsystemd-network/sd-dhcp-server.c \
3060 src/libsystemd-network/dhcp-network.c \
3061 src/libsystemd-network/dhcp-option.c \
3062 src/libsystemd-network/dhcp-packet.c \
3063 src/libsystemd-network/dhcp-internal.h \
3064 src/libsystemd-network/dhcp-server-internal.h \
3065 src/libsystemd-network/dhcp-protocol.h \
3066 src/libsystemd-network/dhcp-lease-internal.h \
3067 src/libsystemd-network/sd-dhcp-lease.c \
3068 src/libsystemd-network/sd-ipv4ll.c \
3069 src/libsystemd-network/ipv4ll-network.c \
3070 src/libsystemd-network/ipv4ll-packet.c \
3071 src/libsystemd-network/ipv4ll-internal.h \
3072 src/libsystemd-network/sd-pppoe.c \
3073 src/libsystemd-network/network-internal.c \
3074 src/libsystemd-network/network-internal.h \
3075 src/libsystemd-network/sd-icmp6-nd.c \
3076 src/libsystemd-network/sd-dhcp6-client.c \
3077 src/libsystemd-network/dhcp6-internal.h \
3078 src/libsystemd-network/dhcp6-protocol.h \
3079 src/libsystemd-network/dhcp6-network.c \
3080 src/libsystemd-network/dhcp6-option.c \
3081 src/libsystemd-network/dhcp6-lease-internal.h \
3082 src/libsystemd-network/sd-dhcp6-lease.c \
3083 src/libsystemd-network/lldp.h \
3084 src/libsystemd-network/lldp-tlv.h \
3085 src/libsystemd-network/lldp-tlv.c \
3086 src/libsystemd-network/lldp-network.h \
3087 src/libsystemd-network/lldp-network.c \
3088 src/libsystemd-network/lldp-port.h \
3089 src/libsystemd-network/lldp-port.c \
3090 src/libsystemd-network/lldp-internal.h \
3091 src/libsystemd-network/lldp-internal.c \
3092 src/libsystemd-network/sd-lldp.h \
3093 src/libsystemd-network/sd-lldp.c
3095 libsystemd_network_la_LIBADD = \
3096 libudev-internal.la \
3097 libsystemd-label.la \
3098 libsystemd-internal.la \
3099 libsystemd-shared.la \
3102 test_dhcp_option_SOURCES = \
3103 src/libsystemd-network/dhcp-protocol.h \
3104 src/libsystemd-network/dhcp-internal.h \
3105 src/libsystemd-network/test-dhcp-option.c
3107 test_dhcp_option_LDADD = \
3108 libsystemd-network.la \
3109 libsystemd-internal.la \
3110 libsystemd-shared.la
3112 test_dhcp_client_SOURCES = \
3113 src/systemd/sd-dhcp-client.h \
3114 src/libsystemd-network/dhcp-protocol.h \
3115 src/libsystemd-network/dhcp-internal.h \
3116 src/libsystemd-network/test-dhcp-client.c
3118 test_dhcp_client_LDADD = \
3119 libsystemd-network.la \
3120 libsystemd-label.la \
3121 libsystemd-internal.la \
3122 libsystemd-shared.la
3124 test_dhcp_server_SOURCES = \
3125 src/libsystemd-network/test-dhcp-server.c
3127 test_dhcp_server_LDADD = \
3128 libsystemd-network.la \
3129 libsystemd-internal.la \
3130 libsystemd-shared.la
3132 test_ipv4ll_SOURCES = \
3133 src/systemd/sd-ipv4ll.h \
3134 src/libsystemd-network/ipv4ll-internal.h \
3135 src/libsystemd-network/test-ipv4ll.c
3137 test_ipv4ll_LDADD = \
3138 libsystemd-network.la \
3139 libsystemd-label.la \
3140 libsystemd-internal.la \
3141 libsystemd-shared.la
3143 test_pppoe_SOURCES = \
3144 src/systemd/sd-pppoe.h \
3145 src/libsystemd-network/test-pppoe.c
3147 test_pppoe_LDADD = \
3148 libsystemd-network.la \
3149 libsystemd-shared.la
3151 test_icmp6_rs_SOURCES = \
3152 src/systemd/sd-dhcp6-client.h \
3153 src/systemd/sd-icmp6-nd.h \
3154 src/libsystemd-network/dhcp6-internal.h \
3155 src/libsystemd-network/test-icmp6-rs.c
3157 test_icmp6_rs_LDADD = \
3158 libsystemd-network.la \
3159 libsystemd-internal.la \
3160 libsystemd-shared.la
3162 test_dhcp6_client_SOURCES = \
3163 src/systemd/sd-dhcp6-client.h \
3164 src/libsystemd-network/dhcp6-internal.h \
3165 src/libsystemd-network/test-dhcp6-client.c
3167 test_dhcp6_client_LDADD = \
3168 libsystemd-network.la \
3169 libsystemd-internal.la \
3170 libsystemd-shared.la
3172 test_lldp_SOURCES = \
3173 src/libsystemd-network/lldp.h \
3174 src/libsystemd-network/lldp-tlv.h \
3175 src/libsystemd-network/lldp-tlv.c \
3176 src/libsystemd-network/test-lldp.c
3179 libsystemd-network.la \
3180 libsystemd-internal.la \
3181 libsystemd-shared.la
3195 # ------------------------------------------------------------------------------
3197 noinst_LTLIBRARIES += \
3198 libsystemd-terminal.la
3200 rootlibexec_PROGRAMS += \
3203 noinst_PROGRAMS += \
3208 dist_pkgdata_DATA += \
3209 src/libsystemd-terminal/unifont-glyph-array.bin
3211 nodist_userunit_DATA += \
3212 units/user/systemd-consoled.service
3214 USER_DEFAULT_TARGET_WANTS += \
3215 systemd-consoled.service
3224 units/user/systemd-consoled.service.in
3226 libsystemd_terminal_la_CFLAGS = \
3230 libsystemd_terminal_la_SOURCES = \
3231 src/libsystemd-terminal/grdev.h \
3232 src/libsystemd-terminal/grdev-internal.h \
3233 src/libsystemd-terminal/grdev.c \
3234 src/libsystemd-terminal/grdev-drm.c \
3235 src/libsystemd-terminal/idev.h \
3236 src/libsystemd-terminal/idev-internal.h \
3237 src/libsystemd-terminal/idev.c \
3238 src/libsystemd-terminal/idev-evdev.c \
3239 src/libsystemd-terminal/idev-keyboard.c \
3240 src/libsystemd-terminal/sysview.h \
3241 src/libsystemd-terminal/sysview-internal.h \
3242 src/libsystemd-terminal/sysview.c \
3243 src/libsystemd-terminal/term.h \
3244 src/libsystemd-terminal/term-internal.h \
3245 src/libsystemd-terminal/term-charset.c \
3246 src/libsystemd-terminal/term-page.c \
3247 src/libsystemd-terminal/term-parser.c \
3248 src/libsystemd-terminal/term-screen.c \
3249 src/libsystemd-terminal/term-wcwidth.c \
3250 src/libsystemd-terminal/unifont.h \
3251 src/libsystemd-terminal/unifont-def.h \
3252 src/libsystemd-terminal/unifont.c
3254 libsystemd_terminal_la_LIBADD = \
3255 libudev-internal.la \
3256 libsystemd-internal.la \
3257 libsystemd-shared.la \
3260 systemd_consoled_CFLAGS = \
3264 systemd_consoled_SOURCES = \
3265 src/console/consoled.h \
3266 src/console/consoled.c \
3267 src/console/consoled-display.c \
3268 src/console/consoled-manager.c \
3269 src/console/consoled-session.c \
3270 src/console/consoled-terminal.c \
3271 src/console/consoled-workspace.c
3273 systemd_consoled_LDADD = \
3274 libsystemd-terminal.la \
3275 libsystemd-internal.la \
3276 libsystemd-shared.la \
3279 systemd_evcat_CFLAGS = \
3283 systemd_evcat_SOURCES = \
3284 src/libsystemd-terminal/evcat.c
3286 systemd_evcat_LDADD = \
3287 libsystemd-terminal.la \
3288 libsystemd-internal.la \
3289 libsystemd-shared.la \
3292 systemd_modeset_CFLAGS = \
3296 systemd_modeset_SOURCES = \
3297 src/libsystemd-terminal/modeset.c
3299 systemd_modeset_LDADD = \
3300 libsystemd-terminal.la \
3301 libsystemd-internal.la \
3302 libsystemd-shared.la \
3305 systemd_subterm_SOURCES = \
3306 src/libsystemd-terminal/subterm.c
3308 systemd_subterm_LDADD = \
3309 libsystemd-terminal.la \
3310 libsystemd-internal.la \
3311 libsystemd-shared.la
3313 test_term_page_SOURCES = \
3314 src/libsystemd-terminal/test-term-page.c
3316 test_term_page_LDADD = \
3317 libsystemd-terminal.la \
3318 libsystemd-internal.la \
3319 libsystemd-shared.la
3321 test_term_parser_SOURCES = \
3322 src/libsystemd-terminal/test-term-parser.c
3324 test_term_parser_LDADD = \
3325 libsystemd-terminal.la \
3326 libsystemd-internal.la \
3327 libsystemd-shared.la
3329 test_unifont_SOURCES = \
3330 src/libsystemd-terminal/test-unifont.c
3332 test_unifont_LDADD = \
3333 libsystemd-terminal.la \
3334 libsystemd-internal.la \
3335 libsystemd-shared.la
3337 .PHONY: update-unifont
3338 update-unifont: tools/compile-unifont.py
3339 $(AM_V_GEN)$(PYTHON) $< \
3340 <$(top_srcdir)/src/libsystemd-terminal/unifont.hex \
3341 >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin
3342 @echo "unifont-glyph-array.bin has been regenerated"
3344 # ------------------------------------------------------------------------------
3354 include_HEADERS += \
3355 src/libudev/libudev.h
3357 lib_LTLIBRARIES += \
3360 libudev_la_SOURCES =\
3361 src/libudev/libudev.sym \
3362 src/libudev/libudev-private.h \
3363 src/libudev/libudev.c \
3364 src/libudev/libudev-list.c \
3365 src/libudev/libudev-util.c \
3366 src/libudev/libudev-device.c \
3367 src/libudev/libudev-enumerate.c \
3368 src/libudev/libudev-monitor.c \
3369 src/libudev/libudev-queue.c \
3370 src/libudev/libudev-hwdb.c
3372 libudev_la_CFLAGS = \
3376 libudev_la_LDFLAGS = \
3378 -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3379 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3381 libudev_la_LIBADD = \
3382 libsystemd-internal.la \
3383 libsystemd-shared.la
3385 pkgconfiglib_DATA += \
3386 src/libudev/libudev.pc
3389 src/libudev/libudev.pc.in
3392 src/libudev/libudev.pc \
3397 $(AM_V_at)$(MKDIR_P) $(dir $@)
3398 $(AM_V_LN)$(LN_S) -f ../libudev/html $@
3401 $(AM_V_at)$(MKDIR_P) $(dir $@)
3402 $(AM_V_LN)$(LN_S) -f ../gudev/html $@
3404 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3405 libudev-install-hook:
3406 libname=libudev.so && $(move-to-rootlibdir)
3408 libudev-uninstall-hook:
3409 rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
3411 INSTALL_EXEC_HOOKS += libudev-install-hook
3412 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
3414 # ------------------------------------------------------------------------------
3415 noinst_LTLIBRARIES += \
3418 libudev_internal_la_SOURCES =\
3419 $(libudev_la_SOURCES) \
3420 src/libudev/libudev-device-private.c
3422 libudev_internal_la_CFLAGS = \
3424 -fvisibility=default
3426 # ------------------------------------------------------------------------------
3428 $(sysconfdir)/udev/rules.d
3430 dist_network_DATA = \
3431 network/99-default.link \
3432 network/80-container-host0.network \
3433 network/80-container-ve.network
3435 dist_udevrules_DATA += \
3436 rules/42-usb-hid-pm.rules \
3437 rules/50-udev-default.rules \
3438 rules/60-drm.rules \
3439 rules/60-keyboard.rules \
3440 rules/70-mouse.rules \
3441 rules/60-persistent-storage-tape.rules \
3442 rules/60-persistent-serial.rules \
3443 rules/60-persistent-input.rules \
3444 rules/60-persistent-alsa.rules \
3445 rules/60-persistent-storage.rules \
3446 rules/64-btrfs.rules \
3447 rules/75-net-description.rules \
3448 rules/75-tty-description.rules \
3449 rules/78-sound-card.rules \
3450 rules/80-net-setup-link.rules \
3451 rules/95-udev-late.rules
3453 nodist_udevrules_DATA += \
3454 rules/99-systemd.rules
3456 udevconfdir = $(sysconfdir)/udev
3457 dist_udevconf_DATA = \
3460 sharepkgconfigdir = $(datadir)/pkgconfig
3461 sharepkgconfig_DATA = \
3465 rules/99-systemd.rules.in \
3469 rules/99-systemd.rules \
3473 units/systemd-udevd.service.in \
3474 units/systemd-udev-trigger.service.in \
3475 units/systemd-udev-settle.service.in
3478 units/systemd-udevd.service \
3479 units/systemd-udev-trigger.service \
3480 units/systemd-udev-settle.service
3482 SOCKETS_TARGET_WANTS += \
3483 systemd-udevd-control.socket \
3484 systemd-udevd-kernel.socket
3486 SYSINIT_TARGET_WANTS += \
3487 systemd-udevd.service \
3488 systemd-udev-trigger.service
3490 rootbin_PROGRAMS += \
3493 rootlibexec_PROGRAMS += \
3496 noinst_LTLIBRARIES += \
3499 src/udev/keyboard-keys.txt:
3500 $(AM_V_at)$(MKDIR_P) $(dir $@)
3501 $(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/' > $@
3503 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt
3504 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3506 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3507 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3509 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt
3510 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
3512 libudev_core_la_SOURCES = \
3514 src/udev/udev-event.c \
3515 src/udev/udev-watch.c \
3516 src/udev/udev-node.c \
3517 src/udev/udev-rules.c \
3518 src/udev/udev-ctrl.c \
3519 src/udev/udev-builtin.c \
3520 src/udev/udev-builtin-btrfs.c \
3521 src/udev/udev-builtin-hwdb.c \
3522 src/udev/udev-builtin-input_id.c \
3523 src/udev/udev-builtin-keyboard.c \
3524 src/udev/udev-builtin-net_id.c \
3525 src/udev/udev-builtin-net_setup_link.c \
3526 src/udev/udev-builtin-path_id.c \
3527 src/udev/udev-builtin-usb_id.c \
3528 src/udev/net/link-config.h \
3529 src/udev/net/link-config.c \
3530 src/udev/net/ethtool-util.h \
3531 src/udev/net/ethtool-util.c
3533 nodist_libudev_core_la_SOURCES = \
3534 src/udev/keyboard-keys-from-name.h \
3535 src/udev/keyboard-keys-to-name.h \
3536 src/udev/net/link-config-gperf.c
3539 $(nodist_libudev_core_la_SOURCES)
3542 src/udev/keyboard-keys-from-name.gperf \
3543 src/udev/keyboard-keys.txt \
3544 src/udev/net/link-config-gperf.c
3547 src/udev/net/link-config-gperf.gperf
3549 libudev_core_la_CFLAGS = \
3554 libudev_core_la_LIBADD = \
3555 libudev-internal.la \
3556 libsystemd-label.la \
3557 libsystemd-internal.la \
3558 libsystemd-network.la \
3559 libsystemd-shared.la \
3564 libudev_core_la_SOURCES += \
3565 src/udev/udev-builtin-kmod.c
3567 dist_udevrules_DATA += \
3568 rules/80-drivers.rules
3572 libudev_core_la_SOURCES += \
3573 src/udev/udev-builtin-blkid.c
3577 libudev_core_la_SOURCES += \
3578 src/udev/udev-builtin-uaccess.c \
3579 src/login/logind-acl.c \
3580 src/libsystemd/sd-login/sd-login.c \
3581 src/systemd/sd-login.h
3583 libudev_core_la_LIBADD += \
3587 systemd_udevd_SOURCES = \
3590 systemd_udevd_LDADD = \
3594 src/udev/udevadm.c \
3595 src/udev/udevadm-info.c \
3596 src/udev/udevadm-control.c \
3597 src/udev/udevadm-monitor.c \
3598 src/udev/udevadm-hwdb.c \
3599 src/udev/udevadm-settle.c \
3600 src/udev/udevadm-trigger.c \
3601 src/udev/udevadm-test.c \
3602 src/udev/udevadm-test-builtin.c \
3603 src/udev/udevadm-util.c \
3604 src/udev/udevadm-util.h
3609 # ------------------------------------------------------------------------------
3611 $(sysconfdir)/udev/hwdb.d
3613 systemd_hwdb_SOURCES = \
3614 src/libsystemd/sd-hwdb/hwdb-internal.h \
3617 systemd_hwdb_LDADD = \
3618 libsystemd-shared.la \
3619 libsystemd-internal.la \
3622 rootbin_PROGRAMS += \
3625 dist_udevhwdb_DATA = \
3626 hwdb/20-pci-vendor-model.hwdb \
3627 hwdb/20-pci-classes.hwdb \
3628 hwdb/20-usb-vendor-model.hwdb \
3629 hwdb/20-usb-classes.hwdb \
3630 hwdb/20-sdio-vendor-model.hwdb \
3631 hwdb/20-sdio-classes.hwdb \
3632 hwdb/20-bluetooth-vendor-product.hwdb \
3633 hwdb/20-acpi-vendor.hwdb \
3635 hwdb/20-net-ifname.hwdb \
3636 hwdb/60-keyboard.hwdb \
3640 units/systemd-hwdb-update.service.in
3643 units/systemd-hwdb-update.service
3645 SYSINIT_TARGET_WANTS += \
3646 systemd-hwdb-update.service
3648 # Update hwdb on installation. Do not bother if installing
3649 # in DESTDIR, since this is likely for packaging purposes.
3651 -test -n "$(DESTDIR)" || $(rootbindir)/systemd-hwdb update
3653 INSTALL_DATA_HOOKS += \
3657 -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3659 # ------------------------------------------------------------------------------
3668 test_libudev_SOURCES = \
3669 src/test/test-libudev.c
3671 test_libudev_LDADD = \
3672 libsystemd-label.la \
3673 libudev-internal.la \
3674 libsystemd-shared.la \
3675 libsystemd-internal.la
3677 test_udev_SOURCES = \
3678 src/test/test-udev.c
3687 test_udev_LDADD += \
3694 # packed sysfs test tree
3696 $(AM_V_at)$(MKDIR_P) $(dir $@)
3697 $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3701 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3706 test/rules-test.sh \
3707 test/rule-syntax-check.py
3709 # ------------------------------------------------------------------------------
3711 src/udev/ata_id/ata_id.c
3714 libudev-internal.la \
3715 libsystemd-shared.la
3717 udevlibexec_PROGRAMS += \
3720 # ------------------------------------------------------------------------------
3721 cdrom_id_SOURCES = \
3722 src/udev/cdrom_id/cdrom_id.c
3725 libudev-internal.la \
3726 libsystemd-shared.la
3728 udevlibexec_PROGRAMS += \
3731 dist_udevrules_DATA += \
3732 rules/60-cdrom_id.rules
3734 # ------------------------------------------------------------------------------
3736 src/udev/collect/collect.c
3739 libudev-internal.la \
3740 libsystemd-shared.la
3742 udevlibexec_PROGRAMS += \
3745 # ------------------------------------------------------------------------------
3747 src/udev/scsi_id/scsi_id.c \
3748 src/udev/scsi_id/scsi_serial.c \
3749 src/udev/scsi_id/scsi.h \
3750 src/udev/scsi_id/scsi_id.h
3753 libudev-internal.la \
3754 libsystemd-shared.la
3756 udevlibexec_PROGRAMS += \
3760 src/udev/scsi_id/README
3762 # ------------------------------------------------------------------------------
3764 src/udev/v4l_id/v4l_id.c
3769 udevlibexec_PROGRAMS += \
3772 dist_udevrules_DATA += \
3773 rules/60-persistent-v4l.rules
3775 # ------------------------------------------------------------------------------
3776 accelerometer_SOURCES = \
3777 src/udev/accelerometer/accelerometer.c
3779 accelerometer_LDADD = \
3780 libudev-internal.la -lm \
3781 libsystemd-shared.la
3783 udevlibexec_PROGRAMS += \
3786 dist_udevrules_DATA += \
3787 rules/61-accelerometer.rules
3789 # ------------------------------------------------------------------------------
3796 libgudev_includedir = \
3797 $(includedir)/gudev-1.0/gudev
3799 libgudev_include_HEADERS = \
3801 src/gudev/gudevenums.h \
3802 src/gudev/gudevenumtypes.h \
3803 src/gudev/gudevtypes.h \
3804 src/gudev/gudevclient.h \
3805 src/gudev/gudevdevice.h \
3806 src/gudev/gudevenumerator.h
3808 lib_LTLIBRARIES += libgudev-1.0.la
3810 pkgconfiglib_DATA += \
3811 src/gudev/gudev-1.0.pc
3814 src/gudev/gudev-1.0.pc
3816 libgudev_1_0_la_SOURCES = \
3817 src/gudev/libgudev-1.0.sym \
3818 src/gudev/gudevenums.h \
3819 src/gudev/gudevenumtypes.h \
3820 src/gudev/gudevenumtypes.h\
3821 src/gudev/gudevtypes.h \
3822 src/gudev/gudevclient.h \
3823 src/gudev/gudevclient.c \
3824 src/gudev/gudevdevice.h \
3825 src/gudev/gudevdevice.c \
3826 src/gudev/gudevenumerator.h \
3827 src/gudev/gudevenumerator.c \
3828 src/gudev/gudevprivate.h
3830 nodist_libgudev_1_0_la_SOURCES = \
3831 src/gudev/gudevmarshal.h \