| # -*- Mode: makefile; indent-tabs-mode: t -*- |
| # |
| # This file is part of systemd. |
| # |
| # Copyright 2010-2012 Lennart Poettering |
| # Copyright 2010-2012 Kay Sievers |
| # Copyright 2013 Zbigniew Jędrzejewski-Szmek |
| # |
| # systemd is free software; you can redistribute it and/or modify it |
| # under the terms of the GNU Lesser General Public License as published by |
| # the Free Software Foundation; either version 2.1 of the License, or |
| # (at your option) any later version. |
| # |
| # systemd is distributed in the hope that it will be useful, but |
| # WITHOUT ANY WARRANTY; without even the implied warranty of |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| # Lesser General Public License for more details. |
| # |
| # You should have received a copy of the GNU Lesser General Public License |
| # along with systemd; If not, see <http://www.gnu.org/licenses/>. |
| |
| ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |
| AM_MAKEFLAGS = --no-print-directory |
| AUTOMAKE_OPTIONS = color-tests parallel-tests |
| |
| SUBDIRS = . po |
| |
| # remove targets if the command fails |
| .DELETE_ON_ERROR: |
| |
| # keep intermediate files |
| .SECONDARY: |
| |
| # Keep the test-suite.log |
| .PRECIOUS: $(TEST_SUITE_LOG) Makefile |
| |
| LIBUDEV_CURRENT=4 |
| LIBUDEV_REVISION=7 |
| LIBUDEV_AGE=3 |
| |
| LIBGUDEV_CURRENT=1 |
| LIBGUDEV_REVISION=3 |
| LIBGUDEV_AGE=1 |
| |
| LIBSYSTEMD_LOGIN_CURRENT=8 |
| LIBSYSTEMD_LOGIN_REVISION=1 |
| LIBSYSTEMD_LOGIN_AGE=8 |
| |
| LIBSYSTEMD_DAEMON_CURRENT=0 |
| LIBSYSTEMD_DAEMON_REVISION=10 |
| LIBSYSTEMD_DAEMON_AGE=0 |
| |
| LIBSYSTEMD_ID128_CURRENT=0 |
| LIBSYSTEMD_ID128_REVISION=24 |
| LIBSYSTEMD_ID128_AGE=0 |
| |
| LIBSYSTEMD_JOURNAL_CURRENT=11 |
| LIBSYSTEMD_JOURNAL_REVISION=1 |
| LIBSYSTEMD_JOURNAL_AGE=11 |
| |
| # Dirs of external packages |
| dbuspolicydir=@dbuspolicydir@ |
| dbussessionservicedir=@dbussessionservicedir@ |
| dbussystemservicedir=@dbussystemservicedir@ |
| dbusinterfacedir=@dbusinterfacedir@ |
| pamlibdir=@pamlibdir@ |
| pkgconfigdatadir=$(datadir)/pkgconfig |
| pkgconfiglibdir=$(libdir)/pkgconfig |
| polkitpolicydir=$(datadir)/polkit-1/actions |
| bashcompletiondir=@bashcompletiondir@ |
| rpmmacrosdir=$(prefix)/lib/rpm/macros.d |
| sysvinitdir=$(SYSTEM_SYSVINIT_PATH) |
| sysvrcnddir=$(SYSTEM_SYSVRCND_PATH) |
| varlogdir=$(localstatedir)/log |
| systemdstatedir=$(localstatedir)/lib/systemd |
| catalogstatedir=$(systemdstatedir)/catalog |
| |
| # Our own, non-special dirs |
| pkgsysconfdir=$(sysconfdir)/systemd |
| userunitdir=$(prefix)/lib/systemd/user |
| userpresetdir=$(prefix)/lib/systemd/user-preset |
| tmpfilesdir=$(prefix)/lib/tmpfiles.d |
| sysctldir=$(prefix)/lib/sysctl.d |
| usergeneratordir=$(prefix)/lib/systemd/user-generators |
| pkgincludedir=$(includedir)/systemd |
| systemgeneratordir=$(rootlibexecdir)/system-generators |
| systemshutdowndir=$(rootlibexecdir)/system-shutdown |
| systemsleepdir=$(rootlibexecdir)/system-sleep |
| systemunitdir=$(rootprefix)/lib/systemd/system |
| systempresetdir=$(rootprefix)/lib/systemd/system-preset |
| udevlibexecdir=$(rootprefix)/lib/udev |
| udevhomedir=$(udevlibexecdir) |
| udevrulesdir=$(udevlibexecdir)/rules.d |
| udevhwdbdir=$(udevlibexecdir)/hwdb.d |
| catalogdir=$(prefix)/lib/systemd/catalog |
| kernelinstalldir = $(prefix)/lib/kernel/install.d |
| |
| # And these are the special ones for / |
| rootprefix=@rootprefix@ |
| rootbindir=$(rootprefix)/bin |
| rootlibexecdir=$(rootprefix)/lib/systemd |
| |
| CLEANFILES = $(BUILT_SOURCES) |
| DISTCLEANFILES = |
| EXTRA_DIST = |
| BUILT_SOURCES = |
| INSTALL_EXEC_HOOKS = |
| UNINSTALL_EXEC_HOOKS = |
| INSTALL_DATA_HOOKS = |
| UNINSTALL_DATA_HOOKS = |
| DISTCLEAN_LOCAL_HOOKS = |
| CLEAN_LOCAL_HOOKS = |
| pkginclude_HEADERS = |
| noinst_LTLIBRARIES = |
| lib_LTLIBRARIES = |
| include_HEADERS = |
| noinst_DATA = |
| pkgconfiglib_DATA = |
| polkitpolicy_in_in_files = |
| polkitpolicy_in_files = |
| polkitpolicy_files = |
| dist_udevrules_DATA = |
| nodist_udevrules_DATA = |
| dist_pkgsysconf_DATA = |
| dist_pkgdata_DATA = |
| dist_dbuspolicy_DATA = |
| dbusinterface_DATA = |
| dist_dbussystemservice_DATA = |
| check_PROGRAMS = |
| check_DATA = |
| tests= |
| manual_tests = |
| if ENABLE_TESTS |
| noinst_PROGRAMS = $(manual_tests) $(tests) |
| TESTS = $(tests) |
| else |
| noinst_PROGRAMS = |
| TESTS = |
| endif |
| udevlibexec_PROGRAMS = |
| |
| AM_CPPFLAGS = \ |
| -include $(top_builddir)/config.h \ |
| -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \ |
| -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \ |
| -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \ |
| -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \ |
| -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \ |
| -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \ |
| -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \ |
| -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \ |
| -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \ |
| -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \ |
| -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \ |
| -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \ |
| -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \ |
| -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \ |
| -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \ |
| -DROOTPREFIX=\"$(rootprefix)\" \ |
| -DRANDOM_SEED=\"$(localstatedir)/lib/random-seed\" \ |
| -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \ |
| -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \ |
| -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \ |
| -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \ |
| -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \ |
| -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \ |
| -DX_SERVER=\"$(bindir)/X\" \ |
| -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ |
| -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \ |
| -DQUOTACHECK=\"$(QUOTACHECK)\" \ |
| -DKEXEC=\"$(KEXEC)\" \ |
| -I $(top_srcdir)/src \ |
| -I $(top_srcdir)/src/shared \ |
| -I $(top_srcdir)/src/login \ |
| -I $(top_srcdir)/src/journal \ |
| -I $(top_srcdir)/src/systemd \ |
| -I $(top_builddir)/src/core \ |
| -I $(top_srcdir)/src/core \ |
| -I $(top_srcdir)/src/libudev \ |
| -I $(top_srcdir)/src/udev \ |
| -I $(top_builddir)/src/udev \ |
| -I $(top_srcdir)/src/libsystemd-bus \ |
| $(OUR_CPPFLAGS) |
| |
| AM_CFLAGS = $(OUR_CFLAGS) |
| AM_LDFLAGS = $(OUR_LDFLAGS) |
| |
| # ------------------------------------------------------------------------------ |
| define move-to-rootlibdir |
| if test "$(libdir)" != "$(rootlibdir)"; then \ |
| $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \ |
| so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \ |
| so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \ |
| $(LN_S) -f $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \ |
| mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \ |
| fi |
| endef |
| |
| INSTALL_DIRS = |
| |
| RUNLEVEL1_TARGET_WANTS = |
| RUNLEVEL2_TARGET_WANTS = |
| RUNLEVEL3_TARGET_WANTS = |
| RUNLEVEL4_TARGET_WANTS = |
| RUNLEVEL5_TARGET_WANTS = |
| SHUTDOWN_TARGET_WANTS = |
| LOCAL_FS_TARGET_WANTS = |
| MULTI_USER_TARGET_WANTS = |
| SYSINIT_TARGET_WANTS = |
| SOCKETS_TARGET_WANTS = |
| TIMERS_TARGET_WANTS = |
| |
| SYSTEM_UNIT_ALIASES = |
| USER_UNIT_ALIASES = |
| |
| GENERAL_ALIASES = |
| |
| install-target-wants-hook: |
| what="$(RUNLEVEL1_TARGET_WANTS)" && wants=runlevel1.target && $(add-wants) |
| what="$(RUNLEVEL2_TARGET_WANTS)" && wants=runlevel2.target && $(add-wants) |
| what="$(RUNLEVEL3_TARGET_WANTS)" && wants=runlevel3.target && $(add-wants) |
| what="$(RUNLEVEL4_TARGET_WANTS)" && wants=runlevel4.target && $(add-wants) |
| what="$(RUNLEVEL5_TARGET_WANTS)" && wants=runlevel5.target && $(add-wants) |
| what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && $(add-wants) |
| what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && $(add-wants) |
| what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && $(add-wants) |
| what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && $(add-wants) |
| what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && $(add-wants) |
| what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && $(add-wants) |
| what="$(SLICES_TARGET_WANTS)" && wants=slices.target && $(add-wants) |
| |
| define add-wants |
| [ -z "$$what" ] || ( \ |
| dir=$(DESTDIR)$(systemunitdir)/$$wants.wants && \ |
| $(MKDIR_P) -m 0755 $$dir && \ |
| cd $$dir && \ |
| rm -f $$what && \ |
| for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done ) |
| endef |
| |
| install-directories-hook: |
| $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS)) |
| |
| install-aliases-hook: |
| set -- $(SYSTEM_UNIT_ALIASES) && \ |
| dir=$(systemunitdir) && $(install-aliases) |
| set -- $(USER_UNIT_ALIASES) && \ |
| dir=$(userunitdir) && $(install-aliases) |
| set -- $(GENERAL_ALIASES) && \ |
| dir= && $(install-aliases) |
| |
| define install-aliases |
| while [ -n "$$1" ]; do \ |
| $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \ |
| rm -f $(DESTDIR)$$dir/$$2 && \ |
| $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \ |
| shift 2 || exit $$?; \ |
| done |
| endef |
| |
| INSTALL_EXEC_HOOKS += \ |
| install-target-wants-hook \ |
| install-directories-hook \ |
| install-aliases-hook |
| |
| # ------------------------------------------------------------------------------ |
| AM_V_M4 = $(AM_V_M4_$(V)) |
| AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY)) |
| AM_V_M4_0 = @echo " M4 " $@; |
| |
| AM_V_XSLT = $(AM_V_XSLT_$(V)) |
| AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY)) |
| AM_V_XSLT_0 = @echo " XSLT " $@; |
| |
| AM_V_GPERF = $(AM_V_GPERF_$(V)) |
| AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY)) |
| AM_V_GPERF_0 = @echo " GPERF " $@; |
| |
| AM_V_LN = $(AM_V_LN_$(V)) |
| AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY)) |
| AM_V_LN_0 = @echo " LN " $@; |
| |
| # ------------------------------------------------------------------------------ |
| rootbin_PROGRAMS = \ |
| systemctl \ |
| systemd-notify \ |
| systemd-ask-password \ |
| systemd-tty-ask-password-agent \ |
| systemd-machine-id-setup |
| |
| bin_PROGRAMS = \ |
| systemd-cgls \ |
| systemd-cgtop \ |
| systemd-stdio-bridge \ |
| systemd-nspawn \ |
| systemd-detect-virt \ |
| systemd-delta \ |
| systemd-analyze \ |
| systemd-run |
| |
| dist_bin_SCRIPTS = \ |
| src/kernel-install/kernel-install |
| |
| dist_kernelinstall_SCRIPTS = \ |
| src/kernel-install/50-depmod.install \ |
| src/kernel-install/90-loaderentry.install |
| |
| rootlibexec_PROGRAMS = \ |
| systemd \ |
| systemd-cgroups-agent \ |
| systemd-initctl \ |
| systemd-update-utmp \ |
| systemd-shutdownd \ |
| systemd-shutdown \ |
| systemd-remount-fs \ |
| systemd-reply-password \ |
| systemd-fsck \ |
| systemd-timestamp \ |
| systemd-ac-power \ |
| systemd-sysctl \ |
| systemd-sleep |
| |
| systemgenerator_PROGRAMS = \ |
| systemd-getty-generator \ |
| systemd-fstab-generator \ |
| systemd-system-update-generator |
| |
| systemd_analyze_SOURCES = \ |
| src/analyze/systemd-analyze.c |
| |
| systemd_analyze_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_analyze_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la |
| |
| dist_bashcompletion_DATA = \ |
| shell-completion/bash/journalctl \ |
| shell-completion/bash/systemctl \ |
| shell-completion/bash/systemd-analyze \ |
| shell-completion/bash/udevadm |
| |
| dist_sysctl_DATA = \ |
| sysctl.d/50-default.conf |
| |
| dist_systemunit_DATA = \ |
| units/graphical.target \ |
| units/multi-user.target \ |
| units/emergency.service \ |
| units/emergency.target \ |
| units/sysinit.target \ |
| units/basic.target \ |
| units/getty.target \ |
| units/halt.target \ |
| units/kexec.target \ |
| units/local-fs.target \ |
| units/local-fs-pre.target \ |
| units/initrd.target \ |
| units/initrd-fs.target \ |
| units/initrd-root-fs.target \ |
| units/remote-fs.target \ |
| units/remote-fs-pre.target \ |
| units/network.target \ |
| units/network-online.target \ |
| units/nss-lookup.target \ |
| units/nss-user-lookup.target \ |
| units/hibernate.target \ |
| units/hybrid-sleep.target \ |
| units/poweroff.target \ |
| units/reboot.target \ |
| units/rescue.target \ |
| units/rpcbind.target \ |
| units/time-sync.target \ |
| units/shutdown.target \ |
| units/final.target \ |
| units/umount.target \ |
| units/sigpwr.target \ |
| units/sleep.target \ |
| units/sockets.target \ |
| units/timers.target \ |
| units/paths.target \ |
| units/suspend.target \ |
| units/swap.target \ |
| units/slices.target \ |
| units/system.slice \ |
| units/x-.slice \ |
| units/systemd-initctl.socket \ |
| units/systemd-shutdownd.socket \ |
| units/syslog.socket \ |
| units/dev-hugepages.mount \ |
| units/dev-mqueue.mount \ |
| units/sys-kernel-config.mount \ |
| units/sys-kernel-debug.mount \ |
| units/sys-fs-fuse-connections.mount \ |
| units/tmp.mount \ |
| units/printer.target \ |
| units/sound.target \ |
| units/bluetooth.target \ |
| units/smartcard.target \ |
| units/systemd-ask-password-wall.path \ |
| units/systemd-ask-password-console.path \ |
| units/systemd-udevd-control.socket \ |
| units/systemd-udevd-kernel.socket \ |
| units/system-update.target \ |
| units/initrd-switch-root.target |
| |
| nodist_systemunit_DATA = \ |
| units/getty@.service \ |
| units/serial-getty@.service \ |
| units/console-shell.service \ |
| units/console-getty.service \ |
| units/systemd-initctl.service \ |
| units/systemd-shutdownd.service \ |
| units/systemd-remount-fs.service \ |
| units/systemd-update-utmp.service \ |
| units/systemd-update-utmp-runlevel.service \ |
| units/systemd-ask-password-wall.service \ |
| units/systemd-ask-password-console.service \ |
| units/systemd-sysctl.service \ |
| units/emergency.service \ |
| units/rescue.service \ |
| units/user@.service \ |
| units/systemd-hibernate.service \ |
| units/systemd-hybrid-sleep.service \ |
| units/systemd-suspend.service \ |
| units/systemd-halt.service \ |
| units/systemd-poweroff.service \ |
| units/systemd-reboot.service \ |
| units/systemd-kexec.service \ |
| units/systemd-fsck@.service \ |
| units/systemd-fsck-root.service \ |
| units/systemd-udevd.service \ |
| units/systemd-udev-trigger.service \ |
| units/systemd-udev-settle.service \ |
| units/debug-shell.service \ |
| units/initrd-parse-etc.service \ |
| units/initrd-cleanup.service \ |
| units/initrd-udevadm-cleanup-db.service \ |
| units/initrd-switch-root.service \ |
| units/systemd-nspawn@.service |
| |
| dist_userunit_DATA = \ |
| units/user/default.target \ |
| units/user/exit.target |
| |
| nodist_userunit_DATA = \ |
| units/user/systemd-exit.service |
| |
| EXTRA_DIST += \ |
| units/getty@.service.m4 \ |
| units/serial-getty@.service.m4 \ |
| units/console-shell.service.m4.in \ |
| units/console-getty.service.m4.in \ |
| units/rescue.service.m4.in \ |
| units/systemd-initctl.service.in \ |
| units/systemd-shutdownd.service.in \ |
| units/systemd-remount-fs.service.in \ |
| units/systemd-update-utmp.service.in \ |
| units/systemd-update-utmp-runlevel.service.in \ |
| units/systemd-ask-password-wall.service.in \ |
| units/systemd-ask-password-console.service.in \ |
| units/systemd-sysctl.service.in \ |
| units/emergency.service.in \ |
| units/systemd-halt.service.in \ |
| units/systemd-poweroff.service.in \ |
| units/systemd-reboot.service.in \ |
| units/systemd-kexec.service.in \ |
| units/user/systemd-exit.service.in \ |
| units/systemd-fsck@.service.in \ |
| units/systemd-fsck-root.service.in \ |
| units/user@.service.in \ |
| units/systemd-udevd.service \ |
| units/systemd-udev-trigger.service \ |
| units/systemd-udev-settle.service \ |
| units/debug-shell.service.in \ |
| units/systemd-hibernate.service.in \ |
| units/systemd-hybrid-sleep.service.in \ |
| units/systemd-suspend.service.in \ |
| units/quotaon.service.in \ |
| units/initrd-parse-etc.service.in \ |
| units/initrd-cleanup.service.in \ |
| units/initrd-udevadm-cleanup-db.service.in \ |
| units/initrd-switch-root.service.in \ |
| units/systemd-nspawn@.service.in \ |
| introspect.awk |
| |
| CLEANFILES += \ |
| units/console-shell.service.m4 \ |
| units/console-getty.service.m4 \ |
| units/rescue.service.m4 |
| |
| if HAVE_SYSV_COMPAT |
| nodist_systemunit_DATA += \ |
| units/rc-local.service \ |
| units/halt-local.service |
| |
| systemgenerator_PROGRAMS += \ |
| systemd-rc-local-generator |
| endif |
| |
| EXTRA_DIST += \ |
| units/rc-local.service.in \ |
| units/halt-local.service.in |
| |
| # automake is broken and can't handle files with a dash in front |
| # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8 |
| units-install-hook: |
| mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice |
| |
| units-uninstall-hook: |
| rm -f $(DESTDIR)/$(systemunitdir)/-.slice |
| |
| INSTALL_DATA_HOOKS += units-install-hook |
| UNINSTALL_DATA_HOOKS += units-uninstall-hook |
| |
| dist_doc_DATA = \ |
| README \ |
| NEWS \ |
| LICENSE.LGPL2.1 \ |
| LICENSE.GPL2 \ |
| LICENSE.MIT \ |
| DISTRO_PORTING |
| |
| @INTLTOOL_POLICY_RULE@ |
| |
| # ------------------------------------------------------------------------------ |
| |
| MANPAGES = |
| MANPAGES_ALIAS = |
| |
| include Makefile-man.am |
| |
| .PHONY: man |
| man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS) |
| |
| XML_FILES = \ |
| ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} |
| HTML_FILES = \ |
| ${XML_FILES:.xml=.html} |
| HTML_ALIAS = \ |
| ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}} |
| |
| if ENABLE_MANPAGES |
| man_MANS = \ |
| $(MANPAGES) \ |
| $(MANPAGES_ALIAS) |
| |
| noinst_DATA += \ |
| $(HTML_FILES) \ |
| $(HTML_ALIAS) |
| |
| CLEANFILES += \ |
| $(man_MANS) \ |
| $(HTML_FILES) \ |
| $(HTML_ALIAS) |
| |
| docs/html/man: |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_LN)$(LN_S) -f ../../man $@ |
| |
| noinst_DATA += \ |
| docs/html/man |
| |
| CLEANFILES += \ |
| docs/html/man |
| |
| if HAVE_PYTHON |
| man/index.html: man/systemd.index.html |
| $(AM_V_LN)$(LN_S) -f systemd.index.html $@ |
| |
| noinst_DATA += \ |
| man/index.html |
| |
| CLEANFILES += \ |
| man/index.html |
| |
| XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml) |
| NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES)) |
| SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES)) |
| |
| update-man-list: make-man-rules.py $(XML_GLOB) |
| $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp |
| $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am |
| @echo "Makefile-man.am has been regenerated" |
| |
| man/systemd.index.xml: make-man-index.py $(NON_INDEX_XML_FILES) |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^) |
| |
| man/systemd.directives.xml: make-directive-index.py $(SOURCE_XML_FILES) |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^) |
| |
| EXTRA_DIST += \ |
| man/systemd.index.xml \ |
| man/index.html \ |
| man/systemd.directives.xml |
| |
| CLEANFILES += \ |
| man/systemd.index.xml \ |
| man/systemd.directives.xml |
| |
| endif |
| |
| endif |
| |
| EXTRA_DIST += \ |
| $(XML_FILES) \ |
| $(HTML_FILES) \ |
| $(HTML_ALIAS) \ |
| $(man_MANS) \ |
| make-man-index.py \ |
| make-directive-index.py \ |
| xml_helper.py |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-shared.la |
| |
| libsystemd_shared_la_SOURCES = \ |
| src/shared/linux/auto_dev-ioctl.h \ |
| src/shared/linux/fanotify.h \ |
| src/shared/linux/seccomp.h \ |
| src/shared/linux/seccomp-bpf.h \ |
| src/shared/missing.h \ |
| src/shared/list.h \ |
| src/shared/macro.h \ |
| src/shared/def.h \ |
| src/shared/sparse-endian.h \ |
| src/shared/util.c \ |
| src/shared/util.h \ |
| src/shared/virt.c \ |
| src/shared/virt.h \ |
| src/shared/efivars.c \ |
| src/shared/efivars.h \ |
| src/shared/path-util.c \ |
| src/shared/path-util.h \ |
| src/shared/time-util.c \ |
| src/shared/time-util.h \ |
| src/shared/hashmap.c \ |
| src/shared/hashmap.h \ |
| src/shared/set.c \ |
| src/shared/set.h \ |
| src/shared/fdset.c \ |
| src/shared/fdset.h \ |
| src/shared/prioq.c \ |
| src/shared/prioq.h \ |
| src/shared/sleep-config.c \ |
| src/shared/sleep-config.h \ |
| src/shared/strv.c \ |
| src/shared/strv.h \ |
| src/shared/env-util.c \ |
| src/shared/env-util.h \ |
| src/shared/strbuf.c \ |
| src/shared/strbuf.h \ |
| src/shared/strxcpyx.c \ |
| src/shared/strxcpyx.h \ |
| src/shared/conf-parser.c \ |
| src/shared/conf-parser.h \ |
| src/shared/log.c \ |
| src/shared/log.h \ |
| src/shared/ratelimit.h \ |
| src/shared/ratelimit.c \ |
| src/shared/exit-status.c \ |
| src/shared/exit-status.h \ |
| src/shared/utf8.c \ |
| src/shared/utf8.h \ |
| src/shared/pager.c \ |
| src/shared/pager.h \ |
| src/shared/ioprio.h \ |
| src/shared/socket-util.c \ |
| src/shared/socket-util.h \ |
| src/shared/conf-files.c \ |
| src/shared/conf-files.h \ |
| src/shared/cgroup-util.c \ |
| src/shared/cgroup-util.h \ |
| src/shared/cgroup-show.c \ |
| src/shared/cgroup-show.h \ |
| src/shared/unit-name.c \ |
| src/shared/unit-name.h \ |
| src/shared/utmp-wtmp.c \ |
| src/shared/utmp-wtmp.h \ |
| src/shared/watchdog.c \ |
| src/shared/watchdog.h \ |
| src/shared/spawn-ask-password-agent.c \ |
| src/shared/spawn-ask-password-agent.h \ |
| src/shared/replace-var.c \ |
| src/shared/replace-var.h \ |
| src/shared/spawn-polkit-agent.c \ |
| src/shared/spawn-polkit-agent.h \ |
| src/shared/hwclock.c \ |
| src/shared/hwclock.h \ |
| src/shared/time-dst.c \ |
| src/shared/time-dst.h \ |
| src/shared/calendarspec.c \ |
| src/shared/calendarspec.h \ |
| src/shared/fileio.c \ |
| src/shared/fileio.h \ |
| src/shared/output-mode.h \ |
| src/shared/MurmurHash3.c \ |
| src/shared/MurmurHash3.h \ |
| src/shared/refcnt.h |
| |
| #------------------------------------------------------------------------------- |
| noinst_LTLIBRARIES += \ |
| libsystemd-dbus.la |
| |
| libsystemd_dbus_la_SOURCES = \ |
| src/shared/dbus-common.c \ |
| src/shared/dbus-common.h \ |
| src/shared/dbus-loop.c \ |
| src/shared/dbus-loop.h \ |
| src/shared/polkit.c \ |
| src/shared/polkit.h |
| |
| libsystemd_dbus_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| libsystemd_dbus_la_LIBADD = \ |
| $(DBUS_LIBS) |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-units.la |
| |
| libsystemd_units_la_SOURCES = \ |
| src/shared/install.c \ |
| src/shared/install.h \ |
| src/shared/install-printf.c \ |
| src/shared/install-printf.h \ |
| src/shared/path-lookup.c \ |
| src/shared/path-lookup.h \ |
| src/shared/specifier.c \ |
| src/shared/specifier.h |
| |
| libsystemd_units_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-label.la |
| |
| libsystemd_label_la_SOURCES = \ |
| src/shared/cgroup-label.c \ |
| src/shared/socket-label.c \ |
| src/shared/label.c \ |
| src/shared/label.h \ |
| src/shared/selinux-util.c \ |
| src/shared/selinux-util.h \ |
| src/shared/mkdir.c \ |
| src/shared/mkdir.h \ |
| src/shared/ask-password-api.c \ |
| src/shared/ask-password-api.h \ |
| src/shared/fileio-label.c \ |
| src/shared/fileio-label.h \ |
| src/shared/dev-setup.c \ |
| src/shared/dev-setup.h |
| |
| libsystemd_label_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(SELINUX_CFLAGS) |
| |
| libsystemd_label_la_LIBADD = \ |
| $(SELINUX_LIBS) |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-logs.la |
| |
| libsystemd_logs_la_SOURCES = \ |
| src/shared/logs-show.c \ |
| src/shared/logs-show.h |
| |
| libsystemd_logs_la_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| libsystemd_logs_la_LIBADD = \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-capability.la |
| |
| libsystemd_capability_la_SOURCES = \ |
| src/shared/capability.c \ |
| src/shared/capability.h |
| |
| libsystemd_capability_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(CAP_CFLAGS) |
| |
| libsystemd_capability_la_LIBADD = \ |
| $(CAP_LIBS) |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-audit.la |
| |
| libsystemd_audit_la_SOURCES = \ |
| src/shared/audit.c \ |
| src/shared/audit.h |
| |
| libsystemd_audit_la_LIBADD = \ |
| libsystemd-capability.la |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_ACL |
| noinst_LTLIBRARIES += \ |
| libsystemd-acl.la |
| |
| libsystemd_acl_la_SOURCES = \ |
| src/shared/acl-util.c \ |
| src/shared/acl-util.h |
| |
| libsystemd_acl_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(ACL_CFLAGS) |
| |
| libsystemd_acl_la_LIBADD = \ |
| $(ACL_LIBS) \ |
| libsystemd-shared.la |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libsystemd-core.la |
| |
| libsystemd_core_la_SOURCES = \ |
| src/core/unit.c \ |
| src/core/unit.h \ |
| src/core/unit-printf.c \ |
| src/core/unit-printf.h \ |
| src/core/job.c \ |
| src/core/job.h \ |
| src/core/manager.c \ |
| src/core/manager.h \ |
| src/core/transaction.c \ |
| src/core/transaction.h \ |
| src/core/load-fragment.c \ |
| src/core/load-fragment.h \ |
| src/core/service.c \ |
| src/core/service.h \ |
| src/core/automount.c \ |
| src/core/automount.h \ |
| src/core/mount.c \ |
| src/core/mount.h \ |
| src/core/swap.c \ |
| src/core/swap.h \ |
| src/core/device.c \ |
| src/core/device.h \ |
| src/core/target.c \ |
| src/core/target.h \ |
| src/core/snapshot.c \ |
| src/core/snapshot.h \ |
| src/core/socket.c \ |
| src/core/socket.h \ |
| src/core/timer.c \ |
| src/core/timer.h \ |
| src/core/path.c \ |
| src/core/path.h \ |
| src/core/slice.c \ |
| src/core/slice.h \ |
| src/core/scope.c \ |
| src/core/scope.h \ |
| src/core/load-dropin.c \ |
| src/core/load-dropin.h \ |
| src/core/execute.c \ |
| src/core/execute.h \ |
| src/core/kill.c \ |
| src/core/kill.h \ |
| src/core/dbus.c \ |
| src/core/dbus.h \ |
| src/core/dbus-manager.c \ |
| src/core/dbus-manager.h \ |
| src/core/dbus-unit.c \ |
| src/core/dbus-unit.h \ |
| src/core/dbus-job.c \ |
| src/core/dbus-job.h \ |
| src/core/dbus-service.c \ |
| src/core/dbus-service.h \ |
| src/core/dbus-socket.c \ |
| src/core/dbus-socket.h \ |
| src/core/dbus-timer.c \ |
| src/core/dbus-timer.h \ |
| src/core/dbus-target.c \ |
| src/core/dbus-target.h \ |
| src/core/dbus-mount.c \ |
| src/core/dbus-mount.h \ |
| src/core/dbus-automount.c \ |
| src/core/dbus-automount.h \ |
| src/core/dbus-swap.c \ |
| src/core/dbus-swap.h \ |
| src/core/dbus-snapshot.c \ |
| src/core/dbus-snapshot.h \ |
| src/core/dbus-device.c \ |
| src/core/dbus-device.h \ |
| src/core/dbus-path.c \ |
| src/core/dbus-path.h \ |
| src/core/dbus-slice.c \ |
| src/core/dbus-slice.h \ |
| src/core/dbus-scope.c \ |
| src/core/dbus-scope.h \ |
| src/core/dbus-execute.c \ |
| src/core/dbus-execute.h \ |
| src/core/dbus-kill.c \ |
| src/core/dbus-kill.h \ |
| src/core/dbus-cgroup.c \ |
| src/core/dbus-cgroup.h \ |
| src/core/cgroup.c \ |
| src/core/cgroup.h \ |
| src/core/selinux-access.c \ |
| src/core/selinux-access.h \ |
| src/core/selinux-setup.c \ |
| src/core/selinux-setup.h \ |
| src/core/smack-setup.c \ |
| src/core/smack-setup.h \ |
| src/core/ima-setup.c \ |
| src/core/ima-setup.h \ |
| src/core/locale-setup.h \ |
| src/core/locale-setup.c \ |
| src/core/hostname-setup.c \ |
| src/core/hostname-setup.h \ |
| src/core/machine-id-setup.c \ |
| src/core/machine-id-setup.h \ |
| src/core/mount-setup.c \ |
| src/core/mount-setup.h \ |
| src/core/loopback-setup.h \ |
| src/core/loopback-setup.c \ |
| src/core/condition.c \ |
| src/core/condition.h \ |
| src/core/namespace.c \ |
| src/core/namespace.h \ |
| src/core/tcpwrap.c \ |
| src/core/tcpwrap.h \ |
| src/core/securebits.h \ |
| src/core/initreq.h \ |
| src/core/special.h \ |
| src/core/bus-errors.h \ |
| src/core/build.h \ |
| src/core/sysfs-show.h \ |
| src/core/switch-root.h \ |
| src/core/switch-root.c \ |
| src/core/killall.h \ |
| src/core/killall.c \ |
| src/core/syscall-list.c \ |
| src/core/syscall-list.h \ |
| src/core/audit-fd.c \ |
| src/core/audit-fd.h \ |
| src/core/sync.c \ |
| src/core/sync.h |
| |
| if HAVE_KMOD |
| libsystemd_core_la_SOURCES += \ |
| src/core/kmod-setup.c \ |
| src/core/kmod-setup.h |
| endif |
| |
| nodist_libsystemd_core_la_SOURCES = \ |
| src/core/load-fragment-gperf.c \ |
| src/core/load-fragment-gperf-nulstr.c \ |
| src/core/syscall-from-name.h \ |
| src/core/syscall-to-name.h |
| |
| libsystemd_core_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) \ |
| $(LIBWRAP_CFLAGS) \ |
| $(PAM_CFLAGS) \ |
| $(AUDIT_CFLAGS) \ |
| $(KMOD_CFLAGS) \ |
| -pthread |
| |
| libsystemd_core_la_LIBADD = \ |
| libsystemd-capability.la \ |
| libsystemd-units.la \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libsystemd-audit.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-daemon.la \ |
| libudev.la \ |
| $(LIBWRAP_LIBS) \ |
| $(PAM_LIBS) \ |
| $(AUDIT_LIBS) \ |
| $(CAP_LIBS) \ |
| $(KMOD_LIBS) |
| |
| src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@ |
| |
| EXTRA_DIST += \ |
| src/core/load-fragment-gperf.gperf.m4 |
| |
| CLEANFILES += \ |
| src/core/load-fragment-gperf.gperf \ |
| src/core/load-fragment-gperf.c \ |
| src/core/load-fragment-gperf-nulstr.c \ |
| src/core/syscall-list.txt \ |
| src/core/syscall-from-name.gperf |
| |
| BUILT_SOURCES += \ |
| src/core/syscall-from-name.h \ |
| src/core/syscall-to-name.h |
| |
| src/core/syscall-list.txt: Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h - < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9(]/ { sub(/__NR_/, "", $$2); print $$2; }' > $@ |
| |
| src/core/syscall-from-name.gperf: src/core/syscall-list.txt Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct syscall_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, __NR_%s\n", $$1, $$1 }' < $< > $@ |
| |
| src/core/syscall-from-name.h: src/core/syscall-from-name.gperf Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_syscall -H hash_syscall_name -p -C < $< > $@ |
| |
| src/core/syscall-to-name.h: src/core/syscall-list.txt Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const syscall_names[] = { "} { printf "[SYSCALL_TO_INDEX(__NR_%s)] = \"%s\",\n", $$1, $$1 } END{print "};"}' < $< > $@ |
| |
| # ------------------------------------------------------------------------------ |
| systemd_SOURCES = \ |
| src/core/main.c |
| |
| systemd_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_LDADD = \ |
| libsystemd-core.la \ |
| libsystemd-daemon.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-dbus.la |
| |
| dist_pkgsysconf_DATA += \ |
| src/core/system.conf \ |
| src/core/user.conf |
| |
| dist_dbuspolicy_DATA += \ |
| src/core/org.freedesktop.systemd1.conf |
| |
| dist_dbussystemservice_DATA += \ |
| src/core/org.freedesktop.systemd1.service |
| |
| dbusinterface_DATA += \ |
| org.freedesktop.systemd1.Manager.xml \ |
| org.freedesktop.systemd1.Job.xml \ |
| org.freedesktop.systemd1.Unit.xml \ |
| org.freedesktop.systemd1.Service.xml \ |
| org.freedesktop.systemd1.Socket.xml \ |
| org.freedesktop.systemd1.Timer.xml \ |
| org.freedesktop.systemd1.Target.xml \ |
| org.freedesktop.systemd1.Device.xml \ |
| org.freedesktop.systemd1.Mount.xml \ |
| org.freedesktop.systemd1.Automount.xml \ |
| org.freedesktop.systemd1.Snapshot.xml \ |
| org.freedesktop.systemd1.Swap.xml \ |
| org.freedesktop.systemd1.Path.xml |
| |
| polkitpolicy_in_in_files += \ |
| src/core/org.freedesktop.systemd1.policy.in.in |
| |
| org.freedesktop.systemd1.%.xml: systemd |
| $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.$* $< $@.tmp && \ |
| $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \ |
| $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp |
| |
| pkgconfigdata_DATA = \ |
| src/core/systemd.pc |
| |
| nodist_rpmmacros_DATA = \ |
| src/core/macros.systemd |
| |
| EXTRA_DIST += \ |
| src/core/systemd.pc.in \ |
| src/core/macros.systemd.in |
| |
| CLEANFILES += \ |
| src/core/macros.systemd \ |
| src/core/org.freedesktop.systemd1.policy.in |
| |
| # ------------------------------------------------------------------------------ |
| manual_tests += \ |
| test-engine \ |
| test-ns \ |
| test-loopback \ |
| test-hostname \ |
| test-daemon \ |
| test-cgroup \ |
| test-install \ |
| test-watchdog \ |
| test-log |
| |
| tests += \ |
| test-job-type \ |
| test-env-replace \ |
| test-strbuf \ |
| test-strv \ |
| test-path-util \ |
| test-strxcpyx \ |
| test-unit-name \ |
| test-unit-file \ |
| test-util \ |
| test-date \ |
| test-sleep \ |
| test-replace-var \ |
| test-sched-prio \ |
| test-calendarspec \ |
| test-strip-tab-ansi \ |
| test-cgroup-util \ |
| test-prioq \ |
| test-fileio \ |
| test-time \ |
| test-hashmap \ |
| test-list \ |
| test-tables |
| |
| EXTRA_DIST += \ |
| test/sched_idle_bad.service \ |
| test/sched_idle_ok.service \ |
| test/sched_rr_bad.service \ |
| test/sched_rr_ok.service \ |
| test/sched_rr_change.service |
| |
| test_engine_SOURCES = \ |
| src/test/test-engine.c |
| |
| test_engine_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_engine_LDADD = \ |
| libsystemd-core.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la |
| |
| test_job_type_SOURCES = \ |
| src/test/test-job-type.c |
| |
| test_job_type_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_job_type_LDADD = \ |
| libsystemd-core.la \ |
| libsystemd-daemon.la |
| |
| test_ns_SOURCES = \ |
| src/test/test-ns.c |
| |
| test_ns_LDADD = \ |
| libsystemd-core.la |
| |
| test_ns_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_loopback_SOURCES = \ |
| src/test/test-loopback.c |
| |
| test_loopback_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-core.la |
| |
| test_hostname_SOURCES = \ |
| src/test/test-hostname.c |
| |
| test_hostname_LDADD = \ |
| libsystemd-core.la |
| |
| if ENABLE_EFI |
| manual_tests += \ |
| test-efivars |
| |
| test_efivars_SOURCES = \ |
| src/test/test-efivars.c |
| |
| test_efivars_LDADD = \ |
| libsystemd-shared.la |
| endif |
| |
| test_unit_name_SOURCES = \ |
| src/test/test-unit-name.c |
| |
| test_unit_name_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_unit_name_LDADD = \ |
| libsystemd-core.la |
| |
| test_unit_file_SOURCES = \ |
| src/test/test-unit-file.c |
| |
| test_unit_file_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_unit_file_LDADD = \ |
| libsystemd-core.la |
| |
| test_util_SOURCES = \ |
| src/test/test-util.c |
| |
| test_util_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_util_LDADD = \ |
| libsystemd-core.la |
| |
| test_hashmap_SOURCES = \ |
| src/test/test-hashmap.c |
| |
| test_hashmap_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_hashmap_LDADD = \ |
| libsystemd-core.la |
| |
| test_list_SOURCES = \ |
| src/test/test-list.c |
| |
| test_list_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_list_LDADD = \ |
| libsystemd-core.la |
| |
| test_tables_SOURCES = \ |
| src/test/test-tables.c \ |
| src/shared/test-tables.h |
| |
| test_tables_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_tables_LDADD = \ |
| libsystemd-core.la \ |
| libsystemd-logs.la |
| |
| test_prioq_SOURCES = \ |
| src/test/test-prioq.c |
| |
| test_prioq_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_prioq_LDADD = \ |
| libsystemd-core.la |
| |
| test_fileio_SOURCES = \ |
| src/test/test-fileio.c |
| |
| test_fileio_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_fileio_LDADD = \ |
| libsystemd-core.la |
| |
| test_time_SOURCES = \ |
| src/test/test-time.c |
| |
| test_time_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_time_LDADD = \ |
| libsystemd-core.la |
| |
| test_log_SOURCES = \ |
| src/test/test-log.c |
| |
| test_log_LDADD = \ |
| libsystemd-core.la |
| |
| test_date_SOURCES = \ |
| src/test/test-date.c |
| |
| test_date_LDADD = \ |
| libsystemd-core.la |
| |
| test_sleep_SOURCES = \ |
| src/test/test-sleep.c |
| |
| test_sleep_LDADD = \ |
| libsystemd-core.la |
| |
| test_replace_var_SOURCES = \ |
| src/test/test-replace-var.c |
| |
| test_replace_var_LDADD = \ |
| libsystemd-shared.la |
| |
| test_calendarspec_SOURCES = \ |
| src/test/test-calendarspec.c |
| |
| test_calendarspec_LDADD = \ |
| libsystemd-shared.la |
| |
| test_strip_tab_ansi_SOURCES = \ |
| src/test/test-strip-tab-ansi.c |
| |
| test_strip_tab_ansi_LDADD = \ |
| libsystemd-shared.la |
| |
| test_daemon_SOURCES = \ |
| src/test/test-daemon.c |
| |
| test_daemon_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la |
| |
| test_cgroup_SOURCES = \ |
| src/test/test-cgroup.c |
| |
| test_cgroup_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| test_cgroup_util_SOURCES = \ |
| src/test/test-cgroup-util.c |
| |
| test_cgroup_util_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| test_env_replace_SOURCES = \ |
| src/test/test-env-replace.c |
| |
| test_env_replace_LDADD = \ |
| libsystemd-shared.la |
| |
| test_strbuf_SOURCES = \ |
| src/test/test-strbuf.c |
| |
| test_strbuf_LDADD = \ |
| libsystemd-shared.la |
| |
| test_strv_SOURCES = \ |
| src/test/test-strv.c |
| |
| test_strv_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-units.la \ |
| libsystemd-id128-internal.la |
| |
| test_path_util_SOURCES = \ |
| src/test/test-path-util.c |
| |
| test_path_util_LDADD = \ |
| libsystemd-shared.la |
| |
| test_strxcpyx_SOURCES = \ |
| src/test/test-strxcpyx.c |
| |
| test_strxcpyx_LDADD = \ |
| libsystemd-shared.la |
| |
| test_install_SOURCES = \ |
| src/test/test-install.c |
| |
| test_install_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_install_LDADD = \ |
| libsystemd-units.la \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-id128-internal.la |
| |
| test_watchdog_SOURCES = \ |
| src/test/test-watchdog.c |
| |
| test_watchdog_LDADD = \ |
| libsystemd-shared.la |
| |
| test_sched_prio_SOURCES = \ |
| src/test/test-sched-prio.c |
| |
| test_sched_prio_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) \ |
| -D"STR(s)=\#s" -D"TEST_DIR=STR($(abs_top_srcdir)/test/)" |
| |
| test_sched_prio_LDADD = \ |
| libsystemd-core.la \ |
| libsystemd-daemon.la |
| |
| # ------------------------------------------------------------------------------ |
| ## .PHONY so it always rebuilds it |
| .PHONY: coverage lcov-run lcov-report |
| |
| # run lcov from scratch, always |
| coverage: |
| $(MAKE) lcov-run |
| $(MAKE) lcov-report |
| |
| coverage_dir = coverage |
| coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))' |
| |
| if ENABLE_COVERAGE |
| # reset run coverage tests |
| lcov-run: |
| @rm -rf $(coverage_dir) |
| lcov $(coverage_opts) --zerocounters |
| -$(MAKE) check |
| |
| # generate report based on current coverage data |
| lcov-report: |
| $(MKDIR_P) $(coverage_dir) |
| lcov $(coverage_opts) --compat-libtool --capture --no-external \ |
| | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info |
| genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov.info |
| @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html" |
| |
| # lcov doesn't work properly with vpath builds, make sure that bad |
| # output is not uploaded by mistake. |
| coverage-sync: coverage |
| test "$(builddir)" = "$(srcdir)" |
| rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage |
| |
| else |
| lcov-run lcov-report: |
| echo "Need to reconfigure with --enable-coverage" |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| systemd_initctl_SOURCES = \ |
| src/initctl/initctl.c |
| |
| systemd_initctl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_initctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_update_utmp_SOURCES = \ |
| src/update-utmp/update-utmp.c |
| |
| systemd_update_utmp_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) \ |
| $(AUDIT_CFLAGS) |
| |
| systemd_update_utmp_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| $(AUDIT_LIBS) |
| |
| # ------------------------------------------------------------------------------ |
| systemd_shutdownd_SOURCES = \ |
| src/shutdownd/shutdownd.c |
| |
| systemd_shutdownd_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la |
| |
| pkginclude_HEADERS += \ |
| src/systemd/sd-shutdown.h |
| |
| # ------------------------------------------------------------------------------ |
| systemd_shutdown_SOURCES = \ |
| src/core/umount.c \ |
| src/core/umount.h \ |
| src/core/shutdown.c \ |
| src/core/mount-setup.c \ |
| src/core/mount-setup.h \ |
| src/core/killall.h \ |
| src/core/killall.c |
| |
| systemd_shutdown_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libudev.la |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_KMOD |
| systemd_modules_load_SOURCES = \ |
| src/modules-load/modules-load.c |
| |
| systemd_modules_load_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(KMOD_CFLAGS) |
| |
| systemd_modules_load_LDADD = \ |
| libsystemd-shared.la \ |
| $(KMOD_LIBS) |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-modules-load |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-modules-load.service |
| |
| SYSINIT_TARGET_WANTS += \ |
| systemd-modules-load.service |
| |
| if ENABLE_TMPFILES |
| nodist_systemunit_DATA += \ |
| units/kmod-static-nodes.service |
| |
| SYSINIT_TARGET_WANTS += \ |
| kmod-static-nodes.service |
| endif |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-modules-load.service.in \ |
| units/kmod-static-nodes.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_TMPFILES |
| systemd_tmpfiles_SOURCES = \ |
| src/tmpfiles/tmpfiles.c |
| |
| systemd_tmpfiles_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-capability.la |
| |
| rootbin_PROGRAMS += \ |
| systemd-tmpfiles |
| |
| dist_systemunit_DATA += \ |
| units/systemd-tmpfiles-clean.timer |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-tmpfiles-setup-dev.service \ |
| units/systemd-tmpfiles-setup.service \ |
| units/systemd-tmpfiles-clean.service |
| |
| dist_tmpfiles_DATA = \ |
| tmpfiles.d/systemd.conf \ |
| tmpfiles.d/tmp.conf \ |
| tmpfiles.d/x11.conf |
| |
| if HAVE_SYSV_COMPAT |
| dist_tmpfiles_DATA += \ |
| tmpfiles.d/legacy.conf |
| endif |
| |
| SYSINIT_TARGET_WANTS += \ |
| systemd-tmpfiles-setup-dev.service \ |
| systemd-tmpfiles-setup.service |
| |
| TIMERS_TARGET_WANTS += \ |
| systemd-tmpfiles-clean.timer |
| |
| INSTALL_DIRS += \ |
| $(tmpfilesdir) \ |
| $(sysconfdir)/tmpfiles.d |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-tmpfiles-setup-dev.service.in \ |
| units/systemd-tmpfiles-setup.service.in \ |
| units/systemd-tmpfiles-clean.service.in |
| |
| # ------------------------------------------------------------------------------ |
| systemd_machine_id_setup_SOURCES = \ |
| src/machine-id-setup/machine-id-setup-main.c \ |
| src/core/machine-id-setup.c \ |
| src/core/machine-id-setup.h |
| |
| systemd_machine_id_setup_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-id128-internal.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_sysctl_SOURCES = \ |
| src/sysctl/sysctl.c |
| |
| systemd_sysctl_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_sleep_SOURCES = \ |
| src/sleep/sleep.c |
| |
| systemd_sleep_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_fsck_SOURCES = \ |
| src/fsck/fsck.c |
| |
| systemd_fsck_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_fsck_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libudev.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_timestamp_SOURCES = \ |
| src/timestamp/timestamp.c |
| |
| systemd_timestamp_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_ac_power_SOURCES = \ |
| src/ac-power/ac-power.c |
| |
| systemd_ac_power_LDADD = \ |
| libsystemd-shared.la \ |
| libudev.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_detect_virt_SOURCES = \ |
| src/detect-virt/detect-virt.c |
| |
| systemd_detect_virt_LDADD = \ |
| libsystemd-shared.la |
| |
| systemd-detect-virt-install-hook: |
| -$(SETCAP) cap_dac_override,cap_sys_ptrace=ep $(DESTDIR)$(bindir)/systemd-detect-virt |
| |
| INSTALL_EXEC_HOOKS += \ |
| systemd-detect-virt-install-hook |
| |
| # ------------------------------------------------------------------------------ |
| systemd_delta_SOURCES = \ |
| src/delta/delta.c |
| |
| systemd_delta_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_getty_generator_SOURCES = \ |
| src/getty-generator/getty-generator.c |
| |
| systemd_getty_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_fstab_generator_SOURCES = \ |
| src/fstab-generator/fstab-generator.c \ |
| src/core/mount-setup.c |
| |
| systemd_fstab_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_system_update_generator_SOURCES = \ |
| src/system-update-generator/system-update-generator.c |
| |
| systemd_system_update_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| if ENABLE_EFI |
| # ------------------------------------------------------------------------------ |
| systemgenerator_PROGRAMS += \ |
| systemd-efi-boot-generator |
| |
| systemd_efi_boot_generator_SOURCES = \ |
| src/efi-boot-generator/efi-boot-generator.c |
| |
| systemd_efi_boot_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| bootctl_SOURCES = \ |
| src/boot/boot.h \ |
| src/boot/boot-loader.h \ |
| src/boot/bootctl.c \ |
| src/boot/boot-loader.c \ |
| src/boot/boot-efi.c |
| |
| bootctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-id128.la \ |
| libsystemd-daemon.la |
| |
| bin_PROGRAMS += \ |
| bootctl |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| systemd_rc_local_generator_SOURCES = \ |
| src/rc-local-generator/rc-local-generator.c |
| |
| systemd_rc_local_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_remount_fs_SOURCES = \ |
| src/remount-fs/remount-fs.c \ |
| src/core/mount-setup.c \ |
| src/core/mount-setup.h |
| |
| systemd_remount_fs_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_cgroups_agent_SOURCES = \ |
| src/cgroups-agent/cgroups-agent.c |
| |
| systemd_cgroups_agent_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_cgroups_agent_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la |
| |
| # ------------------------------------------------------------------------------ |
| systemctl_SOURCES = \ |
| src/systemctl/systemctl.c |
| |
| systemctl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemctl_LDADD = \ |
| libsystemd-units.la \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la \ |
| libsystemd-logs.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_notify_SOURCES = \ |
| src/notify/notify.c \ |
| src/readahead/sd-readahead.c |
| |
| systemd_notify_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_ask_password_SOURCES = \ |
| src/ask-password/ask-password.c |
| |
| systemd_ask_password_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_reply_password_SOURCES = \ |
| src/reply-password/reply-password.c |
| |
| systemd_reply_password_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_cgls_SOURCES = \ |
| src/cgls/cgls.c |
| |
| systemd_cgls_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_cgtop_SOURCES = \ |
| src/cgtop/cgtop.c |
| |
| systemd_cgtop_LDADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_nspawn_SOURCES = \ |
| src/nspawn/nspawn.c \ |
| src/core/mount-setup.c \ |
| src/core/mount-setup.h \ |
| src/core/loopback-setup.c \ |
| src/core/loopback-setup.h |
| |
| systemd_nspawn_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-capability.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-bus.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_run_SOURCES = \ |
| src/run/run.c |
| |
| systemd_run_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-capability.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-bus.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_stdio_bridge_SOURCES = \ |
| src/stdio-bridge/stdio-bridge.c |
| |
| systemd_stdio_bridge_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-daemon.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_tty_ask_password_agent_SOURCES = \ |
| src/tty-ask-password-agent/tty-ask-password-agent.c |
| |
| systemd_tty_ask_password_agent_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| libsystemd_daemon_la_SOURCES = \ |
| src/libsystemd-daemon/sd-daemon.c |
| |
| libsystemd_daemon_internal_la_SOURCES = \ |
| $(libsystemd_daemon_la_SOURCES) |
| |
| libsystemd_daemon_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=hidden \ |
| -DSD_EXPORT_SYMBOLS |
| |
| libsystemd_daemon_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) \ |
| -Wl,--version-script=$(top_srcdir)/src/libsystemd-daemon/libsystemd-daemon.sym |
| |
| pkginclude_HEADERS += \ |
| src/systemd/sd-daemon.h |
| |
| # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed |
| libsystemd-daemon-install-hook: |
| libname=libsystemd-daemon.so && $(move-to-rootlibdir) |
| |
| libsystemd-daemon-uninstall-hook: |
| rm -f $(DESTDIR)$(rootlibdir)/libsystemd-daemon.so* |
| |
| INSTALL_EXEC_HOOKS += libsystemd-daemon-install-hook |
| UNINSTALL_EXEC_HOOKS += libsystemd-daemon-uninstall-hook |
| |
| lib_LTLIBRARIES += \ |
| libsystemd-daemon.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-daemon-internal.la |
| |
| pkgconfiglib_DATA += \ |
| src/libsystemd-daemon/libsystemd-daemon.pc |
| |
| EXTRA_DIST += \ |
| src/libsystemd-daemon/libsystemd-daemon.pc.in \ |
| src/libsystemd-daemon/libsystemd-daemon.sym |
| |
| # ------------------------------------------------------------------------------ |
| libsystemd_bus_la_SOURCES = \ |
| src/systemd/sd-bus.h \ |
| src/systemd/sd-bus-protocol.h \ |
| src/systemd/sd-memfd.h \ |
| src/libsystemd-bus/sd-bus.c \ |
| src/libsystemd-bus/bus-control.c \ |
| src/libsystemd-bus/bus-control.h \ |
| src/libsystemd-bus/bus-error.c \ |
| src/libsystemd-bus/bus-error.h \ |
| src/libsystemd-bus/bus-internal.c \ |
| src/libsystemd-bus/bus-internal.h \ |
| src/libsystemd-bus/bus-socket.c \ |
| src/libsystemd-bus/bus-socket.h \ |
| src/libsystemd-bus/bus-kernel.c \ |
| src/libsystemd-bus/bus-kernel.h \ |
| src/libsystemd-bus/bus-message.c \ |
| src/libsystemd-bus/bus-message.h \ |
| src/libsystemd-bus/bus-signature.c \ |
| src/libsystemd-bus/bus-signature.h \ |
| src/libsystemd-bus/bus-type.c \ |
| src/libsystemd-bus/bus-type.h \ |
| src/libsystemd-bus/bus-match.c \ |
| src/libsystemd-bus/bus-match.h \ |
| src/libsystemd-bus/bus-bloom.c \ |
| src/libsystemd-bus/bus-bloom.h \ |
| src/libsystemd-bus/kdbus.h \ |
| src/libsystemd-bus/sd-memfd.c |
| |
| libsystemd_bus_la_LIBADD = \ |
| libsystemd-id128-internal.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la |
| |
| libsystemd_bus_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -pthread |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-bus.la |
| |
| tests += \ |
| test-bus-marshal \ |
| test-bus-signature \ |
| test-bus-chat \ |
| test-bus-server \ |
| test-bus-match \ |
| test-bus-kernel \ |
| test-bus-kernel-bloom \ |
| test-bus-kernel-benchmark \ |
| test-bus-memfd \ |
| test-bus-zero-copy |
| |
| noinst_PROGRAMS += \ |
| busctl |
| |
| test_bus_marshal_SOURCES = \ |
| src/libsystemd-bus/test-bus-marshal.c |
| |
| test_bus_marshal_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| $(GLIB_LIBS) \ |
| $(DBUS_LIBS) |
| |
| test_bus_marshal_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_bus_signature_SOURCES = \ |
| src/libsystemd-bus/test-bus-signature.c |
| |
| test_bus_signature_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la |
| |
| test_bus_chat_SOURCES = \ |
| src/libsystemd-bus/test-bus-chat.c |
| |
| test_bus_chat_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -pthread |
| |
| test_bus_chat_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_server_SOURCES = \ |
| src/libsystemd-bus/test-bus-server.c |
| |
| test_bus_server_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -pthread |
| |
| test_bus_server_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_match_SOURCES = \ |
| src/libsystemd-bus/test-bus-match.c |
| |
| test_bus_match_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_match_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_kernel_SOURCES = \ |
| src/libsystemd-bus/test-bus-kernel.c |
| |
| test_bus_kernel_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_kernel_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_kernel_bloom_SOURCES = \ |
| src/libsystemd-bus/test-bus-kernel-bloom.c |
| |
| test_bus_kernel_bloom_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_kernel_bloom_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_kernel_benchmark_SOURCES = \ |
| src/libsystemd-bus/test-bus-kernel-benchmark.c |
| |
| test_bus_kernel_benchmark_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_kernel_benchmark_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la \ |
| libsystemd-id128-internal.la |
| |
| test_bus_memfd_SOURCES = \ |
| src/libsystemd-bus/test-bus-memfd.c |
| |
| test_bus_memfd_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_memfd_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la |
| |
| test_bus_zero_copy_SOURCES = \ |
| src/libsystemd-bus/test-bus-zero-copy.c |
| |
| test_bus_zero_copy_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| test_bus_zero_copy_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la |
| |
| busctl_SOURCES = \ |
| src/libsystemd-bus/busctl.c |
| |
| busctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-bus.la |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_GTK_DOC |
| SUBDIRS += \ |
| docs/libudev |
| |
| noinst_DATA += \ |
| docs/html/libudev \ |
| docs/html/gudev |
| endif |
| |
| include_HEADERS += \ |
| src/libudev/libudev.h |
| |
| lib_LTLIBRARIES += \ |
| libudev.la |
| |
| libudev_la_SOURCES =\ |
| src/libudev/libudev-private.h \ |
| src/libudev/libudev.c \ |
| src/libudev/libudev-list.c \ |
| src/libudev/libudev-util.c \ |
| src/libudev/libudev-device.c \ |
| src/libudev/libudev-enumerate.c \ |
| src/libudev/libudev-monitor.c \ |
| src/libudev/libudev-queue.c \ |
| src/libudev/libudev-hwdb-def.h \ |
| src/libudev/libudev-hwdb.c |
| |
| libudev_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=hidden |
| |
| libudev_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \ |
| -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym |
| |
| libudev_la_LIBADD = \ |
| libsystemd-shared.la \ |
| libsystemd-label.la \ |
| libsystemd-daemon-internal.la \ |
| libsystemd-id128-internal.la |
| |
| pkgconfiglib_DATA += \ |
| src/libudev/libudev.pc |
| |
| EXTRA_DIST += \ |
| src/libudev/libudev.pc.in \ |
| src/libudev/libudev.sym |
| |
| CLEANFILES += \ |
| src/libudev/libudev.pc \ |
| docs/html/libudev \ |
| docs/html/gudev |
| |
| docs/html/libudev: |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_LN)$(LN_S) -f ../libudev/html $@ |
| |
| docs/html/gudev: |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_LN)$(LN_S) -f ../gudev/html $@ |
| |
| # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed |
| libudev-install-hook: |
| libname=libudev.so && $(move-to-rootlibdir) |
| |
| libudev-uninstall-hook: |
| rm -f $(DESTDIR)$(rootlibdir)/libudev.so* |
| |
| INSTALL_EXEC_HOOKS += libudev-install-hook |
| UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook |
| |
| # ------------------------------------------------------------------------------ |
| noinst_LTLIBRARIES += \ |
| libudev-private.la |
| |
| libudev_private_la_SOURCES =\ |
| $(libudev_la_SOURCES) \ |
| src/libudev/libudev-device-private.c \ |
| src/libudev/libudev-queue-private.c |
| |
| libudev_private_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default |
| |
| libudev_private_la_LIBADD = \ |
| libsystemd-shared.la |
| |
| # ------------------------------------------------------------------------------ |
| INSTALL_DIRS += \ |
| $(sysconfdir)/udev/rules.d \ |
| $(sysconfdir)/udev/hwdb.d |
| |
| dist_udevrules_DATA += \ |
| rules/99-systemd.rules \ |
| rules/42-usb-hid-pm.rules \ |
| rules/50-udev-default.rules \ |
| rules/60-keyboard.rules \ |
| rules/60-persistent-storage-tape.rules \ |
| rules/60-persistent-serial.rules \ |
| rules/60-persistent-input.rules \ |
| rules/60-persistent-alsa.rules \ |
| rules/60-persistent-storage.rules \ |
| rules/64-btrfs.rules \ |
| rules/75-net-description.rules \ |
| rules/75-tty-description.rules \ |
| rules/78-sound-card.rules \ |
| rules/80-net-name-slot.rules \ |
| rules/95-udev-late.rules |
| |
| dist_udevhwdb_DATA = \ |
| hwdb/20-pci-vendor-model.hwdb \ |
| hwdb/20-pci-classes.hwdb \ |
| hwdb/20-usb-vendor-model.hwdb \ |
| hwdb/20-usb-classes.hwdb \ |
| hwdb/20-bluetooth-vendor-product.hwdb \ |
| hwdb/20-acpi-vendor.hwdb \ |
| hwdb/20-OUI.hwdb \ |
| hwdb/60-keyboard.hwdb |
| |
| udevconfdir = $(sysconfdir)/udev |
| dist_udevconf_DATA = \ |
| src/udev/udev.conf |
| |
| sharepkgconfigdir = $(datadir)/pkgconfig |
| sharepkgconfig_DATA = \ |
| src/udev/udev.pc |
| |
| EXTRA_DIST += \ |
| rules/99-systemd.rules.in \ |
| src/udev/udev.pc.in |
| |
| CLEANFILES += \ |
| rules/99-systemd.rules \ |
| src/udev/udev.pc |
| |
| EXTRA_DIST += \ |
| units/systemd-udevd.service.in \ |
| units/systemd-udev-trigger.service.in \ |
| units/systemd-udev-settle.service.in |
| |
| CLEANFILES += \ |
| units/systemd-udevd.service \ |
| units/systemd-udev-trigger.service \ |
| units/systemd-udev-settle.service |
| |
| SOCKETS_TARGET_WANTS += \ |
| systemd-udevd-control.socket \ |
| systemd-udevd-kernel.socket |
| SYSINIT_TARGET_WANTS += \ |
| systemd-udevd.service \ |
| systemd-udev-trigger.service |
| |
| rootbin_PROGRAMS += \ |
| udevadm |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-udevd |
| |
| noinst_LTLIBRARIES += \ |
| libudev-core.la |
| |
| src/udev/keyboard-keys.txt: Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h - < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@ |
| |
| src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt Makefile |
| $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@ |
| |
| src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf Makefile |
| $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@ |
| |
| src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt Makefile |
| $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@ |
| |
| libudev_core_la_SOURCES = \ |
| src/udev/udev.h \ |
| src/udev/udev-event.c \ |
| src/udev/udev-watch.c \ |
| src/udev/udev-node.c \ |
| src/udev/udev-rules.c \ |
| src/udev/udev-ctrl.c \ |
| src/udev/udev-builtin.c \ |
| src/udev/udev-builtin-btrfs.c \ |
| src/udev/udev-builtin-hwdb.c \ |
| src/udev/udev-builtin-input_id.c \ |
| src/udev/udev-builtin-keyboard.c \ |
| src/udev/udev-builtin-net_id.c \ |
| src/udev/udev-builtin-path_id.c \ |
| src/udev/udev-builtin-usb_id.c |
| |
| nodist_libudev_core_la_SOURCES = \ |
| src/udev/keyboard-keys-from-name.h \ |
| src/udev/keyboard-keys-to-name.h |
| |
| BUILT_SOURCES += \ |
| $(nodist_libudev_core_la_SOURCES) |
| |
| CLEANFILES += \ |
| src/udev/keyboard-keys-from-name.gperf \ |
| src/udev/keyboard-keys.txt |
| |
| libudev_core_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(BLKID_CFLAGS) \ |
| $(KMOD_CFLAGS) |
| |
| libudev_core_la_LIBADD = \ |
| libudev-private.la \ |
| libsystemd-label.la \ |
| libsystemd-daemon-internal.la \ |
| libsystemd-shared.la \ |
| $(BLKID_LIBS) \ |
| $(KMOD_LIBS) |
| |
| libudev_core_la_CPPFLAGS = \ |
| $(AM_CPPFLAGS) \ |
| -DFIRMWARE_PATH="$(FIRMWARE_PATH)" |
| |
| if ENABLE_FIRMWARE |
| libudev_core_la_SOURCES += \ |
| src/udev/udev-builtin-firmware.c |
| |
| dist_udevrules_DATA += \ |
| rules/50-firmware.rules |
| endif |
| |
| if HAVE_KMOD |
| libudev_core_la_SOURCES += \ |
| src/udev/udev-builtin-kmod.c |
| |
| dist_udevrules_DATA += \ |
| rules/80-drivers.rules |
| endif |
| |
| if HAVE_BLKID |
| libudev_core_la_SOURCES += \ |
| src/udev/udev-builtin-blkid.c |
| endif |
| |
| if HAVE_ACL |
| libudev_core_la_SOURCES += \ |
| src/udev/udev-builtin-uaccess.c \ |
| src/login/logind-acl.c \ |
| src/login/sd-login.c |
| |
| libudev_core_la_LIBADD += \ |
| libsystemd-acl.la |
| endif |
| |
| systemd_udevd_SOURCES = \ |
| src/udev/udevd.c |
| |
| systemd_udevd_LDADD = \ |
| libudev-core.la |
| |
| udevadm_SOURCES = \ |
| src/udev/udevadm.c \ |
| src/udev/udevadm-info.c \ |
| src/udev/udevadm-control.c \ |
| src/udev/udevadm-monitor.c \ |
| src/udev/udevadm-hwdb.c \ |
| src/udev/udevadm-settle.c \ |
| src/udev/udevadm-trigger.c \ |
| src/udev/udevadm-test.c \ |
| src/udev/udevadm-test-builtin.c |
| |
| udevadm_LDADD = \ |
| libudev-core.la \ |
| libsystemd-shared.la |
| |
| # Update hwdb on installation. Do not bother if installing |
| # in DESTDIR, since this is likely for packaging purposes. |
| hwdb-update-hook: |
| -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update |
| |
| INSTALL_DATA_HOOKS += \ |
| hwdb-update-hook |
| |
| hwdb-remove-hook: |
| -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin |
| |
| # ------------------------------------------------------------------------------ |
| TESTS += \ |
| test/udev-test.pl \ |
| test/rules-test.sh |
| |
| manual_tests += \ |
| test-libudev \ |
| test-udev |
| |
| test_libudev_SOURCES = \ |
| src/test/test-libudev.c |
| |
| test_libudev_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libudev.la |
| |
| test_udev_SOURCES = \ |
| src/test/test-udev.c |
| |
| test_udev_LDADD = \ |
| libudev-core.la \ |
| libsystemd-shared.la \ |
| $(BLKID_LIBS) \ |
| $(KMOD_LIBS) \ |
| $(SELINUX_LIBS) |
| |
| if HAVE_ACL |
| test_udev_LDADD += \ |
| libsystemd-acl.la |
| endif |
| |
| check_DATA += \ |
| test/sys |
| |
| # packed sysfs test tree |
| test/sys: |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz |
| |
| test-sys-distclean: |
| -rm -rf test/sys |
| DISTCLEAN_LOCAL_HOOKS += test-sys-distclean |
| |
| EXTRA_DIST += \ |
| test/sys.tar.xz \ |
| test/udev-test.pl \ |
| test/rules-test.sh \ |
| test/rule-syntax-check.py |
| |
| # ------------------------------------------------------------------------------ |
| ata_id_SOURCES = \ |
| src/udev/ata_id/ata_id.c |
| |
| ata_id_LDADD = \ |
| libudev-private.la \ |
| libsystemd-shared.la |
| |
| udevlibexec_PROGRAMS += \ |
| ata_id |
| |
| # ------------------------------------------------------------------------------ |
| cdrom_id_SOURCES = \ |
| src/udev/cdrom_id/cdrom_id.c |
| |
| cdrom_id_LDADD = \ |
| libudev.la \ |
| libsystemd-shared.la |
| |
| udevlibexec_PROGRAMS += \ |
| cdrom_id |
| |
| dist_udevrules_DATA += \ |
| rules/60-cdrom_id.rules |
| |
| # ------------------------------------------------------------------------------ |
| collect_SOURCES = \ |
| src/udev/collect/collect.c |
| |
| collect_LDADD = \ |
| libudev-private.la |
| |
| udevlibexec_PROGRAMS += \ |
| collect |
| |
| # ------------------------------------------------------------------------------ |
| scsi_id_SOURCES =\ |
| src/udev/scsi_id/scsi_id.c \ |
| src/udev/scsi_id/scsi_serial.c \ |
| src/udev/scsi_id/scsi.h \ |
| src/udev/scsi_id/scsi_id.h |
| |
| scsi_id_LDADD = \ |
| libudev-private.la \ |
| libsystemd-shared.la |
| |
| udevlibexec_PROGRAMS += \ |
| scsi_id |
| |
| EXTRA_DIST += \ |
| src/udev/scsi_id/README |
| |
| # ------------------------------------------------------------------------------ |
| v4l_id_SOURCES = \ |
| src/udev/v4l_id/v4l_id.c |
| |
| v4l_id_LDADD = \ |
| libudev.la |
| |
| udevlibexec_PROGRAMS += \ |
| v4l_id |
| |
| dist_udevrules_DATA += \ |
| rules/60-persistent-v4l.rules |
| |
| # ------------------------------------------------------------------------------ |
| accelerometer_SOURCES = \ |
| src/udev/accelerometer/accelerometer.c |
| |
| accelerometer_LDADD = \ |
| libudev.la -lm \ |
| libsystemd-shared.la |
| |
| udevlibexec_PROGRAMS += \ |
| accelerometer |
| |
| dist_udevrules_DATA += \ |
| rules/61-accelerometer.rules |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_GUDEV |
| if ENABLE_GTK_DOC |
| SUBDIRS += \ |
| docs/gudev |
| endif |
| |
| libgudev_includedir = \ |
| $(includedir)/gudev-1.0/gudev |
| |
| libgudev_include_HEADERS = \ |
| src/gudev/gudev.h \ |
| src/gudev/gudevenums.h \ |
| src/gudev/gudevenumtypes.h \ |
| src/gudev/gudevtypes.h \ |
| src/gudev/gudevclient.h \ |
| src/gudev/gudevdevice.h \ |
| src/gudev/gudevenumerator.h |
| |
| lib_LTLIBRARIES += libgudev-1.0.la |
| |
| pkgconfiglib_DATA += \ |
| src/gudev/gudev-1.0.pc |
| |
| CLEANFILES += \ |
| src/gudev/gudev-1.0.pc |
| |
| libgudev_1_0_la_SOURCES = \ |
| src/gudev/gudevenums.h \ |
| src/gudev/gudevenumtypes.h \ |
| src/gudev/gudevenumtypes.h\ |
| src/gudev/gudevtypes.h \ |
| src/gudev/gudevclient.h \ |
| src/gudev/gudevclient.c \ |
| src/gudev/gudevdevice.h \ |
| src/gudev/gudevdevice.c \ |
| src/gudev/gudevenumerator.h \ |
| src/gudev/gudevenumerator.c \ |
| src/gudev/gudevprivate.h |
| |
| nodist_libgudev_1_0_la_SOURCES = \ |
| src/gudev/gudevmarshal.h \ |
| src/gudev/gudevmarshal.c \ |
| src/gudev/gudevenumtypes.h \ |
| src/gudev/gudevenumtypes.c |
| |
| BUILT_SOURCES += \ |
| $(nodist_libgudev_1_0_la_SOURCES) |
| |
| libgudev_1_0_la_CPPFLAGS = \ |
| $(AM_CPPFLAGS) \ |
| -I$(top_builddir)/src\ |
| -I$(top_srcdir)/src\ |
| -I$(top_builddir)/src/gudev \ |
| -I$(top_srcdir)/src/gudev \ |
| -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \ |
| -D_GUDEV_COMPILATION \ |
| -DG_LOG_DOMAIN=\"GUdev\" |
| |
| libgudev_1_0_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(GLIB_CFLAGS) |
| |
| libgudev_1_0_la_LIBADD = \ |
| libudev.la \ |
| $(GLIB_LIBS) |
| |
| libgudev_1_0_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \ |
| -export-dynamic -no-undefined \ |
| -export-symbols-regex '^g_udev_.*' |
| |
| src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@ |
| |
| src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \ |
| glib-genmarshal $< --prefix=g_udev_marshal --body >> $@ |
| |
| src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)glib-mkenums --template $^ > $@ |
| |
| if HAVE_INTROSPECTION |
| -include $(INTROSPECTION_MAKEFILE) |
| |
| src/gudev/GUdev-1.0.gir: libgudev-1.0.la |
| |
| src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0 |
| |
| src_gudev_GUdev_1_0_gir_CFLAGS = \ |
| $(INCLUDES) \ |
| -D_GUDEV_COMPILATION \ |
| -D_GUDEV_WORK_AROUND_DEV_T_BUG \ |
| -I$(top_srcdir)/src \ |
| -I$(top_builddir)/src \ |
| -I$(top_srcdir)/src/gdev \ |
| -I$(top_builddir)/src/gdev |
| |
| src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la |
| |
| src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \ |
| --pkg-export=gudev-1.0 \ |
| --warn-all |
| |
| src_gudev_GUdev_1_0_gir_FILES = \ |
| src/gudev/gudev.h \ |
| src/gudev/gudevtypes.h \ |
| src/gudev/gudevenums.h \ |
| src/gudev/gudevenumtypes.h \ |
| src/gudev/gudevclient.h \ |
| src/gudev/gudevdevice.h \ |
| src/gudev/gudevenumerator.h \ |
| src/gudev/gudevclient.c \ |
| src/gudev/gudevdevice.c \ |
| src/gudev/gudevenumerator.c |
| |
| INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir |
| INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h |
| |
| girdir = $(datadir)/gir-1.0 |
| gir_DATA = \ |
| src/gudev/GUdev-1.0.gir |
| |
| typelibsdir = $(libdir)/girepository-1.0 |
| typelibs_DATA = \ |
| src/gudev/GUdev-1.0.typelib |
| |
| CLEANFILES += $(gir_DATA) $(typelibs_DATA) |
| 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 |
| |
| EXTRA_DIST += \ |
| src/gudev/gudev-1.0.pc.in \ |
| src/gudev/gudevmarshal.list \ |
| src/gudev/gudevenumtypes.h.template \ |
| src/gudev/gudevenumtypes.c.template \ |
| src/gudev/gjs-example.js \ |
| src/gudev/seed-example-enum.js \ |
| src/gudev/seed-example.js |
| |
| # ------------------------------------------------------------------------------ |
| mtd_probe_SOURCES = \ |
| src/udev/mtd_probe/mtd_probe.c \ |
| src/udev/mtd_probe/mtd_probe.h \ |
| src/udev/mtd_probe/probe_smartmedia.c |
| |
| mtd_probe_CPPFLAGS = \ |
| $(AM_CPPFLAGS) |
| |
| dist_udevrules_DATA += \ |
| rules/75-probe_mtd.rules |
| |
| udevlibexec_PROGRAMS += \ |
| mtd_probe |
| |
| # ------------------------------------------------------------------------------ |
| libsystemd_id128_la_SOURCES = \ |
| src/libsystemd-id128/sd-id128.c |
| |
| libsystemd_id128_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=hidden |
| |
| libsystemd_id128_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBSYSTEMD_ID128_CURRENT):$(LIBSYSTEMD_ID128_REVISION):$(LIBSYSTEMD_ID128_AGE) \ |
| -Wl,--version-script=$(top_srcdir)/src/libsystemd-id128/libsystemd-id128.sym |
| |
| libsystemd_id128_la_LIBADD = \ |
| libsystemd-shared.la \ |
| libsystemd-label.la \ |
| libsystemd-daemon-internal.la |
| |
| libsystemd_id128_internal_la_SOURCES = \ |
| $(libsystemd_id128_la_SOURCES) |
| |
| test_id128_SOURCES = \ |
| src/test/test-id128.c |
| |
| test_id128_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-id128-internal.la |
| |
| tests += \ |
| test-id128 |
| |
| pkginclude_HEADERS += \ |
| src/systemd/sd-id128.h |
| |
| lib_LTLIBRARIES += \ |
| libsystemd-id128.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-id128-internal.la |
| |
| pkgconfiglib_DATA += \ |
| src/libsystemd-id128/libsystemd-id128.pc |
| |
| # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed |
| libsystemd-id128-install-hook: |
| libname=libsystemd-id128.so && $(move-to-rootlibdir) |
| |
| libsystemd-id128-uninstall-hook: |
| rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so* |
| |
| INSTALL_EXEC_HOOKS += libsystemd-id128-install-hook |
| UNINSTALL_EXEC_HOOKS += libsystemd-id128-uninstall-hook |
| |
| EXTRA_DIST += \ |
| src/libsystemd-id128/libsystemd-id128.pc.in \ |
| src/libsystemd-id128/libsystemd-id128.sym |
| |
| # ------------------------------------------------------------------------------ |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-activate |
| |
| systemd_activate_SOURCES = \ |
| src/activate/activate.c |
| |
| systemd_activate_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la |
| |
| # ------------------------------------------------------------------------------ |
| systemd_journald_SOURCES = \ |
| src/journal/journald.c \ |
| src/journal/journald-server.h |
| |
| systemd_journald_LDADD = \ |
| libsystemd-journal-internal.la \ |
| libsystemd-shared.la \ |
| libsystemd-id128-internal.la |
| |
| systemd_cat_SOURCES = \ |
| src/journal/cat.c |
| |
| systemd_cat_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la |
| |
| journalctl_SOURCES = \ |
| src/journal/journalctl.c |
| |
| journalctl_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| journalctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-logs.la |
| |
| if HAVE_ACL |
| journalctl_LDADD += \ |
| libsystemd-acl.la |
| endif |
| |
| if HAVE_QRENCODE |
| journalctl_SOURCES += \ |
| src/journal/journal-qrcode.c \ |
| src/journal/journal-qrcode.h |
| |
| journalctl_CFLAGS += \ |
| $(QRENCODE_CFLAGS) |
| |
| journalctl_LDADD += \ |
| $(QRENCODE_LIBS) |
| endif |
| |
| test_journal_SOURCES = \ |
| src/journal/test-journal.c |
| |
| test_journal_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_send_SOURCES = \ |
| src/journal/test-journal-send.c |
| |
| test_journal_send_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_syslog_SOURCES = \ |
| src/journal/test-journal-syslog.c |
| |
| test_journal_syslog_LDADD = \ |
| libsystemd-journal-internal.la \ |
| libsystemd-shared.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_match_SOURCES = \ |
| src/journal/test-journal-match.c |
| |
| test_journal_match_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_enum_SOURCES = \ |
| src/journal/test-journal-enum.c |
| |
| test_journal_enum_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_stream_SOURCES = \ |
| src/journal/test-journal-stream.c |
| |
| test_journal_stream_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_verify_SOURCES = \ |
| src/journal/test-journal-verify.c |
| |
| test_journal_verify_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_journal_interleaving_SOURCES = \ |
| src/journal/test-journal-interleaving.c |
| |
| test_journal_interleaving_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| test_mmap_cache_SOURCES = \ |
| src/journal/test-mmap-cache.c |
| |
| test_mmap_cache_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal-internal.la |
| |
| test_catalog_SOURCES = \ |
| src/journal/test-catalog.c |
| |
| test_catalog_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-label.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la |
| |
| libsystemd_journal_la_SOURCES = \ |
| src/journal/sd-journal.c \ |
| src/systemd/sd-journal.h \ |
| src/journal/journal-file.c \ |
| src/journal/journal-file.h \ |
| src/journal/journal-vacuum.c \ |
| src/journal/journal-vacuum.h \ |
| src/journal/journal-verify.c \ |
| src/journal/journal-verify.h \ |
| src/journal/lookup3.c \ |
| src/journal/lookup3.h \ |
| src/journal/journal-send.c \ |
| src/journal/journal-def.h \ |
| src/journal/compress.h \ |
| src/journal/catalog.c \ |
| src/journal/catalog.h \ |
| src/journal/mmap-cache.c \ |
| src/journal/mmap-cache.h |
| |
| libsystemd_journal_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=hidden |
| |
| libsystemd_journal_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBSYSTEMD_JOURNAL_CURRENT):$(LIBSYSTEMD_JOURNAL_REVISION):$(LIBSYSTEMD_JOURNAL_AGE) \ |
| -Wl,--version-script=$(top_srcdir)/src/journal/libsystemd-journal.sym |
| |
| libsystemd_journal_la_LIBADD = \ |
| libsystemd-shared.la \ |
| libsystemd-label.la \ |
| libsystemd-daemon-internal.la \ |
| libsystemd-id128-internal.la |
| |
| libsystemd_journal_internal_la_SOURCES = \ |
| $(libsystemd_journal_la_SOURCES) \ |
| src/journal/journald-kmsg.c \ |
| src/journal/journald-kmsg.h \ |
| src/journal/journald-syslog.c \ |
| src/journal/journald-syslog.h \ |
| src/journal/journald-stream.c \ |
| src/journal/journald-stream.h \ |
| src/journal/journald-server.c \ |
| src/journal/journald-server.h \ |
| src/journal/journald-console.c \ |
| src/journal/journald-console.h \ |
| src/journal/journald-native.c \ |
| src/journal/journald-native.h \ |
| src/journal/journald-rate-limit.c \ |
| src/journal/journald-rate-limit.h \ |
| src/journal/journal-internal.h |
| |
| libsystemd_journal_internal_la_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| libsystemd_journal_internal_la_LIBADD = \ |
| libsystemd-label.la \ |
| libsystemd-audit.la \ |
| libsystemd-daemon.la \ |
| libudev.la \ |
| libsystemd-shared.la \ |
| libsystemd-label.la |
| |
| nodist_libsystemd_journal_internal_la_SOURCES = \ |
| src/journal/journald-gperf.c |
| |
| if ENABLE_LOGIND |
| libsystemd_journal_internal_la_LIBADD += \ |
| libsystemd-login-internal.la |
| endif |
| |
| if HAVE_ACL |
| libsystemd_journal_internal_la_LIBADD += \ |
| libsystemd-acl.la |
| endif |
| |
| if HAVE_XZ |
| libsystemd_journal_la_SOURCES += \ |
| src/journal/compress.c |
| |
| libsystemd_journal_la_CFLAGS += \ |
| $(XZ_CFLAGS) |
| |
| libsystemd_journal_la_LIBADD += \ |
| $(XZ_LIBS) |
| |
| libsystemd_journal_internal_la_CFLAGS += \ |
| $(XZ_CFLAGS) |
| |
| libsystemd_journal_internal_la_LIBADD += \ |
| $(XZ_LIBS) |
| |
| endif |
| |
| if HAVE_GCRYPT |
| libsystemd_journal_la_SOURCES += \ |
| src/journal/journal-authenticate.c \ |
| src/journal/journal-authenticate.h \ |
| src/journal/fsprg.c \ |
| src/journal/fsprg.h |
| |
| libsystemd_journal_la_CFLAGS += \ |
| $(GCRYPT_CFLAGS) \ |
| -Wno-pointer-arith |
| |
| libsystemd_journal_la_LIBADD += \ |
| $(GCRYPT_LIBS) |
| |
| libsystemd_journal_internal_la_CFLAGS += \ |
| $(GCRYPT_CFLAGS) \ |
| -Wno-pointer-arith |
| |
| libsystemd_journal_internal_la_LIBADD += \ |
| $(GCRYPT_LIBS) |
| endif |
| |
| # move lib from $(libdir) to $(rootlibdir) and update devel link, if |
| # needed. Also, grant read access to new journal files to members of |
| # "adm" and "wheel". |
| libsystemd-journal-install-hook: |
| libname=libsystemd-journal.so && $(move-to-rootlibdir) |
| -$(MKDIR_P) $(DESTDIR)/var/log/journal |
| -chown 0:0 $(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:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/ |
| |
| libsystemd-journal-uninstall-hook: |
| rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so* |
| |
| INSTALL_EXEC_HOOKS += libsystemd-journal-install-hook |
| UNINSTALL_EXEC_HOOKS += libsystemd-journal-uninstall-hook |
| |
| # ------------------------------------------------------------------------------ |
| |
| # Update catalog on installation. Do not bother if installing |
| # in DESTDIR, since this is likely for packaging purposes. |
| catalog-update-hook: |
| -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog |
| |
| INSTALL_DATA_HOOKS += \ |
| catalog-update-hook |
| |
| catalog-remove-hook: |
| -test -n "$(DESTDIR)" || rm -f $(catalogstatedir)/database |
| |
| UNINSTALL_DATA_HOOKS += \ |
| catalog-remove-hook |
| |
| manual_tests += \ |
| test-journal-enum |
| |
| tests += \ |
| test-journal \ |
| test-journal-send \ |
| test-journal-syslog \ |
| test-journal-match \ |
| test-journal-stream \ |
| test-journal-verify \ |
| test-journal-interleaving \ |
| test-mmap-cache \ |
| test-catalog |
| |
| pkginclude_HEADERS += \ |
| src/systemd/sd-journal.h \ |
| src/systemd/sd-messages.h |
| |
| lib_LTLIBRARIES += \ |
| libsystemd-journal.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-journal-internal.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-journald |
| |
| rootbin_PROGRAMS += \ |
| journalctl |
| |
| bin_PROGRAMS += \ |
| systemd-cat |
| |
| dist_systemunit_DATA += \ |
| units/systemd-journald.socket |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-journald.service \ |
| units/systemd-journal-flush.service |
| |
| dist_pkgsysconf_DATA += \ |
| src/journal/journald.conf |
| |
| pkgconfiglib_DATA += \ |
| src/journal/libsystemd-journal.pc |
| |
| dist_catalog_DATA = \ |
| catalog/systemd.catalog |
| |
| SOCKETS_TARGET_WANTS += \ |
| systemd-journald.socket |
| SYSINIT_TARGET_WANTS += \ |
| systemd-journald.service \ |
| systemd-journal-flush.service |
| |
| EXTRA_DIST += \ |
| src/journal/libsystemd-journal.pc.in \ |
| src/journal/libsystemd-journal.sym \ |
| units/systemd-journald.service.in \ |
| units/systemd-journal-flush.service.in \ |
| src/journal/journald-gperf.gperf |
| |
| CLEANFILES += \ |
| src/journal/journald-gperf.c |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_MICROHTTPD |
| gatewayddocumentrootdir=$(pkgdatadir)/gatewayd |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-journal-gatewayd |
| |
| systemd_journal_gatewayd_SOURCES = \ |
| src/journal/journal-gatewayd.c \ |
| src/journal/microhttpd-util.h \ |
| src/journal/microhttpd-util.c |
| |
| systemd_journal_gatewayd_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-logs.la \ |
| libsystemd-journal-internal.la \ |
| libsystemd-id128-internal.la \ |
| libsystemd-daemon.la \ |
| libsystemd-bus.la \ |
| $(MICROHTTPD_LIBS) |
| |
| systemd_journal_gatewayd_CFLAGS = \ |
| -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\" \ |
| $(AM_CFLAGS) \ |
| $(MICROHTTPD_CFLAGS) |
| |
| dist_systemunit_DATA += \ |
| units/systemd-journal-gatewayd.socket |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-journal-gatewayd.service |
| |
| dist_gatewayddocumentroot_DATA = \ |
| src/journal/browse.html |
| |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-journal-gatewayd.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_COREDUMP |
| systemd_coredump_SOURCES = \ |
| src/journal/coredump.c |
| |
| systemd_coredump_LDADD = \ |
| libsystemd-journal-internal.la \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| if ENABLE_LOGIND |
| systemd_coredump_LDADD += \ |
| libsystemd-login-internal.la |
| endif |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-coredump |
| |
| systemd_coredumpctl_SOURCES = \ |
| src/journal/coredumpctl.c |
| |
| systemd_coredumpctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal.la |
| |
| bin_PROGRAMS += \ |
| systemd-coredumpctl |
| |
| dist_bashcompletion_DATA += \ |
| shell-completion/bash/systemd-coredumpctl |
| |
| sysctl_DATA = \ |
| sysctl.d/50-coredump.conf |
| |
| CLEANFILES += \ |
| sysctl.d/50-coredump.conf |
| endif |
| |
| EXTRA_DIST += \ |
| sysctl.d/50-coredump.conf.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_BINFMT |
| systemd_binfmt_SOURCES = \ |
| src/binfmt/binfmt.c |
| |
| systemd_binfmt_LDADD = \ |
| libsystemd-shared.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-binfmt |
| |
| dist_systemunit_DATA += \ |
| units/proc-sys-fs-binfmt_misc.automount \ |
| units/proc-sys-fs-binfmt_misc.mount |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-binfmt.service |
| |
| INSTALL_DIRS += \ |
| $(prefix)/lib/binfmt.d \ |
| $(sysconfdir)/binfmt.d |
| |
| SYSINIT_TARGET_WANTS += \ |
| systemd-binfmt.service \ |
| proc-sys-fs-binfmt_misc.automount |
| |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-binfmt.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_VCONSOLE |
| systemd_vconsole_setup_SOURCES = \ |
| src/vconsole/vconsole-setup.c |
| |
| systemd_vconsole_setup_LDADD = \ |
| libsystemd-shared.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-vconsole-setup |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-vconsole-setup.service |
| |
| SYSINIT_TARGET_WANTS += \ |
| systemd-vconsole-setup.service |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-vconsole-setup.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_READAHEAD |
| systemd_readahead_SOURCES = \ |
| src/readahead/readahead.c \ |
| src/readahead/readahead-collect.c \ |
| src/readahead/readahead-replay.c \ |
| src/readahead/readahead-analyze.c \ |
| src/readahead/readahead-common.c \ |
| src/readahead/readahead-common.h |
| |
| systemd_readahead_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libudev.la |
| |
| dist_doc_DATA += \ |
| src/readahead/sd-readahead.c \ |
| src/systemd/sd-readahead.h |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-readahead |
| |
| dist_systemunit_DATA += \ |
| units/systemd-readahead-drop.service \ |
| units/systemd-readahead-done.timer |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-readahead-collect.service \ |
| units/systemd-readahead-replay.service \ |
| units/systemd-readahead-done.service |
| |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-readahead-collect.service.in \ |
| units/systemd-readahead-replay.service.in \ |
| units/systemd-readahead-done.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_BOOTCHART |
| systemd_bootchart_SOURCES = \ |
| src/bootchart/bootchart.c \ |
| src/bootchart/bootchart.h \ |
| src/bootchart/store.c \ |
| src/bootchart/store.h \ |
| src/bootchart/svg.c \ |
| src/bootchart/svg.h |
| |
| systemd_bootchart_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-journal.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-bootchart |
| |
| dist_pkgsysconf_DATA += \ |
| src/bootchart/bootchart.conf |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_QUOTACHECK |
| rootlibexec_PROGRAMS += \ |
| systemd-quotacheck |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-quotacheck.service |
| |
| systemd_quotacheck_SOURCES = \ |
| src/quotacheck/quotacheck.c |
| |
| systemd_quotacheck_LDADD = \ |
| libsystemd-shared.la |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-quotacheck.service.in |
| |
| nodist_systemunit_DATA += \ |
| units/quotaon.service |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_RANDOMSEED |
| rootlibexec_PROGRAMS += \ |
| systemd-random-seed |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-random-seed.service |
| |
| systemd_random_seed_SOURCES = \ |
| src/random-seed/random-seed.c |
| |
| systemd_random_seed_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| SYSINIT_TARGET_WANTS += \ |
| systemd-random-seed.service |
| |
| endif |
| |
| EXTRA_DIST += \ |
| units/systemd-random-seed.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_LIBCRYPTSETUP |
| rootlibexec_PROGRAMS += \ |
| systemd-cryptsetup |
| |
| systemgenerator_PROGRAMS += \ |
| systemd-cryptsetup-generator |
| |
| dist_systemunit_DATA += \ |
| units/cryptsetup.target |
| |
| systemd_cryptsetup_SOURCES = \ |
| src/cryptsetup/cryptsetup.c |
| |
| systemd_cryptsetup_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(LIBCRYPTSETUP_CFLAGS) |
| |
| systemd_cryptsetup_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libudev.la \ |
| $(LIBCRYPTSETUP_LIBS) |
| |
| systemd_cryptsetup_generator_SOURCES = \ |
| src/cryptsetup/cryptsetup-generator.c |
| |
| systemd_cryptsetup_generator_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| SYSINIT_TARGET_WANTS += \ |
| cryptsetup.target |
| |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_HOSTNAMED |
| systemd_hostnamed_SOURCES = \ |
| src/hostname/hostnamed.c |
| |
| systemd_hostnamed_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_hostnamed_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-hostnamed |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-hostnamed.service |
| |
| dist_dbuspolicy_DATA += \ |
| src/hostname/org.freedesktop.hostname1.conf |
| |
| dist_dbussystemservice_DATA += \ |
| src/hostname/org.freedesktop.hostname1.service |
| |
| polkitpolicy_files += \ |
| src/hostname/org.freedesktop.hostname1.policy |
| |
| dbusinterface_DATA += \ |
| org.freedesktop.hostname1.xml |
| |
| org.freedesktop.hostname1.xml: systemd-hostnamed |
| $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.hostname1 $< $@.tmp && \ |
| $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \ |
| $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp |
| |
| SYSTEM_UNIT_ALIASES += \ |
| systemd-hostnamed.service dbus-org.freedesktop.hostname1.service |
| |
| hostnamectl_SOURCES = \ |
| src/hostname/hostnamectl.c |
| |
| hostnamectl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| hostnamectl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libsystemd-id128-internal.la |
| |
| bin_PROGRAMS += \ |
| hostnamectl |
| |
| dist_bashcompletion_DATA += \ |
| shell-completion/bash/hostnamectl |
| |
| endif |
| |
| polkitpolicy_in_files += \ |
| src/hostname/org.freedesktop.hostname1.policy.in |
| |
| EXTRA_DIST += \ |
| units/systemd-hostnamed.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_LOCALED |
| systemd_localed_SOURCES = \ |
| src/locale/localed.c |
| |
| systemd_localed_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_localed_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-localed.service |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-localed |
| |
| dist_dbuspolicy_DATA += \ |
| src/locale/org.freedesktop.locale1.conf |
| |
| dist_dbussystemservice_DATA += \ |
| src/locale/org.freedesktop.locale1.service |
| |
| polkitpolicy_files += \ |
| src/locale/org.freedesktop.locale1.policy |
| |
| dbusinterface_DATA += \ |
| org.freedesktop.locale1.xml |
| |
| org.freedesktop.locale1.xml: systemd-localed |
| $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.locale1 $< $@.tmp && \ |
| $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \ |
| $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp |
| |
| SYSTEM_UNIT_ALIASES += \ |
| systemd-localed.service dbus-org.freedesktop.locale1.service |
| |
| dist_pkgdata_DATA += \ |
| src/locale/kbd-model-map |
| |
| dist_noinst_SCRIPT = \ |
| src/locale/generate-kbd-model-map |
| |
| update-kbd-model-map: src/locale/generate-kbd-model-map |
| $PYTHON $< > src/locale/kbd-model-map |
| |
| localectl_SOURCES = \ |
| src/locale/localectl.c |
| |
| localectl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| localectl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libsystemd-id128-internal.la |
| |
| bin_PROGRAMS += \ |
| localectl |
| |
| dist_bashcompletion_DATA += \ |
| shell-completion/bash/localectl |
| |
| endif |
| |
| polkitpolicy_in_files += \ |
| src/locale/org.freedesktop.locale1.policy.in |
| |
| EXTRA_DIST += \ |
| units/systemd-localed.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_TIMEDATED |
| systemd_timedated_SOURCES = \ |
| src/timedate/timedated.c |
| |
| systemd_timedated_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_timedated_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-timedated |
| |
| dist_dbussystemservice_DATA += \ |
| src/timedate/org.freedesktop.timedate1.service |
| |
| dist_dbuspolicy_DATA += \ |
| src/timedate/org.freedesktop.timedate1.conf |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-timedated.service |
| |
| polkitpolicy_files += \ |
| src/timedate/org.freedesktop.timedate1.policy |
| |
| org.freedesktop.timedate1.xml: systemd-timedated |
| $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.timedate1 $< $@.tmp && \ |
| $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \ |
| $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp |
| |
| dbusinterface_DATA += \ |
| org.freedesktop.timedate1.xml |
| |
| INSTALL_DIRS += \ |
| $(prefix)/lib/systemd/ntp-units.d \ |
| $(sysconfdir)/systemd/ntp-units.d |
| |
| SYSTEM_UNIT_ALIASES += \ |
| systemd-timedated.service dbus-org.freedesktop.timedate1.service |
| |
| timedatectl_SOURCES = \ |
| src/timedate/timedatectl.c |
| |
| timedatectl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| timedatectl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la |
| |
| bin_PROGRAMS += \ |
| timedatectl |
| |
| dist_bashcompletion_DATA += \ |
| shell-completion/bash/timedatectl |
| endif |
| |
| polkitpolicy_in_files += \ |
| src/timedate/org.freedesktop.timedate1.policy.in |
| |
| EXTRA_DIST += \ |
| units/systemd-timedated.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_MYHOSTNAME |
| libnss_myhostname_la_SOURCES = \ |
| src/nss-myhostname/nss-myhostname.c \ |
| src/nss-myhostname/ifconf.h \ |
| src/nss-myhostname/netlink.c |
| |
| libnss_myhostname_la_CFLAGS = \ |
| $(AM_CFLAGS) |
| |
| libnss_myhostname_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -module \ |
| -export-dynamic \ |
| -avoid-version \ |
| -shared \ |
| -shrext .so.2 |
| |
| lib_LTLIBRARIES += \ |
| libnss_myhostname.la |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_MACHINED |
| systemd_machined_SOURCES = \ |
| src/machine/machined.c \ |
| src/machine/machined.h |
| |
| systemd_machined_CFLAGS = \ |
| $(libsystemd_machine_core_la_CFLAGS) |
| |
| systemd_machined_LDADD = \ |
| libsystemd-machine-core.la \ |
| $(libsystemd_machine_core_la_LIBADD) |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-machined |
| |
| libsystemd_machine_core_la_SOURCES = \ |
| src/machine/machined-dbus.c \ |
| src/machine/machine.c \ |
| src/machine/machine.h \ |
| src/machine/machine-dbus.c |
| |
| libsystemd_machine_core_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| libsystemd_machine_core_la_LIBADD = \ |
| libsystemd-label.la \ |
| libsystemd-audit.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la \ |
| libsystemd-id128-internal.la \ |
| libudev.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-machine-core.la |
| |
| machinectl_SOURCES = \ |
| src/machine/machinectl.c |
| |
| machinectl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| machinectl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libudev.la |
| |
| rootbin_PROGRAMS += \ |
| machinectl |
| |
| test_machine_tables_SOURCES = \ |
| src/machine/test-machine-tables.c |
| |
| test_machine_tables_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_machine_tables_LDADD = \ |
| libsystemd-machine-core.la |
| |
| tests += \ |
| test-machine-tables |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-machined.service |
| |
| dist_systemunit_DATA += \ |
| units/machine.slice |
| |
| dist_dbussystemservice_DATA += \ |
| src/machine/org.freedesktop.machine1.service |
| |
| dist_dbuspolicy_DATA += \ |
| src/machine/org.freedesktop.machine1.conf |
| |
| SYSTEM_UNIT_ALIASES += \ |
| systemd-machined.service dbus-org.freedesktop.machine1.service |
| |
| EXTRA_DIST += \ |
| units/systemd-machined.service.in |
| |
| endif |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_LOGIND |
| systemd_logind_SOURCES = \ |
| src/login/logind.c \ |
| src/login/logind.h |
| |
| nodist_systemd_logind_SOURCES = \ |
| src/login/logind-gperf.c |
| |
| systemd_logind_CFLAGS = \ |
| $(libsystemd_logind_core_la_CFLAGS) |
| |
| systemd_logind_LDADD = \ |
| libsystemd-logind-core.la \ |
| $(libsystemd_logind_core_la_LIBADD) |
| |
| if HAVE_ACL |
| systemd_logind_SOURCES += \ |
| src/login/logind-acl.c |
| |
| systemd_logind_LDADD += \ |
| libsystemd-acl.la |
| endif |
| |
| libsystemd_logind_core_la_SOURCES = \ |
| src/login/logind-dbus.c \ |
| src/login/logind-device.c \ |
| src/login/logind-device.h \ |
| src/login/logind-button.c \ |
| src/login/logind-button.h \ |
| src/login/logind-action.c \ |
| src/login/logind-action.h \ |
| src/login/logind-seat.c \ |
| src/login/logind-seat.h \ |
| src/login/logind-session.c \ |
| src/login/logind-session.h \ |
| src/login/logind-user.c \ |
| src/login/logind-user.h \ |
| src/login/logind-inhibit.c \ |
| src/login/logind-inhibit.h \ |
| src/login/logind-session-dbus.c \ |
| src/login/logind-seat-dbus.c \ |
| src/login/logind-user-dbus.c \ |
| src/login/logind-acl.h |
| |
| libsystemd_logind_core_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| libsystemd_logind_core_la_LIBADD = \ |
| libsystemd-label.la \ |
| libsystemd-audit.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon.la \ |
| libsystemd-dbus.la \ |
| libsystemd-id128-internal.la \ |
| libudev.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-logind-core.la |
| |
| systemd_user_sessions_SOURCES = \ |
| src/login/user-sessions.c |
| |
| systemd_user_sessions_LDADD = \ |
| libsystemd-shared.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-logind \ |
| systemd-user-sessions |
| |
| loginctl_SOURCES = \ |
| src/login/loginctl.c \ |
| src/login/sysfs-show.c |
| |
| loginctl_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| loginctl_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la \ |
| libudev.la |
| |
| rootbin_PROGRAMS += \ |
| loginctl |
| |
| dist_bashcompletion_DATA += \ |
| shell-completion/bash/loginctl |
| |
| systemd_inhibit_SOURCES = \ |
| src/login/inhibit.c |
| |
| systemd_inhibit_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| systemd_inhibit_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la |
| |
| rootbin_PROGRAMS += \ |
| systemd-inhibit |
| |
| test_login_SOURCES = \ |
| src/login/test-login.c |
| |
| test_login_LDADD = \ |
| libsystemd-login-internal.la \ |
| libsystemd-shared.la |
| |
| test_inhibit_SOURCES = \ |
| src/login/test-inhibit.c |
| |
| test_inhibit_LDADD = \ |
| libsystemd-shared.la \ |
| libsystemd-dbus.la |
| |
| test_inhibit_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_login_tables_SOURCES = \ |
| src/login/test-login-tables.c |
| |
| test_login_tables_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(DBUS_CFLAGS) |
| |
| test_login_tables_LDADD = \ |
| libsystemd-logind-core.la |
| |
| manual_tests += \ |
| test-login \ |
| test-inhibit |
| |
| tests += \ |
| test-login-tables |
| |
| libsystemd_login_la_SOURCES = \ |
| src/login/sd-login.c |
| |
| libsystemd_login_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=hidden |
| |
| libsystemd_login_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \ |
| -Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym |
| |
| libsystemd_login_la_LIBADD = \ |
| libsystemd-shared.la \ |
| libsystemd-daemon-internal.la |
| |
| libsystemd_login_internal_la_SOURCES = \ |
| $(libsystemd_login_la_SOURCES) |
| |
| if HAVE_PAM |
| pam_systemd_la_SOURCES = \ |
| src/login/pam-module.c |
| |
| pam_systemd_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| $(PAM_CFLAGS) \ |
| $(DBUS_CFLAGS) \ |
| -fvisibility=hidden |
| |
| pam_systemd_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -module \ |
| -export-dynamic \ |
| -avoid-version \ |
| -shared \ |
| -export-symbols-regex '^pam_sm_.*' |
| |
| pam_systemd_la_LIBADD = \ |
| libsystemd-audit.la \ |
| libsystemd-dbus.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon-internal.la \ |
| $(PAM_LIBS) |
| |
| pamlib_LTLIBRARIES = \ |
| pam_systemd.la |
| endif |
| |
| # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed |
| libsystemd-login-install-hook: |
| libname=libsystemd-login.so && $(move-to-rootlibdir) |
| |
| libsystemd-login-uninstall-hook: |
| rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so* |
| |
| INSTALL_EXEC_HOOKS += libsystemd-login-install-hook |
| UNINSTALL_EXEC_HOOKS += libsystemd-login-uninstall-hook |
| |
| nodist_systemunit_DATA += \ |
| units/systemd-logind.service \ |
| units/systemd-user-sessions.service |
| |
| dist_systemunit_DATA += \ |
| units/user.slice |
| |
| dist_dbussystemservice_DATA += \ |
| src/login/org.freedesktop.login1.service |
| |
| dist_dbuspolicy_DATA += \ |
| src/login/org.freedesktop.login1.conf |
| |
| dist_pkgsysconf_DATA += \ |
| src/login/logind.conf |
| |
| pkginclude_HEADERS += \ |
| src/systemd/sd-login.h |
| |
| lib_LTLIBRARIES += \ |
| libsystemd-login.la |
| |
| noinst_LTLIBRARIES += \ |
| libsystemd-login-internal.la |
| |
| pkgconfiglib_DATA += \ |
| src/login/libsystemd-login.pc |
| |
| polkitpolicy_files += \ |
| src/login/org.freedesktop.login1.policy |
| |
| INSTALL_DIRS += \ |
| $(systemdstatedir) |
| |
| MULTI_USER_TARGET_WANTS += \ |
| systemd-logind.service \ |
| systemd-user-sessions.service |
| |
| SYSTEM_UNIT_ALIASES += \ |
| systemd-logind.service dbus-org.freedesktop.login1.service |
| |
| systemd_multi_seat_x_SOURCES = \ |
| src/login/multi-seat-x.c |
| |
| systemd_multi_seat_x_LDADD = \ |
| libsystemd-label.la \ |
| libsystemd-shared.la |
| |
| rootlibexec_PROGRAMS += \ |
| systemd-multi-seat-x |
| |
| dist_udevrules_DATA += \ |
| src/login/70-uaccess.rules \ |
| src/login/70-power-switch.rules |
| |
| nodist_udevrules_DATA += \ |
| src/login/71-seat.rules \ |
| src/login/73-seat-late.rules |
| |
| CLEANFILES += \ |
| src/login/logind-gperf.c \ |
| src/login/71-seat.rules \ |
| src/login/73-seat-late.rules |
| endif |
| |
| polkitpolicy_in_files += \ |
| src/login/org.freedesktop.login1.policy.in |
| |
| EXTRA_DIST += \ |
| src/login/logind-gperf.gperf \ |
| src/login/libsystemd-login.pc.in \ |
| src/login/libsystemd-login.sym \ |
| src/login/71-seat.rules.in \ |
| src/login/73-seat-late.rules.in \ |
| units/systemd-logind.service.in \ |
| units/systemd-user-sessions.service.in |
| |
| # ------------------------------------------------------------------------------ |
| if HAVE_PYTHON_DEVEL |
| pkgpyexec_LTLIBRARIES = \ |
| _journal.la \ |
| id128.la \ |
| _daemon.la \ |
| _reader.la \ |
| login.la |
| |
| _journal_la_SOURCES = \ |
| src/python-systemd/_journal.c |
| |
| _journal_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(PYTHON_CFLAGS) |
| |
| _journal_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -shared \ |
| -module \ |
| -avoid-version |
| |
| _journal_la_LIBADD = \ |
| $(PYTHON_LIBS) \ |
| libsystemd-journal.la |
| |
| id128_la_SOURCES = \ |
| src/python-systemd/id128.c \ |
| src/python-systemd/id128-constants.h \ |
| src/python-systemd/pyutil.c \ |
| src/python-systemd/pyutil.h |
| |
| id128_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(PYTHON_CFLAGS) \ |
| -I$(top_builddir)/src/python-systemd |
| |
| id128_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -shared \ |
| -module \ |
| -avoid-version |
| |
| id128_la_LIBADD = \ |
| $(PYTHON_LIBS) \ |
| libsystemd-id128.la |
| |
| _daemon_la_SOURCES = \ |
| src/python-systemd/_daemon.c \ |
| src/python-systemd/pyutil.c \ |
| src/python-systemd/pyutil.h |
| |
| _daemon_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(PYTHON_CFLAGS) \ |
| -I$(top_builddir)/src/python-systemd |
| |
| _daemon_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -shared \ |
| -module \ |
| -avoid-version |
| |
| _daemon_la_LIBADD = \ |
| $(PYTHON_LIBS) \ |
| libsystemd-daemon.la |
| |
| _reader_la_SOURCES = \ |
| src/python-systemd/_reader.c \ |
| src/python-systemd/pyutil.c \ |
| src/python-systemd/pyutil.h |
| |
| _reader_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(PYTHON_CFLAGS) |
| |
| _reader_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -shared \ |
| -module \ |
| -avoid-version |
| |
| _reader_la_LIBADD = \ |
| $(PYTHON_LIBS) \ |
| libsystemd-journal.la \ |
| libsystemd-id128.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon-internal.la |
| |
| login_la_SOURCES = \ |
| src/python-systemd/login.c \ |
| src/python-systemd/pyutil.c \ |
| src/python-systemd/pyutil.h |
| |
| login_la_CFLAGS = \ |
| $(AM_CFLAGS) \ |
| -fvisibility=default \ |
| $(PYTHON_CFLAGS) |
| |
| login_la_LDFLAGS = \ |
| $(AM_LDFLAGS) \ |
| -shared \ |
| -module \ |
| -avoid-version |
| |
| login_la_LIBADD = \ |
| $(PYTHON_LIBS) \ |
| libsystemd-journal.la \ |
| libsystemd-login.la \ |
| libsystemd-shared.la \ |
| libsystemd-daemon-internal.la |
| |
| dist_pkgpyexec_PYTHON = \ |
| src/python-systemd/journal.py \ |
| src/python-systemd/daemon.py \ |
| src/python-systemd/__init__.py |
| |
| src/python-systemd/id128-constants.h: src/systemd/sd-messages.h Makefile |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)$(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@ |
| |
| BUILT_SOURCES += \ |
| src/python-systemd/id128-constants.h |
| |
| SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION) |
| sphinx-%: |
| $(AM_V_at)test -n "$(SPHINX_BUILD)" || { echo " *** sphinx-build is not available"; exit 1; } |
| $(AM_V_GEN)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) $(top_srcdir)/src/python-systemd/docs $(top_builddir)/docs/html/python-systemd/ |
| $(AM_V_at)echo Output has been generated in $(abs_top_builddir)/docs/html/python-systemd/ |
| |
| python-shell: |
| $(AM_V_at)echo "Starting python with $(DESTDIR)$(pyexecdir)" |
| $(AM_V_at)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(PYTHON) |
| |
| destdir-sphinx: all |
| dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \ |
| $(MAKE) DESTDIR="$$dir" install && \ |
| $(MAKE) DESTDIR="$$dir" sphinx-html && \ |
| rm -rf "$$dir" |
| |
| endif |
| |
| CLEAN_LOCAL_HOOKS += clean-sphinx |
| |
| clean-sphinx: |
| -rm -rf docs/html/python-systemd/ |
| |
| # ------------------------------------------------------------------------------ |
| substitutions = \ |
| '|rootlibexecdir=$(rootlibexecdir)|' \ |
| '|rootbindir=$(rootbindir)|' \ |
| '|bindir=$(bindir)|' \ |
| '|SYSTEMCTL=$(rootbindir)/systemctl|' \ |
| '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \ |
| '|pkgsysconfdir=$(pkgsysconfdir)|' \ |
| '|SYSTEM_CONFIG_UNIT_PATH=$(pkgsysconfdir)/system|' \ |
| '|USER_CONFIG_UNIT_PATH=$(pkgsysconfdir)/user|' \ |
| '|pkgdatadir=$(pkgdatadir)|' \ |
| '|systemunitdir=$(systemunitdir)|' \ |
| '|userunitdir=$(userunitdir)|' \ |
| '|systempresetdir=$(systempresetdir)|' \ |
| '|userpresetdir=$(userpresetdir)|' \ |
| '|udevhwdbdir=$(udevhwdbdir)|' \ |
| '|udevrulesdir=$(udevrulesdir)|' \ |
| '|catalogdir=$(catalogdir)|' \ |
| '|tmpfilesdir=$(tmpfilesdir)|' \ |
| '|sysctldir=$(sysctldir)|' \ |
| '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \ |
| '|PACKAGE_NAME=$(PACKAGE_NAME)|' \ |
| '|PACKAGE_URL=$(PACKAGE_URL)|' \ |
| '|RANDOM_SEED=$(localstatedir)/lib/random-seed|' \ |
| '|prefix=$(prefix)|' \ |
| '|exec_prefix=$(exec_prefix)|' \ |
| '|libdir=$(libdir)|' \ |
| '|includedir=$(includedir)|' \ |
| '|VERSION=$(VERSION)|' \ |
| '|rootprefix=$(rootprefix)|' \ |
| '|udevlibexecdir=$(udevlibexecdir)|' \ |
| '|SUSHELL=$(SUSHELL)|' \ |
| '|DEBUGTTY=$(DEBUGTTY)|' \ |
| '|KILL=$(KILL)|' \ |
| '|KMOD=$(KMOD)|' \ |
| '|MKDIR_P=$(MKDIR_P)|' \ |
| '|QUOTAON=$(QUOTAON)|' \ |
| '|QUOTACHECK=$(QUOTACHECK)|' \ |
| '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \ |
| '|VARLOGDIR=$(varlogdir)|' \ |
| '|RC_LOCAL_SCRIPT_PATH_START=$(RC_LOCAL_SCRIPT_PATH_START)|' \ |
| '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \ |
| '|PYTHON=$(PYTHON)|' \ |
| '|PYTHON_BINARY=$(PYTHON_BINARY)|' |
| |
| SED_PROCESS = \ |
| $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ |
| $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \ |
| < $< > $@ |
| |
| units/%: units/%.in Makefile |
| $(SED_PROCESS) |
| |
| man/%: man/%.in Makefile |
| $(SED_PROCESS) |
| |
| sysctl.d/%: sysctl.d/%.in Makefile |
| $(SED_PROCESS) |
| |
| %.pc: %.pc.in Makefile |
| $(SED_PROCESS) |
| |
| src/core/macros.%: src/core/macros.%.in Makefile |
| $(SED_PROCESS) |
| |
| src/%.policy.in: src/%.policy.in.in Makefile |
| $(SED_PROCESS) |
| |
| %.rules: %.rules.in Makefile |
| $(SED_PROCESS) |
| |
| %.sh: %.sh.in Makefile |
| $(SED_PROCESS) |
| $(AM_V_GEN)chmod +x $@ |
| |
| src/%.c: src/%.gperf |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_GPERF)$(GPERF) < $< > $@ |
| |
| src/%: src/%.m4 |
| $(AM_V_at)$(MKDIR_P) $(dir $@) |
| $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@ |
| |
| units/%: units/%.m4 Makefile |
| $(AM_V_M4)$(MKDIR_P) $(dir $@) |
| $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@ |
| |
| units/user/%: units/%.m4 Makefile |
| $(AM_V_M4)$(MKDIR_P) $(dir $@) |
| $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@ |
| |
| if ENABLE_POLKIT |
| nodist_polkitpolicy_DATA = \ |
| $(polkitpolicy_files) \ |
| $(polkitpolicy_in_in_files:.policy.in.in=.policy) |
| endif |
| |
| EXTRA_DIST += \ |
| $(polkitpolicy_in_files) \ |
| $(polkitpolicy_in_in_files) |
| |
| CLEANFILES += \ |
| $(nodist_systemunit_DATA) \ |
| $(nodist_userunit_DATA) \ |
| $(pkgconfigdata_DATA) \ |
| $(pkgconfiglib_DATA) \ |
| $(nodist_polkitpolicy_DATA) |
| |
| # ------------------------------------------------------------------------------ |
| if ENABLE_MANPAGES |
| man/custom-entities.ent: Makefile |
| $(AM_V_GEN)$(MKDIR_P) $(dir $@) |
| $(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \ |
| echo '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">,$(substitutions))))') \ |
| > $@ # ' |
| |
| DISTCLEANFILES += \ |
| man/custom-entities.ent |
| |
| XSLTPROC_FLAGS = \ |
| --nonet \ |
| --stringparam man.output.quietly 1 \ |
| --stringparam funcsynopsis.style ansi \ |
| --stringparam man.authors.section.enabled 0 \ |
| --stringparam man.copyright.section.enabled 0 \ |
| --stringparam systemd.version $(VERSION) \ |
| --path '$(builddir)/man:$(srcdir)/man' |
| |
| XSLTPROC_PROCESS_MAN = \ |
| $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-man.xsl $< |
| |
| XSLTPROC_PROCESS_HTML = \ |
| $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $< |
| |
| man/%.1: man/%.xml man/custom-man.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_MAN) |
| |
| man/%.3: man/%.xml man/custom-man.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_MAN) |
| |
| man/%.5: man/%.xml man/custom-man.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_MAN) |
| |
| man/%.7: man/%.xml man/custom-man.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_MAN) |
| |
| man/%.8: man/%.xml man/custom-man.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_MAN) |
| |
| man/%.html: man/%.xml man/custom-html.xsl man/custom-entities.ent |
| $(XSLTPROC_PROCESS_HTML) |
| |
| define html-alias |
| $(AM_V_LN)$(LN_S) -f $(notdir $<) $@ |
| endef |
| |
| endif |
| |
| EXTRA_DIST += \ |
| man/custom-html.xsl \ |
| man/custom-man.xsl |
| |
| # ------------------------------------------------------------------------------ |
| DBUS_PREPROCESS = $(CPP) -P $(CFLAGS) $(DBUS_CFLAGS) -imacros dbus/dbus-protocol.h |
| |
| CLEANFILES += \ |
| $(dbusinterface_DATA) |
| |
| if HAVE_SYSV_COMPAT |
| sysvinit_DATA = \ |
| docs/sysvinit/README |
| |
| varlog_DATA = \ |
| docs/var-log/README |
| |
| docs/sysvinit/README: docs/sysvinit/README.in |
| $(SED_PROCESS) |
| |
| docs/var-log/README: docs/var-log/README.in |
| $(SED_PROCESS) |
| |
| CLEANFILES += \ |
| docs/sysvinit/README \ |
| docs/var-log/README |
| endif |
| |
| EXTRA_DIST += \ |
| docs/sysvinit/README.in \ |
| docs/var-log/README.in |
| |
| EXTRA_DIST += \ |
| shell-completion/systemd-zsh-completion.zsh |
| |
| SOCKETS_TARGET_WANTS += \ |
| systemd-initctl.socket \ |
| systemd-shutdownd.socket |
| |
| if HAVE_SYSV_COMPAT |
| RUNLEVEL1_TARGET_WANTS += \ |
| systemd-update-utmp-runlevel.service |
| RUNLEVEL2_TARGET_WANTS += \ |
| systemd-update-utmp-runlevel.service |
| RUNLEVEL3_TARGET_WANTS += \ |
| systemd-update-utmp-runlevel.service |
| RUNLEVEL4_TARGET_WANTS += \ |
| systemd-update-utmp-runlevel.service |
| RUNLEVEL5_TARGET_WANTS += \ |
| systemd-update-utmp-runlevel.service |
| endif |
| SYSINIT_TARGET_WANTS += \ |
| systemd-update-utmp.service |
| LOCAL_FS_TARGET_WANTS += \ |
| systemd-remount-fs.service \ |
| systemd-fsck-root.service \ |
| tmp.mount |
| MULTI_USER_TARGET_WANTS += \ |
| getty.target \ |
| systemd-ask-password-wall.path |
| SYSINIT_TARGET_WANTS += \ |
| dev-hugepages.mount \ |
| dev-mqueue.mount \ |
| sys-kernel-config.mount \ |
| sys-kernel-debug.mount \ |
| sys-fs-fuse-connections.mount \ |
| systemd-sysctl.service \ |
| systemd-ask-password-console.path |
| |
| if HAVE_SYSV_COMPAT |
| SYSTEM_UNIT_ALIASES += \ |
| poweroff.target runlevel0.target \ |
| rescue.target runlevel1.target \ |
| multi-user.target runlevel2.target \ |
| multi-user.target runlevel3.target \ |
| multi-user.target runlevel4.target \ |
| graphical.target runlevel5.target \ |
| reboot.target runlevel6.target |
| endif |
| |
| SYSTEM_UNIT_ALIASES += \ |
| graphical.target default.target \ |
| reboot.target ctrl-alt-del.target \ |
| getty@.service autovt@.service |
| |
| USER_UNIT_ALIASES += \ |
| $(systemunitdir)/shutdown.target shutdown.target \ |
| $(systemunitdir)/sockets.target sockets.target \ |
| $(systemunitdir)/timers.target timers.target \ |
| $(systemunitdir)/paths.target paths.target \ |
| $(systemunitdir)/bluetooth.target bluetooth.target \ |
| $(systemunitdir)/printer.target printer.target \ |
| $(systemunitdir)/sound.target sound.target \ |
| $(systemunitdir)/smartcard.target smartcard.target |
| |
| GENERAL_ALIASES += \ |
| $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \ |
| $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \ |
| $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \ |
| ../system-services/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service |
| |
| if HAVE_SYSV_COMPAT |
| INSTALL_DIRS += \ |
| $(systemunitdir)/runlevel1.target.wants \ |
| $(systemunitdir)/runlevel2.target.wants \ |
| $(systemunitdir)/runlevel3.target.wants \ |
| $(systemunitdir)/runlevel4.target.wants \ |
| $(systemunitdir)/runlevel5.target.wants |
| endif |
| |
| INSTALL_DIRS += \ |
| $(prefix)/lib/modules-load.d \ |
| $(sysconfdir)/modules-load.d \ |
| $(prefix)/lib/sysctl.d \ |
| $(sysconfdir)/sysctl.d \ |
| $(prefix)/lib/kernel/install.d \ |
| $(sysconfdir)/kernel/install.d \ |
| $(systemshutdowndir) \ |
| $(systemsleepdir) \ |
| $(systemgeneratordir) \ |
| $(usergeneratordir) \ |
| \ |
| $(userunitdir) \ |
| $(pkgsysconfdir)/system \ |
| $(pkgsysconfdir)/system/multi-user.target.wants \ |
| $(pkgsysconfdir)/system/getty.target.wants \ |
| $(pkgsysconfdir)/user \ |
| $(dbussessionservicedir) \ |
| $(sysconfdir)/xdg/systemd |
| |
| install-exec-hook: $(INSTALL_EXEC_HOOKS) |
| |
| uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS) |
| |
| install-data-hook: $(INSTALL_DATA_HOOKS) |
| |
| distclean-local: $(DISTCLEAN_LOCAL_HOOKS) |
| |
| clean-local: $(CLEAN_LOCAL_HOOKS) |
| rm -rf $(abs_srcdir)/install-tree |
| rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \ |
| $(abs_srcdir)/hwdb/iab.txt |
| |
| DISTCHECK_CONFIGURE_FLAGS = \ |
| --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \ |
| --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \ |
| --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \ |
| --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ |
| --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \ |
| --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ |
| --with-rootprefix=$$dc_install_base \ |
| --disable-split-usr |
| |
| if HAVE_SYSV_COMPAT |
| DISTCHECK_CONFIGURE_FLAGS += \ |
| --with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \ |
| --with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir) |
| else |
| DISTCHECK_CONFIGURE_FLAGS += \ |
| --with-sysvinit-path= \ |
| --with-sysvrcnd-path= |
| endif |
| |
| if ENABLE_GTK_DOC |
| DISTCHECK_CONFIGURE_FLAGS += \ |
| --enable-gtk-doc |
| endif |
| |
| hwdb-update: |
| ( cd $(top_srcdir)/hwdb && \ |
| wget -N http://www.linux-usb.org/usb.ids \ |
| http://pci-ids.ucw.cz/v2.2/pci.ids \ |
| http://standards.ieee.org/develop/regauth/oui/oui.txt \ |
| http://standards.ieee.org/develop/regauth/iab/iab.txt && \ |
| ./ids-update.pl ) |
| |
| kdbus-update: |
| ( cd $(top_srcdir)/src/libsystemd-bus/ && \ |
| wget -N https://d-bus.googlecode.com/git/kdbus.h ) |
| |
| upload: all distcheck |
| cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ |
| scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/ |
| scp man/*.html tango:public/systemd-man/ |
| |
| www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd |
| doc-sync: all destdir-sphinx |
| gtkdoc-rebase --html-dir=docs/libudev/html --online |
| rsync -rlv --delete docs/libudev/html/ --omit-dir-times $(www_target)/libudev/ |
| gtkdoc-rebase --html-dir=docs/gudev/html --online |
| rsync -rlv --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/ |
| rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/ |
| rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/ |
| |
| git-tag: |
| git tag "v$(VERSION)" -m "systemd $(VERSION)" |
| |
| install-tree: all |
| rm -rf $(abs_srcdir)/install-tree |
| $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree |
| tree $(abs_srcdir)/install-tree |