2010-02-03 16:21:48 +03:00
# This file is part of systemd.
#
# Copyright 2010 Lennart Poettering
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4
2010-06-02 02:35:58 +04:00
# Dirs of external packages
2010-06-07 06:14:39 +04:00
dbuspolicydir = @dbuspolicydir@
dbussessionservicedir = @dbussessionservicedir@
dbussystemservicedir = @dbussystemservicedir@
dbusinterfacedir = @dbusinterfacedir@
2010-05-16 01:06:41 +04:00
udevrulesdir = @udevrulesdir@
2010-02-13 03:07:02 +03:00
2010-06-02 02:35:58 +04:00
# Our own, non-special dirs
2010-05-16 01:06:41 +04:00
pkgsysconfdir = $( sysconfdir) /systemd
sessionunitdir = $( pkgdatadir) /session
2010-06-02 02:35:58 +04:00
# And these are the special ones for /
rootdir = @rootdir@
rootbindir = $( rootdir) /bin
rootlibexecdir = $( rootdir) /lib/systemd
systemunitdir = $( rootdir) /lib/systemd/system
2010-04-13 07:18:12 +04:00
2010-02-03 16:21:48 +03:00
AM_CPPFLAGS = \
-include $( top_builddir) /config.h \
2010-02-13 03:07:02 +03:00
-DSYSTEM_CONFIG_UNIT_PATH= \" $( pkgsysconfdir) /system\" \
2010-04-13 07:18:12 +04:00
-DSYSTEM_DATA_UNIT_PATH= \" $( systemunitdir) \" \
2010-04-07 17:35:01 +04:00
-DSYSTEM_SYSVINIT_PATH= \" $( SYSTEM_SYSVINIT_PATH) \" \
2010-04-07 17:39:28 +04:00
-DSYSTEM_SYSVRCND_PATH= \" $( SYSTEM_SYSVRCND_PATH) \" \
2010-02-13 03:07:02 +03:00
-DSESSION_CONFIG_UNIT_PATH= \" $( pkgsysconfdir) /session\" \
2010-04-13 07:18:12 +04:00
-DSESSION_DATA_UNIT_PATH= \" $( sessionunitdir) \" \
2010-06-02 02:35:58 +04:00
-DCGROUP_AGENT_PATH= \" $( rootlibexecdir) /systemd-cgroups-agent\" \
2010-06-02 02:40:10 +04:00
-DSYSTEMD_BINARY_PATH= \" $( rootbindir) /systemd\" \
2010-05-16 20:45:24 +04:00
-I $( top_srcdir) /src
2010-02-03 16:21:48 +03:00
2010-06-02 02:35:58 +04:00
rootbin_PROGRAMS = \
2010-06-02 02:42:36 +04:00
systemd \
2010-05-11 00:07:25 +04:00
systemctl
i f H A V E _ G T K
2010-06-02 02:35:58 +04:00
bin_PROGRAMS = \
2010-03-31 18:29:55 +04:00
systemadm
2010-05-11 00:07:25 +04:00
e n d i f
2010-03-31 18:29:55 +04:00
2010-06-02 02:35:58 +04:00
rootlibexec_PROGRAMS = \
2010-03-31 18:29:55 +04:00
systemd-logger \
2010-04-05 00:53:42 +04:00
systemd-cgroups-agent \
systemd-initctl
2010-02-03 16:21:48 +03:00
noinst_PROGRAMS = \
test-engine \
2010-04-22 00:15:06 +04:00
test-job-type \
2010-05-09 20:02:38 +04:00
test-ns \
test-loopback
2010-02-03 16:21:48 +03:00
2010-05-16 01:06:41 +04:00
dist_dbuspolicy_DATA = \
2010-05-16 21:09:22 +04:00
src/org.freedesktop.systemd1.conf
2010-04-10 20:51:07 +04:00
2010-06-07 06:14:39 +04:00
dist_dbussystemservice_DATA = \
src/org.freedesktop.systemd1.service
2010-05-16 01:06:41 +04:00
dist_udevrules_DATA = \
2010-05-16 21:09:22 +04:00
src/99-systemd.rules
2010-04-10 21:18:21 +04:00
2010-06-07 06:14:39 +04:00
dbusinterface_DATA = \
2010-05-23 05:45:33 +04:00
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 \
2010-05-24 03:45:54 +04:00
org.freedesktop.systemd1.Timer.xml \
2010-05-23 05:45:33 +04:00
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 \
2010-05-24 07:25:33 +04:00
org.freedesktop.systemd1.Swap.xml \
org.freedesktop.systemd1.Path.xml
2010-05-23 05:45:33 +04:00
2010-05-16 01:06:41 +04:00
dist_systemunit_DATA = \
2010-04-13 07:18:12 +04:00
units/emergency.service \
2010-06-04 20:43:40 +04:00
units/basic.target \
2010-05-17 03:34:36 +04:00
units/getty.target \
units/halt.target \
2010-05-16 22:49:41 +04:00
units/local-fs.target \
units/network.target \
units/nss-lookup.target \
2010-05-25 00:30:54 +04:00
units/mail-transfer-agent.target \
2010-05-17 03:34:36 +04:00
units/poweroff.target \
units/reboot.target \
2010-05-16 22:49:41 +04:00
units/remote-fs.target \
2010-05-17 03:34:36 +04:00
units/rescue.target \
2010-05-17 00:50:02 +04:00
units/rpcbind.target \
2010-05-16 22:49:41 +04:00
units/rtc-set.target \
units/shutdown.target \
units/sigpwr.target \
units/sockets.target \
units/swap.target \
2010-04-13 07:18:12 +04:00
units/systemd-initctl.socket \
2010-05-18 05:10:17 +04:00
units/systemd-logger.socket \
units/dev-hugepages.automount \
units/dev-hugepages.mount \
units/dev-mqueue.automount \
units/dev-mqueue.mount \
units/proc-sys-fs-binfmt_misc.automount \
units/proc-sys-fs-binfmt_misc.mount \
units/sys-kernel-debug.automount \
units/sys-kernel-debug.mount \
2010-05-23 03:56:54 +04:00
units/sys-kernel-security.automount \
units/sys-kernel-security.mount \
units/var-lock.mount \
2010-05-18 05:10:17 +04:00
units/var-run.mount
2010-04-13 07:18:12 +04:00
2010-05-16 01:06:41 +04:00
systemunit_DATA = \
2010-06-04 20:43:40 +04:00
units/sysinit.target \
2010-05-17 03:34:36 +04:00
units/getty@.service \
units/graphical.target \
units/multi-user.target \
2010-05-16 21:09:22 +04:00
units/systemd-initctl.service \
2010-05-16 23:12:12 +04:00
units/systemd-logger.service \
units/syslog.target
2010-05-16 01:06:41 +04:00
2010-05-20 04:30:49 +04:00
dist_sessionunit_DATA = \
units/session/default.target
2010-05-17 04:17:22 +04:00
sessionunit_DATA = \
2010-05-25 00:31:38 +04:00
units/session/remote-fs.target \
units/session/exit.service
2010-05-17 04:17:22 +04:00
2010-04-10 20:51:07 +04:00
EXTRA_DIST = \
2010-06-04 20:43:40 +04:00
units/sysinit.target.m4 \
2010-05-17 03:34:36 +04:00
units/getty@.service.m4 \
units/graphical.target.m4 \
units/multi-user.target.m4 \
2010-05-17 21:42:57 +04:00
units/remote-fs.target.m4 \
2010-04-13 07:18:12 +04:00
units/systemd-initctl.service.in \
units/systemd-logger.service.in \
2010-05-16 23:12:12 +04:00
units/syslog.target.in \
2010-05-25 00:31:38 +04:00
units/session/exit.service.in \
2010-05-13 05:30:21 +04:00
LICENSE \
2010-05-17 03:39:51 +04:00
README \
DISTRO_PORTING
2010-04-10 20:51:07 +04:00
2010-05-17 03:34:36 +04:00
i f T A R G E T _ F E D O R A
dist_systemunit_DATA += \
units/fedora/halt.service \
units/fedora/killall.service \
units/fedora/poweroff.service \
units/fedora/prefdm.service \
units/fedora/rc-local.service \
units/fedora/reboot.service \
units/fedora/sysinit.service
e n d i f
2010-06-02 02:53:30 +04:00
i f T A R G E T _ S U S E
dist_systemunit_DATA += \
units/suse/halt.service \
units/suse/poweroff.service \
units/suse/reboot.service
e n d i f
2010-05-20 12:31:04 +04:00
i f T A R G E T _ G E N T O O
dist_systemunit_DATA += \
units/gentoo/halt.service \
units/gentoo/killall.service \
units/gentoo/poweroff.service \
units/gentoo/reboot.service \
units/gentoo/xdm.service
e n d i f
2010-05-10 03:01:06 +04:00
# This is needed because automake is buggy in how it generates the
# rules for C programs, but not Vala programs. We therefore can't
# list the .h files as dependencies if we want make dist to work.
2010-05-08 17:00:53 +04:00
BASIC_SOURCES = \
2010-05-16 20:45:24 +04:00
src/util.c \
src/hashmap.c \
src/set.c \
src/strv.c \
src/conf-parser.c \
src/socket-util.c \
src/log.c \
src/ratelimit.c
2010-02-03 16:21:48 +03:00
2010-05-08 17:00:53 +04:00
COMMON_SOURCES = \
2010-02-03 16:21:48 +03:00
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/unit.c \
src/job.c \
src/manager.c \
src/load-fragment.c \
src/service.c \
src/automount.c \
src/mount.c \
src/swap.c \
src/device.c \
src/target.c \
src/snapshot.c \
src/socket.c \
src/timer.c \
2010-05-24 07:25:33 +04:00
src/path.c \
2010-05-16 20:45:24 +04:00
src/load-dropin.c \
src/execute.c \
src/dbus.c \
src/dbus-manager.c \
src/dbus-unit.c \
src/dbus-job.c \
src/dbus-service.c \
src/dbus-socket.c \
2010-05-24 03:45:54 +04:00
src/dbus-timer.c \
2010-05-16 20:45:24 +04:00
src/dbus-target.c \
src/dbus-mount.c \
src/dbus-automount.c \
src/dbus-swap.c \
src/dbus-snapshot.c \
src/dbus-device.c \
src/dbus-execute.c \
2010-05-24 07:25:33 +04:00
src/dbus-path.c \
2010-05-16 20:45:24 +04:00
src/cgroup.c \
src/mount-setup.c \
src/hostname-setup.c \
src/loopback-setup.c \
2010-05-22 02:29:53 +04:00
src/kmod-setup.c \
2010-05-16 20:45:24 +04:00
src/utmp-wtmp.c \
src/specifier.c \
src/unit-name.c \
src/fdset.c \
src/namespace.c
2010-02-03 16:21:48 +03:00
2010-05-10 03:17:49 +04:00
EXTRA_DIST += \
${ COMMON_SOURCES : .c=.h } \
2010-05-16 20:45:24 +04:00
src/macro.h \
src/ioprio.h \
src/missing.h \
src/list.h \
src/securebits.h \
src/linux/auto_dev-ioctl.h \
src/initreq.h \
src/sd-daemon.h
2010-05-10 03:17:49 +04:00
2010-05-16 01:06:41 +04:00
dist_man_MANS = \
2010-05-16 21:09:22 +04:00
man/systemd.unit.5 \
2010-05-18 00:45:52 +04:00
man/systemd.service.5
nodist_man_MANS = \
2010-05-17 00:45:11 +04:00
man/systemd.special.7
2010-05-16 01:06:41 +04:00
2010-05-18 00:45:52 +04:00
dist_noinst_DATA = \
2010-05-16 21:09:22 +04:00
man/systemd.unit.html \
2010-05-18 00:45:52 +04:00
man/systemd.service.html
2010-05-16 01:06:41 +04:00
2010-05-18 00:45:52 +04:00
nodist_noinst_DATA = \
man/systemd.special.html
2010-05-16 01:06:41 +04:00
EXTRA_DIST += \
man/systemd.unit.xml \
2010-05-17 00:45:11 +04:00
man/systemd.service.xml \
2010-05-18 00:45:52 +04:00
man/systemd.special.xml.in \
man/systemd.special.7.in \
man/systemd.special.html.in
2010-05-16 01:06:41 +04:00
2010-02-03 16:21:48 +03:00
systemd_SOURCES = \
$( COMMON_SOURCES) \
2010-05-16 20:45:24 +04:00
src/main.c
2010-02-03 16:21:48 +03:00
systemd_CPPFLAGS = \
$( AM_CPPFLAGS) \
$( DBUS_CFLAGS) \
2010-03-31 18:29:55 +04:00
$( UDEV_CFLAGS) \
$( CGROUP_CFLAGS)
2010-02-03 16:21:48 +03:00
systemd_LDADD = \
$( DBUS_LIBS) \
2010-03-31 18:29:55 +04:00
$( UDEV_LIBS) \
$( CGROUP_LIBS)
2010-02-03 16:21:48 +03:00
test_engine_SOURCES = \
$( COMMON_SOURCES) \
2010-05-16 20:45:24 +04:00
src/test-engine.c
2010-02-03 16:21:48 +03:00
test_engine_CPPFLAGS = $( systemd_CPPFLAGS)
test_engine_LDADD = $( systemd_LDADD)
test_job_type_SOURCES = \
$( COMMON_SOURCES) \
2010-06-03 05:01:12 +04:00
src/test-job-type.c
2010-02-03 16:21:48 +03:00
test_job_type_CPPFLAGS = $( systemd_CPPFLAGS)
test_job_type_LDADD = $( systemd_LDADD)
2010-04-22 00:15:06 +04:00
test_ns_SOURCES = \
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/test-ns.c \
src/namespace.c
2010-04-22 00:15:06 +04:00
test_ns_CPPFLAGS = $( systemd_CPPFLAGS)
test_ns_LDADD = $( systemd_LDADD)
2010-05-09 20:02:38 +04:00
test_loopback_SOURCES = \
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/test-loopback.c \
src/loopback-setup.c
2010-05-09 20:02:38 +04:00
test_loopback_CPPFLAGS = $( systemd_CPPFLAGS)
test_loopback_LDADD = $( systemd_LDADD)
2010-02-03 16:21:48 +03:00
systemd_logger_SOURCES = \
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/logger.c \
src/sd-daemon.c
2010-02-03 16:21:48 +03:00
2010-04-05 00:53:42 +04:00
systemd_initctl_SOURCES = \
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/initctl.c \
src/sd-daemon.c
2010-04-05 00:53:42 +04:00
systemd_initctl_CPPFLAGS = \
$( AM_CPPFLAGS) \
$( DBUS_CFLAGS)
systemd_initctl_LDADD = \
$( DBUS_LIBS)
2010-03-31 18:29:55 +04:00
systemd_cgroups_agent_SOURCES = \
$( BASIC_SOURCES) \
2010-05-16 20:45:24 +04:00
src/cgroups-agent.c
2010-03-31 18:29:55 +04:00
systemd_cgroups_agent_CPPFLAGS = \
$( AM_CPPFLAGS) \
$( DBUS_CFLAGS)
systemd_cgroups_agent_LDADD = \
$( DBUS_LIBS)
2010-05-16 20:45:24 +04:00
VALAFLAGS = \
-g \
--save-temps \
--pkg= dbus-glib-1 \
--pkg= posix
i f H A V E _ G T K
VALAFLAGS += \
--pkg= gtk+-2.0
e n d i f
VALA_CFLAGS = \
-Wno-unused-variable \
-Wno-unused-function
2010-02-03 16:21:48 +03:00
systemctl_SOURCES = \
2010-05-16 20:45:24 +04:00
src/systemctl.vala \
src/systemd-interfaces.vala
2010-02-03 16:21:48 +03:00
2010-05-13 05:21:19 +04:00
systemctl_CPPFLAGS = $( AM_CPPFLAGS) $( DBUSGLIB_CFLAGS) $( VALA_CFLAGS)
2010-02-03 16:21:48 +03:00
systemctl_LDADD = $( DBUSGLIB_LIBS)
systemadm_SOURCES = \
2010-05-16 20:45:24 +04:00
src/systemadm.vala \
src/systemd-interfaces.vala
2010-02-03 16:21:48 +03:00
2010-05-13 05:21:19 +04:00
systemadm_CPPFLAGS = $( AM_CPPFLAGS) $( DBUSGLIB_CFLAGS) $( GTK_CFLAGS) $( VALA_CFLAGS)
2010-02-03 16:21:48 +03:00
systemadm_LDADD = $( DBUSGLIB_LIBS) $( GTK_LIBS)
2010-02-05 02:38:41 +03:00
2010-05-17 03:34:36 +04:00
SED_PROCESS = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-06-02 17:51:38 +04:00
$( SED) -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
2010-05-17 03:34:36 +04:00
-e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
2010-05-25 00:31:38 +04:00
-e 's,@SPECIAL_DBUS_SERVICE\@,$(SPECIAL_DBUS_SERVICE),g' \
2010-06-02 17:51:38 +04:00
-e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
2010-04-24 00:18:55 +04:00
< $< > $@
2010-04-13 07:18:12 +04:00
2010-05-18 00:45:52 +04:00
units/% : units /%.in Makefile
2010-05-17 03:34:36 +04:00
$( SED_PROCESS)
2010-05-18 01:28:54 +04:00
man/% : man /%.in Makefile
2010-05-17 03:34:36 +04:00
$( SED_PROCESS)
2010-05-17 04:17:22 +04:00
M4_PROCESS_SYSTEM = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-18 00:45:52 +04:00
$( M4) -P $( M4_DISTRO_FLAG) -DFOR_SYSTEM= 1 < $< > $@
2010-05-17 04:17:22 +04:00
M4_PROCESS_SESSION = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-18 00:45:52 +04:00
$( M4) -P $( M4_DISTRO_FLAG) -DFOR_SESSION= 1 < $< > $@
2010-05-17 03:34:36 +04:00
2010-05-18 00:45:52 +04:00
units/% : units /%.m 4 Makefile
2010-05-17 04:17:22 +04:00
$( M4_PROCESS_SYSTEM)
2010-05-17 03:34:36 +04:00
2010-05-18 00:45:52 +04:00
units/session/% : units /%.m 4 Makefile
2010-05-17 04:17:22 +04:00
$( M4_PROCESS_SESSION)
2010-05-16 23:12:12 +04:00
2010-02-05 02:38:41 +03:00
CLEANFILES = \
2010-05-16 21:09:22 +04:00
units/systemd-initctl.service \
2010-05-16 23:12:12 +04:00
units/systemd-logger.service \
2010-05-17 03:34:36 +04:00
units/syslog.target \
2010-06-04 20:43:40 +04:00
units/sysinit.target \
2010-05-17 03:34:36 +04:00
units/getty@.service \
units/graphical.target \
2010-05-17 21:42:57 +04:00
units/multi-user.target \
units/remote-fs.target \
2010-05-18 00:45:52 +04:00
units/session/remote-fs.target \
2010-05-25 00:31:38 +04:00
units/session/exit.service \
2010-05-18 00:45:52 +04:00
man/systemd.special.7 \
man/systemd.special.html
2010-05-14 04:50:19 +04:00
2010-05-18 02:28:39 +04:00
i f H A V E _ V A L A C
CLEANFILES += \
src/systemd-interfaces.c \
src/systemctl.c \
src/systemadm.c
e n d i f
2010-05-18 01:29:10 +04:00
i f H A V E _ X S L T P R O C
2010-05-18 00:45:52 +04:00
XSLTPROC_PROCESS_MAN = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-16 01:06:41 +04:00
$( XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
2010-05-18 00:45:52 +04:00
XSLTPROC_PROCESS_MAN_IN = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-18 00:45:52 +04:00
$( XSLTPROC) -o ${ @ : .in= } -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
mv ${ @ : .in= } $@
XSLTPROC_PROCESS_HTML = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-16 01:06:41 +04:00
$( XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
2010-05-18 00:45:52 +04:00
XSLTPROC_PROCESS_HTML_IN = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-05-18 00:45:52 +04:00
$( XSLTPROC) -o ${ @ : .in= } -nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
mv ${ @ : .in= } $@
man/%.5 : man /%.xml
$( XSLTPROC_PROCESS_MAN)
man/%.5.in : man /%.xml .in
$( XSLTPROC_PROCESS_MAN)
man/%.7 : man /%.xml
$( XSLTPROC_PROCESS_MAN)
man/%.7.in : man /%.xml .in
$( XSLTPROC_PROCESS_MAN_IN)
man/%.html : man /%.xml
$( XSLTPROC_PROCESS_HTML)
man/%.html.in : man /%.xml .in
$( XSLTPROC_PROCESS_HTML_IN)
2010-05-16 01:06:41 +04:00
CLEANFILES += \
$( dist_man_MANS) \
2010-05-18 00:45:52 +04:00
man/systemd.special.7.in \
man/systemd.unit.html \
man/systemd.service.html \
man/systemd.special.html.in
2010-05-18 01:29:10 +04:00
e n d i f
2010-05-16 01:06:41 +04:00
2010-05-23 05:45:33 +04:00
org.freedesktop.systemd1.%.xml : systemd
$( AM_V_GEN) ./systemd --introspect= ${ @ : .xml= } > $@
2010-06-07 06:14:39 +04:00
CLEANFILES += $( dbusinterface_DATA)
2010-05-23 05:45:33 +04:00
2010-05-14 04:50:19 +04:00
install-data-hook :
2010-05-14 06:22:29 +04:00
$( MKDIR_P) -m 0755 \
2010-05-16 01:15:10 +04:00
$( DESTDIR) $( systemunitdir) \
$( DESTDIR) $( sessionunitdir) \
2010-05-17 03:34:36 +04:00
$( DESTDIR) $( systemunitdir) /sockets.target.wants \
2010-06-04 20:43:40 +04:00
$( DESTDIR) $( systemunitdir) /sysinit.target.wants \
2010-05-14 06:22:29 +04:00
$( DESTDIR) $( pkgsysconfdir) /system \
2010-05-17 03:34:36 +04:00
$( DESTDIR) $( pkgsysconfdir) /system/getty.target.wants \
$( DESTDIR) $( pkgsysconfdir) /system/multi-user.target.wants \
$( DESTDIR) $( pkgsysconfdir) /system/graphical.target.wants \
2010-05-14 06:22:29 +04:00
$( DESTDIR) $( pkgsysconfdir) /session \
2010-05-18 01:29:24 +04:00
$( DESTDIR) $( sysconfdir) /xdg/systemd
2010-05-18 01:54:44 +04:00
$( MKDIR_P) -m 0755 $( DESTDIR) /cgroup/systemd || \
echo "Don't forget to create /cgroup/systemd! Couldn't create it for you, continuing anyway."
2010-05-16 20:34:31 +04:00
( cd $( DESTDIR) $( sysconfdir) /xdg/systemd/ && \
rm -f session && \
2010-05-17 03:34:36 +04:00
$( LN_S) $( pkgsysconfdir) /session session )
( cd $( DESTDIR) $( systemunitdir) /sockets.target.wants && \
2010-05-16 22:49:41 +04:00
rm -f systemd-initctl.socket systemd-logger.socket && \
2010-05-17 03:34:36 +04:00
$( LN_S) ../systemd-logger.socket systemd-logger.socket && \
$( LN_S) ../systemd-initctl.socket systemd-initctl.socket )
2010-05-16 22:49:41 +04:00
( cd $( DESTDIR) $( sessionunitdir) && \
2010-05-17 04:17:22 +04:00
rm -f shutdown.target sockets.target local-fs.target swap.target && \
2010-06-02 02:35:58 +04:00
$( LN_S) $( systemunitdir) /shutdown.target shutdown.target && \
$( LN_S) $( systemunitdir) /sockets.target sockets.target && \
$( LN_S) $( systemunitdir) /local-fs.target local-fs.target && \
$( LN_S) $( systemunitdir) /swap.target swap.target )
2010-05-17 03:34:36 +04:00
( cd $( DESTDIR) $( systemunitdir) && \
rm -f runlevel0.target runlevel1.target runlevel6.target && \
$( LN_S) poweroff.target runlevel0.target && \
$( LN_S) rescue.target runlevel1.target && \
$( LN_S) reboot.target runlevel6.target )
( cd $( DESTDIR) $( pkgsysconfdir) /system && \
rm -f default.target ctrl-alt-del.target kbrequest.target && \
$( LN_S) $( systemunitdir) /graphical.target default.target && \
$( LN_S) $( systemunitdir) /reboot.target ctrl-alt-del.target && \
$( LN_S) $( systemunitdir) /rescue.target kbrequest.target && \
rm -f runlevel2.target runlevel3.target runlevel4.target runlevel5.target && \
$( LN_S) $( systemunitdir) /multi-user.target runlevel2.target && \
$( LN_S) $( systemunitdir) /multi-user.target runlevel3.target && \
$( LN_S) $( systemunitdir) /multi-user.target runlevel4.target && \
$( LN_S) $( systemunitdir) /graphical.target runlevel5.target )
( cd $( DESTDIR) $( pkgsysconfdir) /system/getty.target.wants && \
rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty1.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty2.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty3.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty4.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty5.service && \
$( LN_S) $( systemunitdir) /getty@.service getty@tty6.service )
( cd $( DESTDIR) $( pkgsysconfdir) /system/multi-user.target.wants && \
2010-06-04 20:43:40 +04:00
rm -f getty.target remote-fs.target && \
$( LN_S) $( systemunitdir) /getty.target getty.target && \
$( LN_S) $( systemunitdir) /remote-fs.target remote-fs.target )
( cd $( DESTDIR) $( systemunitdir) /sysinit.target.wants && \
2010-05-23 03:56:54 +04:00
rm -f dev-hugepages.automount \
dev-mqueue.automount \
proc-sys-fs-binfmt_misc.automount \
sys-kernel-debug.automount \
sys-kernel-security.automount && \
2010-05-18 05:10:17 +04:00
$( LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
$( LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
$( LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
2010-05-23 03:56:54 +04:00
$( LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
2010-06-02 02:35:58 +04:00
$( LN_S) ../sys-kernel-security.automount sys-kernel-security.automount )
2010-06-07 06:14:39 +04:00
( cd $( DESTDIR) $( dbussessionservicedir) && \
rm -f org.freedesktop.systemd1.service && \
$( LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
2010-05-17 03:34:36 +04:00
i f T A R G E T _ F E D O R A
2010-05-25 00:29:59 +04:00
( cd $( DESTDIR) $( pkgsysconfdir) /system && \
rm -f display-manager.service && \
$( LN_S) $( systemunitdir) /prefdm.service display-manager.service )
2010-05-17 03:34:36 +04:00
( cd $( DESTDIR) $( pkgsysconfdir) /system/graphical.target.wants && \
2010-05-25 00:29:59 +04:00
rm -f display-manager.service && \
$( LN_S) ../display-manager.service display-manager.service )
2010-05-17 03:34:36 +04:00
( cd $( DESTDIR) $( pkgsysconfdir) /system/multi-user.target.wants && \
rm -f rc-local.service && \
$( LN_S) $( systemunitdir) /rc-local.service rc-local.service )
( cd $( DESTDIR) $( systemunitdir) && \
rm -f local.service && \
$( LN_S) rc-local.service local.service )
2010-05-20 04:05:28 +04:00
( cd $( DESTDIR) /etc/init.d && \
$( LN_S) halt reboot > /dev/null 2>& 1 || true )
2010-05-17 03:34:36 +04:00
e n d i f
2010-05-21 01:54:59 +04:00
i f T A R G E T _ G E N T O O
( cd $( DESTDIR) $( pkgsysconfdir) /system && \
rm -f display-manager.service && \
$( LN_S) $( systemunitdir) /xdm.service display-manager.service )
( cd $( DESTDIR) $( pkgsysconfdir) /system/graphical.target.wants && \
rm -f display-manager.service && \
$( LN_S) ../display-manager.service display-manager.service )
e n d i f
2010-05-17 03:34:36 +04:00
2010-05-16 01:06:41 +04:00
DISTCHECK_CONFIGURE_FLAGS = \
2010-06-02 02:35:58 +04:00
--with-udevrulesdir= $$ dc_install_base/$( udevrulesdir) \
--with-rootdir= $$ dc_install_base/$( rootdir)