Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
# remove targets if the command fails | # remove targets if the command fails | |||
.DELETE_ON_ERROR: | .DELETE_ON_ERROR: | |||
# keep intermediate files | # keep intermediate files | |||
.SECONDARY: | .SECONDARY: | |||
# Keep the test-suite.log | # Keep the test-suite.log | |||
.PRECIOUS: $(TEST_SUITE_LOG) Makefile | .PRECIOUS: $(TEST_SUITE_LOG) Makefile | |||
LIBUDEV_CURRENT=6 | LIBUDEV_CURRENT=7 | |||
LIBUDEV_REVISION=0 | LIBUDEV_REVISION=0 | |||
LIBUDEV_AGE=5 | LIBUDEV_AGE=6 | |||
LIBGUDEV_CURRENT=2 | LIBGUDEV_CURRENT=2 | |||
LIBGUDEV_REVISION=0 | LIBGUDEV_REVISION=0 | |||
LIBGUDEV_AGE=2 | LIBGUDEV_AGE=2 | |||
LIBSYSTEMD_CURRENT=3 | LIBSYSTEMD_CURRENT=4 | |||
LIBSYSTEMD_REVISION=1 | LIBSYSTEMD_REVISION=0 | |||
LIBSYSTEMD_AGE=3 | LIBSYSTEMD_AGE=4 | |||
# The following four libraries only exist for compatibility reasons, | # The following four libraries only exist for compatibility reasons, | |||
# their version info should not be bumped anymore | # their version info should not be bumped anymore | |||
LIBSYSTEMD_LOGIN_CURRENT=9 | LIBSYSTEMD_LOGIN_CURRENT=9 | |||
LIBSYSTEMD_LOGIN_REVISION=3 | LIBSYSTEMD_LOGIN_REVISION=3 | |||
LIBSYSTEMD_LOGIN_AGE=9 | LIBSYSTEMD_LOGIN_AGE=9 | |||
LIBSYSTEMD_DAEMON_CURRENT=0 | LIBSYSTEMD_DAEMON_CURRENT=0 | |||
LIBSYSTEMD_DAEMON_REVISION=12 | LIBSYSTEMD_DAEMON_REVISION=12 | |||
LIBSYSTEMD_DAEMON_AGE=0 | LIBSYSTEMD_DAEMON_AGE=0 | |||
skipping to change at line 109 | skipping to change at line 109 | |||
systemshutdowndir=$(rootlibexecdir)/system-shutdown | systemshutdowndir=$(rootlibexecdir)/system-shutdown | |||
systemsleepdir=$(rootlibexecdir)/system-sleep | systemsleepdir=$(rootlibexecdir)/system-sleep | |||
systemunitdir=$(rootprefix)/lib/systemd/system | systemunitdir=$(rootprefix)/lib/systemd/system | |||
systempresetdir=$(rootprefix)/lib/systemd/system-preset | systempresetdir=$(rootprefix)/lib/systemd/system-preset | |||
udevlibexecdir=$(rootprefix)/lib/udev | udevlibexecdir=$(rootprefix)/lib/udev | |||
udevhomedir=$(udevlibexecdir) | udevhomedir=$(udevlibexecdir) | |||
udevrulesdir=$(udevlibexecdir)/rules.d | udevrulesdir=$(udevlibexecdir)/rules.d | |||
udevhwdbdir=$(udevlibexecdir)/hwdb.d | udevhwdbdir=$(udevlibexecdir)/hwdb.d | |||
catalogdir=$(prefix)/lib/systemd/catalog | catalogdir=$(prefix)/lib/systemd/catalog | |||
kernelinstalldir = $(prefix)/lib/kernel/install.d | kernelinstalldir = $(prefix)/lib/kernel/install.d | |||
ntpunitsdir=$(prefix)/lib/systemd/ntp-units.d | factory_etcdir = $(prefix)/share/factory/etc | |||
factory_pamdir = $(prefix)/share/factory/etc/pam.d | ||||
# And these are the special ones for / | # And these are the special ones for / | |||
rootprefix=@rootprefix@ | rootprefix=@rootprefix@ | |||
rootbindir=$(rootprefix)/bin | rootbindir=$(rootprefix)/bin | |||
rootlibexecdir=$(rootprefix)/lib/systemd | rootlibexecdir=$(rootprefix)/lib/systemd | |||
CLEANFILES = $(BUILT_SOURCES) | CLEANFILES = $(BUILT_SOURCES) | |||
DISTCLEANFILES = | DISTCLEANFILES = | |||
EXTRA_DIST = | EXTRA_DIST = | |||
BUILT_SOURCES = | BUILT_SOURCES = | |||
skipping to change at line 137 | skipping to change at line 138 | |||
noinst_LTLIBRARIES = | noinst_LTLIBRARIES = | |||
lib_LTLIBRARIES = | lib_LTLIBRARIES = | |||
include_HEADERS = | include_HEADERS = | |||
noinst_DATA = | noinst_DATA = | |||
pkgconfiglib_DATA = | pkgconfiglib_DATA = | |||
polkitpolicy_in_in_files = | polkitpolicy_in_in_files = | |||
polkitpolicy_in_files = | polkitpolicy_in_files = | |||
polkitpolicy_files = | polkitpolicy_files = | |||
dist_udevrules_DATA = | dist_udevrules_DATA = | |||
nodist_udevrules_DATA = | nodist_udevrules_DATA = | |||
nodist_pkgsysconf_DATA = | ||||
dist_pkgsysconf_DATA = | dist_pkgsysconf_DATA = | |||
nodist_pkgsysconf_DATA = | ||||
dist_pkgdata_DATA = | dist_pkgdata_DATA = | |||
dist_dbuspolicy_DATA = | dist_dbuspolicy_DATA = | |||
dist_dbussystemservice_DATA = | dist_dbussystemservice_DATA = | |||
check_PROGRAMS = | check_PROGRAMS = | |||
check_DATA = | check_DATA = | |||
tests= | tests= | |||
manual_tests = | manual_tests = | |||
if ENABLE_TESTS | if ENABLE_TESTS | |||
noinst_PROGRAMS = $(manual_tests) $(tests) | noinst_PROGRAMS = $(manual_tests) $(tests) | |||
TESTS = $(tests) | TESTS = $(tests) | |||
skipping to change at line 168 | skipping to change at line 169 | |||
AM_CPPFLAGS = \ | AM_CPPFLAGS = \ | |||
-include $(top_builddir)/config.h \ | -include $(top_builddir)/config.h \ | |||
-DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \ | -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \ | |||
-DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \ | -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \ | |||
-DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \ | -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \ | |||
-DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \ | -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \ | |||
-DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \ | -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \ | |||
-DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \ | -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \ | |||
-DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \ | -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \ | |||
-DCERTIFICATE_ROOT=\"$(CERTIFICATEROOT)\" \ | ||||
-DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \ | -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \ | |||
-DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agen t\" \ | -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agen t\" \ | |||
-DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \ | -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \ | |||
-DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\ " \ | -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\ " \ | |||
-DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \ | -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \ | |||
-DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \ | -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \ | |||
-DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd -tty-ask-password-agent\" \ | -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd -tty-ask-password-agent\" \ | |||
-DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\ " \ | -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\ " \ | |||
-DROOTPREFIX=\"$(rootprefix)\" \ | -DROOTPREFIX=\"$(rootprefix)\" \ | |||
-DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" \ | -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" \ | |||
skipping to change at line 192 | skipping to change at line 194 | |||
-DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \ | -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \ | |||
-DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \ | -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \ | |||
-DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \ | -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \ | |||
-DX_SERVER=\"$(bindir)/X\" \ | -DX_SERVER=\"$(bindir)/X\" \ | |||
-DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ | -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ | |||
-DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \ | -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \ | |||
-DQUOTACHECK=\"$(QUOTACHECK)\" \ | -DQUOTACHECK=\"$(QUOTACHECK)\" \ | |||
-DKEXEC=\"$(KEXEC)\" \ | -DKEXEC=\"$(KEXEC)\" \ | |||
-DLIBDIR=\"$(libdir)\" \ | -DLIBDIR=\"$(libdir)\" \ | |||
-DROOTLIBDIR=\"$(rootlibdir)\" \ | -DROOTLIBDIR=\"$(rootlibdir)\" \ | |||
-DTEST_DIR=\"$(abs_top_srcdir)/test\" \ | ||||
-I $(top_srcdir)/src \ | -I $(top_srcdir)/src \ | |||
-I $(top_builddir)/src/shared \ | -I $(top_builddir)/src/shared \ | |||
-I $(top_srcdir)/src/shared \ | -I $(top_srcdir)/src/shared \ | |||
-I $(top_srcdir)/src/network \ | -I $(top_srcdir)/src/network \ | |||
-I $(top_srcdir)/src/login \ | -I $(top_srcdir)/src/login \ | |||
-I $(top_srcdir)/src/journal \ | -I $(top_srcdir)/src/journal \ | |||
-I $(top_srcdir)/src/timedate \ | -I $(top_srcdir)/src/timedate \ | |||
-I $(top_srcdir)/src/timesync \ | -I $(top_srcdir)/src/timesync \ | |||
-I $(top_srcdir)/src/resolve \ | -I $(top_srcdir)/src/resolve \ | |||
-I $(top_builddir)/src/resolve \ | ||||
-I $(top_srcdir)/src/systemd \ | -I $(top_srcdir)/src/systemd \ | |||
-I $(top_builddir)/src/core \ | -I $(top_builddir)/src/core \ | |||
-I $(top_srcdir)/src/core \ | -I $(top_srcdir)/src/core \ | |||
-I $(top_srcdir)/src/libudev \ | -I $(top_srcdir)/src/libudev \ | |||
-I $(top_srcdir)/src/udev \ | -I $(top_srcdir)/src/udev \ | |||
-I $(top_srcdir)/src/udev/net \ | -I $(top_srcdir)/src/udev/net \ | |||
-I $(top_builddir)/src/udev \ | -I $(top_builddir)/src/udev \ | |||
-I $(top_srcdir)/src/libsystemd/sd-bus \ | -I $(top_srcdir)/src/libsystemd/sd-bus \ | |||
-I $(top_srcdir)/src/libsystemd/sd-event \ | -I $(top_srcdir)/src/libsystemd/sd-event \ | |||
-I $(top_srcdir)/src/libsystemd/sd-rtnl \ | -I $(top_srcdir)/src/libsystemd/sd-rtnl \ | |||
-I $(top_srcdir)/src/libsystemd/sd-network \ | ||||
-I $(top_srcdir)/src/libsystemd-network \ | -I $(top_srcdir)/src/libsystemd-network \ | |||
-I $(top_srcdir)/src/libsystemd-terminal \ | ||||
$(OUR_CPPFLAGS) | $(OUR_CPPFLAGS) | |||
AM_CFLAGS = $(OUR_CFLAGS) | AM_CFLAGS = $(OUR_CFLAGS) | |||
AM_LDFLAGS = $(OUR_LDFLAGS) | AM_LDFLAGS = $(OUR_LDFLAGS) | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
define move-to-rootlibdir | define move-to-rootlibdir | |||
if test "$(libdir)" != "$(rootlibdir)"; then \ | if test "$(libdir)" != "$(rootlibdir)"; then \ | |||
$(MKDIR_P) $(DESTDIR)$(rootlibdir) && \ | $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \ | |||
so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \ | so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \ | |||
skipping to change at line 340 | skipping to change at line 346 | |||
AM_V_RM = $(AM_V_RM_$(V)) | AM_V_RM = $(AM_V_RM_$(V)) | |||
AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY)) | AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY)) | |||
AM_V_RM_0 = @echo " RM " $@; | AM_V_RM_0 = @echo " RM " $@; | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
rootbin_PROGRAMS = \ | rootbin_PROGRAMS = \ | |||
systemctl \ | systemctl \ | |||
systemd-notify \ | systemd-notify \ | |||
systemd-ask-password \ | systemd-ask-password \ | |||
systemd-tty-ask-password-agent \ | systemd-tty-ask-password-agent \ | |||
systemd-machine-id-setup | systemd-machine-id-setup \ | |||
systemd-escape | ||||
bin_PROGRAMS = \ | bin_PROGRAMS = \ | |||
systemd-cgls \ | systemd-cgls \ | |||
systemd-cgtop \ | systemd-cgtop \ | |||
systemd-nspawn \ | systemd-nspawn \ | |||
systemd-detect-virt \ | systemd-detect-virt \ | |||
systemd-delta \ | systemd-delta \ | |||
systemd-analyze \ | systemd-analyze \ | |||
systemd-run \ | systemd-run \ | |||
systemd-path | systemd-path | |||
skipping to change at line 385 | skipping to change at line 392 | |||
systemgenerator_PROGRAMS = \ | systemgenerator_PROGRAMS = \ | |||
systemd-getty-generator \ | systemd-getty-generator \ | |||
systemd-fstab-generator \ | systemd-fstab-generator \ | |||
systemd-system-update-generator \ | systemd-system-update-generator \ | |||
systemd-debug-generator | systemd-debug-generator | |||
dist_bashcompletion_DATA = \ | dist_bashcompletion_DATA = \ | |||
shell-completion/bash/busctl \ | shell-completion/bash/busctl \ | |||
shell-completion/bash/journalctl \ | shell-completion/bash/journalctl \ | |||
shell-completion/bash/systemctl \ | ||||
shell-completion/bash/systemd-analyze \ | shell-completion/bash/systemd-analyze \ | |||
shell-completion/bash/systemd-cat \ | shell-completion/bash/systemd-cat \ | |||
shell-completion/bash/systemd-cgls \ | shell-completion/bash/systemd-cgls \ | |||
shell-completion/bash/systemd-cgtop \ | shell-completion/bash/systemd-cgtop \ | |||
shell-completion/bash/systemd-delta \ | shell-completion/bash/systemd-delta \ | |||
shell-completion/bash/systemd-detect-virt \ | shell-completion/bash/systemd-detect-virt \ | |||
shell-completion/bash/systemd-nspawn \ | shell-completion/bash/systemd-nspawn \ | |||
shell-completion/bash/systemd-run \ | shell-completion/bash/systemd-run \ | |||
shell-completion/bash/udevadm \ | shell-completion/bash/udevadm \ | |||
shell-completion/bash/kernel-install | shell-completion/bash/kernel-install | |||
nodist_bashcompletion_DATA = \ | ||||
shell-completion/bash/systemctl | ||||
dist_zshcompletion_DATA = \ | dist_zshcompletion_DATA = \ | |||
shell-completion/zsh/_systemctl \ | ||||
shell-completion/zsh/_journalctl \ | shell-completion/zsh/_journalctl \ | |||
shell-completion/zsh/_udevadm \ | shell-completion/zsh/_udevadm \ | |||
shell-completion/zsh/_kernel-install \ | shell-completion/zsh/_kernel-install \ | |||
shell-completion/zsh/_systemd-nspawn \ | shell-completion/zsh/_systemd-nspawn \ | |||
shell-completion/zsh/_systemd-analyze \ | shell-completion/zsh/_systemd-analyze \ | |||
shell-completion/zsh/_systemd-run \ | shell-completion/zsh/_systemd-run \ | |||
shell-completion/zsh/_sd_hosts_or_user_at_host \ | shell-completion/zsh/_sd_hosts_or_user_at_host \ | |||
shell-completion/zsh/_sd_outputmodes \ | ||||
shell-completion/zsh/_sd_unit_files \ | ||||
shell-completion/zsh/_systemd-delta \ | shell-completion/zsh/_systemd-delta \ | |||
shell-completion/zsh/_systemd | shell-completion/zsh/_systemd | |||
nodist_zshcompletion_DATA = \ | ||||
shell-completion/zsh/_systemctl | ||||
EXTRA_DIST += \ | ||||
shell-completion/bash/systemctl.in \ | ||||
shell-completion/zsh/_systemctl.in | ||||
CLEANFILES += \ | ||||
$(nodist_bashcompletion_DATA) \ | ||||
$(nodist_zshcompletion_DATA) | ||||
dist_sysctl_DATA = \ | dist_sysctl_DATA = \ | |||
sysctl.d/50-default.conf | sysctl.d/50-default.conf | |||
dist_systemunit_DATA = \ | dist_systemunit_DATA = \ | |||
units/graphical.target \ | units/graphical.target \ | |||
units/multi-user.target \ | units/multi-user.target \ | |||
units/emergency.service \ | ||||
units/emergency.target \ | units/emergency.target \ | |||
units/sysinit.target \ | units/sysinit.target \ | |||
units/basic.target \ | units/basic.target \ | |||
units/getty.target \ | units/getty.target \ | |||
units/halt.target \ | units/halt.target \ | |||
units/kexec.target \ | units/kexec.target \ | |||
units/local-fs.target \ | units/local-fs.target \ | |||
units/local-fs-pre.target \ | units/local-fs-pre.target \ | |||
units/initrd.target \ | units/initrd.target \ | |||
units/initrd-fs.target \ | units/initrd-fs.target \ | |||
skipping to change at line 473 | skipping to change at line 493 | |||
units/tmp.mount \ | units/tmp.mount \ | |||
units/printer.target \ | units/printer.target \ | |||
units/sound.target \ | units/sound.target \ | |||
units/bluetooth.target \ | units/bluetooth.target \ | |||
units/smartcard.target \ | units/smartcard.target \ | |||
units/systemd-ask-password-wall.path \ | units/systemd-ask-password-wall.path \ | |||
units/systemd-ask-password-console.path \ | units/systemd-ask-password-console.path \ | |||
units/systemd-udevd-control.socket \ | units/systemd-udevd-control.socket \ | |||
units/systemd-udevd-kernel.socket \ | units/systemd-udevd-kernel.socket \ | |||
units/system-update.target \ | units/system-update.target \ | |||
units/initrd-switch-root.target \ | units/initrd-switch-root.target | |||
units/ldconfig.service | ||||
nodist_systemunit_DATA = \ | nodist_systemunit_DATA = \ | |||
units/getty@.service \ | units/getty@.service \ | |||
units/serial-getty@.service \ | units/serial-getty@.service \ | |||
units/console-shell.service \ | units/console-shell.service \ | |||
units/console-getty.service \ | units/console-getty.service \ | |||
units/container-getty@.service \ | units/container-getty@.service \ | |||
units/systemd-initctl.service \ | units/systemd-initctl.service \ | |||
units/systemd-shutdownd.service \ | units/systemd-shutdownd.service \ | |||
units/systemd-remount-fs.service \ | units/systemd-remount-fs.service \ | |||
skipping to change at line 730 | skipping to change at line 749 | |||
src/shared/virt.c \ | src/shared/virt.c \ | |||
src/shared/virt.h \ | src/shared/virt.h \ | |||
src/shared/architecture.c \ | src/shared/architecture.c \ | |||
src/shared/architecture.h \ | src/shared/architecture.h \ | |||
src/shared/efivars.c \ | src/shared/efivars.c \ | |||
src/shared/efivars.h \ | src/shared/efivars.h \ | |||
src/shared/path-util.c \ | src/shared/path-util.c \ | |||
src/shared/path-util.h \ | src/shared/path-util.h \ | |||
src/shared/time-util.c \ | src/shared/time-util.c \ | |||
src/shared/time-util.h \ | src/shared/time-util.h \ | |||
src/shared/locale-util.c \ | ||||
src/shared/locale-util.h \ | ||||
src/shared/hashmap.c \ | src/shared/hashmap.c \ | |||
src/shared/hashmap.h \ | src/shared/hashmap.h \ | |||
src/shared/siphash24.c \ | src/shared/siphash24.c \ | |||
src/shared/siphash24.h \ | src/shared/siphash24.h \ | |||
src/shared/set.c \ | src/shared/set.c \ | |||
src/shared/set.h \ | src/shared/set.h \ | |||
src/shared/fdset.c \ | src/shared/fdset.c \ | |||
src/shared/fdset.h \ | src/shared/fdset.h \ | |||
src/shared/prioq.c \ | src/shared/prioq.c \ | |||
src/shared/prioq.h \ | src/shared/prioq.h \ | |||
skipping to change at line 766 | skipping to change at line 787 | |||
src/shared/exit-status.c \ | src/shared/exit-status.c \ | |||
src/shared/exit-status.h \ | src/shared/exit-status.h \ | |||
src/shared/utf8.c \ | src/shared/utf8.c \ | |||
src/shared/utf8.h \ | src/shared/utf8.h \ | |||
src/shared/gunicode.c \ | src/shared/gunicode.c \ | |||
src/shared/gunicode.h \ | src/shared/gunicode.h \ | |||
src/shared/pager.c \ | src/shared/pager.c \ | |||
src/shared/pager.h \ | src/shared/pager.h \ | |||
src/shared/socket-util.c \ | src/shared/socket-util.c \ | |||
src/shared/socket-util.h \ | src/shared/socket-util.h \ | |||
src/shared/in-addr-util.c \ | ||||
src/shared/in-addr-util.h \ | ||||
src/shared/conf-files.c \ | src/shared/conf-files.c \ | |||
src/shared/conf-files.h \ | src/shared/conf-files.h \ | |||
src/shared/cgroup-util.c \ | src/shared/cgroup-util.c \ | |||
src/shared/cgroup-util.h \ | src/shared/cgroup-util.h \ | |||
src/shared/cgroup-show.c \ | src/shared/cgroup-show.c \ | |||
src/shared/cgroup-show.h \ | src/shared/cgroup-show.h \ | |||
src/shared/unit-name.c \ | src/shared/unit-name.c \ | |||
src/shared/unit-name.h \ | src/shared/unit-name.h \ | |||
src/shared/utmp-wtmp.c \ | src/shared/utmp-wtmp.c \ | |||
src/shared/utmp-wtmp.h \ | src/shared/utmp-wtmp.h \ | |||
skipping to change at line 813 | skipping to change at line 836 | |||
src/shared/apparmor-util.c \ | src/shared/apparmor-util.c \ | |||
src/shared/apparmor-util.h \ | src/shared/apparmor-util.h \ | |||
src/shared/ima-util.c \ | src/shared/ima-util.c \ | |||
src/shared/ima-util.h \ | src/shared/ima-util.h \ | |||
src/shared/ptyfwd.c \ | src/shared/ptyfwd.c \ | |||
src/shared/ptyfwd.h \ | src/shared/ptyfwd.h \ | |||
src/shared/errno-list.c \ | src/shared/errno-list.c \ | |||
src/shared/errno-list.h \ | src/shared/errno-list.h \ | |||
src/shared/af-list.c \ | src/shared/af-list.c \ | |||
src/shared/af-list.h \ | src/shared/af-list.h \ | |||
src/shared/arphrd-list.c \ | ||||
src/shared/arphrd-list.h \ | ||||
src/shared/audit.c \ | src/shared/audit.c \ | |||
src/shared/audit.h \ | src/shared/audit.h \ | |||
src/shared/xml.c \ | src/shared/xml.c \ | |||
src/shared/xml.h \ | src/shared/xml.h \ | |||
src/shared/condition-util.c \ | src/shared/condition-util.c \ | |||
src/shared/condition-util.h \ | src/shared/condition-util.h \ | |||
src/shared/bus-label.c \ | src/shared/bus-label.c \ | |||
src/shared/bus-label.h \ | src/shared/bus-label.h \ | |||
src/shared/gpt.h \ | src/shared/gpt.h \ | |||
src/shared/clean-ipc.h \ | src/shared/clean-ipc.h \ | |||
src/shared/clean-ipc.c \ | src/shared/clean-ipc.c \ | |||
src/shared/login-shared.c \ | src/shared/login-shared.c \ | |||
src/shared/login-shared.h \ | src/shared/login-shared.h \ | |||
src/shared/ring.c \ | src/shared/ring.c \ | |||
src/shared/ring.h \ | src/shared/ring.h \ | |||
src/shared/barrier.c \ | ||||
src/shared/barrier.h \ | ||||
src/shared/pty.c \ | ||||
src/shared/pty.h \ | ||||
src/shared/async.c \ | src/shared/async.c \ | |||
src/shared/async.h \ | src/shared/async.h \ | |||
src/shared/eventfd-util.c \ | ||||
src/shared/eventfd-util.h \ | ||||
src/shared/copy.c \ | src/shared/copy.c \ | |||
src/shared/copy.h \ | src/shared/copy.h \ | |||
src/shared/base-filesystem.c \ | src/shared/base-filesystem.c \ | |||
src/shared/base-filesystem.h | src/shared/base-filesystem.h \ | |||
src/shared/memfd.c \ | ||||
src/shared/memfd.h \ | ||||
src/shared/uid-range.c \ | ||||
src/shared/uid-range.h \ | ||||
src/shared/nss-util.h | ||||
nodist_libsystemd_shared_la_SOURCES = \ | nodist_libsystemd_shared_la_SOURCES = \ | |||
src/shared/errno-from-name.h \ | src/shared/errno-from-name.h \ | |||
src/shared/errno-to-name.h \ | src/shared/errno-to-name.h \ | |||
src/shared/af-from-name.h \ | src/shared/af-from-name.h \ | |||
src/shared/af-to-name.h | src/shared/af-to-name.h \ | |||
src/shared/arphrd-from-name.h \ | ||||
src/shared/arphrd-to-name.h | ||||
libsystemd_shared_la_CFLAGS = \ | libsystemd_shared_la_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(SECCOMP_CFLAGS) \ | $(SECCOMP_CFLAGS) \ | |||
-pthread | -pthread | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
noinst_LTLIBRARIES += \ | noinst_LTLIBRARIES += \ | |||
libsystemd-units.la | libsystemd-units.la | |||
skipping to change at line 891 | skipping to change at line 925 | |||
src/shared/generator.h \ | src/shared/generator.h \ | |||
src/shared/generator.c | src/shared/generator.c | |||
libsystemd_label_la_CFLAGS = \ | libsystemd_label_la_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(SELINUX_CFLAGS) | $(SELINUX_CFLAGS) | |||
libsystemd_label_la_LIBADD = \ | libsystemd_label_la_LIBADD = \ | |||
$(SELINUX_LIBS) | $(SELINUX_LIBS) | |||
# ------------------------------------------------------------------------- | ||||
---- | ||||
if ENABLE_LDCONFIG | ||||
dist_systemunit_DATA += \ | ||||
units/ldconfig.service | ||||
SYSINIT_TARGET_WANTS += \ | ||||
ldconfig.service | ||||
endif | ||||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if HAVE_SECCOMP | if HAVE_SECCOMP | |||
noinst_LTLIBRARIES += \ | noinst_LTLIBRARIES += \ | |||
libsystemd-seccomp.la | libsystemd-seccomp.la | |||
libsystemd_seccomp_la_SOURCES = \ | libsystemd_seccomp_la_SOURCES = \ | |||
src/shared/seccomp-util.h \ | src/shared/seccomp-util.h \ | |||
src/shared/seccomp-util.c | src/shared/seccomp-util.c | |||
skipping to change at line 1126 | skipping to change at line 1170 | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/core/load-fragment-gperf.gperf.m4 | src/core/load-fragment-gperf.gperf.m4 | |||
CLEANFILES += \ | CLEANFILES += \ | |||
src/core/load-fragment-gperf.gperf \ | src/core/load-fragment-gperf.gperf \ | |||
src/core/load-fragment-gperf.c \ | src/core/load-fragment-gperf.c \ | |||
src/core/load-fragment-gperf-nulstr.c \ | src/core/load-fragment-gperf-nulstr.c \ | |||
src/shared/errno-list.txt \ | src/shared/errno-list.txt \ | |||
src/shared/errno-from-name.gperf \ | src/shared/errno-from-name.gperf \ | |||
src/shared/af-list.txt \ | src/shared/af-list.txt \ | |||
src/shared/af-from-name.gperf | src/shared/af-from-name.gperf \ | |||
src/shared/arphrd-list.txt \ | ||||
src/shared/arphrd-from-name.gperf \ | ||||
src/shared/dns_type-list.txt \ | ||||
src/shared/dns_type-from-name.gperf | ||||
BUILT_SOURCES += \ | BUILT_SOURCES += \ | |||
src/shared/errno-from-name.h \ | src/shared/errno-from-name.h \ | |||
src/shared/errno-to-name.h \ | src/shared/errno-to-name.h \ | |||
src/shared/af-from-name.h \ | src/shared/af-from-name.h \ | |||
src/shared/af-to-name.h | src/shared/af-to-name.h \ | |||
src/shared/arphrd-from-name.h \ | ||||
src/shared/arphrd-to-name.h \ | ||||
src/resolve/dns_type-from-name.h \ | ||||
src/resolve/dns_type-to-name.h | ||||
src/shared/errno-list.txt: | %-from-name.gperf: %-list.txt | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const ch | |||
$(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include | ar* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s | |||
errno.h - < /dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; | \n", $$1, $$1 }' <$< >$@ | |||
}' > $@ | ||||
src/shared/errno-from-name.gperf: src/shared/errno-list.txt | %-from-name.h: %-from-name.gperf | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir | |||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "struct errno_name { const char* nam | $*) -H hash_$(notdir $*)_name -p -C <$< >$@ | |||
e; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$ | ||||
1, $$1 }' < $< > $@ | ||||
src/shared/errno-from-name.h: src/shared/errno-from-name.gperf | src/shared/errno-list.txt: | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_errno -H hash_errno_name -p -C < $< > $@ | $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; } ' >$@ | |||
src/shared/errno-to-name.h: src/shared/errno-list.txt | src/shared/errno-to-name.h: src/shared/errno-list.txt | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_name | |||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_name | s[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \" | |||
s[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \" | %s\",\n", $$1, $$1 } END{print "};"}' <$< >$@ | |||
%s\",\n", $$1, $$1 } END{print "};"}' < $< > $@ | ||||
src/shared/af-list.txt: | src/shared/af-list.txt: | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(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; }' > $@ | $(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; }' >$@ | |||
src/shared/af-from-name.gperf: src/shared/af-list.txt | src/shared/af-to-name.h: src/shared/af-list.txt | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const af_names[] | |||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "struct af_name { const char* name; | = { "} !/AF_FILE/ && !/AF_ROUTE/ && !/AF_LOCAL/ { printf "[%s] = \"%s\",\n | |||
int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, | ", $$1, $$1 } END{print "};"}' <$< >$@ | |||
$$1 }' < $< > $@ | ||||
src/shared/af-from-name.h: src/shared/af-from-name.gperf | src/shared/arphrd-list.txt: | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_af -H has h_af_name -p -C < $< > $@ | $(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_//' >$@ | |||
src/shared/af-to-name.h: src/shared/af-list.txt | src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt | |||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_nam | ||||
es[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{pri | ||||
nt "};"}' <$< >$@ | ||||
src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt | ||||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "struct arphrd_name { const char* na | ||||
me; int id; };"; print "%null-strings"; print "%%";} { printf "%s, ARPHRD_% | ||||
s\n", $$1, $$1 }' <$< >$@ | ||||
src/resolve/dns_type-list.txt: src/resolve/dns-type.h | ||||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const af_names[] | $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@ | |||
= { "} !/AF_FILE/ && !/AF_ROUTE/ && !/AF_LOCAL/ { printf "[%s] = \"%s\",\n | ||||
", $$1, $$1 } END{print "};"}' < $< > $@ | src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt | |||
$(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" }' <$< >$@ | ||||
src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt | ||||
$(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 }' <$< >$@ | ||||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_SOURCES = \ | systemd_SOURCES = \ | |||
src/core/main.c | src/core/main.c | |||
systemd_CFLAGS = \ | systemd_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(SECCOMP_CFLAGS) | $(SECCOMP_CFLAGS) | |||
systemd_LDADD = \ | systemd_LDADD = \ | |||
skipping to change at line 1206 | skipping to change at line 1266 | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/core/systemd.pc.in \ | src/core/systemd.pc.in \ | |||
src/core/macros.systemd.in | src/core/macros.systemd.in | |||
CLEANFILES += \ | CLEANFILES += \ | |||
src/core/macros.systemd \ | src/core/macros.systemd \ | |||
src/core/org.freedesktop.systemd1.policy.in | src/core/org.freedesktop.systemd1.policy.in | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
manual_tests += \ | manual_tests += \ | |||
test-engine \ | ||||
test-ns \ | test-ns \ | |||
test-loopback \ | test-loopback \ | |||
test-hostname \ | test-hostname \ | |||
test-daemon \ | test-daemon \ | |||
test-cgroup \ | test-cgroup \ | |||
test-cgroup-mask \ | ||||
test-install \ | test-install \ | |||
test-watchdog \ | test-watchdog \ | |||
test-log \ | test-log \ | |||
test-ipcrm | test-ipcrm | |||
if HAVE_KMOD | if HAVE_KMOD | |||
manual_tests += \ | manual_tests += \ | |||
test-rtnl-manual | test-rtnl-manual | |||
endif | endif | |||
tests += \ | tests += \ | |||
test-engine \ | ||||
test-cgroup-mask \ | ||||
test-job-type \ | test-job-type \ | |||
test-env-replace \ | test-env-replace \ | |||
test-strbuf \ | test-strbuf \ | |||
test-strv \ | test-strv \ | |||
test-path-util \ | test-path-util \ | |||
test-strxcpyx \ | test-strxcpyx \ | |||
test-unit-name \ | test-unit-name \ | |||
test-unit-file \ | test-unit-file \ | |||
test-utf8 \ | test-utf8 \ | |||
test-ellipsize \ | test-ellipsize \ | |||
test-util \ | test-util \ | |||
test-ring \ | test-ring \ | |||
test-barrier \ | ||||
test-pty \ | ||||
test-tmpfiles \ | test-tmpfiles \ | |||
test-namespace \ | test-namespace \ | |||
test-date \ | test-date \ | |||
test-sleep \ | test-sleep \ | |||
test-replace-var \ | test-replace-var \ | |||
test-sched-prio \ | test-sched-prio \ | |||
test-calendarspec \ | test-calendarspec \ | |||
test-strip-tab-ansi \ | test-strip-tab-ansi \ | |||
test-cgroup-util \ | test-cgroup-util \ | |||
test-prioq \ | test-prioq \ | |||
skipping to change at line 1260 | skipping to change at line 1323 | |||
test-list \ | test-list \ | |||
test-tables \ | test-tables \ | |||
test-device-nodes \ | test-device-nodes \ | |||
test-xml \ | test-xml \ | |||
test-architecture \ | test-architecture \ | |||
test-socket-util \ | test-socket-util \ | |||
test-fdset \ | test-fdset \ | |||
test-conf-files \ | test-conf-files \ | |||
test-capability \ | test-capability \ | |||
test-async \ | test-async \ | |||
test-ratelimit | test-ratelimit \ | |||
test-condition-util \ | ||||
test-uid-range | ||||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
test/a.service \ | ||||
test/basic.target \ | ||||
test/b.service \ | ||||
test/c.service \ | ||||
test/daughter.service \ | ||||
test/d.service \ | ||||
test/end.service \ | ||||
test/e.service \ | ||||
test/f.service \ | ||||
test/grandchild.service \ | ||||
test/g.service \ | ||||
test/hello-after-sleep.target \ | ||||
test/hello.service \ | ||||
test/h.service \ | ||||
test/parent-deep.slice \ | ||||
test/parent.slice \ | ||||
test/paths.target \ | ||||
test/sched_idle_bad.service \ | test/sched_idle_bad.service \ | |||
test/sched_idle_ok.service \ | test/sched_idle_ok.service \ | |||
test/sched_rr_bad.service \ | test/sched_rr_bad.service \ | |||
test/sched_rr_ok.service \ | ||||
test/sched_rr_change.service \ | test/sched_rr_change.service \ | |||
test/sched_rr_ok.service \ | ||||
test/shutdown.target \ | ||||
test/sleep.service \ | ||||
test/sockets.target \ | ||||
test/son.service \ | test/son.service \ | |||
test/daughter.service \ | test/sysinit.target \ | |||
test/parent.slice | test/testsuite.target \ | |||
test/timers.target \ | ||||
test/unstoppable.service | ||||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/test/test-helper.h | src/test/test-helper.h | |||
test_device_nodes_SOURCES = \ | test_device_nodes_SOURCES = \ | |||
src/test/test-device-nodes.c | src/test/test-device-nodes.c | |||
test_device_nodes_LDADD = \ | test_device_nodes_LDADD = \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
skipping to change at line 1377 | skipping to change at line 1464 | |||
test_capability_LDADD = \ | test_capability_LDADD = \ | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
libsystemd-capability.la | libsystemd-capability.la | |||
test_async_SOURCES = \ | test_async_SOURCES = \ | |||
src/test/test-async.c | src/test/test-async.c | |||
test_async_LDADD = \ | test_async_LDADD = \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_condition_util_SOURCES = \ | ||||
src/test/test-condition-util.c | ||||
test_condition_util_LDADD = \ | ||||
libsystemd-shared.la \ | ||||
libsystemd-internal.la | ||||
test_fdset_SOURCES = \ | test_fdset_SOURCES = \ | |||
src/test/test-fdset.c | src/test/test-fdset.c | |||
test_fdset_LDADD = \ | test_fdset_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_ratelimit_SOURCES = \ | test_ratelimit_SOURCES = \ | |||
src/test/test-ratelimit.c | src/test/test-ratelimit.c | |||
test_ratelimit_LDADD = \ | test_ratelimit_LDADD = \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_util_SOURCES = \ | test_util_SOURCES = \ | |||
src/test/test-util.c | src/test/test-util.c | |||
test_util_LDADD = \ | test_util_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_uid_range_SOURCES = \ | ||||
src/test/test-uid-range.c | ||||
test_uid_range_LDADD = \ | ||||
libsystemd-core.la | ||||
test_socket_util_SOURCES = \ | test_socket_util_SOURCES = \ | |||
src/test/test-socket-util.c | src/test/test-socket-util.c | |||
test_socket_util_LDADD = \ | test_socket_util_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_ring_SOURCES = \ | test_ring_SOURCES = \ | |||
src/test/test-ring.c | src/test/test-ring.c | |||
test_ring_LDADD = \ | test_ring_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_barrier_SOURCES = \ | ||||
src/test/test-barrier.c | ||||
test_barrier_LDADD = \ | ||||
libsystemd-core.la | ||||
test_pty_SOURCES = \ | ||||
src/test/test-pty.c | ||||
test_pty_LDADD = \ | ||||
libsystemd-core.la | ||||
test_tmpfiles_SOURCES = \ | test_tmpfiles_SOURCES = \ | |||
src/test/test-tmpfiles.c | src/test/test-tmpfiles.c | |||
test_tmpfiles_LDADD = \ | test_tmpfiles_LDADD = \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_namespace_SOURCES = \ | test_namespace_SOURCES = \ | |||
src/test/test-namespace.c | src/test/test-namespace.c | |||
test_namespace_LDADD = \ | test_namespace_LDADD = \ | |||
skipping to change at line 1439 | skipping to change at line 1551 | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_list_SOURCES = \ | test_list_SOURCES = \ | |||
src/test/test-list.c | src/test/test-list.c | |||
test_list_LDADD = \ | test_list_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_tables_SOURCES = \ | test_tables_SOURCES = \ | |||
src/test/test-tables.c \ | src/test/test-tables.c \ | |||
src/shared/test-tables.h | src/shared/test-tables.h \ | |||
src/bus-proxyd/bus-policy.c \ | ||||
src/bus-proxyd/bus-policy.h \ | ||||
src/journal/journald-server.c \ | ||||
src/journal/journald-server.h | ||||
test_tables_CPPFLAGS = \ | ||||
$(AM_CPPFLAGS) \ | ||||
-I$(top_srcdir)/src/bus-proxyd | ||||
test_tables_CFLAGS = \ | test_tables_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(SECCOMP_CFLAGS) | $(SECCOMP_CFLAGS) | |||
test_tables_LDADD = \ | test_tables_LDADD = \ | |||
libsystemd-logs.la \ | libsystemd-logs.la \ | |||
libsystemd-journal-internal.la \ | libsystemd-journal-internal.la \ | |||
libsystemd-journal-core.la \ | ||||
libsystemd-core.la \ | libsystemd-core.la \ | |||
libudev-core.la \ | ||||
$(RT_LIBS) | $(RT_LIBS) | |||
test_prioq_SOURCES = \ | test_prioq_SOURCES = \ | |||
src/test/test-prioq.c | src/test/test-prioq.c | |||
test_prioq_LDADD = \ | test_prioq_LDADD = \ | |||
libsystemd-core.la | libsystemd-core.la | |||
test_fileio_SOURCES = \ | test_fileio_SOURCES = \ | |||
src/test/test-fileio.c | src/test/test-fileio.c | |||
skipping to change at line 1682 | skipping to change at line 1804 | |||
test "$(builddir)" = "$(srcdir)" | test "$(builddir)" = "$(srcdir)" | |||
rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverag e | rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverag e | |||
else | else | |||
lcov-run lcov-report: | lcov-run lcov-report: | |||
echo "Need to reconfigure with --enable-coverage" | echo "Need to reconfigure with --enable-coverage" | |||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_analyze_SOURCES = \ | systemd_analyze_SOURCES = \ | |||
src/analyze/analyze.c | src/analyze/analyze.c \ | |||
src/analyze/analyze-verify.c \ | ||||
src/analyze/analyze-verify.h | ||||
systemd_verify_CFLAGS = \ | ||||
$(AM_CFLAGS) \ | ||||
$(SECCOMP_CFLAGS) | ||||
systemd_analyze_LDADD = \ | systemd_analyze_LDADD = \ | |||
libsystemd-core.la \ | ||||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la \ | |||
$(RT_LIBS) | ||||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_initctl_SOURCES = \ | systemd_initctl_SOURCES = \ | |||
src/initctl/initctl.c | src/initctl/initctl.c | |||
systemd_initctl_LDADD = \ | systemd_initctl_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
skipping to change at line 1715 | skipping to change at line 1845 | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
$(AUDIT_LIBS) | $(AUDIT_LIBS) | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_update_done_SOURCES = \ | systemd_update_done_SOURCES = \ | |||
src/update-done/update-done.c | src/update-done/update-done.c | |||
systemd_update_done_LDADD = \ | systemd_update_done_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-label.la \ | ||||
libsystemd-shared.la | libsystemd-shared.la | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_shutdownd_SOURCES = \ | systemd_shutdownd_SOURCES = \ | |||
src/shutdownd/shutdownd.c | src/shutdownd/shutdownd.c | |||
systemd_shutdownd_LDADD = \ | systemd_shutdownd_LDADD = \ | |||
libsystemd-label.la \ | libsystemd-label.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
skipping to change at line 1805 | skipping to change at line 1936 | |||
units/systemd-tmpfiles-clean.timer | units/systemd-tmpfiles-clean.timer | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-tmpfiles-setup-dev.service \ | units/systemd-tmpfiles-setup-dev.service \ | |||
units/systemd-tmpfiles-setup.service \ | units/systemd-tmpfiles-setup.service \ | |||
units/systemd-tmpfiles-clean.service | units/systemd-tmpfiles-clean.service | |||
dist_tmpfiles_DATA = \ | dist_tmpfiles_DATA = \ | |||
tmpfiles.d/systemd.conf \ | tmpfiles.d/systemd.conf \ | |||
tmpfiles.d/systemd-nologin.conf \ | tmpfiles.d/systemd-nologin.conf \ | |||
tmpfiles.d/systemd-remote.conf \ | ||||
tmpfiles.d/tmp.conf \ | tmpfiles.d/tmp.conf \ | |||
tmpfiles.d/x11.conf \ | tmpfiles.d/x11.conf \ | |||
tmpfiles.d/var.conf \ | tmpfiles.d/var.conf \ | |||
tmpfiles.d/etc.conf | tmpfiles.d/etc.conf | |||
if HAVE_SYSV_COMPAT | if HAVE_SYSV_COMPAT | |||
dist_tmpfiles_DATA += \ | dist_tmpfiles_DATA += \ | |||
tmpfiles.d/legacy.conf | tmpfiles.d/legacy.conf | |||
endif | endif | |||
skipping to change at line 1857 | skipping to change at line 1989 | |||
rootbin_PROGRAMS += \ | rootbin_PROGRAMS += \ | |||
systemd-sysusers | systemd-sysusers | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-sysusers.service | units/systemd-sysusers.service | |||
SYSINIT_TARGET_WANTS += \ | SYSINIT_TARGET_WANTS += \ | |||
systemd-sysusers.service | systemd-sysusers.service | |||
dist_sysusers_DATA = \ | dist_sysusers_DATA = \ | |||
sysusers.d/systemd.conf | sysusers.d/systemd.conf \ | |||
sysusers.d/systemd-remote.conf | ||||
nodist_sysusers_DATA = \ | nodist_sysusers_DATA = \ | |||
sysusers.d/basic.conf | sysusers.d/basic.conf | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-sysusers.service.in \ | units/systemd-sysusers.service.in \ | |||
sysusers.d/basic.conf.in | sysusers.d/basic.conf.in | |||
CLEANFILES += \ | CLEANFILES += \ | |||
sysusers.d/basic.conf | sysusers.d/basic.conf | |||
INSTALL_DIRS += \ | INSTALL_DIRS += \ | |||
$(sysusersdir) | $(sysusersdir) | |||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
dist_factory_etc_DATA = \ | ||||
factory/etc/nsswitch.conf | ||||
dist_factory_pam_DATA = \ | ||||
factory/etc/pam.d/system-auth \ | ||||
factory/etc/pam.d/other | ||||
# ------------------------------------------------------------------------- | ||||
----- | ||||
if ENABLE_FIRSTBOOT | ||||
systemd_firstboot_SOURCES = \ | ||||
src/firstboot/firstboot.c | ||||
systemd_firstboot_LDADD = \ | ||||
libsystemd-units.la \ | ||||
libsystemd-label.la \ | ||||
libsystemd-capability.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la \ | ||||
-lcrypt | ||||
rootbin_PROGRAMS += \ | ||||
systemd-firstboot | ||||
nodist_systemunit_DATA += \ | ||||
units/systemd-firstboot.service | ||||
EXTRA_DIST += \ | ||||
units/systemd-firstboot.service.in | ||||
SYSINIT_TARGET_WANTS += \ | ||||
systemd-firstboot.service | ||||
endif | ||||
# ------------------------------------------------------------------------- | ||||
----- | ||||
systemd_machine_id_setup_SOURCES = \ | systemd_machine_id_setup_SOURCES = \ | |||
src/machine-id-setup/machine-id-setup-main.c \ | src/machine-id-setup/machine-id-setup-main.c \ | |||
src/core/machine-id-setup.c \ | src/core/machine-id-setup.c \ | |||
src/core/machine-id-setup.h | src/core/machine-id-setup.h | |||
systemd_machine_id_setup_LDADD = \ | systemd_machine_id_setup_LDADD = \ | |||
libsystemd-label.la \ | libsystemd-label.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
skipping to change at line 2082 | skipping to change at line 2249 | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_cgroups_agent_SOURCES = \ | systemd_cgroups_agent_SOURCES = \ | |||
src/cgroups-agent/cgroups-agent.c | src/cgroups-agent/cgroups-agent.c | |||
systemd_cgroups_agent_LDADD = \ | systemd_cgroups_agent_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_escape_SOURCES = \ | ||||
src/escape/escape.c | ||||
systemd_escape_LDADD = \ | ||||
libsystemd-shared.la | ||||
# ------------------------------------------------------------------------- | ||||
---- | ||||
systemctl_SOURCES = \ | systemctl_SOURCES = \ | |||
src/systemctl/systemctl.c | src/systemctl/systemctl.c | |||
systemctl_LDADD = \ | systemctl_LDADD = \ | |||
libsystemd-units.la \ | libsystemd-units.la \ | |||
libsystemd-label.la \ | libsystemd-label.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-logs.la \ | libsystemd-logs.la \ | |||
libsystemd-journal-internal.la \ | libsystemd-journal-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
skipping to change at line 2227 | skipping to change at line 2401 | |||
systemd_tty_ask_password_agent_LDADD = \ | systemd_tty_ask_password_agent_LDADD = \ | |||
libsystemd-label.la \ | libsystemd-label.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
libsystemd_internal_la_SOURCES = \ | libsystemd_internal_la_SOURCES = \ | |||
src/systemd/sd-bus.h \ | src/systemd/sd-bus.h \ | |||
src/systemd/sd-bus-protocol.h \ | src/systemd/sd-bus-protocol.h \ | |||
src/systemd/sd-bus-vtable.h \ | src/systemd/sd-bus-vtable.h \ | |||
src/systemd/sd-memfd.h \ | ||||
src/systemd/sd-utf8.h \ | src/systemd/sd-utf8.h \ | |||
src/systemd/sd-event.h \ | src/systemd/sd-event.h \ | |||
src/systemd/sd-rtnl.h \ | src/systemd/sd-rtnl.h \ | |||
src/systemd/sd-resolve.h \ | src/systemd/sd-resolve.h \ | |||
src/systemd/sd-login.h \ | src/systemd/sd-login.h \ | |||
src/systemd/sd-id128.h \ | src/systemd/sd-id128.h \ | |||
src/systemd/sd-daemon.h \ | src/systemd/sd-daemon.h \ | |||
src/systemd/sd-path.h \ | src/systemd/sd-path.h \ | |||
src/systemd/sd-network.h \ | ||||
src/libsystemd/sd-bus/sd-bus.c \ | src/libsystemd/sd-bus/sd-bus.c \ | |||
src/libsystemd/sd-bus/bus-control.c \ | src/libsystemd/sd-bus/bus-control.c \ | |||
src/libsystemd/sd-bus/bus-control.h \ | src/libsystemd/sd-bus/bus-control.h \ | |||
src/libsystemd/sd-bus/bus-error.c \ | src/libsystemd/sd-bus/bus-error.c \ | |||
src/libsystemd/sd-bus/bus-error.h \ | src/libsystemd/sd-bus/bus-error.h \ | |||
src/libsystemd/sd-bus/bus-internal.c \ | src/libsystemd/sd-bus/bus-internal.c \ | |||
src/libsystemd/sd-bus/bus-internal.h \ | src/libsystemd/sd-bus/bus-internal.h \ | |||
src/libsystemd/sd-bus/bus-socket.c \ | src/libsystemd/sd-bus/bus-socket.c \ | |||
src/libsystemd/sd-bus/bus-socket.h \ | src/libsystemd/sd-bus/bus-socket.h \ | |||
src/libsystemd/sd-bus/bus-kernel.c \ | src/libsystemd/sd-bus/bus-kernel.c \ | |||
skipping to change at line 2276 | skipping to change at line 2450 | |||
src/libsystemd/sd-bus/bus-gvariant.h \ | src/libsystemd/sd-bus/bus-gvariant.h \ | |||
src/libsystemd/sd-bus/bus-convenience.c \ | src/libsystemd/sd-bus/bus-convenience.c \ | |||
src/libsystemd/sd-bus/bus-track.c \ | src/libsystemd/sd-bus/bus-track.c \ | |||
src/libsystemd/sd-bus/bus-track.h \ | src/libsystemd/sd-bus/bus-track.h \ | |||
src/libsystemd/sd-bus/bus-util.c \ | src/libsystemd/sd-bus/bus-util.c \ | |||
src/libsystemd/sd-bus/bus-util.h \ | src/libsystemd/sd-bus/bus-util.h \ | |||
src/libsystemd/sd-bus/bus-slot.c \ | src/libsystemd/sd-bus/bus-slot.c \ | |||
src/libsystemd/sd-bus/bus-slot.h \ | src/libsystemd/sd-bus/bus-slot.h \ | |||
src/libsystemd/sd-bus/bus-protocol.h \ | src/libsystemd/sd-bus/bus-protocol.h \ | |||
src/libsystemd/sd-bus/kdbus.h \ | src/libsystemd/sd-bus/kdbus.h \ | |||
src/libsystemd/sd-bus/sd-memfd.c \ | ||||
src/libsystemd/sd-utf8/sd-utf8.c \ | src/libsystemd/sd-utf8/sd-utf8.c \ | |||
src/libsystemd/sd-event/sd-event.c \ | src/libsystemd/sd-event/sd-event.c \ | |||
src/libsystemd/sd-event/event-util.h \ | src/libsystemd/sd-event/event-util.h \ | |||
src/libsystemd/sd-rtnl/sd-rtnl.c \ | src/libsystemd/sd-rtnl/sd-rtnl.c \ | |||
src/libsystemd/sd-rtnl/rtnl-internal.h \ | src/libsystemd/sd-rtnl/rtnl-internal.h \ | |||
src/libsystemd/sd-rtnl/rtnl-message.c \ | src/libsystemd/sd-rtnl/rtnl-message.c \ | |||
src/libsystemd/sd-rtnl/rtnl-types.h \ | src/libsystemd/sd-rtnl/rtnl-types.h \ | |||
src/libsystemd/sd-rtnl/rtnl-types.c \ | src/libsystemd/sd-rtnl/rtnl-types.c \ | |||
src/libsystemd/sd-rtnl/rtnl-util.h \ | src/libsystemd/sd-rtnl/rtnl-util.h \ | |||
src/libsystemd/sd-rtnl/rtnl-util.c \ | src/libsystemd/sd-rtnl/rtnl-util.c \ | |||
src/libsystemd/sd-rtnl/local-addresses.h \ | ||||
src/libsystemd/sd-rtnl/local-addresses.c \ | ||||
src/libsystemd/sd-id128/sd-id128.c \ | src/libsystemd/sd-id128/sd-id128.c \ | |||
src/libsystemd/sd-daemon/sd-daemon.c \ | src/libsystemd/sd-daemon/sd-daemon.c \ | |||
src/libsystemd/sd-login/sd-login.c \ | src/libsystemd/sd-login/sd-login.c \ | |||
src/libsystemd/sd-path/sd-path.c | src/libsystemd/sd-path/sd-path.c \ | |||
src/libsystemd/sd-network/sd-network.c \ | ||||
src/libsystemd/sd-network/network-util.h \ | ||||
src/libsystemd/sd-network/network-util.c | ||||
nodist_libsystemd_internal_la_SOURCES = \ | nodist_libsystemd_internal_la_SOURCES = \ | |||
src/libsystemd/libsystemd.sym \ | src/libsystemd/libsystemd.sym \ | |||
src/libsystemd/sd-bus/bus-error-mapping.c | src/libsystemd/sd-bus/bus-error-mapping.c | |||
libsystemd_internal_la_CFLAGS = \ | libsystemd_internal_la_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
-pthread | -pthread | |||
libsystemd_internal_la_LIBADD = \ | libsystemd_internal_la_LIBADD = \ | |||
skipping to change at line 2389 | skipping to change at line 2567 | |||
pkginclude_HEADERS += \ | pkginclude_HEADERS += \ | |||
src/systemd/sd-login.h \ | src/systemd/sd-login.h \ | |||
src/systemd/sd-id128.h \ | src/systemd/sd-id128.h \ | |||
src/systemd/sd-daemon.h | src/systemd/sd-daemon.h | |||
if ENABLE_KDBUS | if ENABLE_KDBUS | |||
pkginclude_HEADERS += \ | pkginclude_HEADERS += \ | |||
src/systemd/sd-bus.h \ | src/systemd/sd-bus.h \ | |||
src/systemd/sd-bus-protocol.h \ | src/systemd/sd-bus-protocol.h \ | |||
src/systemd/sd-bus-vtable.h \ | src/systemd/sd-bus-vtable.h \ | |||
src/systemd/sd-memfd.h \ | ||||
src/systemd/sd-utf8.h \ | src/systemd/sd-utf8.h \ | |||
src/systemd/sd-event.h \ | src/systemd/sd-event.h \ | |||
src/systemd/sd-rtnl.h \ | src/systemd/sd-rtnl.h \ | |||
src/systemd/sd-resolve.h \ | src/systemd/sd-resolve.h \ | |||
src/systemd/sd-path.h | src/systemd/sd-path.h | |||
endif | endif | |||
lib_LTLIBRARIES += \ | lib_LTLIBRARIES += \ | |||
libsystemd.la | libsystemd.la | |||
tests += \ | tests += \ | |||
test-bus-marshal \ | test-bus-marshal \ | |||
test-bus-signature \ | test-bus-signature \ | |||
test-bus-chat \ | test-bus-chat \ | |||
test-bus-cleanup \ | test-bus-cleanup \ | |||
test-bus-server \ | test-bus-server \ | |||
test-bus-match \ | test-bus-match \ | |||
test-bus-kernel \ | test-bus-kernel \ | |||
test-bus-kernel-bloom \ | test-bus-kernel-bloom \ | |||
test-bus-kernel-benchmark \ | test-bus-kernel-benchmark \ | |||
test-bus-memfd \ | ||||
test-bus-zero-copy \ | test-bus-zero-copy \ | |||
test-bus-introspect \ | test-bus-introspect \ | |||
test-bus-objects \ | test-bus-objects \ | |||
test-bus-error \ | test-bus-error \ | |||
test-bus-creds \ | test-bus-creds \ | |||
test-bus-gvariant \ | test-bus-gvariant \ | |||
test-event \ | test-event \ | |||
test-rtnl \ | test-rtnl \ | |||
test-resolve | test-resolve | |||
skipping to change at line 2564 | skipping to change at line 2740 | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_bus_kernel_benchmark_SOURCES = \ | test_bus_kernel_benchmark_SOURCES = \ | |||
src/libsystemd/sd-bus/test-bus-kernel-benchmark.c | src/libsystemd/sd-bus/test-bus-kernel-benchmark.c | |||
test_bus_kernel_benchmark_LDADD = \ | test_bus_kernel_benchmark_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
test_bus_memfd_SOURCES = \ | ||||
src/libsystemd/sd-bus/test-bus-memfd.c | ||||
test_bus_memfd_LDADD = \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
test_bus_zero_copy_SOURCES = \ | test_bus_zero_copy_SOURCES = \ | |||
src/libsystemd/sd-bus/test-bus-zero-copy.c | src/libsystemd/sd-bus/test-bus-zero-copy.c | |||
test_bus_zero_copy_LDADD = \ | test_bus_zero_copy_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
libsystemd-dump.la \ | libsystemd-dump.la \ | |||
libsystemd-capability.la \ | libsystemd-capability.la \ | |||
$(CAP_LIBS) | $(CAP_LIBS) | |||
skipping to change at line 2641 | skipping to change at line 2810 | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
noinst_LTLIBRARIES += \ | noinst_LTLIBRARIES += \ | |||
libsystemd-network.la | libsystemd-network.la | |||
libsystemd_network_la_CFLAGS = \ | libsystemd_network_la_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(KMOD_CFLAGS) | $(KMOD_CFLAGS) | |||
libsystemd_network_la_SOURCES = \ | libsystemd_network_la_SOURCES = \ | |||
src/systemd/sd-network.h \ | ||||
src/systemd/sd-dhcp-client.h \ | src/systemd/sd-dhcp-client.h \ | |||
src/systemd/sd-dhcp-server.h \ | src/systemd/sd-dhcp-server.h \ | |||
src/systemd/sd-dhcp-lease.h \ | src/systemd/sd-dhcp-lease.h \ | |||
src/systemd/sd-ipv4ll.h \ | src/systemd/sd-ipv4ll.h \ | |||
src/network/sd-network.c \ | src/systemd/sd-icmp6-nd.h \ | |||
src/network/network-util.h \ | src/systemd/sd-dhcp6-client.h \ | |||
src/systemd/sd-dhcp6-lease.h \ | ||||
src/libsystemd-network/sd-dhcp-client.c \ | src/libsystemd-network/sd-dhcp-client.c \ | |||
src/libsystemd-network/sd-dhcp-server.c \ | src/libsystemd-network/sd-dhcp-server.c \ | |||
src/libsystemd-network/dhcp-network.c \ | src/libsystemd-network/dhcp-network.c \ | |||
src/libsystemd-network/dhcp-option.c \ | src/libsystemd-network/dhcp-option.c \ | |||
src/libsystemd-network/dhcp-packet.c \ | src/libsystemd-network/dhcp-packet.c \ | |||
src/libsystemd-network/dhcp-internal.h \ | src/libsystemd-network/dhcp-internal.h \ | |||
src/libsystemd-network/dhcp-server-internal.h \ | src/libsystemd-network/dhcp-server-internal.h \ | |||
src/libsystemd-network/dhcp-protocol.h \ | src/libsystemd-network/dhcp-protocol.h \ | |||
src/libsystemd-network/dhcp-lease-internal.h \ | src/libsystemd-network/dhcp-lease-internal.h \ | |||
src/libsystemd-network/sd-dhcp-lease.c \ | src/libsystemd-network/sd-dhcp-lease.c \ | |||
src/libsystemd-network/sd-ipv4ll.c \ | src/libsystemd-network/sd-ipv4ll.c \ | |||
src/libsystemd-network/ipv4ll-network.c \ | src/libsystemd-network/ipv4ll-network.c \ | |||
src/libsystemd-network/ipv4ll-packet.c \ | src/libsystemd-network/ipv4ll-packet.c \ | |||
src/libsystemd-network/ipv4ll-internal.h \ | src/libsystemd-network/ipv4ll-internal.h \ | |||
src/libsystemd-network/network-internal.c \ | src/libsystemd-network/network-internal.c \ | |||
src/libsystemd-network/network-internal.h \ | src/libsystemd-network/network-internal.h \ | |||
src/systemd/sd-icmp6-nd.h \ | ||||
src/systemd/sd-dhcp6-client.h \ | ||||
src/systemd/sd-dhcp6-lease.h \ | ||||
src/libsystemd-network/sd-icmp6-nd.c \ | src/libsystemd-network/sd-icmp6-nd.c \ | |||
src/libsystemd-network/sd-dhcp6-client.c \ | src/libsystemd-network/sd-dhcp6-client.c \ | |||
src/libsystemd-network/dhcp6-internal.h \ | src/libsystemd-network/dhcp6-internal.h \ | |||
src/libsystemd-network/dhcp6-protocol.h \ | src/libsystemd-network/dhcp6-protocol.h \ | |||
src/libsystemd-network/dhcp6-network.c \ | src/libsystemd-network/dhcp6-network.c \ | |||
src/libsystemd-network/dhcp6-option.c \ | src/libsystemd-network/dhcp6-option.c \ | |||
src/libsystemd-network/dhcp6-lease-internal.h \ | src/libsystemd-network/dhcp6-lease-internal.h \ | |||
src/libsystemd-network/sd-dhcp6-lease.c | src/libsystemd-network/sd-dhcp6-lease.c | |||
libsystemd_network_la_LIBADD = \ | libsystemd_network_la_LIBADD = \ | |||
skipping to change at line 2754 | skipping to change at line 2920 | |||
tests += \ | tests += \ | |||
test-dhcp-option \ | test-dhcp-option \ | |||
test-dhcp-client \ | test-dhcp-client \ | |||
test-dhcp-server \ | test-dhcp-server \ | |||
test-ipv4ll \ | test-ipv4ll \ | |||
test-icmp6-rs \ | test-icmp6-rs \ | |||
test-dhcp6-client | test-dhcp6-client | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if ENABLE_TERMINAL | ||||
noinst_LTLIBRARIES += \ | ||||
libsystemd-terminal.la | ||||
noinst_PROGRAMS += \ | ||||
systemd-subterm | ||||
unifontdatadir=$(datadir)/unifont | ||||
dist_unifontdata_DATA = \ | ||||
src/libsystemd-terminal/unifont-glyph-array.bin | ||||
tests += \ | ||||
test-term-page \ | ||||
test-term-parser \ | ||||
test-unifont | ||||
endif | ||||
libsystemd_terminal_la_CFLAGS = \ | ||||
$(AM_CFLAGS) | ||||
libsystemd_terminal_la_SOURCES = \ | ||||
src/libsystemd-terminal/term-internal.h \ | ||||
src/libsystemd-terminal/term-charset.c \ | ||||
src/libsystemd-terminal/term-page.c \ | ||||
src/libsystemd-terminal/term-parser.c \ | ||||
src/libsystemd-terminal/term-screen.c \ | ||||
src/libsystemd-terminal/term-wcwidth.c \ | ||||
src/libsystemd-terminal/unifont-internal.h \ | ||||
src/libsystemd-terminal/unifont.c | ||||
libsystemd_terminal_la_LIBADD = \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
systemd_subterm_SOURCES = \ | ||||
src/libsystemd-terminal/subterm.c | ||||
systemd_subterm_LDADD = \ | ||||
libsystemd-terminal.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
test_term_page_SOURCES = \ | ||||
src/libsystemd-terminal/test-term-page.c | ||||
test_term_page_LDADD = \ | ||||
libsystemd-terminal.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
test_term_parser_SOURCES = \ | ||||
src/libsystemd-terminal/test-term-parser.c | ||||
test_term_parser_LDADD = \ | ||||
libsystemd-terminal.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
test_unifont_SOURCES = \ | ||||
src/libsystemd-terminal/test-unifont.c | ||||
test_unifont_LDADD = \ | ||||
libsystemd-terminal.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la | ||||
.PHONY: update-unifont | ||||
update-unifont: tools/compile-unifont.py | ||||
$(AM_V_GEN)$(PYTHON) $< \ | ||||
<$(top_srcdir)/src/libsystemd-terminal/unifont.hex \ | ||||
>$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.b | ||||
in | ||||
@echo "unifont-glyph-array.bin has been regenerated" | ||||
# ------------------------------------------------------------------------- | ||||
----- | ||||
if ENABLE_GTK_DOC | if ENABLE_GTK_DOC | |||
SUBDIRS += \ | SUBDIRS += \ | |||
docs/libudev | docs/libudev | |||
noinst_DATA += \ | noinst_DATA += \ | |||
docs/html/libudev \ | docs/html/libudev \ | |||
docs/html/gudev | docs/html/gudev | |||
endif | endif | |||
include_HEADERS += \ | include_HEADERS += \ | |||
skipping to change at line 3322 | skipping to change at line 3563 | |||
girdir = $(datadir)/gir-1.0 | girdir = $(datadir)/gir-1.0 | |||
gir_DATA = \ | gir_DATA = \ | |||
src/gudev/GUdev-1.0.gir | src/gudev/GUdev-1.0.gir | |||
typelibsdir = $(libdir)/girepository-1.0 | typelibsdir = $(libdir)/girepository-1.0 | |||
typelibs_DATA = \ | typelibs_DATA = \ | |||
src/gudev/GUdev-1.0.typelib | src/gudev/GUdev-1.0.typelib | |||
CLEANFILES += $(gir_DATA) $(typelibs_DATA) | CLEANFILES += $(gir_DATA) $(typelibs_DATA) | |||
endif # HAVE_INTROSPECTION | endif # HAVE_INTROSPECTION | |||
# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed | ||||
libgudev-install-hook: | ||||
libname=libgudev-1.0.so && $(move-to-rootlibdir) | ||||
libgudev-uninstall-hook: | ||||
rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so* | ||||
INSTALL_EXEC_HOOKS += libgudev-install-hook | ||||
UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook | ||||
endif | endif | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/gudev/gudev-1.0.pc.in \ | src/gudev/gudev-1.0.pc.in \ | |||
src/gudev/gudevmarshal.list \ | src/gudev/gudevmarshal.list \ | |||
src/gudev/gudevenumtypes.h.template \ | src/gudev/gudevenumtypes.h.template \ | |||
src/gudev/gudevenumtypes.c.template \ | src/gudev/gudevenumtypes.c.template \ | |||
src/gudev/gjs-example.js \ | src/gudev/gjs-example.js \ | |||
src/gudev/seed-example-enum.js \ | src/gudev/seed-example-enum.js \ | |||
src/gudev/seed-example.js | src/gudev/seed-example.js | |||
skipping to change at line 3400 | skipping to change at line 3631 | |||
src/journal/cat.c | src/journal/cat.c | |||
systemd_cat_LDADD = \ | systemd_cat_LDADD = \ | |||
libsystemd-journal-core.la | libsystemd-journal-core.la | |||
if HAVE_MICROHTTPD | if HAVE_MICROHTTPD | |||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-journal-remote | systemd-journal-remote | |||
systemd_journal_remote_SOURCES = \ | systemd_journal_remote_SOURCES = \ | |||
src/journal/journal-remote-parse.h \ | src/journal-remote/journal-remote-parse.h \ | |||
src/journal/journal-remote-parse.c \ | src/journal-remote/journal-remote-parse.c \ | |||
src/journal/journal-remote-write.h \ | src/journal-remote/journal-remote-write.h \ | |||
src/journal/journal-remote-write.c \ | src/journal-remote/journal-remote-write.c \ | |||
src/journal/journal-remote.c | src/journal-remote/journal-remote.h \ | |||
src/journal-remote/journal-remote.c | ||||
systemd_journal_remote_LDADD = \ | systemd_journal_remote_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-journal-core.la | libsystemd-journal-core.la | |||
systemd_journal_remote_SOURCES += \ | systemd_journal_remote_SOURCES += \ | |||
src/journal/microhttpd-util.h \ | src/journal-remote/microhttpd-util.h \ | |||
src/journal/microhttpd-util.c | src/journal-remote/microhttpd-util.c | |||
systemd_journal_remote_CFLAGS = \ | systemd_journal_remote_CFLAGS = \ | |||
$(AM_CFLAGS) \ | $(AM_CFLAGS) \ | |||
$(MICROHTTPD_CFLAGS) | $(MICROHTTPD_CFLAGS) | |||
systemd_journal_remote_LDADD += \ | systemd_journal_remote_LDADD += \ | |||
$(MICROHTTPD_LIBS) | $(MICROHTTPD_LIBS) | |||
if HAVE_GNUTLS | if HAVE_GNUTLS | |||
systemd_journal_remote_LDADD += \ | systemd_journal_remote_LDADD += \ | |||
$(GNUTLS_LIBS) | $(GNUTLS_LIBS) | |||
# systemd-journal-remote make sense mostly with full crypto stack | ||||
dist_systemunit_DATA += \ | ||||
units/systemd-journal-remote.socket | ||||
nodist_systemunit_DATA += \ | ||||
units/systemd-journal-remote.service | ||||
EXTRA_DIST += \ | ||||
units/systemd-journal-remote.service.in | ||||
journal-remote-install-hook: journal-install-hook | ||||
-$(MKDIR_P) $(DESTDIR)/var/log/journal/remote | ||||
-chown 0:0 $(DESTDIR)/var/log/journal/remote | ||||
-chmod 755 $(DESTDIR)/var/log/journal/remote | ||||
INSTALL_EXEC_HOOKS += journal-remote-install-hook | ||||
endif | endif | |||
nodist_pkgsysconf_DATA += \ | ||||
src/journal-remote/journal-remote.conf | ||||
EXTRA_DIST += \ | ||||
src/journal-remote/journal-remote.conf.in | ||||
CLEANFILES += \ | ||||
src/journal-remote/journal-remote.conf | ||||
endif | ||||
if HAVE_LIBCURL | ||||
rootlibexec_PROGRAMS += \ | ||||
systemd-journal-upload | ||||
systemd_journal_upload_SOURCES = \ | ||||
src/journal-remote/journal-upload.h \ | ||||
src/journal-remote/journal-upload.c \ | ||||
src/journal-remote/journal-upload-journal.c | ||||
systemd_journal_upload_CFLAGS = \ | ||||
$(AM_CFLAGS) \ | ||||
$(LIBCURL_CFLAGS) | ||||
systemd_journal_upload_LDADD = \ | ||||
libsystemd-core.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-journal-internal.la \ | ||||
libsystemd-shared.la \ | ||||
$(LIBCURL_LIBS) | ||||
nodist_systemunit_DATA += \ | ||||
units/systemd-journal-upload.service | ||||
EXTRA_DIST += \ | ||||
units/systemd-journal-upload.service.in | ||||
nodist_pkgsysconf_DATA += \ | ||||
src/journal-remote/journal-upload.conf | ||||
EXTRA_DIST += \ | ||||
src/journal-remote/journal-upload.conf.in | ||||
CLEANFILES += \ | ||||
src/journal-remote/journal-upload.conf | ||||
endif | endif | |||
# using _CFLAGS = in the conditional below would suppress AM_CFLAGS | # using _CFLAGS = in the conditional below would suppress AM_CFLAGS | |||
journalctl_CFLAGS = \ | journalctl_CFLAGS = \ | |||
$(AM_CFLAGS) | $(AM_CFLAGS) | |||
journalctl_SOURCES = \ | journalctl_SOURCES = \ | |||
src/journal/journalctl.c | src/journal/journalctl.c | |||
journalctl_LDADD = \ | journalctl_LDADD = \ | |||
skipping to change at line 3533 | skipping to change at line 3828 | |||
test_catalog_SOURCES = \ | test_catalog_SOURCES = \ | |||
src/journal/test-catalog.c | src/journal/test-catalog.c | |||
test_catalog_CPPFLAGS = \ | test_catalog_CPPFLAGS = \ | |||
$(AM_CPPFLAGS) \ | $(AM_CPPFLAGS) \ | |||
-DCATALOG_DIR=\"$(abs_top_srcdir)/catalog\" | -DCATALOG_DIR=\"$(abs_top_srcdir)/catalog\" | |||
test_catalog_LDADD = \ | test_catalog_LDADD = \ | |||
libsystemd-journal-core.la | libsystemd-journal-core.la | |||
if HAVE_XZ | ||||
test_compress_SOURCES = \ | test_compress_SOURCES = \ | |||
src/journal/test-compress.c | src/journal/test-compress.c | |||
test_compress_LDADD = \ | test_compress_LDADD = \ | |||
libsystemd-journal-internal.la \ | libsystemd-journal-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
endif | ||||
test_compress_benchmark_SOURCES = \ | ||||
src/journal/test-compress-benchmark.c | ||||
test_compress_benchmark_LDADD = \ | ||||
libsystemd-journal-internal.la \ | ||||
libsystemd-shared.la | ||||
libsystemd_journal_core_la_SOURCES = \ | libsystemd_journal_core_la_SOURCES = \ | |||
src/journal/journald-kmsg.c \ | src/journal/journald-kmsg.c \ | |||
src/journal/journald-kmsg.h \ | src/journal/journald-kmsg.h \ | |||
src/journal/journald-syslog.c \ | src/journal/journald-syslog.c \ | |||
src/journal/journald-syslog.h \ | src/journal/journald-syslog.h \ | |||
src/journal/journald-stream.c \ | src/journal/journald-stream.c \ | |||
src/journal/journald-stream.h \ | src/journal/journald-stream.h \ | |||
src/journal/journald-server.c \ | src/journal/journald-server.c \ | |||
src/journal/journald-server.h \ | src/journal/journald-server.h \ | |||
skipping to change at line 3588 | skipping to change at line 3888 | |||
libsystemd-journal-core.la | libsystemd-journal-core.la | |||
journal-install-hook: | journal-install-hook: | |||
-$(MKDIR_P) $(DESTDIR)/var/log/journal | -$(MKDIR_P) $(DESTDIR)/var/log/journal | |||
-chown 0:0 $(DESTDIR)/var/log/journal | -chown 0:0 $(DESTDIR)/var/log/journal | |||
-chmod 755 $(DESTDIR)/var/log/journal | -chmod 755 $(DESTDIR)/var/log/journal | |||
-setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/ | -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/ | |||
-setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/ | -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/ | |||
journal-uninstall-hook: | journal-uninstall-hook: | |||
-rmdir $(DESTDIR)/var/log/journal/remote | ||||
-rmdir $(DESTDIR)/var/log/journal/ | -rmdir $(DESTDIR)/var/log/journal/ | |||
INSTALL_EXEC_HOOKS += journal-install-hook | INSTALL_EXEC_HOOKS += journal-install-hook | |||
UNINSTALL_EXEC_HOOKS += journal-uninstall-hook | UNINSTALL_EXEC_HOOKS += journal-uninstall-hook | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
# Update catalog on installation. Do not bother if installing | # Update catalog on installation. Do not bother if installing | |||
# in DESTDIR, since this is likely for packaging purposes. | # in DESTDIR, since this is likely for packaging purposes. | |||
catalog-update-hook: | catalog-update-hook: | |||
-test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog | -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog | |||
skipping to change at line 3624 | skipping to change at line 3925 | |||
test-journal-syslog \ | test-journal-syslog \ | |||
test-journal-match \ | test-journal-match \ | |||
test-journal-stream \ | test-journal-stream \ | |||
test-journal-init \ | test-journal-init \ | |||
test-journal-verify \ | test-journal-verify \ | |||
test-journal-interleaving \ | test-journal-interleaving \ | |||
test-journal-flush \ | test-journal-flush \ | |||
test-mmap-cache \ | test-mmap-cache \ | |||
test-catalog | test-catalog | |||
if HAVE_XZ | if HAVE_COMPRESSION | |||
tests += test-compress | tests += \ | |||
test-compress \ | ||||
test-compress-benchmark | ||||
endif | endif | |||
pkginclude_HEADERS += \ | pkginclude_HEADERS += \ | |||
src/systemd/sd-journal.h \ | src/systemd/sd-journal.h \ | |||
src/systemd/sd-messages.h \ | src/systemd/sd-messages.h \ | |||
src/systemd/_sd-common.h | src/systemd/_sd-common.h | |||
libsystemd_journal_internal_la_SOURCES = \ | libsystemd_journal_internal_la_SOURCES = \ | |||
src/journal/sd-journal.c \ | src/journal/sd-journal.c \ | |||
src/systemd/sd-journal.h \ | src/systemd/sd-journal.h \ | |||
skipping to change at line 3659 | skipping to change at line 3962 | |||
src/journal/catalog.h \ | src/journal/catalog.h \ | |||
src/journal/mmap-cache.c \ | src/journal/mmap-cache.c \ | |||
src/journal/mmap-cache.h | src/journal/mmap-cache.h | |||
# using _CFLAGS = in the conditional below would suppress AM_CFLAGS | # using _CFLAGS = in the conditional below would suppress AM_CFLAGS | |||
libsystemd_journal_internal_la_CFLAGS = \ | libsystemd_journal_internal_la_CFLAGS = \ | |||
$(AM_CFLAGS) | $(AM_CFLAGS) | |||
libsystemd_journal_internal_la_LIBADD = | libsystemd_journal_internal_la_LIBADD = | |||
if HAVE_XZ | ||||
libsystemd_journal_internal_la_SOURCES += \ | libsystemd_journal_internal_la_SOURCES += \ | |||
src/journal/compress.c | src/journal/compress.c | |||
if HAVE_XZ | ||||
libsystemd_journal_internal_la_CFLAGS += \ | libsystemd_journal_internal_la_CFLAGS += \ | |||
$(XZ_CFLAGS) | $(XZ_CFLAGS) | |||
libsystemd_journal_internal_la_LIBADD += \ | libsystemd_journal_internal_la_LIBADD += \ | |||
$(XZ_LIBS) | $(XZ_LIBS) | |||
endif | endif | |||
if HAVE_LZ4 | ||||
libsystemd_journal_internal_la_LIBADD += \ | ||||
-llz4 | ||||
endif | ||||
if HAVE_GCRYPT | if HAVE_GCRYPT | |||
libsystemd_journal_internal_la_SOURCES += \ | libsystemd_journal_internal_la_SOURCES += \ | |||
src/journal/journal-authenticate.c \ | src/journal/journal-authenticate.c \ | |||
src/journal/journal-authenticate.h \ | src/journal/journal-authenticate.h \ | |||
src/journal/fsprg.c \ | src/journal/fsprg.c \ | |||
src/journal/fsprg.h | src/journal/fsprg.h | |||
libsystemd_journal_internal_la_LIBADD += \ | libsystemd_journal_internal_la_LIBADD += \ | |||
$(GCRYPT_LIBS) | $(GCRYPT_LIBS) | |||
skipping to change at line 3742 | skipping to change at line 4050 | |||
src/journal/journald-gperf.c | src/journal/journald-gperf.c | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if HAVE_MICROHTTPD | if HAVE_MICROHTTPD | |||
gatewayddocumentrootdir=$(pkgdatadir)/gatewayd | gatewayddocumentrootdir=$(pkgdatadir)/gatewayd | |||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-journal-gatewayd | systemd-journal-gatewayd | |||
systemd_journal_gatewayd_SOURCES = \ | systemd_journal_gatewayd_SOURCES = \ | |||
src/journal/journal-gatewayd.c \ | src/journal-remote/journal-gatewayd.c \ | |||
src/journal/microhttpd-util.h \ | src/journal-remote/microhttpd-util.h \ | |||
src/journal/microhttpd-util.c | src/journal-remote/microhttpd-util.c | |||
systemd_journal_gatewayd_LDADD = \ | systemd_journal_gatewayd_LDADD = \ | |||
libsystemd-logs.la \ | libsystemd-logs.la \ | |||
libsystemd-journal-internal.la \ | libsystemd-journal-internal.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
$(MICROHTTPD_LIBS) | $(MICROHTTPD_LIBS) | |||
if HAVE_GNUTLS | if HAVE_GNUTLS | |||
systemd_journal_gatewayd_LDADD += \ | systemd_journal_gatewayd_LDADD += \ | |||
skipping to change at line 3773 | skipping to change at line 4081 | |||
$(AM_CPPFLAGS) \ | $(AM_CPPFLAGS) \ | |||
-DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\" | -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\" | |||
dist_systemunit_DATA += \ | dist_systemunit_DATA += \ | |||
units/systemd-journal-gatewayd.socket | units/systemd-journal-gatewayd.socket | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-journal-gatewayd.service | units/systemd-journal-gatewayd.service | |||
dist_gatewayddocumentroot_DATA = \ | dist_gatewayddocumentroot_DATA = \ | |||
src/journal/browse.html | src/journal-remote/browse.html | |||
endif | endif | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-journal-gatewayd.service.in | units/systemd-journal-gatewayd.service.in | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
systemd_socket_proxyd_SOURCES = \ | systemd_socket_proxyd_SOURCES = \ | |||
src/socket-proxy/socket-proxyd.c | src/socket-proxy/socket-proxyd.c | |||
skipping to change at line 3854 | skipping to change at line 4162 | |||
test_coredump_vacuum_LDADD = \ | test_coredump_vacuum_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
dist_bashcompletion_DATA += \ | dist_bashcompletion_DATA += \ | |||
shell-completion/bash/coredumpctl | shell-completion/bash/coredumpctl | |||
dist_zshcompletion_DATA += \ | dist_zshcompletion_DATA += \ | |||
shell-completion/zsh/_coredumpctl | shell-completion/zsh/_coredumpctl | |||
GENERAL_ALIASES += \ | ||||
$(bindir)/coredumpctl $(bindir)/systemd-coredumpctl | ||||
sysctl_DATA = \ | sysctl_DATA = \ | |||
sysctl.d/50-coredump.conf | sysctl.d/50-coredump.conf | |||
CLEANFILES += \ | CLEANFILES += \ | |||
sysctl.d/50-coredump.conf | sysctl.d/50-coredump.conf | |||
endif | endif | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
sysctl.d/50-coredump.conf.in | sysctl.d/50-coredump.conf.in | |||
skipping to change at line 4219 | skipping to change at line 4524 | |||
BUSNAMES_TARGET_WANTS += \ | BUSNAMES_TARGET_WANTS += \ | |||
org.freedesktop.locale1.busname | org.freedesktop.locale1.busname | |||
dist_pkgdata_DATA += \ | dist_pkgdata_DATA += \ | |||
src/locale/kbd-model-map | src/locale/kbd-model-map | |||
dist_noinst_SCRIPT = \ | dist_noinst_SCRIPT = \ | |||
src/locale/generate-kbd-model-map | src/locale/generate-kbd-model-map | |||
update-kbd-model-map: src/locale/generate-kbd-model-map | ||||
$PYTHON $< >src/locale/kbd-model-map | ||||
localectl_SOURCES = \ | localectl_SOURCES = \ | |||
src/locale/localectl.c | src/locale/localectl.c | |||
localectl_LDADD = \ | localectl_LDADD = \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
bin_PROGRAMS += \ | bin_PROGRAMS += \ | |||
localectl | localectl | |||
skipping to change at line 4276 | skipping to change at line 4578 | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-timedated.service | units/systemd-timedated.service | |||
dist_systemunit_DATA += \ | dist_systemunit_DATA += \ | |||
units/org.freedesktop.timedate1.busname | units/org.freedesktop.timedate1.busname | |||
polkitpolicy_files += \ | polkitpolicy_files += \ | |||
src/timedate/org.freedesktop.timedate1.policy | src/timedate/org.freedesktop.timedate1.policy | |||
INSTALL_DIRS += \ | ||||
$(prefix)/lib/systemd/ntp-units.d \ | ||||
$(sysconfdir)/systemd/ntp-units.d | ||||
SYSTEM_UNIT_ALIASES += \ | SYSTEM_UNIT_ALIASES += \ | |||
systemd-timedated.service dbus-org.freedesktop.timedate1.service | systemd-timedated.service dbus-org.freedesktop.timedate1.service | |||
BUSNAMES_TARGET_WANTS += \ | BUSNAMES_TARGET_WANTS += \ | |||
org.freedesktop.timedate1.busname | org.freedesktop.timedate1.busname | |||
timedatectl_SOURCES = \ | timedatectl_SOURCES = \ | |||
src/timedate/timedatectl.c | src/timedate/timedatectl.c | |||
timedatectl_LDADD = \ | timedatectl_LDADD = \ | |||
skipping to change at line 4313 | skipping to change at line 4611 | |||
polkitpolicy_in_files += \ | polkitpolicy_in_files += \ | |||
src/timedate/org.freedesktop.timedate1.policy.in | src/timedate/org.freedesktop.timedate1.policy.in | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-timedated.service.in | units/systemd-timedated.service.in | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if ENABLE_TIMESYNCD | if ENABLE_TIMESYNCD | |||
systemd_timesyncd_SOURCES = \ | systemd_timesyncd_SOURCES = \ | |||
src/timesync/timesyncd.c \ | src/timesync/timesyncd.c \ | |||
src/timesync/timesyncd.h | src/timesync/timesyncd-manager.c \ | |||
src/timesync/timesyncd-manager.h \ | ||||
src/timesync/timesyncd-conf.c \ | ||||
src/timesync/timesyncd-conf.h \ | ||||
src/timesync/timesyncd-server.c \ | ||||
src/timesync/timesyncd-server.h | ||||
nodist_systemd_timesyncd_SOURCES = \ | nodist_systemd_timesyncd_SOURCES = \ | |||
src/timesync/timesyncd-gperf.c | src/timesync/timesyncd-gperf.c | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/timesync/timesyncd-gperf.gperf | src/timesync/timesyncd-gperf.gperf | |||
CLEANFILES += \ | CLEANFILES += \ | |||
src/timesync/timesyncd-gperf.c | src/timesync/timesyncd-gperf.c | |||
skipping to change at line 4340 | skipping to change at line 4643 | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
-lm | -lm | |||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-timesyncd | systemd-timesyncd | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-timesyncd.service | units/systemd-timesyncd.service | |||
GENERAL_ALIASES += \ | GENERAL_ALIASES += \ | |||
$(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/m ulti-user.target.wants/systemd-timesyncd.service | $(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/s ysinit.target.wants/systemd-timesyncd.service | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-timesyncd.service.in | units/systemd-timesyncd.service.in | |||
nodist_pkgsysconf_DATA += \ | nodist_pkgsysconf_DATA += \ | |||
src/timesync/timesyncd.conf | src/timesync/timesyncd.conf | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/timesync/timesyncd.conf.in | src/timesync/timesyncd.conf.in | |||
CLEANFILES += \ | CLEANFILES += \ | |||
src/timesync/timesyncd.conf | src/timesync/timesyncd.conf | |||
dist_ntpunits_DATA = \ | ||||
src/timesync/90-systemd.list | ||||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if HAVE_MYHOSTNAME | if HAVE_MYHOSTNAME | |||
libnss_myhostname_la_SOURCES = \ | libnss_myhostname_la_SOURCES = \ | |||
src/nss-myhostname/nss-myhostname.c \ | src/nss-myhostname/nss-myhostname.sym \ | |||
src/nss-myhostname/ifconf.h \ | src/nss-myhostname/nss-myhostname.c | |||
src/nss-myhostname/netlink.c | ||||
libnss_myhostname_la_LDFLAGS = \ | libnss_myhostname_la_LDFLAGS = \ | |||
$(AM_LDFLAGS) \ | $(AM_LDFLAGS) \ | |||
-module \ | -module \ | |||
-export-dynamic \ | -export-dynamic \ | |||
-avoid-version \ | -avoid-version \ | |||
-shared \ | -shared \ | |||
-shrext .so.2 | -shrext .so.2 \ | |||
-Wl,--version-script=$(top_srcdir)/src/nss-myhostname/nss-myhostname | ||||
.sym | ||||
libnss_myhostname_la_LIBADD = \ | libnss_myhostname_la_LIBADD = \ | |||
libsystemd-shared.la \ | libsystemd-shared.la \ | |||
libsystemd-internal.la | libsystemd-internal.la | |||
lib_LTLIBRARIES += \ | lib_LTLIBRARIES += \ | |||
libnss_myhostname.la | libnss_myhostname.la | |||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
skipping to change at line 4457 | skipping to change at line 4756 | |||
SYSTEM_UNIT_ALIASES += \ | SYSTEM_UNIT_ALIASES += \ | |||
systemd-machined.service dbus-org.freedesktop.machine1.service | systemd-machined.service dbus-org.freedesktop.machine1.service | |||
BUSNAMES_TARGET_WANTS += \ | BUSNAMES_TARGET_WANTS += \ | |||
org.freedesktop.machine1.busname | org.freedesktop.machine1.busname | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-machined.service.in | units/systemd-machined.service.in | |||
libnss_mymachines_la_SOURCES = \ | ||||
src/nss-mymachines/nss-mymachines.sym \ | ||||
src/nss-mymachines/nss-mymachines.c | ||||
libnss_mymachines_la_LDFLAGS = \ | ||||
$(AM_LDFLAGS) \ | ||||
-module \ | ||||
-export-dynamic \ | ||||
-avoid-version \ | ||||
-shared \ | ||||
-shrext .so.2 \ | ||||
-Wl,--version-script=$(top_srcdir)/src/nss-mymachines/nss-mymachines | ||||
.sym | ||||
libnss_mymachines_la_LIBADD = \ | ||||
libsystemd-shared.la \ | ||||
libsystemd-internal.la | ||||
lib_LTLIBRARIES += \ | ||||
libnss_mymachines.la | ||||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if ENABLE_RESOLVED | if ENABLE_RESOLVED | |||
systemd_resolved_SOURCES = \ | systemd_resolved_SOURCES = \ | |||
src/resolve/resolved.h \ | ||||
src/resolve/resolved.c \ | src/resolve/resolved.c \ | |||
src/resolve/resolved-manager.c | src/resolve/resolved-manager.c \ | |||
src/resolve/resolved-manager.h \ | ||||
systemd_resolved_CFLAGS = \ | src/resolve/resolved-conf.c \ | |||
$(AM_CFLAGS) \ | src/resolve/resolved-conf.h \ | |||
$(KMOD_CFLAGS) | src/resolve/resolved-bus.c \ | |||
src/resolve/resolved-bus.h \ | ||||
src/resolve/resolved-link.h \ | ||||
src/resolve/resolved-link.c \ | ||||
src/resolve/resolved-def.h \ | ||||
src/resolve/resolved-dns-domain.h \ | ||||
src/resolve/resolved-dns-domain.c \ | ||||
src/resolve/resolved-dns-rr.h \ | ||||
src/resolve/resolved-dns-rr.c \ | ||||
src/resolve/resolved-dns-question.h \ | ||||
src/resolve/resolved-dns-question.c \ | ||||
src/resolve/resolved-dns-answer.h \ | ||||
src/resolve/resolved-dns-answer.c \ | ||||
src/resolve/resolved-dns-packet.h \ | ||||
src/resolve/resolved-dns-packet.c \ | ||||
src/resolve/resolved-dns-query.h \ | ||||
src/resolve/resolved-dns-query.c \ | ||||
src/resolve/resolved-dns-transaction.h \ | ||||
src/resolve/resolved-dns-transaction.c \ | ||||
src/resolve/resolved-dns-scope.h \ | ||||
src/resolve/resolved-dns-scope.c \ | ||||
src/resolve/resolved-dns-server.h \ | ||||
src/resolve/resolved-dns-server.c \ | ||||
src/resolve/resolved-dns-cache.h \ | ||||
src/resolve/resolved-dns-cache.c \ | ||||
src/resolve/resolved-dns-zone.h \ | ||||
src/resolve/resolved-dns-zone.c \ | ||||
src/resolve/resolved-dns-stream.h \ | ||||
src/resolve/resolved-dns-stream.c \ | ||||
src/resolve/dns-type.c \ | ||||
src/resolve/dns-type.h \ | ||||
src/resolve/dns_type-from-name.h \ | ||||
src/resolve/dns_type-to-name.h | ||||
nodist_systemd_resolved_SOURCES = \ | nodist_systemd_resolved_SOURCES = \ | |||
src/resolve/resolved-gperf.c | src/resolve/resolved-gperf.c | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/resolve/resolved-gperf.gperf | src/resolve/resolved-gperf.gperf \ | |||
src/resolve/dns_type-from-name.gperf | ||||
CLEANFILES += \ | CLEANFILES += \ | |||
src/resolve/resolved-gperf.c | src/resolve/resolved-gperf.c | |||
systemd_resolved_LDADD = \ | systemd_resolved_LDADD = \ | |||
libsystemd-capability.la \ | libsystemd-capability.la \ | |||
libsystemd-network.la \ | libsystemd-network.la \ | |||
libsystemd-label.la \ | libsystemd-label.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la \ | |||
-lm \ | ||||
$(LIBIDN_LIBS) | ||||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-resolved | systemd-resolved | |||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-resolved.service | units/systemd-resolved.service | |||
dist_systemunit_DATA += \ | ||||
units/org.freedesktop.resolve1.busname | ||||
dist_dbuspolicy_DATA += \ | ||||
src/resolve/org.freedesktop.resolve1.conf | ||||
dist_dbussystemservice_DATA += \ | ||||
src/resolve/org.freedesktop.resolve1.service | ||||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
units/systemd-resolved.service.in | units/systemd-resolved.service.in | |||
SYSTEM_UNIT_ALIASES += \ | ||||
systemd-resolved.service dbus-org.freedesktop.resolve1.service | ||||
BUSNAMES_TARGET_WANTS += \ | ||||
org.freedesktop.resolve1.busname | ||||
GENERAL_ALIASES += \ | GENERAL_ALIASES += \ | |||
$(systemunitdir)/systemd-resolved.service $(pkgsysconfdir)/system/mu lti-user.target.wants/systemd-resolved.service | $(systemunitdir)/systemd-resolved.service $(pkgsysconfdir)/system/mu lti-user.target.wants/systemd-resolved.service | |||
nodist_pkgsysconf_DATA += \ | nodist_pkgsysconf_DATA += \ | |||
src/resolve/resolved.conf | src/resolve/resolved.conf | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
src/resolve/resolved.conf.in | src/resolve/resolved.conf.in | |||
CLEANFILES += \ | CLEANFILES += \ | |||
src/resolve/resolved.conf | src/resolve/resolved.conf | |||
tests += \ | ||||
test-dns-domain | ||||
test_dns_domain_SOURCES = \ | ||||
src/resolve/resolved-dns-domain.h \ | ||||
src/resolve/resolved-dns-domain.c \ | ||||
src/resolve/test-dns-domain.c | ||||
test_dns_domain_LDADD = \ | ||||
libsystemd-capability.la \ | ||||
libsystemd-network.la \ | ||||
libsystemd-label.la \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la \ | ||||
$(LIBIDN_LIBS) | ||||
libnss_resolve_la_SOURCES = \ | ||||
src/nss-resolve/nss-resolve.sym \ | ||||
src/nss-resolve/nss-resolve.c | ||||
libnss_resolve_la_LDFLAGS = \ | ||||
$(AM_LDFLAGS) \ | ||||
-module \ | ||||
-export-dynamic \ | ||||
-avoid-version \ | ||||
-shared \ | ||||
-shrext .so.2 \ | ||||
-Wl,--version-script=$(top_srcdir)/src/nss-resolve/nss-resolve.sym | ||||
libnss_resolve_la_LIBADD = \ | ||||
libsystemd-shared.la \ | ||||
libsystemd-internal.la | ||||
lib_LTLIBRARIES += \ | ||||
libnss_resolve.la | ||||
systemd_resolve_host_SOURCES = \ | ||||
src/resolve-host/resolve-host.c \ | ||||
src/resolve/resolved-dns-packet.c \ | ||||
src/resolve/resolved-dns-packet.h \ | ||||
src/resolve/resolved-dns-rr.c \ | ||||
src/resolve/resolved-dns-rr.h \ | ||||
src/resolve/resolved-dns-answer.c \ | ||||
src/resolve/resolved-dns-answer.h \ | ||||
src/resolve/resolved-dns-question.c \ | ||||
src/resolve/resolved-dns-question.h \ | ||||
src/resolve/resolved-dns-domain.c \ | ||||
src/resolve/resolved-dns-domain.h \ | ||||
src/resolve/dns-type.c \ | ||||
src/resolve/dns-type.h \ | ||||
src/resolve/dns_type-from-name.h \ | ||||
src/resolve/dns_type-to-name.h | ||||
systemd_resolve_host_LDADD = \ | ||||
libsystemd-internal.la \ | ||||
libsystemd-shared.la \ | ||||
-lm \ | ||||
$(LIBIDN_LIBS) | ||||
rootlibexec_PROGRAMS += \ | ||||
systemd-resolve-host | ||||
endif | endif | |||
# ------------------------------------------------------------------------- ----- | # ------------------------------------------------------------------------- ----- | |||
if ENABLE_NETWORKD | if ENABLE_NETWORKD | |||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-networkd | systemd-networkd | |||
systemd_networkd_SOURCES = \ | systemd_networkd_SOURCES = \ | |||
src/network/networkd.c | src/network/networkd.c | |||
skipping to change at line 4530 | skipping to change at line 4959 | |||
noinst_LTLIBRARIES += \ | noinst_LTLIBRARIES += \ | |||
libsystemd-networkd-core.la | libsystemd-networkd-core.la | |||
libsystemd_networkd_core_la_CFLAGS = \ | libsystemd_networkd_core_la_CFLAGS = \ | |||
$(AM_CFLAGS) | $(AM_CFLAGS) | |||
libsystemd_networkd_core_la_SOURCES = \ | libsystemd_networkd_core_la_SOURCES = \ | |||
src/libsystemd-network/network-internal.h \ | src/libsystemd-network/network-internal.h \ | |||
src/network/networkd.h \ | src/network/networkd.h \ | |||
src/network/networkd-link.c \ | src/network/networkd-link.h \ | |||
src/network/networkd-netdev.h \ | ||||
src/network/networkd-netdev-tunnel.h \ | ||||
src/network/networkd-netdev-veth.h \ | ||||
src/network/networkd-netdev-vxlan.h \ | ||||
src/network/networkd-netdev-vlan.h \ | ||||
src/network/networkd-netdev-macvlan.h \ | ||||
src/network/networkd-netdev-dummy.h \ | ||||
src/network/networkd-netdev-tuntap.h \ | ||||
src/network/networkd-netdev-bond.h \ | ||||
src/network/networkd-netdev-bridge.h \ | ||||
src/network/networkd-netdev.c \ | src/network/networkd-netdev.c \ | |||
src/network/networkd-tunnel.c \ | src/network/networkd-netdev-tunnel.c \ | |||
src/network/networkd-veth.c \ | src/network/networkd-netdev-veth.c \ | |||
src/network/networkd-vxlan.c \ | src/network/networkd-netdev-vxlan.c \ | |||
src/network/networkd-vlan.c \ | src/network/networkd-netdev-vlan.c \ | |||
src/network/networkd-macvlan.c \ | src/network/networkd-netdev-macvlan.c \ | |||
src/network/networkd-dummy.c \ | src/network/networkd-netdev-dummy.c \ | |||
src/network/networkd-tuntap.c \ | src/network/networkd-netdev-tuntap.c \ | |||
src/network/networkd-netdev-bond.c \ | ||||
src/network/networkd-netdev-bridge.c \ | ||||
src/network/networkd-link.c \ | ||||
src/network/networkd-ipv4ll.c \ | ||||
src/network/networkd-dhcp4.c \ | ||||
src/network/networkd-network.c \ | src/network/networkd-network.c \ | |||
src/network/networkd-address.c \ | src/network/networkd-address.c \ | |||
src/network/networkd-route.c \ | src/network/networkd-route.c \ | |||
src/network/networkd-manager.c \ | src/network/networkd-manager.c \ | |||
src/network/networkd-address-pool.c | src/network/networkd-address-pool.c | |||
nodist_libsystemd_networkd_core_la_SOURCES = \ | nodist_libsystemd_networkd_core_la_SOURCES = \ | |||
src/network/networkd-network-gperf.c \ | src/network/networkd-network-gperf.c \ | |||
src/network/networkd-netdev-gperf.c | src/network/networkd-netdev-gperf.c | |||
skipping to change at line 4564 | skipping to change at line 5008 | |||
libsystemd-shared.la | libsystemd-shared.la | |||
rootlibexec_PROGRAMS += \ | rootlibexec_PROGRAMS += \ | |||
systemd-networkd-wait-online | systemd-networkd-wait-online | |||
systemd_networkd_wait_online_CFLAGS = \ | systemd_networkd_wait_online_CFLAGS = \ | |||
$(AM_CFLAGS) | $(AM_CFLAGS) | |||
systemd_networkd_wait_online_SOURCES = \ | systemd_networkd_wait_online_SOURCES = \ | |||
src/libsystemd-network/network-internal.h \ | src/libsystemd-network/network-internal.h \ | |||
src/network/networkd-wait-online.h \ | ||||
src/network/networkd-wait-online-link.h \ | ||||
src/network/networkd-wait-online.c \ | src/network/networkd-wait-online.c \ | |||
src/network/networkd-wait-online.h | src/network/networkd-wait-online-manager.c \ | |||
src/network/networkd-wait-online-link.c | ||||
systemd_networkd_wait_online_LDADD = \ | systemd_networkd_wait_online_LDADD = \ | |||
libsystemd-network.la \ | libsystemd-network.la \ | |||
libudev-internal.la \ | libudev-internal.la \ | |||
libsystemd-internal.la \ | libsystemd-internal.la \ | |||
libsystemd-shared.la | libsystemd-shared.la | |||
rootbin_PROGRAMS += \ | ||||
networkctl | ||||
networkctl_SOURCES = \ | ||||
src/network/networkctl.c | ||||
networkctl_LDADD = \ | ||||
libsystemd-internal.la \ | ||||
libudev-internal.la \ | ||||
libsystemd-shared.la \ | ||||
libsystemd-network.la | ||||
test_network_SOURCES = \ | test_network_SOURCES = \ | |||
src/network/test-network.c | src/network/test-network.c | |||
test_network_CFLAGS = \ | test_network_CFLAGS = \ | |||
$(AM_CFLAGS) | $(AM_CFLAGS) | |||
test_network_LDADD = \ | test_network_LDADD = \ | |||
libsystemd-networkd-core.la | libsystemd-networkd-core.la | |||
test_network_tables_SOURCES = \ | ||||
src/network/test-network-tables.c \ | ||||
src/shared/test-tables.h | ||||
test_network_tables_LDADD = \ | ||||
libsystemd-networkd-core.la \ | ||||
libudev-core.la | ||||
tests += \ | tests += \ | |||
test-network | test-network \ | |||
test-network-tables | ||||
nodist_systemunit_DATA += \ | nodist_systemunit_DATA += \ | |||
units/systemd-networkd.service \ | units/systemd-networkd.service \ | |||
units/systemd-networkd-wait-online.service | units/systemd-networkd-wait-online.service | |||
GENERAL_ALIASES += \ | GENERAL_ALIASES += \ | |||
$(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/mu lti-user.target.wants/systemd-networkd.service \ | $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/mu lti-user.target.wants/systemd-networkd.service \ | |||
$(systemunitdir)/systemd-networkd-wait-online.service $(pkgsysconfdi r)/system/network-online.target.wants/systemd-networkd-wait-online.service | $(systemunitdir)/systemd-networkd-wait-online.service $(pkgsysconfdi r)/system/network-online.target.wants/systemd-networkd-wait-online.service | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
skipping to change at line 5134 | skipping to change at line 5602 | |||
'|systempresetdir=$(systempresetdir)|' \ | '|systempresetdir=$(systempresetdir)|' \ | |||
'|userpresetdir=$(userpresetdir)|' \ | '|userpresetdir=$(userpresetdir)|' \ | |||
'|udevhwdbdir=$(udevhwdbdir)|' \ | '|udevhwdbdir=$(udevhwdbdir)|' \ | |||
'|udevrulesdir=$(udevrulesdir)|' \ | '|udevrulesdir=$(udevrulesdir)|' \ | |||
'|catalogdir=$(catalogdir)|' \ | '|catalogdir=$(catalogdir)|' \ | |||
'|tmpfilesdir=$(tmpfilesdir)|' \ | '|tmpfilesdir=$(tmpfilesdir)|' \ | |||
'|sysusersdir=$(sysusersdir)|' \ | '|sysusersdir=$(sysusersdir)|' \ | |||
'|sysctldir=$(sysctldir)|' \ | '|sysctldir=$(sysctldir)|' \ | |||
'|systemgeneratordir=$(systemgeneratordir)|' \ | '|systemgeneratordir=$(systemgeneratordir)|' \ | |||
'|usergeneratordir=$(usergeneratordir)|' \ | '|usergeneratordir=$(usergeneratordir)|' \ | |||
'|CERTIFICATEROOT=$(CERTIFICATEROOT)|' \ | ||||
'|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \ | '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \ | |||
'|PACKAGE_NAME=$(PACKAGE_NAME)|' \ | '|PACKAGE_NAME=$(PACKAGE_NAME)|' \ | |||
'|PACKAGE_URL=$(PACKAGE_URL)|' \ | '|PACKAGE_URL=$(PACKAGE_URL)|' \ | |||
'|RANDOM_SEED_DIR=$(localstatedir)/lib/systemd/|' \ | '|RANDOM_SEED_DIR=$(localstatedir)/lib/systemd/|' \ | |||
'|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \ | '|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \ | |||
'|prefix=$(prefix)|' \ | '|prefix=$(prefix)|' \ | |||
'|exec_prefix=$(exec_prefix)|' \ | '|exec_prefix=$(exec_prefix)|' \ | |||
'|libdir=$(libdir)|' \ | '|libdir=$(libdir)|' \ | |||
'|includedir=$(includedir)|' \ | '|includedir=$(includedir)|' \ | |||
'|VERSION=$(VERSION)|' \ | '|VERSION=$(VERSION)|' \ | |||
skipping to change at line 5186 | skipping to change at line 5655 | |||
man/%: man/%.in | man/%: man/%.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
sysctl.d/%: sysctl.d/%.in | sysctl.d/%: sysctl.d/%.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
%.pc: %.pc.in | %.pc: %.pc.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
%.conf: %.conf.in | ||||
$(SED_PROCESS) | ||||
src/core/macros.%: src/core/macros.%.in | src/core/macros.%: src/core/macros.%.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
src/%.policy.in: src/%.policy.in.in | src/%.policy.in: src/%.policy.in.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
shell-completion/%: shell-completion/%.in | ||||
$(SED_PROCESS) | ||||
%.rules: %.rules.in | %.rules: %.rules.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
%.conf: %.conf.in | %.conf: %.conf.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
%.sh: %.sh.in | %.sh: %.sh.in | |||
$(SED_PROCESS) | $(SED_PROCESS) | |||
$(AM_V_GEN)chmod +x $@ | $(AM_V_GEN)chmod +x $@ | |||
skipping to change at line 5219 | skipping to change at line 5694 | |||
units/%: units/%.m4 | units/%: units/%.m4 | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@ | $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@ | |||
units/user/%: units/%.m4 | units/user/%: units/%.m4 | |||
$(AM_V_at)$(MKDIR_P) $(dir $@) | $(AM_V_at)$(MKDIR_P) $(dir $@) | |||
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@ | $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@ | |||
if ENABLE_POLKIT | if ENABLE_POLKIT | |||
dist_polkitpolicy_DATA = \ | nodist_polkitpolicy_DATA = \ | |||
$(polkitpolicy_files) \ | $(polkitpolicy_files) \ | |||
$(polkitpolicy_in_in_files:.policy.in.in=.policy) | $(polkitpolicy_in_in_files:.policy.in.in=.policy) | |||
endif | endif | |||
EXTRA_DIST += \ | EXTRA_DIST += \ | |||
$(polkitpolicy_in_files) \ | $(polkitpolicy_in_files) \ | |||
$(polkitpolicy_in_in_files) | $(polkitpolicy_in_in_files) | |||
CLEANFILES += \ | CLEANFILES += \ | |||
$(nodist_systemunit_DATA) \ | $(nodist_systemunit_DATA) \ | |||
skipping to change at line 5332 | skipping to change at line 5807 | |||
RUNLEVEL3_TARGET_WANTS += \ | RUNLEVEL3_TARGET_WANTS += \ | |||
systemd-update-utmp-runlevel.service | systemd-update-utmp-runlevel.service | |||
RUNLEVEL4_TARGET_WANTS += \ | RUNLEVEL4_TARGET_WANTS += \ | |||
systemd-update-utmp-runlevel.service | systemd-update-utmp-runlevel.service | |||
RUNLEVEL5_TARGET_WANTS += \ | RUNLEVEL5_TARGET_WANTS += \ | |||
systemd-update-utmp-runlevel.service | systemd-update-utmp-runlevel.service | |||
endif | endif | |||
SYSINIT_TARGET_WANTS += \ | SYSINIT_TARGET_WANTS += \ | |||
systemd-update-utmp.service \ | systemd-update-utmp.service \ | |||
systemd-update-done.service \ | systemd-update-done.service | |||
ldconfig.service | ||||
LOCAL_FS_TARGET_WANTS += \ | LOCAL_FS_TARGET_WANTS += \ | |||
systemd-remount-fs.service \ | systemd-remount-fs.service \ | |||
tmp.mount | tmp.mount | |||
MULTI_USER_TARGET_WANTS += \ | MULTI_USER_TARGET_WANTS += \ | |||
getty.target \ | getty.target \ | |||
systemd-ask-password-wall.path | systemd-ask-password-wall.path | |||
SYSINIT_TARGET_WANTS += \ | SYSINIT_TARGET_WANTS += \ | |||
skipping to change at line 5599 | skipping to change at line 6073 | |||
$(AM_V_at)printf 'return 0; }\n' >> $@ | $(AM_V_at)printf 'return 0; }\n' >> $@ | |||
endef | endef | |||
test-libsystemd-sym.c: \ | test-libsystemd-sym.c: \ | |||
$(top_builddir)/src/libsystemd/libsystemd.sym \ | $(top_builddir)/src/libsystemd/libsystemd.sym \ | |||
src/systemd/sd-journal.h \ | src/systemd/sd-journal.h \ | |||
src/systemd/sd-daemon.h \ | src/systemd/sd-daemon.h \ | |||
src/systemd/sd-login.h \ | src/systemd/sd-login.h \ | |||
src/systemd/sd-bus.h \ | src/systemd/sd-bus.h \ | |||
src/systemd/sd-utf8.h \ | src/systemd/sd-utf8.h \ | |||
src/systemd/sd-resolve.h | src/systemd/sd-resolve.h \ | |||
src/systemd/sd-path.h | ||||
$(generate-sym-test) | $(generate-sym-test) | |||
test-libudev-sym.c: \ | test-libudev-sym.c: \ | |||
src/libudev/libudev.sym \ | src/libudev/libudev.sym \ | |||
src/udev/udev.h | src/udev/udev.h | |||
$(generate-sym-test) | $(generate-sym-test) | |||
test_libsystemd_sym_SOURCES = \ | test_libsystemd_sym_SOURCES = \ | |||
test-libsystemd-sym.c | test-libsystemd-sym.c | |||
test_libsystemd_sym_LDADD = \ | test_libsystemd_sym_LDADD = \ | |||
End of changes. 119 change blocks. | ||||
143 lines changed or deleted | 632 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |