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-06-22 01:27:18 +04:00
pamlibdir = @pamlibdir@
pkgconfigdatadir = $( datadir) /pkgconfig
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-07-07 03:10:27 +04:00
-DSYSTEM_CONFIG_FILE= \" $( pkgsysconfdir) /system.conf\" \
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-07-07 03:10:27 +04:00
-DSESSION_CONFIG_FILE= \" $( pkgsysconfdir) /session.conf\" \
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-06-18 22:01:01 +04:00
-DSYSTEMCTL_BINARY_PATH= \" $( rootbindir) /systemctl\" \
2010-06-22 01:27:18 +04:00
-DRUNTIME_DIR= \" $( localstatedir) /run\" \
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-06-18 00:50:06 +04:00
systemctl \
systemd-notify
2010-05-11 00:07:25 +04:00
2010-06-02 02:35:58 +04:00
bin_PROGRAMS = \
2010-07-08 23:01:42 +04:00
systemd-install \
systemd-cgls
2010-06-16 03:58:50 +04:00
i f H A V E _ G T K
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 \
2010-06-16 07:10:31 +04:00
test-loopback \
2010-06-22 01:27:18 +04:00
test-daemon \
test-cgroup
i f H A V E _ P A M
pamlib_LTLIBRARIES = \
pam_systemd.la
e n d i f
2010-02-03 16:21:48 +03:00
2010-07-07 03:10:27 +04:00
dist_pkgsysconf_DATA = \
src/system.conf
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 \
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 \
2010-07-10 04:41:06 +04:00
units/umount.target \
2010-05-16 22:49:41 +04:00
units/sigpwr.target \
units/sockets.target \
units/swap.target \
2010-07-10 02:22:38 +04:00
units/dbus.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-06-24 06:22:22 +04:00
nodist_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 \
2010-06-24 06:22:22 +04:00
units/remote-fs.target \
2010-05-17 03:34:36 +04:00
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 \
2010-07-10 02:22:38 +04:00
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-06-24 06:22:22 +04:00
nodist_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-06-22 02:05:37 +04:00
systemd.pc.in
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-06-16 15:50:55 +04:00
i f T A R G E T _ A R C H
dist_systemunit_DATA += \
units/arch/sysinit.service \
units/arch/rc-local.service \
units/arch/halt.service \
units/arch/poweroff.service \
units/arch/reboot.service
e n d i f
2010-06-18 01:33:21 +04:00
dist_doc_DATA = \
README \
2010-06-22 07:39:35 +04:00
LICENSE \
DISTRO_PORTING \
2010-06-18 01:33:21 +04:00
src/sd-daemon.h \
src/sd-daemon.c
2010-06-22 01:27:18 +04:00
pkgconfigdata_DATA = \
systemd.pc
2010-06-18 02:44:57 +04:00
noinst_LTLIBRARIES = \
libsystemd-basic.la \
libsystemd-core.la
libsystemd_basic_la_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-06-18 02:44:57 +04:00
libsystemd_core_la_SOURCES = \
2010-05-16 20:45:24 +04:00
src/unit.c \
src/job.c \
src/manager.c \
2010-06-15 16:45:15 +04:00
src/path-lookup.c \
2010-05-16 20:45:24 +04:00
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-07-06 22:21:08 +04:00
src/modprobe-setup.c \
2010-05-16 20:45:24 +04:00
src/utmp-wtmp.c \
src/specifier.c \
src/unit-name.c \
src/fdset.c \
2010-06-16 17:41:29 +04:00
src/namespace.c \
2010-06-22 01:27:18 +04:00
src/tcpwrap.c \
src/cgroup-util.c
2010-02-03 16:21:48 +03:00
2010-06-18 02:44:57 +04:00
libsystemd_core_la_CFLAGS = \
$( AM_CFLAGS) \
$( DBUS_CFLAGS) \
$( UDEV_CFLAGS) \
$( CGROUP_CFLAGS)
libsystemd_core_la_LIBADD = \
libsystemd-basic.la \
$( DBUS_LIBS) \
$( UDEV_LIBS) \
$( CGROUP_LIBS) \
$( LIBWRAP_LIBS) \
$( PAM_LIBS)
2010-07-06 07:06:40 +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-10 03:17:49 +04:00
EXTRA_DIST += \
2010-06-18 02:44:57 +04:00
${ libsystemd_basic_la_SOURCES : .c=.h } \
${ libsystemd_core_la_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 \
2010-06-18 06:22:59 +04:00
src/sd-daemon.h \
2010-07-06 07:06:40 +04:00
src/special.h \
2010-07-08 04:43:18 +04:00
src/dbus-common.h \
2010-07-08 08:08:32 +04:00
src/bus-errors.h \
src/cgroup-show.h
2010-06-24 06:22:22 +04:00
MANPAGES = \
2010-06-24 02:11:04 +04:00
man/systemd.1 \
2010-06-24 06:22:22 +04:00
man/systemctl.1 \
man/systemadm.1 \
man/systemd-install.1 \
2010-07-08 23:01:42 +04:00
man/systemd-cgls.1 \
2010-06-24 07:17:02 +04:00
man/systemd-notify.1 \
2010-06-23 02:31:54 +04:00
man/sd_notify.3 \
man/sd_booted.3 \
man/sd_listen_fds.3 \
man/sd_is_fifo.3 \
2010-06-24 06:22:22 +04:00
man/systemd.unit.5 \
man/systemd.service.5 \
2010-07-02 01:49:50 +04:00
man/systemd.socket.5 \
2010-07-02 02:29:15 +04:00
man/systemd.mount.5 \
2010-07-02 03:17:55 +04:00
man/systemd.automount.5 \
2010-07-02 03:33:54 +04:00
man/systemd.swap.5 \
2010-07-02 04:14:13 +04:00
man/systemd.timer.5 \
2010-07-02 04:38:30 +04:00
man/systemd.path.5 \
2010-07-02 04:55:34 +04:00
man/systemd.target.5 \
2010-07-02 05:28:33 +04:00
man/systemd.device.5 \
2010-07-02 05:51:29 +04:00
man/systemd.snapshot.5 \
2010-07-03 01:24:38 +04:00
man/systemd.exec.5 \
2010-06-24 06:22:22 +04:00
man/daemon.7 \
2010-06-23 03:49:57 +04:00
man/sd-daemon.7 \
man/runlevel.8 \
2010-06-24 02:11:04 +04:00
man/telinit.8 \
man/halt.8 \
man/shutdown.8 \
2010-07-07 03:38:56 +04:00
man/pam_systemd.8 \
man/systemd.conf.5
2010-06-24 06:22:22 +04:00
MANPAGES_ALIAS = \
man/reboot.8 \
man/poweroff.8 \
man/sd_is_socket.3 \
man/sd_is_socket_unix.3 \
man/sd_is_socket_inet.3 \
man/sd_notifyf.3 \
man/init.1
man/reboot.8 : man /halt .8
man/poweroff.8 : man /halt .8
man/sd_is_socket.3 : man /sd_is_fifo .3
man/sd_is_socket_unix.3 : man /sd_is_fifo .3
man/sd_is_socket_inet.3 : man /sd_is_fifo .3
man/sd_notifyf.3 : man /sd_notify .3
man/init.1 : man /systemd .1
dist_man_MANS = \
$( MANPAGES) \
$( MANPAGES_ALIAS)
2010-05-18 00:45:52 +04:00
nodist_man_MANS = \
2010-05-17 00:45:11 +04:00
man/systemd.special.7
2010-05-16 01:06:41 +04:00
2010-06-24 06:22:22 +04:00
XML_FILES = \
${ patsubst %.1,%.xml, ${ patsubst %.3,%.xml, ${ patsubst %.5,%.xml, ${ patsubst %.7,%.xml, ${ patsubst %.8,%.xml, $( MANPAGES) } } } } }
XML_IN_FILES = \
${ patsubst %.1,%.xml.in, ${ patsubst %.3,%.xml.in, ${ patsubst %.5,%.xml.in, ${ patsubst %.7,%.xml.in, ${ patsubst %.8,%.xml.in, $( nodist_man_MANS) } } } } }
2010-05-18 00:45:52 +04:00
dist_noinst_DATA = \
2010-06-24 06:22:22 +04:00
${ XML_FILES : .xml=.html }
2010-05-16 01:06:41 +04:00
2010-05-18 00:45:52 +04:00
nodist_noinst_DATA = \
2010-06-24 06:22:22 +04:00
${ XML_IN_FILES : .xml.in=.html }
2010-05-16 01:06:41 +04:00
EXTRA_DIST += \
2010-06-24 06:22:22 +04:00
$( XML_FILES) \
$( XML_IN_FILES) \
${ nodist_man_MANS : =.in } \
${ XML_IN_FILES : .xml.in=.html.in }
2010-05-16 01:06:41 +04:00
2010-02-03 16:21:48 +03:00
systemd_SOURCES = \
2010-05-16 20:45:24 +04:00
src/main.c
2010-02-03 16:21:48 +03:00
2010-06-16 03:58:50 +04:00
systemd_CFLAGS = \
$( AM_CFLAGS) \
2010-02-03 16:21:48 +03:00
$( DBUS_CFLAGS) \
2010-03-31 18:29:55 +04:00
$( UDEV_CFLAGS) \
$( CGROUP_CFLAGS)
2010-02-03 16:21:48 +03:00
systemd_LDADD = \
2010-06-18 02:44:57 +04:00
libsystemd-core.la
2010-02-03 16:21:48 +03:00
test_engine_SOURCES = \
2010-05-16 20:45:24 +04:00
src/test-engine.c
2010-02-03 16:21:48 +03:00
2010-06-16 03:58:50 +04:00
test_engine_CFLAGS = $( systemd_CFLAGS)
2010-02-03 16:21:48 +03:00
test_engine_LDADD = $( systemd_LDADD)
test_job_type_SOURCES = \
2010-06-03 05:01:12 +04:00
src/test-job-type.c
2010-02-03 16:21:48 +03:00
2010-06-16 03:58:50 +04:00
test_job_type_CFLAGS = $( systemd_CFLAGS)
2010-02-03 16:21:48 +03:00
test_job_type_LDADD = $( systemd_LDADD)
2010-04-22 00:15:06 +04:00
test_ns_SOURCES = \
2010-06-18 02:44:57 +04:00
src/test-ns.c
2010-04-22 00:15:06 +04:00
2010-06-16 03:58:50 +04:00
test_ns_CFLAGS = $( systemd_CFLAGS)
2010-04-22 00:15:06 +04:00
test_ns_LDADD = $( systemd_LDADD)
2010-05-09 20:02:38 +04:00
test_loopback_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
2010-06-18 02:44:57 +04:00
test_loopback_LDADD = \
libsystemd-basic.la
2010-06-16 07:10:31 +04:00
test_daemon_SOURCES = \
src/test-daemon.c \
src/sd-daemon.c
2010-05-09 20:02:38 +04:00
2010-06-18 02:44:57 +04:00
test_daemon_LDADD = \
libsystemd-basic.la
2010-06-22 01:27:18 +04:00
test_cgroup_SOURCES = \
src/test-cgroup.c \
src/cgroup-util.c
test_cgroup_CFLAGS = \
$( AM_CFLAGS) \
$( CGROUP_CFLAGS)
test_cgroup_LDADD = \
libsystemd-basic.la \
$( CGROUP_LIBS)
2010-02-03 16:21:48 +03:00
systemd_logger_SOURCES = \
2010-05-16 20:45:24 +04:00
src/logger.c \
2010-06-16 17:41:29 +04:00
src/sd-daemon.c \
src/tcpwrap.c
systemd_logger_LDADD = \
2010-06-18 02:44:57 +04:00
libsystemd-basic.la \
2010-06-16 17:41:29 +04:00
$( LIBWRAP_LIBS)
2010-02-03 16:21:48 +03:00
2010-04-05 00:53:42 +04:00
systemd_initctl_SOURCES = \
2010-05-16 20:45:24 +04:00
src/initctl.c \
2010-07-07 05:48:37 +04:00
src/sd-daemon.c \
src/dbus-common.c
2010-04-05 00:53:42 +04:00
2010-06-16 03:58:50 +04:00
systemd_initctl_CFLAGS = \
$( AM_CFLAGS) \
2010-04-05 00:53:42 +04:00
$( DBUS_CFLAGS)
systemd_initctl_LDADD = \
2010-06-18 02:44:57 +04:00
libsystemd-basic.la \
2010-04-05 00:53:42 +04:00
$( DBUS_LIBS)
2010-03-31 18:29:55 +04:00
systemd_cgroups_agent_SOURCES = \
2010-05-16 20:45:24 +04:00
src/cgroups-agent.c
2010-03-31 18:29:55 +04:00
2010-06-16 03:58:50 +04:00
systemd_cgroups_agent_CFLAGS = \
$( AM_CFLAGS) \
2010-03-31 18:29:55 +04:00
$( DBUS_CFLAGS)
systemd_cgroups_agent_LDADD = \
2010-06-18 02:44:57 +04:00
libsystemd-basic.la \
2010-03-31 18:29:55 +04:00
$( DBUS_LIBS)
2010-06-15 04:51:55 +04:00
systemctl_SOURCES = \
src/systemctl.c \
2010-07-06 07:06:40 +04:00
src/utmp-wtmp.c \
2010-07-08 08:08:32 +04:00
src/dbus-common.c \
2010-07-11 02:50:49 +04:00
src/cgroup-show.c \
src/cgroup-util.c
2010-06-18 02:44:57 +04:00
systemctl_CFLAGS = \
$( AM_CFLAGS) \
2010-07-11 02:50:49 +04:00
$( DBUS_CFLAGS) \
$( CGROUP_CLAGS)
2010-06-15 04:51:55 +04:00
2010-06-18 02:44:57 +04:00
systemctl_LDADD = \
libsystemd-basic.la \
2010-07-11 02:50:49 +04:00
$( DBUS_LIBS) \
$( CGROUP_LIBS)
2010-06-15 04:51:55 +04:00
2010-06-18 00:50:06 +04:00
systemd_notify_SOURCES = \
src/notify.c \
2010-06-18 02:44:57 +04:00
src/sd-daemon.c
systemd_notify_LDADD = \
libsystemd-basic.la
2010-06-18 00:50:06 +04:00
2010-06-16 03:58:50 +04:00
systemd_install_SOURCES = \
src/install.c \
2010-07-06 07:06:40 +04:00
src/path-lookup.c \
2010-07-08 23:34:51 +04:00
src/dbus-common.c \
src/sd-daemon.c
2010-06-18 02:44:57 +04:00
systemd_install_LDADD = \
2010-07-06 07:06:40 +04:00
libsystemd-basic.la \
$( DBUS_LIBS)
2010-05-16 20:45:24 +04:00
2010-06-18 02:44:57 +04:00
systemd_install_CFLAGS = \
$( AM_CFLAGS) \
$( DBUS_CFLAGS)
2010-02-03 16:21:48 +03:00
2010-07-08 23:01:42 +04:00
systemd_cgls_SOURCES = \
src/systemd-cgls.c \
2010-07-11 02:50:49 +04:00
src/cgroup-show.c \
src/cgroup-util.c
2010-07-08 23:01:42 +04:00
systemd_cgls_CFLAGS = \
2010-07-11 02:50:49 +04:00
$( AM_CFLAGS) \
$( CGROUP_CLAGS)
systemd_cgls_LDADD = \
libsystemd-basic.la \
$( CGROUP_LIBS)
2010-07-08 23:01:42 +04:00
2010-02-03 16:21:48 +03:00
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-06-16 03:58:50 +04:00
systemadm_CFLAGS = \
$( AM_CFLAGS) \
$( DBUSGLIB_CFLAGS) \
$( GTK_CFLAGS) \
-Wno-unused-variable \
-Wno-unused-function \
-Wno-shadow \
-Wno-format-nonliteral
systemadm_VALAFLAGS = \
--pkg= dbus-glib-1 \
--pkg= posix \
--pkg= gtk+-2.0 \
-g
2010-06-18 02:44:57 +04:00
systemadm_LDADD = \
$( DBUSGLIB_LIBS) \
$( GTK_LIBS)
2010-02-05 02:38:41 +03:00
2010-06-22 01:27:18 +04:00
pam_systemd_la_SOURCES = \
src/pam-module.c \
src/cgroup-util.c \
src/sd-daemon.c
pam_systemd_la_CFLAGS = \
$( AM_CFLAGS) \
$( CGROUP_CFLAGS) \
-fvisibility= hidden
pam_systemd_la_LDFLAGS = \
-module \
-export-dynamic \
-avoid-version \
-shared \
-export-symbols-regex '^pam_sm_.*'
pam_systemd_la_LIBADD = \
libsystemd-basic.la \
$( PAM_LIBS) \
$( CGROUP_LIBS)
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-06-02 17:51:38 +04:00
-e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
2010-06-22 01:27:18 +04:00
-e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
-e 's,@pkgdatadir\@,$(pkgdatadir),g' \
-e 's,@systemunitdir\@,$(systemunitdir),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
-e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
-e 's,@prefix\@,$(prefix),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-06-22 01:27:18 +04:00
%.pc : %.pc .in Makefile
$( 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-06-24 06:22:22 +04:00
$( nodist_systemunit_DATA) \
$( nodist_sessionunit_DATA) \
$( nodist_man_MANS) \
${ XML_IN_FILES : .xml.in=.html } \
$( pkgconfigdata_DATA)
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 += \
2010-06-24 06:22:22 +04:00
${ systemadm_SOURCES : .vala=.c }
2010-05-18 02:28:39 +04:00
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-06-23 04:26:15 +04:00
XSLTPROC_FLAGS = \
--nonet \
--param funcsynopsis.style "'ansi'"
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-06-23 04:26:15 +04:00
$( XSLTPROC) -o $@ $( XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
2010-05-16 01:06:41 +04:00
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-06-23 04:26:15 +04:00
$( XSLTPROC) -o ${ @ : .in= } $( XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
2010-05-18 00:45:52 +04:00
mv ${ @ : .in= } $@
XSLTPROC_PROCESS_HTML = \
2010-05-18 01:02:28 +04:00
$( AM_V_GEN) $( MKDIR_P) $( dir $@ ) && \
2010-06-23 04:26:15 +04:00
$( XSLTPROC) -o $@ $( XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
2010-05-16 01:06:41 +04:00
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-06-23 04:26:15 +04:00
$( XSLTPROC) -o ${ @ : .in= } $( XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
2010-05-18 00:45:52 +04:00
mv ${ @ : .in= } $@
2010-06-24 06:22:22 +04:00
man/%.1 : man /%.xml
2010-06-23 02:31:54 +04:00
$( XSLTPROC_PROCESS_MAN)
2010-06-24 06:22:22 +04:00
man/%.1.in : man /%.xml .in
2010-06-23 02:31:54 +04:00
$( XSLTPROC_PROCESS_MAN)
2010-06-24 06:22:22 +04:00
man/%.3 : man /%.xml
2010-06-23 03:49:57 +04:00
$( XSLTPROC_PROCESS_MAN)
2010-06-24 06:22:22 +04:00
man/%.3.in : man /%.xml .in
2010-06-23 03:49:57 +04:00
$( XSLTPROC_PROCESS_MAN)
2010-05-18 00:45:52 +04:00
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)
2010-06-23 02:31:54 +04:00
man/%.8 : man /%.xml
$( XSLTPROC_PROCESS_MAN)
man/%.8.in : man /%.xml .in
$( XSLTPROC_PROCESS_MAN_IN)
2010-05-18 00:45:52 +04:00
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-06-24 06:22:22 +04:00
${ nodist_man_MANS : =.in } \
${ XML_FILES : .xml=.html } \
${ XML_IN_FILES : .xml.in=.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
2010-07-09 02:13:18 +04:00
$( AM_V_GEN) SYSTEMD_SKIP_API_MOUNTS = 1 ./systemd --introspect= ${ @ : .xml= } > $@
2010-05-23 05:45:33 +04:00
2010-06-24 06:22:22 +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-06-22 07:43:07 +04:00
$( MKDIR_P) -m 0755 $( DESTDIR) /cgroup || \
echo "Don't forget to create /cgroup! 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-06-22 07:43:07 +04:00
$( MKDIR_P) -m 0755 \
$( DESTDIR) $( SYSTEM_SYSVINIT_PATH)
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-07-03 21:53:37 +04:00
rm -f prefdm.service && \
2010-07-08 07:29:09 +04:00
$( LN_S) $( systemunitdir) /prefdm.service prefdm.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-06-22 07:43:07 +04:00
( cd $( DESTDIR) $( SYSTEM_SYSVINIT_PATH) && \
2010-05-20 04:05:28 +04:00
$( 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 && \
2010-07-08 07:29:09 +04:00
rm -f xdm.service && \
$( LN_S) $( systemunitdir) /xdm.service xdm.service )
2010-05-21 01:54:59 +04:00
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-07 21:40:25 +04:00
--with-dbuspolicydir= $$ dc_install_base/$( dbuspolicydir) \
--with-dbussessionservicedir= $$ dc_install_base/$( dbussessionservicedir) \
--with-dbussystemservicedir= $$ dc_install_base/$( dbussystemservicedir) \
--with-dbusinterfacedir= $$ dc_install_base/$( dbusinterfacedir) \
2010-06-02 02:35:58 +04:00
--with-udevrulesdir= $$ dc_install_base/$( udevrulesdir) \
2010-06-22 01:27:18 +04:00
--with-pamlibdir= $$ dc_install_base/$( pamlibdir) \
2010-06-02 02:35:58 +04:00
--with-rootdir= $$ dc_install_base/$( rootdir)
2010-07-09 06:56:45 +04:00
upload : all distcheck
cp -v systemd-$( VERSION) .tar.bz2 /home/lennart/cvs.fedora/systemd/devel/
scp systemd-$( VERSION) .tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
scp man/*.html tango:public/systemd-man/
git-tag :
git tag " v $( VERSION) " -m " systemd $( VERSION) "