chiark / gitweb /
main: fix reexecution of systemd, use right path to binary
[elogind.git] / Makefile.am
1 #  This file is part of systemd.
2 #
3 #  Copyright 2011 Lennart Poettering
4 #  Copyright 2011 Kay Sievers
5 #
6 #  systemd is free software; you can redistribute it and/or modify it
7 #  under the terms of the GNU General Public License as published by
8 #  the Free Software Foundation; either version 2 of the License, or
9 #  (at your option) any later version.
10 #
11 #  systemd is distributed in the hope that it will be useful, but
12 #  WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 #  General Public License for more details.
15 #
16 #  You should have received a copy of the GNU General Public License
17 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
18
19 ACLOCAL_AMFLAGS = -I m4
20
21 SUBDIRS = po
22
23 LIBSYSTEMD_LOGIN_CURRENT=1
24 LIBSYSTEMD_LOGIN_REVISION=1
25 LIBSYSTEMD_LOGIN_AGE=1
26
27 LIBSYSTEMD_DAEMON_CURRENT=0
28 LIBSYSTEMD_DAEMON_REVISION=1
29 LIBSYSTEMD_DAEMON_AGE=0
30
31 LIBSYSTEMD_ID128_CURRENT=0
32 LIBSYSTEMD_ID128_REVISION=1
33 LIBSYSTEMD_ID128_AGE=0
34
35 LIBSYSTEMD_JOURNAL_CURRENT=0
36 LIBSYSTEMD_JOURNAL_REVISION=1
37 LIBSYSTEMD_JOURNAL_AGE=0
38
39 # Dirs of external packages
40 dbuspolicydir=@dbuspolicydir@
41 dbussessionservicedir=@dbussessionservicedir@
42 dbussystemservicedir=@dbussystemservicedir@
43 dbusinterfacedir=@dbusinterfacedir@
44 udevrulesdir=@udevrulesdir@
45 pamlibdir=@pamlibdir@
46 pkgconfigdatadir=$(datadir)/pkgconfig
47 pkgconfiglibdir=$(libdir)/pkgconfig
48 polkitpolicydir=$(datadir)/polkit-1/actions
49 bashcompletiondir=$(sysconfdir)/bash_completion.d
50
51 # Our own, non-special dirs
52 pkgsysconfdir=$(sysconfdir)/systemd
53 userunitdir=$(prefix)/lib/systemd/user
54 tmpfilesdir=$(prefix)/lib/tmpfiles.d
55 sysctldir=$(prefix)/lib/sysctl.d
56 usergeneratordir=$(pkglibexecdir)/user-generators
57 pkgincludedir=$(includedir)/systemd
58
59 # And these are the special ones for /
60 rootprefix=@rootprefix@
61 rootbindir=$(rootprefix)/bin
62 rootlibexecdir=$(rootprefix)/lib/systemd
63 systemgeneratordir=$(rootlibexecdir)/system-generators
64 systemshutdowndir=$(rootlibexecdir)/system-shutdown
65 systemunitdir=$(rootprefix)/lib/systemd/system
66
67 CLEANFILES =
68 EXTRA_DIST =
69 INSTALL_EXEC_HOOKS =
70 UNINSTALL_EXEC_HOOKS =
71 INSTALL_DATA_HOOKS =
72 pkginclude_HEADERS =
73 lib_LTLIBRARIES =
74 pkgconfiglib_DATA =
75 polkitpolicy_in_files =
76 dist_udevrules_DATA =
77
78 AM_CPPFLAGS = \
79         -include $(top_builddir)/config.h \
80         -DSYSTEM_CONFIG_FILE=\"$(pkgsysconfdir)/system.conf\" \
81         -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
82         -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
83         -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
84         -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
85         -DUSER_CONFIG_FILE=\"$(pkgsysconfdir)/user.conf\" \
86         -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
87         -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
88         -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
89         -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
90         -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
91         -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
92         -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
93         -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \
94         -DROOTPREFIX=\"$(rootprefix)\" \
95         -DRUNTIME_DIR=\"/run\" \
96         -DRANDOM_SEED=\"$(localstatedir)/lib/random-seed\" \
97         -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \
98         -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \
99         -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \
100         -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \
101         -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
102         -DX_SERVER=\"$(bindir)/X\" \
103         -I $(top_srcdir)/src \
104         -I $(top_srcdir)/src/readahead \
105         -I $(top_srcdir)/src/login \
106         -I $(top_srcdir)/src/journal \
107         -I $(top_srcdir)/src/systemd
108
109 if TARGET_GENTOO
110 AM_CPPFLAGS += \
111         -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
112         -DKBD_SETFONT=\"/usr/bin/setfont\" \
113         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
114 else
115 if TARGET_ARCH
116 AM_CPPFLAGS += \
117         -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
118         -DKBD_SETFONT=\"/usr/bin/setfont\" \
119         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
120 else
121 if TARGET_FRUGALWARE
122 AM_CPPFLAGS += \
123         -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
124         -DKBD_SETFONT=\"/usr/bin/setfont\" \
125         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
126 else
127 if TARGET_MANDRIVA
128 AM_CPPFLAGS += \
129         -DKBD_LOADKEYS=\"/bin/loadkeys\" \
130         -DKBD_SETFONT=\"/bin/setfont\" \
131         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
132 else
133 if TARGET_MEEGO
134 AM_CPPFLAGS += \
135         -DKBD_LOADKEYS=\"/bin/loadkeys\" \
136         -DKBD_SETFONT=\"/bin/setfont\" \
137         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
138 else
139 if TARGET_ANGSTROM
140 AM_CPPFLAGS += \
141         -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
142         -DKBD_SETFONT=\"/usr/bin/setfont\" \
143         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
144 else
145 if TARGET_MAGEIA
146 AM_CPPFLAGS += \
147         -DKBD_LOADKEYS=\"/bin/loadkeys\" \
148         -DKBD_SETFONT=\"/bin/setfont\" \
149         -DDEFAULT_FONT=\"LatArCyrHeb-16\"
150 else
151 AM_CPPFLAGS += \
152         -DKBD_LOADKEYS=\"/bin/loadkeys\" \
153         -DKBD_SETFONT=\"/bin/setfont\" \
154         -DDEFAULT_FONT=\"latarcyrheb-sun16\"
155 endif
156 endif
157 endif
158 endif
159 endif
160 endif
161 endif
162
163 rootbin_PROGRAMS = \
164         systemctl \
165         systemd-notify \
166         systemd-ask-password \
167         systemd-tty-ask-password-agent \
168         systemd-tmpfiles \
169         systemd-machine-id-setup
170
171 bin_PROGRAMS = \
172         systemd-cgls \
173         systemd-cgtop \
174         systemd-stdio-bridge \
175         systemd-nspawn
176
177 dist_bin_SCRIPTS = \
178         src/systemd-analyze
179
180 if HAVE_GTK
181 bin_PROGRAMS += \
182         systemadm \
183         systemd-gnome-ask-password-agent
184 endif
185
186 rootlibexec_PROGRAMS = \
187         systemd \
188         systemd-cgroups-agent \
189         systemd-initctl \
190         systemd-update-utmp \
191         systemd-shutdownd \
192         systemd-shutdown \
193         systemd-modules-load \
194         systemd-remount-api-vfs \
195         systemd-reply-password \
196         systemd-fsck \
197         systemd-timestamp \
198         systemd-ac-power \
199         systemd-detect-virt \
200         systemd-sysctl
201
202 systemgenerator_PROGRAMS = \
203         systemd-getty-generator
204
205 noinst_PROGRAMS = \
206         test-engine \
207         test-job-type \
208         test-ns \
209         test-loopback \
210         test-hostname \
211         test-daemon \
212         test-cgroup \
213         test-env-replace \
214         test-strv \
215         test-install
216
217 dist_pkgsysconf_DATA = \
218         src/system.conf \
219         src/user.conf
220
221 dist_dbuspolicy_DATA = \
222         src/org.freedesktop.systemd1.conf
223
224 dist_dbussystemservice_DATA = \
225         src/org.freedesktop.systemd1.service
226
227 nodist_udevrules_DATA = \
228         src/99-systemd.rules
229
230 dbusinterface_DATA = \
231         org.freedesktop.systemd1.Manager.xml \
232         org.freedesktop.systemd1.Job.xml \
233         org.freedesktop.systemd1.Unit.xml \
234         org.freedesktop.systemd1.Service.xml \
235         org.freedesktop.systemd1.Socket.xml \
236         org.freedesktop.systemd1.Timer.xml \
237         org.freedesktop.systemd1.Target.xml \
238         org.freedesktop.systemd1.Device.xml \
239         org.freedesktop.systemd1.Mount.xml \
240         org.freedesktop.systemd1.Automount.xml \
241         org.freedesktop.systemd1.Snapshot.xml \
242         org.freedesktop.systemd1.Swap.xml \
243         org.freedesktop.systemd1.Path.xml
244
245 dist_bashcompletion_DATA = \
246         src/systemd-bash-completion.sh
247
248 dist_tmpfiles_DATA = \
249         tmpfiles.d/systemd.conf \
250         tmpfiles.d/tmp.conf \
251         tmpfiles.d/x11.conf
252
253 if HAVE_SYSV_COMPAT
254 dist_tmpfiles_DATA += \
255         tmpfiles.d/legacy.conf
256 endif
257
258 dist_systemunit_DATA = \
259         units/graphical.target \
260         units/multi-user.target \
261         units/emergency.service \
262         units/emergency.target \
263         units/sysinit.target \
264         units/basic.target \
265         units/getty.target \
266         units/halt.target \
267         units/kexec.target \
268         units/local-fs.target \
269         units/local-fs-pre.target \
270         units/remote-fs.target \
271         units/remote-fs-pre.target \
272         units/network.target \
273         units/nss-lookup.target \
274         units/mail-transfer-agent.target \
275         units/http-daemon.target \
276         units/poweroff.target \
277         units/reboot.target \
278         units/rescue.target \
279         units/rpcbind.target \
280         units/time-sync.target \
281         units/shutdown.target \
282         units/final.target \
283         units/umount.target \
284         units/sigpwr.target \
285         units/sockets.target \
286         units/swap.target \
287         units/systemd-initctl.socket \
288         units/systemd-shutdownd.socket \
289         units/syslog.socket \
290         units/dev-hugepages.mount \
291         units/dev-mqueue.mount \
292         units/sys-kernel-config.mount \
293         units/sys-kernel-debug.mount \
294         units/sys-kernel-security.mount \
295         units/sys-fs-fuse-connections.mount \
296         units/var-run.mount \
297         units/media.mount \
298         units/remount-rootfs.service \
299         units/printer.target \
300         units/sound.target \
301         units/bluetooth.target \
302         units/smartcard.target \
303         units/systemd-tmpfiles-clean.timer \
304         units/quotaon.service \
305         units/systemd-ask-password-wall.path \
306         units/systemd-ask-password-console.path \
307         units/syslog.target
308
309 if HAVE_SYSV_COMPAT
310 dist_systemunit_DATA += \
311         units/var-lock.mount
312 endif
313
314 nodist_systemunit_DATA = \
315         units/getty@.service \
316         units/serial-getty@.service \
317         units/console-shell.service \
318         units/systemd-initctl.service \
319         units/systemd-shutdownd.service \
320         units/systemd-modules-load.service \
321         units/systemd-remount-api-vfs.service \
322         units/systemd-update-utmp-runlevel.service \
323         units/systemd-update-utmp-shutdown.service \
324         units/systemd-tmpfiles-setup.service \
325         units/systemd-tmpfiles-clean.service \
326         units/systemd-ask-password-wall.service \
327         units/systemd-ask-password-console.service \
328         units/systemd-sysctl.service \
329         units/halt.service \
330         units/poweroff.service \
331         units/reboot.service \
332         units/kexec.service \
333         units/fsck@.service \
334         units/fsck-root.service \
335         units/rescue.service \
336         units/user@.service
337
338 dist_userunit_DATA = \
339         units/user/default.target \
340         units/user/exit.target
341
342 nodist_userunit_DATA = \
343         units/user/exit.service
344
345 EXTRA_DIST += \
346         units/getty@.service.m4 \
347         units/serial-getty@.service.m4 \
348         units/console-shell.service.m4 \
349         units/rescue.service.m4 \
350         units/systemd-initctl.service.in \
351         units/systemd-shutdownd.service.in \
352         units/systemd-modules-load.service.in \
353         units/systemd-remount-api-vfs.service.in \
354         units/systemd-update-utmp-runlevel.service.in \
355         units/systemd-update-utmp-shutdown.service.in \
356         units/systemd-tmpfiles-setup.service.in \
357         units/systemd-tmpfiles-clean.service.in \
358         units/systemd-ask-password-wall.service.in \
359         units/systemd-ask-password-console.service.in \
360         units/systemd-sysctl.service.in \
361         units/halt.service.in \
362         units/poweroff.service.in \
363         units/reboot.service.in \
364         units/kexec.service.in \
365         units/user/exit.service.in \
366         units/fsck@.service.in \
367         units/fsck-root.service.in \
368         units/user@.service.in \
369         src/systemd.pc.in \
370         introspect.awk \
371         src/99-systemd.rules.in \
372         man/custom-html.xsl
373
374 if TARGET_FEDORA
375 dist_systemunit_DATA += \
376         units/fedora/prefdm.service \
377         units/fedora/rc-local.service \
378         units/fedora/halt-local.service
379 systemgenerator_PROGRAMS += \
380         systemd-rc-local-generator
381 endif
382
383 if TARGET_MANDRIVA
384 dist_systemunit_DATA += \
385         units/mandriva/prefdm.service \
386         units/fedora/rc-local.service \
387         units/fedora/halt-local.service
388 systemgenerator_PROGRAMS += \
389         systemd-rc-local-generator
390 endif
391
392 if TARGET_FRUGALWARE
393 dist_systemunit_DATA += \
394         units/frugalware/display-manager.service
395 endif
396
397 if TARGET_SUSE
398 dist_systemunit_DATA += \
399         units/suse/rc-local.service \
400         units/suse/halt-local.service
401 systemgenerator_PROGRAMS += \
402         systemd-rc-local-generator
403 endif
404
405 if TARGET_MAGEIA
406 dist_systemunit_DATA += \
407         units/mageia/prefdm.service \
408         units/fedora/rc-local.service \
409         units/fedora/halt-local.service
410 systemgenerator_PROGRAMS += \
411         systemd-rc-local-generator
412 endif
413
414 if HAVE_PLYMOUTH
415 dist_systemunit_DATA += \
416         units/plymouth-start.service \
417         units/plymouth-read-write.service \
418         units/plymouth-quit.service \
419         units/plymouth-quit-wait.service \
420         units/plymouth-reboot.service \
421         units/plymouth-kexec.service \
422         units/plymouth-poweroff.service \
423         units/plymouth-halt.service \
424         units/systemd-ask-password-plymouth.path
425
426 nodist_systemunit_DATA += \
427         units/systemd-ask-password-plymouth.service
428
429 EXTRA_DIST += \
430         units/systemd-ask-password-plymouth.service.in
431 endif
432
433 dist_doc_DATA = \
434         README \
435         NEWS \
436         LICENSE \
437         DISTRO_PORTING
438
439 pkgconfigdata_DATA = \
440         src/systemd.pc
441
442 # First passed through sed, followed by intltool
443 polkitpolicy_in_in_files = \
444         src/org.freedesktop.systemd1.policy.in.in
445
446 nodist_polkitpolicy_DATA = \
447         $(polkitpolicy_in_files:.policy.in=.policy) \
448         $(polkitpolicy_in_in_files:.policy.in.in=.policy)
449
450 EXTRA_DIST += \
451         $(polkitpolicy_in_files) \
452         $(polkitpolicy_in_in_files)
453
454 @INTLTOOL_POLICY_RULE@
455
456 noinst_LTLIBRARIES = \
457         libsystemd-basic.la \
458         libsystemd-core.la
459
460 libsystemd_basic_la_SOURCES = \
461         src/util.c \
462         src/virt.c \
463         src/label.c \
464         src/hashmap.c \
465         src/set.c \
466         src/strv.c \
467         src/conf-parser.c \
468         src/socket-util.c \
469         src/log.c \
470         src/ratelimit.c \
471         src/exit-status.c
472
473 libsystemd_basic_la_CFLAGS = \
474         $(AM_CFLAGS) \
475         $(SELINUX_CFLAGS)
476
477 libsystemd_basic_la_LIBADD = \
478         $(SELINUX_LIBS) \
479         $(CAP_LIBS)
480
481 libsystemd_core_la_SOURCES = \
482         src/unit.c \
483         src/job.c \
484         src/manager.c \
485         src/path-lookup.c \
486         src/load-fragment.c \
487         src/service.c \
488         src/automount.c \
489         src/mount.c \
490         src/swap.c \
491         src/device.c \
492         src/target.c \
493         src/snapshot.c \
494         src/socket.c \
495         src/timer.c \
496         src/path.c \
497         src/load-dropin.c \
498         src/execute.c \
499         src/utmp-wtmp.c \
500         src/dbus.c \
501         src/dbus-manager.c \
502         src/dbus-unit.c \
503         src/dbus-job.c \
504         src/dbus-service.c \
505         src/dbus-socket.c \
506         src/dbus-timer.c \
507         src/dbus-target.c \
508         src/dbus-mount.c \
509         src/dbus-automount.c \
510         src/dbus-swap.c \
511         src/dbus-snapshot.c \
512         src/dbus-device.c \
513         src/dbus-execute.c \
514         src/dbus-path.c \
515         src/cgroup.c \
516         src/mount-setup.c \
517         src/hostname-setup.c \
518         src/selinux-setup.c \
519         src/loopback-setup.c \
520         src/kmod-setup.c \
521         src/locale-setup.c \
522         src/machine-id-setup.c \
523         src/specifier.c \
524         src/unit-name.c \
525         src/fdset.c \
526         src/namespace.c \
527         src/tcpwrap.c \
528         src/cgroup-util.c \
529         src/condition.c \
530         src/dbus-common.c \
531         src/sd-daemon.c \
532         src/install.c \
533         src/cgroup-attr.c \
534         src/sd-id128.c
535
536 nodist_libsystemd_core_la_SOURCES = \
537         src/load-fragment-gperf.c \
538         src/load-fragment-gperf-nulstr.c
539
540 EXTRA_DIST += \
541         src/load-fragment-gperf.gperf.m4
542
543 libsystemd_core_la_CFLAGS = \
544         $(AM_CFLAGS) \
545         $(DBUS_CFLAGS) \
546         $(UDEV_CFLAGS) \
547         $(LIBWRAP_CFLAGS) \
548         $(PAM_CFLAGS) \
549         $(AUDIT_CFLAGS) \
550         $(KMOD_CFLAGS)
551
552 libsystemd_core_la_LIBADD = \
553         libsystemd-basic.la \
554         $(DBUS_LIBS) \
555         $(UDEV_LIBS) \
556         $(LIBWRAP_LIBS) \
557         $(PAM_LIBS) \
558         $(AUDIT_LIBS) \
559         $(CAP_LIBS) \
560         $(KMOD_LIBS)
561
562 # This is needed because automake is buggy in how it generates the
563 # rules for C programs, but not Vala programs.  We therefore can't
564 # list the .h files as dependencies if we want make dist to work.
565
566 EXTRA_DIST += \
567         src/util.h \
568         src/virt.h \
569         src/label.h \
570         src/hashmap.h \
571         src/set.h \
572         src/strv.h \
573         src/conf-parser.h \
574         src/socket-util.h \
575         src/log.h \
576         src/ratelimit.h \
577         src/exit-status.h \
578         src/unit.h \
579         src/job.h \
580         src/manager.h \
581         src/path-lookup.h \
582         src/load-fragment.h \
583         src/service.h \
584         src/automount.h \
585         src/mount.h \
586         src/swap.h \
587         src/device.h \
588         src/target.h \
589         src/snapshot.h \
590         src/socket.h \
591         src/timer.h \
592         src/path.h \
593         src/load-dropin.h \
594         src/execute.h \
595         src/utmp-wtmp.h \
596         src/dbus.h \
597         src/dbus-manager.h \
598         src/dbus-unit.h \
599         src/dbus-job.h \
600         src/dbus-service.h \
601         src/dbus-socket.h \
602         src/dbus-timer.h \
603         src/dbus-target.h \
604         src/dbus-mount.h \
605         src/dbus-automount.h \
606         src/dbus-swap.h \
607         src/dbus-snapshot.h \
608         src/dbus-device.h \
609         src/dbus-execute.h \
610         src/dbus-path.h \
611         src/cgroup.h \
612         src/mount-setup.h \
613         src/hostname-setup.h \
614         src/selinux-setup.h \
615         src/loopback-setup.h \
616         src/kmod-setup.h \
617         src/locale-setup.h \
618         src/machine-id-setup.h \
619         src/specifier.h \
620         src/unit-name.h \
621         src/fdset.h \
622         src/namespace.h \
623         src/tcpwrap.h \
624         src/cgroup-util.h \
625         src/condition.h \
626         src/dbus-common.h \
627         src/install.h \
628         src/cgroup-attr.h \
629         src/macro.h \
630         src/def.h \
631         src/ioprio.h \
632         src/missing.h \
633         src/list.h \
634         src/securebits.h \
635         src/linux/auto_dev-ioctl.h \
636         src/linux/fanotify.h \
637         src/initreq.h \
638         src/special.h \
639         src/dbus-common.h \
640         src/bus-errors.h \
641         src/cgroup-show.h \
642         src/build.h \
643         src/shutdownd.h \
644         src/umount.h \
645         src/ask-password-api.h \
646         src/pager.h \
647         src/sysfs-show.h \
648         src/polkit.h \
649         src/dbus-loop.h \
650         src/spawn-agent.h \
651         src/acl-util.h \
652         src/logs-show.h
653
654 MANPAGES = \
655         man/systemd.1 \
656         man/systemctl.1 \
657         man/systemadm.1 \
658         man/systemd-cgls.1 \
659         man/systemd-cgtop.1 \
660         man/systemd-nspawn.1 \
661         man/systemd-tmpfiles.8 \
662         man/systemd-notify.1 \
663         man/systemd.unit.5 \
664         man/systemd.service.5 \
665         man/systemd.socket.5 \
666         man/systemd.mount.5 \
667         man/systemd.automount.5 \
668         man/systemd.swap.5 \
669         man/systemd.timer.5 \
670         man/systemd.path.5 \
671         man/systemd.target.5 \
672         man/systemd.device.5 \
673         man/systemd.snapshot.5 \
674         man/systemd.exec.5 \
675         man/daemon.7 \
676         man/runlevel.8 \
677         man/telinit.8 \
678         man/halt.8 \
679         man/shutdown.8 \
680         man/pam_systemd.8 \
681         man/systemd.conf.5 \
682         man/tmpfiles.d.5 \
683         man/hostname.5 \
684         man/timezone.5 \
685         man/machine-id.5 \
686         man/locale.conf.5 \
687         man/os-release.5 \
688         man/machine-info.5 \
689         man/modules-load.d.5 \
690         man/sysctl.d.5 \
691         man/systemd-ask-password.1
692
693 MANPAGES_ALIAS = \
694         man/reboot.8 \
695         man/poweroff.8 \
696         man/init.1
697
698 man/reboot.8: man/halt.8
699 man/poweroff.8: man/halt.8
700 man/init.1: man/systemd.1
701
702 dist_man_MANS = \
703         $(MANPAGES) \
704         $(MANPAGES_ALIAS)
705
706 nodist_man_MANS = \
707         man/systemd.special.7
708
709 XML_FILES = \
710         ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
711
712 XML_IN_FILES = \
713         ${patsubst %.1,%.xml.in,${patsubst %.3,%.xml.in,${patsubst %.5,%.xml.in,${patsubst %.7,%.xml.in,${patsubst %.8,%.xml.in,$(nodist_man_MANS)}}}}}
714
715 dist_noinst_DATA = \
716         ${XML_FILES:.xml=.html}
717
718 nodist_noinst_DATA = \
719         ${XML_IN_FILES:.xml.in=.html}
720
721 EXTRA_DIST += \
722         $(XML_FILES) \
723         $(XML_IN_FILES) \
724         ${nodist_man_MANS:=.in} \
725         ${XML_IN_FILES:.xml.in=.html.in}
726
727 systemd_SOURCES = \
728         src/main.c
729
730 systemd_CFLAGS = \
731         $(AM_CFLAGS) \
732         $(DBUS_CFLAGS) \
733         $(UDEV_CFLAGS)
734
735 systemd_LDADD = \
736         libsystemd-core.la
737
738 test_engine_SOURCES = \
739         src/test-engine.c
740
741 test_engine_CFLAGS = $(systemd_CFLAGS)
742 test_engine_LDADD = $(systemd_LDADD)
743
744 test_job_type_SOURCES = \
745         src/test-job-type.c
746
747 test_job_type_CFLAGS = $(systemd_CFLAGS)
748 test_job_type_LDADD = $(systemd_LDADD)
749
750 test_ns_SOURCES = \
751         src/test-ns.c
752
753 test_ns_CFLAGS = $(systemd_CFLAGS)
754 test_ns_LDADD = $(systemd_LDADD)
755
756 test_loopback_SOURCES = \
757         src/test-loopback.c \
758         src/loopback-setup.c
759
760 test_loopback_LDADD = \
761         libsystemd-basic.la
762
763 test_hostname_SOURCES = \
764         src/test-hostname.c \
765         src/hostname-setup.c
766
767 test_hostname_LDADD = \
768         libsystemd-basic.la
769
770 test_daemon_SOURCES = \
771         src/test-daemon.c
772
773 test_daemon_LDADD = \
774         libsystemd-basic.la \
775         libsystemd-daemon.la
776
777 test_cgroup_SOURCES = \
778         src/test-cgroup.c \
779         src/cgroup-util.c
780
781 test_cgroup_LDADD = \
782         libsystemd-basic.la
783
784 test_env_replace_SOURCES = \
785         src/test-env-replace.c
786
787 test_env_replace_LDADD = \
788         libsystemd-basic.la
789
790 test_strv_SOURCES = \
791         src/test-strv.c \
792         src/specifier.c
793
794 test_strv_LDADD = \
795         libsystemd-basic.la
796
797 test_install_SOURCES = \
798         src/test-install.c \
799         src/install.c \
800         src/path-lookup.c \
801         src/unit-name.c
802
803 test_install_CFLAGS = \
804         $(AM_CFLAGS) \
805         $(DBUS_CFLAGS)
806
807 test_install_LDADD = \
808         libsystemd-basic.la
809
810 systemd_initctl_SOURCES = \
811         src/initctl.c \
812         src/dbus-common.c
813
814 systemd_initctl_CFLAGS = \
815         $(AM_CFLAGS) \
816         $(DBUS_CFLAGS)
817
818 systemd_initctl_LDADD = \
819         libsystemd-basic.la \
820         libsystemd-daemon.la \
821         $(DBUS_LIBS)
822
823 systemd_update_utmp_SOURCES = \
824         src/update-utmp.c \
825         src/dbus-common.c \
826         src/utmp-wtmp.c
827
828 systemd_update_utmp_CFLAGS = \
829         $(AM_CFLAGS) \
830         $(DBUS_CFLAGS) \
831         $(AUDIT_CFLAGS)
832
833 systemd_update_utmp_LDADD = \
834         libsystemd-basic.la \
835         $(DBUS_LIBS) \
836         $(AUDIT_LIBS)
837
838 systemd_shutdownd_SOURCES = \
839         src/utmp-wtmp.c \
840         src/shutdownd.c
841
842 systemd_shutdownd_CFLAGS = \
843         $(AM_CFLAGS)
844
845 systemd_shutdownd_LDADD = \
846         libsystemd-basic.la \
847         libsystemd-daemon.la
848
849 systemd_shutdown_SOURCES = \
850         src/mount-setup.c \
851         src/umount.c \
852         src/shutdown.c
853
854 systemd_shutdown_CFLAGS = \
855         $(AM_CFLAGS) \
856         $(UDEV_CFLAGS)
857
858 systemd_shutdown_LDADD = \
859         libsystemd-basic.la \
860         $(UDEV_LIBS)
861
862 systemd_modules_load_SOURCES = \
863         src/modules-load.c
864
865 systemd_modules_load_CFLAGS = \
866         $(KMOD_CFLAGS)
867
868 systemd_modules_load_LDADD = \
869         libsystemd-basic.la \
870         $(KMOD_LIBS)
871
872 systemd_tmpfiles_SOURCES = \
873         src/tmpfiles.c
874
875 systemd_tmpfiles_LDADD = \
876         libsystemd-basic.la
877
878 systemd_machine_id_setup_SOURCES = \
879         src/machine-id-setup.c \
880         src/machine-id-main.c \
881         src/sd-id128.c
882
883 systemd_machine_id_setup_LDADD = \
884         libsystemd-basic.la
885
886 systemd_sysctl_SOURCES = \
887         src/sysctl.c
888
889 systemd_sysctl_LDADD = \
890         libsystemd-basic.la
891
892 systemd_fsck_SOURCES = \
893         src/fsck.c \
894         src/dbus-common.c
895
896 systemd_fsck_CFLAGS = \
897         $(AM_CFLAGS) \
898         $(UDEV_CFLAGS) \
899         $(DBUS_CFLAGS)
900
901 systemd_fsck_LDADD = \
902         libsystemd-basic.la \
903         $(UDEV_LIBS) \
904         $(DBUS_LIBS)
905
906 systemd_timestamp_SOURCES = \
907         src/timestamp.c
908
909 systemd_timestamp_LDADD = \
910         libsystemd-basic.la
911
912 systemd_ac_power_SOURCES = \
913         src/ac-power.c
914
915 systemd_ac_power_CFLAGS = \
916         $(AM_CFLAGS) \
917         $(UDEV_CFLAGS)
918
919 systemd_ac_power_LDADD = \
920         libsystemd-basic.la \
921         $(UDEV_LIBS)
922
923 systemd_detect_virt_SOURCES = \
924         src/detect-virt.c
925
926 systemd_detect_virt_LDADD = \
927         libsystemd-basic.la
928
929 systemd_getty_generator_SOURCES = \
930         src/getty-generator.c \
931         src/unit-name.c
932
933 systemd_getty_generator_LDADD = \
934         libsystemd-basic.la
935
936 systemd_rc_local_generator_SOURCES = \
937         src/rc-local-generator.c
938
939 systemd_rc_local_generator_LDADD = \
940         libsystemd-basic.la
941
942 systemd_remount_api_vfs_SOURCES = \
943         src/remount-api-vfs.c \
944         src/mount-setup.c \
945         src/exit-status.c
946
947 systemd_remount_api_vfs_LDADD = \
948         libsystemd-basic.la
949
950 systemd_cgroups_agent_SOURCES = \
951         src/cgroups-agent.c \
952         src/dbus-common.c
953
954 systemd_cgroups_agent_CFLAGS = \
955         $(AM_CFLAGS) \
956         $(DBUS_CFLAGS)
957
958 systemd_cgroups_agent_LDADD = \
959         libsystemd-basic.la \
960         $(DBUS_LIBS)
961
962 systemctl_SOURCES = \
963         src/systemctl.c \
964         src/utmp-wtmp.c \
965         src/dbus-common.c \
966         src/path-lookup.c \
967         src/cgroup-show.c \
968         src/cgroup-util.c \
969         src/exit-status.c \
970         src/unit-name.c \
971         src/pager.c \
972         src/install.c \
973         src/spawn-agent.c \
974         src/logs-show.c
975
976 systemctl_CFLAGS = \
977         $(AM_CFLAGS) \
978         $(DBUS_CFLAGS)
979
980 systemctl_LDADD = \
981         libsystemd-basic.la \
982         libsystemd-daemon.la \
983         libsystemd-journal.la \
984         libsystemd-id128.la \
985         $(DBUS_LIBS)
986
987 systemd_notify_SOURCES = \
988         src/notify.c \
989         src/readahead/sd-readahead.c
990
991 systemd_notify_LDADD = \
992         libsystemd-basic.la \
993         libsystemd-daemon.la
994
995 systemd_ask_password_SOURCES = \
996         src/ask-password.c \
997         src/ask-password-api.c
998
999 systemd_ask_password_LDADD = \
1000         libsystemd-basic.la
1001
1002 systemd_reply_password_SOURCES = \
1003         src/reply-password.c
1004
1005 systemd_reply_password_LDADD = \
1006         libsystemd-basic.la
1007
1008 systemd_cgls_SOURCES = \
1009         src/cgls.c \
1010         src/cgroup-show.c \
1011         src/cgroup-util.c \
1012         src/pager.c
1013
1014 systemd_cgls_LDADD = \
1015         libsystemd-basic.la
1016
1017 systemd_cgtop_SOURCES = \
1018         src/cgtop.c \
1019         src/cgroup-util.c
1020
1021 systemd_cgtop_LDADD = \
1022         libsystemd-basic.la
1023
1024 systemd_nspawn_SOURCES = \
1025         src/nspawn.c \
1026         src/cgroup-util.c \
1027         src/loopback-setup.c
1028
1029 systemd_nspawn_LDADD = \
1030         libsystemd-basic.la \
1031         libsystemd-daemon.la
1032
1033 systemd_stdio_bridge_SOURCES = \
1034         src/bridge.c
1035
1036 systemd_stdio_bridge_LDADD = \
1037         libsystemd-basic.la
1038
1039 systemadm_SOURCES = \
1040         src/systemadm.vala \
1041         src/systemd-interfaces.vala \
1042         src/wraplabel.vala
1043
1044 systemadm_CFLAGS = \
1045         $(AM_CFLAGS) \
1046         $(GTK_CFLAGS) \
1047         -Wno-unused-variable \
1048         -Wno-unused-function \
1049         -Wno-shadow \
1050         -Wno-format-nonliteral
1051
1052 systemadm_VALAFLAGS = \
1053         --pkg=posix \
1054         --pkg=gtk+-2.0 \
1055         --pkg=gee-1.0 \
1056         -g
1057
1058 systemadm_LDADD = \
1059         $(GTK_LIBS)
1060
1061 systemd_gnome_ask_password_agent_SOURCES = \
1062         src/gnome-ask-password-agent.vala
1063
1064 systemd_gnome_ask_password_agent_CFLAGS = \
1065         $(AM_CFLAGS) \
1066         $(LIBNOTIFY_CFLAGS) \
1067         $(GTK_CFLAGS) \
1068         -Wno-unused-variable \
1069         -Wno-unused-function \
1070         -Wno-shadow \
1071         -Wno-format-nonliteral
1072
1073 systemd_gnome_ask_password_agent_VALAFLAGS = \
1074         --pkg=posix \
1075         --pkg=gtk+-2.0 \
1076         --pkg=linux \
1077         --pkg=gio-unix-2.0 \
1078         --pkg=libnotify \
1079         -g
1080
1081 systemd_gnome_ask_password_agent_LDADD = \
1082         $(LIBNOTIFY_LIBS) \
1083         $(GTK_LIBS)
1084
1085 systemd_tty_ask_password_agent_SOURCES = \
1086         src/tty-ask-password-agent.c \
1087         src/ask-password-api.c \
1088         src/utmp-wtmp.c
1089
1090 systemd_tty_ask_password_agent_LDADD = \
1091         libsystemd-basic.la
1092
1093 # ------------------------------------------------------------------------------
1094 libsystemd_daemon_la_SOURCES = \
1095         src/sd-daemon.c
1096
1097 libsystemd_daemon_la_CFLAGS = \
1098         $(AM_CFLAGS) \
1099         -fvisibility=hidden \
1100         -DSD_EXPORT_SYMBOLS
1101
1102 libsystemd_daemon_la_LDFLAGS = \
1103         -shared \
1104         -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) \
1105         -Wl,--version-script=$(top_srcdir)/src/libsystemd-daemon.sym
1106
1107 pkginclude_HEADERS += \
1108         src/systemd/sd-daemon.h
1109
1110 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
1111 libsystemd-daemon-install-hook:
1112         if test "$(libdir)" != "$(rootlibdir)"; then \
1113                 mkdir -p $(DESTDIR)$(rootlibdir) && \
1114                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/libsystemd-daemon.so) && \
1115                 so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
1116                 ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libsystemd-daemon.so && \
1117                 mv $(DESTDIR)$(libdir)/libsystemd-daemon.so.* $(DESTDIR)$(rootlibdir); \
1118         fi
1119
1120 INSTALL_EXEC_HOOKS += \
1121         libsystemd-daemon-install-hook
1122
1123 libsystemd-daemon-uninstall-hook:
1124         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-daemon.so*
1125
1126 UNINSTALL_EXEC_HOOKS += \
1127         libsystemd-daemon-uninstall-hook
1128
1129 lib_LTLIBRARIES += \
1130         libsystemd-daemon.la
1131
1132 pkgconfiglib_DATA += \
1133         src/libsystemd-daemon.pc
1134
1135 MANPAGES += \
1136         man/sd-daemon.7 \
1137         man/sd_notify.3 \
1138         man/sd_listen_fds.3 \
1139         man/sd_is_fifo.3 \
1140         man/sd_booted.3
1141
1142 MANPAGES_ALIAS += \
1143         man/sd_is_socket.3 \
1144         man/sd_is_socket_unix.3 \
1145         man/sd_is_socket_inet.3 \
1146         man/sd_is_mq.3 \
1147         man/sd_notifyf.3
1148
1149 man/sd_is_socket.3: man/sd_is_fifo.3
1150 man/sd_is_socket_unix.3: man/sd_is_fifo.3
1151 man/sd_is_socket_inet.3: man/sd_is_fifo.3
1152 man/sd_is_mq.3: man/sd_is_fifo.3
1153 man/sd_notifyf.3: man/sd_notify.3
1154
1155 EXTRA_DIST += \
1156         src/libsystemd-daemon.pc.in \
1157         src/libsystemd-daemon.sym
1158
1159 # ------------------------------------------------------------------------------
1160 libsystemd_id128_la_SOURCES = \
1161         src/sd-id128.c
1162
1163 libsystemd_id128_la_CFLAGS = \
1164         $(AM_CFLAGS) \
1165         -fvisibility=hidden
1166
1167 libsystemd_id128_la_LDFLAGS = \
1168         -shared \
1169         -version-info $(LIBSYSTEMD_ID128_CURRENT):$(LIBSYSTEMD_ID128_REVISION):$(LIBSYSTEMD_ID128_AGE) \
1170         -Wl,--version-script=$(top_srcdir)/src/libsystemd-id128.sym
1171
1172 libsystemd_id128_la_LIBADD = \
1173         libsystemd-basic.la
1174
1175 test_id128_SOURCES = \
1176         src/test-id128.c \
1177         src/sd-id128.c
1178
1179 test_id128_LDADD = \
1180         libsystemd-basic.la
1181
1182 noinst_PROGRAMS += \
1183         test-id128
1184
1185 pkginclude_HEADERS += \
1186         src/systemd/sd-id128.h
1187
1188 lib_LTLIBRARIES += \
1189         libsystemd-id128.la
1190
1191 pkgconfiglib_DATA += \
1192         src/libsystemd-id128.pc
1193
1194 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
1195 libsystemd-id128-install-hook:
1196         if test "$(libdir)" != "$(rootlibdir)"; then \
1197                 mkdir -p $(DESTDIR)$(rootlibdir) && \
1198                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/libsystemd-id128.so) && \
1199                 so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
1200                 ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libsystemd-id128.so && \
1201                 mv $(DESTDIR)$(libdir)/libsystemd-id128.so.* $(DESTDIR)$(rootlibdir); \
1202         fi
1203
1204 INSTALL_EXEC_HOOKS += \
1205         libsystemd-id128-install-hook
1206
1207 libsystemd-id128-uninstall-hook:
1208         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so*
1209
1210 UNINSTALL_EXEC_HOOKS += \
1211         libsystemd-id128-uninstall-hook
1212
1213 EXTRA_DIST += \
1214         src/libsystemd-id128.pc.in \
1215         src/libsystemd-id128.sym
1216
1217 # ------------------------------------------------------------------------------
1218 systemd_journald_SOURCES = \
1219         src/journal/journald.c \
1220         src/journal/sd-journal.c \
1221         src/journal/journal-file.c \
1222         src/journal/lookup3.c \
1223         src/journal/journal-rate-limit.c \
1224         src/sd-id128.c \
1225         src/cgroup-util.c
1226
1227 if HAVE_ACL
1228 systemd_journald_SOURCES += \
1229         src/acl-util.c
1230 endif
1231
1232 nodist_systemd_journald_SOURCES = \
1233         src/journal/journald-gperf.c
1234
1235 systemd_journald_CFLAGS = \
1236         $(AM_CFLAGS) \
1237         $(ACL_CFLAGS)
1238
1239 systemd_journald_LDADD = \
1240         libsystemd-basic.la \
1241         libsystemd-daemon.la \
1242         libsystemd-login.la \
1243         $(ACL_LIBS)
1244
1245 if HAVE_XZ
1246 systemd_journald_SOURCES += \
1247         src/journal/compress.c
1248 systemd_journald_CFLAGS += \
1249         $(XZ_CFLAGS)
1250 systemd_journald_LDADD += \
1251         $(XZ_LIBS)
1252 endif
1253
1254 systemd_cat_SOURCES = \
1255         src/journal/cat.c
1256
1257 systemd_cat_LDADD = \
1258         libsystemd-basic.la \
1259         libsystemd-journal.la
1260
1261 systemd_journalctl_SOURCES = \
1262         src/journal/journalctl.c \
1263         src/pager.c \
1264         src/logs-show.c
1265
1266 systemd_journalctl_LDADD = \
1267         libsystemd-basic.la \
1268         libsystemd-journal.la \
1269         libsystemd-id128.la
1270
1271 if HAVE_XZ
1272 systemd_journalctl_SOURCES += \
1273         src/journal/compress.c
1274 systemd_journalctl_CFLAGS = \
1275         $(AM_CFLAGS) \
1276         $(XZ_CFLAGS)
1277 systemd_journalctl_LDADD += \
1278         $(XZ_LIBS)
1279 endif
1280
1281 test_journal_SOURCES = \
1282         src/journal/test-journal.c \
1283         src/journal/sd-journal.c \
1284         src/journal/journal-file.c \
1285         src/journal/lookup3.c \
1286         src/journal/journal-send.c \
1287         src/sd-id128.c
1288
1289 test_journal_LDADD = \
1290         libsystemd-basic.la
1291
1292 if HAVE_XZ
1293 test_journal_SOURCES += \
1294         src/journal/compress.c
1295
1296 test_journal_CFLAGS = \
1297         $(AM_CFLAGS) \
1298         $(XZ_CFLAGS)
1299
1300 test_journal_LDADD += \
1301         $(XZ_LIBS)
1302 endif
1303
1304 libsystemd_journal_la_SOURCES = \
1305         src/journal/sd-journal.c \
1306         src/journal/journal-file.c \
1307         src/journal/lookup3.c \
1308         src/journal/journal-send.c
1309
1310 libsystemd_journal_la_CFLAGS = \
1311         $(AM_CFLAGS) \
1312         -fvisibility=hidden
1313
1314 libsystemd_journal_la_LDFLAGS = \
1315         -shared \
1316         -version-info $(LIBSYSTEMD_JOURNAL_CURRENT):$(LIBSYSTEMD_JOURNAL_REVISION):$(LIBSYSTEMD_JOURNAL_AGE) \
1317         -Wl,--version-script=$(top_srcdir)/src/journal/libsystemd-journal.sym
1318
1319 libsystemd_journal_la_LIBADD = \
1320         libsystemd-basic.la \
1321         libsystemd-id128.la
1322
1323 if HAVE_XZ
1324 libsystemd_journal_la_SOURCES += \
1325         src/journal/compress.c
1326
1327 libsystemd_journal_la_CFLAGS += \
1328         $(XZ_CFLAGS)
1329
1330 libsystemd_journal_la_LIBADD += \
1331         $(XZ_LIBS)
1332 endif
1333
1334 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
1335 libsystemd-journal-install-hook:
1336         if test "$(libdir)" != "$(rootlibdir)"; then \
1337                 mkdir -p $(DESTDIR)$(rootlibdir) && \
1338                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/libsystemd-journal.so) && \
1339                 so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
1340                 ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libsystemd-journal.so && \
1341                 mv $(DESTDIR)$(libdir)/libsystemd-journal.so.* $(DESTDIR)$(rootlibdir); \
1342         fi
1343
1344 INSTALL_EXEC_HOOKS += \
1345         libsystemd-journal-install-hook
1346
1347 libsystemd-journal-uninstall-hook:
1348         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so*
1349
1350 UNINSTALL_EXEC_HOOKS += \
1351         libsystemd-journal-uninstall-hook
1352
1353 noinst_PROGRAMS += \
1354         test-journal
1355
1356 pkginclude_HEADERS += \
1357         src/systemd/sd-journal.h \
1358         src/systemd/sd-messages.h
1359
1360 lib_LTLIBRARIES += \
1361         libsystemd-journal.la
1362
1363 rootlibexec_PROGRAMS += \
1364         systemd-journald
1365
1366 rootbin_PROGRAMS += \
1367         systemd-journalctl
1368
1369 bin_PROGRAMS += \
1370         systemd-cat
1371
1372 dist_systemunit_DATA += \
1373         units/systemd-journald.socket
1374
1375 nodist_systemunit_DATA += \
1376         units/systemd-journald.service
1377
1378 dist_pkgsysconf_DATA += \
1379         src/journal/systemd-journald.conf
1380
1381 pkgconfiglib_DATA += \
1382         src/journal/libsystemd-journal.pc
1383
1384 journal-install-data-hook:
1385         $(MKDIR_P) -m 0755 \
1386                 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
1387                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants
1388         ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
1389                 rm -f systemd-journald.socket && \
1390                 $(LN_S) ../systemd-journald.socket )
1391         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
1392                 rm -f systemd-journald.service && \
1393                 $(LN_S) ../systemd-journald.service )
1394
1395 INSTALL_DATA_HOOKS += \
1396         journal-install-data-hook
1397
1398 EXTRA_DIST += \
1399         src/journal/journald.h \
1400         src/journal/journal-def.h \
1401         src/journal/journal-internal.h \
1402         src/journal/journal-file.h \
1403         src/journal/lookup3.h \
1404         src/journal/compress.h \
1405         src/journal/journal-rate-limit.h \
1406         src/journal/libsystemd-journal.pc.in \
1407         src/journal/libsystemd-journal.sym \
1408         units/systemd-journald.service.in \
1409         src/journal/journald-gperf.gperf
1410
1411 CLEANFILES += \
1412         src/journal/journald-gperf.c
1413
1414 # ------------------------------------------------------------------------------
1415 if ENABLE_COREDUMP
1416 systemd_coredump_SOURCES = \
1417         src/journal/coredump.c
1418
1419 systemd_coredump_LDADD = \
1420         libsystemd-basic.la \
1421         libsystemd-journal.la \
1422         libsystemd-login.la
1423
1424 rootlibexec_PROGRAMS += \
1425         systemd-coredump
1426
1427 sysctl_DATA = \
1428         sysctl.d/coredump.conf
1429
1430 EXTRA_DIST += \
1431         sysctl.d/coredump.conf.in
1432
1433 CLEANFILES += \
1434         sysctl.d/coredump.conf
1435 endif
1436
1437 # ------------------------------------------------------------------------------
1438 if ENABLE_BINFMT
1439 systemd_binfmt_SOURCES = \
1440         src/binfmt/binfmt.c
1441
1442 systemd_binfmt_LDADD = \
1443         libsystemd-basic.la
1444
1445 rootlibexec_PROGRAMS += \
1446         systemd-binfmt
1447
1448 dist_systemunit_DATA += \
1449         units/proc-sys-fs-binfmt_misc.automount \
1450         units/proc-sys-fs-binfmt_misc.mount
1451
1452 nodist_systemunit_DATA += \
1453         units/systemd-binfmt.service
1454
1455 binfmt-install-data-hook:
1456         $(MKDIR_P) -m 0755 \
1457                 $(DESTDIR)$(prefix)/lib/binfmt.d \
1458                 $(DESTDIR)$(sysconfdir)/binfmt.d \
1459                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants
1460         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
1461                 rm -f systemd-binfmt.service \
1462                         proc-sys-fs-binfmt_misc.automount && \
1463                 $(LN_S) ../systemd-binfmt.service systemd-binfmt.service && \
1464                 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount )
1465
1466 INSTALL_DATA_HOOKS += \
1467         binfmt-install-data-hook
1468
1469 MANPAGES += \
1470         man/binfmt.d.5
1471
1472 EXTRA_DIST += \
1473         units/systemd-binfmt.service.in
1474 endif
1475
1476 # ------------------------------------------------------------------------------
1477 if ENABLE_VCONSOLE
1478 systemd_vconsole_setup_SOURCES = \
1479         src/vconsole/vconsole-setup.c
1480
1481 systemd_vconsole_setup_LDADD = \
1482         libsystemd-basic.la
1483
1484 rootlibexec_PROGRAMS += \
1485         systemd-vconsole-setup
1486
1487 nodist_systemunit_DATA += \
1488         units/systemd-vconsole-setup.service
1489
1490 vconsole-install-data-hook:
1491         $(MKDIR_P) -m 0755 \
1492                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants
1493         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
1494                 rm -f systemd-vconsole-setup.service && \
1495                 $(LN_S) ../systemd-vconsole-setup.service systemd-vconsole-setup.service )
1496
1497 INSTALL_DATA_HOOKS += \
1498         vconsole-install-data-hook
1499
1500 MANPAGES += \
1501         man/vconsole.conf.5
1502
1503 EXTRA_DIST += \
1504         units/systemd-vconsole-setup.service.in
1505 endif
1506
1507 # ------------------------------------------------------------------------------
1508 if ENABLE_READAHEAD
1509 systemd_readahead_collect_SOURCES = \
1510         src/readahead/readahead-collect.c \
1511         src/readahead/readahead-common.c
1512
1513 systemd_readahead_collect_LDADD = \
1514         libsystemd-basic.la \
1515         libsystemd-daemon.la \
1516         $(UDEV_LIBS)
1517
1518 systemd_readahead_collect_CFLAGS = \
1519         $(AM_CFLAGS) \
1520         $(UDEV_CFLAGS)
1521
1522 systemd_readahead_replay_SOURCES = \
1523         src/readahead/readahead-replay.c \
1524         src/readahead/readahead-common.c
1525
1526 systemd_readahead_replay_CFLAGS = \
1527         $(AM_CFLAGS) \
1528         $(UDEV_CFLAGS)
1529
1530 systemd_readahead_replay_LDADD = \
1531         libsystemd-basic.la \
1532         libsystemd-daemon.la \
1533         $(UDEV_LIBS)
1534
1535 rootlibexec_PROGRAMS += \
1536         systemd-readahead-collect \
1537         systemd-readahead-replay
1538
1539 dist_systemunit_DATA += \
1540         units/systemd-readahead-done.timer
1541
1542 nodist_systemunit_DATA += \
1543         units/systemd-readahead-collect.service \
1544         units/systemd-readahead-replay.service \
1545         units/systemd-readahead-done.service
1546
1547 EXTRA_DIST += \
1548         src/systemd/sd-readahead.h \
1549         src/readahead/readahead-common.h \
1550         units/systemd-readahead-collect.service.in \
1551         units/systemd-readahead-replay.service.in \
1552         units/systemd-readahead-done.service.in
1553
1554 MANPAGES += \
1555         man/sd_readahead.3 \
1556         man/sd-readahead.7
1557 endif
1558
1559 # ------------------------------------------------------------------------------
1560 if ENABLE_QUOTACHECK
1561 rootlibexec_PROGRAMS += \
1562         systemd-quotacheck
1563
1564 nodist_systemunit_DATA += \
1565         units/quotacheck.service
1566
1567 EXTRA_DIST += \
1568         units/quotacheck.service.in
1569
1570 systemd_quotacheck_SOURCES = \
1571         src/quotacheck.c
1572
1573 systemd_quotacheck_LDADD = \
1574         libsystemd-basic.la
1575 endif
1576
1577 # ------------------------------------------------------------------------------
1578 if ENABLE_RANDOMSEED
1579 rootlibexec_PROGRAMS += \
1580         systemd-random-seed
1581
1582 nodist_systemunit_DATA += \
1583         units/systemd-random-seed-save.service \
1584         units/systemd-random-seed-load.service
1585
1586 EXTRA_DIST += \
1587         units/systemd-random-seed-save.service.in \
1588         units/systemd-random-seed-load.service.in
1589
1590 systemd_random_seed_SOURCES = \
1591         src/random-seed.c
1592
1593 systemd_random_seed_LDADD = \
1594         libsystemd-basic.la
1595
1596 randomseed-install-data-hook:
1597         $(MKDIR_P) -m 0755 \
1598                 $(DESTDIR)$(systemunitdir)/shutdown.target.wants \
1599                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants
1600         ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \
1601                 rm -f systemd-random-seed-save.service && \
1602                 $(LN_S) ../systemd-random-seed-save.service systemd-random-seed-save.service )
1603         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
1604                 rm -f systemd-random-seed-load.service && \
1605                 $(LN_S) ../systemd-random-seed-load.service systemd-random-seed-load.service )
1606
1607 INSTALL_DATA_HOOKS += \
1608         randomseed-install-data-hook
1609 endif
1610
1611 # ------------------------------------------------------------------------------
1612 if HAVE_LIBCRYPTSETUP
1613 rootlibexec_PROGRAMS += \
1614         systemd-cryptsetup
1615
1616 systemgenerator_PROGRAMS += \
1617         systemd-cryptsetup-generator
1618
1619 dist_systemunit_DATA += \
1620         units/cryptsetup.target
1621
1622 systemd_cryptsetup_SOURCES = \
1623         src/cryptsetup/cryptsetup.c \
1624         src/ask-password-api.c
1625
1626 systemd_cryptsetup_CFLAGS = \
1627         $(AM_CFLAGS) \
1628         $(LIBCRYPTSETUP_CFLAGS) \
1629         $(UDEV_CFLAGS)
1630
1631 systemd_cryptsetup_LDADD = \
1632         $(LIBCRYPTSETUP_LIBS) \
1633         $(UDEV_LIBS) \
1634         libsystemd-basic.la
1635
1636 systemd_cryptsetup_generator_SOURCES = \
1637         src/cryptsetup/cryptsetup-generator.c \
1638         src/unit-name.c
1639
1640 systemd_cryptsetup_generator_LDADD = \
1641         libsystemd-basic.la
1642
1643 cryptsetup-install-data-hook:
1644         $(MKDIR_P) -m 0755 \
1645                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants
1646         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
1647                 rm -f cryptsetup.target && \
1648                 $(LN_S) ../cryptsetup.target cryptsetup.target )
1649
1650 INSTALL_DATA_HOOKS += \
1651         cryptsetup-install-data-hook
1652 endif
1653
1654 # ------------------------------------------------------------------------------
1655 if ENABLE_HOSTNAMED
1656 systemd_hostnamed_SOURCES = \
1657         src/hostname/hostnamed.c \
1658         src/dbus-common.c \
1659         src/polkit.c
1660
1661 systemd_hostnamed_CFLAGS = \
1662         $(AM_CFLAGS) \
1663         $(DBUS_CFLAGS)
1664
1665 systemd_hostnamed_LDADD = \
1666         libsystemd-basic.la \
1667         libsystemd-daemon.la \
1668         $(DBUS_LIBS)
1669
1670 rootlibexec_PROGRAMS += \
1671         systemd-hostnamed
1672
1673 nodist_systemunit_DATA += \
1674         units/systemd-hostnamed.service
1675
1676 dist_dbuspolicy_DATA += \
1677         src/hostname/org.freedesktop.hostname1.conf
1678
1679 dist_dbussystemservice_DATA += \
1680         src/hostname/org.freedesktop.hostname1.service
1681
1682 polkitpolicy_in_files += \
1683         src/hostname/org.freedesktop.hostname1.policy.in
1684
1685 dbusinterface_DATA += \
1686         org.freedesktop.hostname1.xml
1687
1688 org.freedesktop.hostname1.xml: systemd-hostnamed
1689         $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.hostname1 $< $@.tmp && \
1690                 $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \
1691                 $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp
1692
1693 hostnamed-install-data-hook:
1694         ( cd $(DESTDIR)$(systemunitdir) && \
1695                 rm -f dbus-org.freedesktop.hostname1.service && \
1696                 $(LN_S) systemd-hostnamed.service dbus-org.freedesktop.hostname1.service )
1697
1698 INSTALL_DATA_HOOKS += \
1699         hostnamed-install-data-hook
1700
1701 EXTRA_DIST += \
1702         units/systemd-hostnamed.service.in
1703 endif
1704
1705 # ------------------------------------------------------------------------------
1706 if ENABLE_LOCALED
1707 systemd_localed_SOURCES = \
1708         src/locale/localed.c \
1709         src/dbus-common.c \
1710         src/polkit.c
1711
1712 systemd_localed_CFLAGS = \
1713         $(AM_CFLAGS) \
1714         $(DBUS_CFLAGS)
1715
1716 systemd_localed_LDADD = \
1717         libsystemd-basic.la \
1718         libsystemd-daemon.la \
1719         $(DBUS_LIBS)
1720
1721 nodist_systemunit_DATA += \
1722         units/systemd-localed.service
1723
1724 rootlibexec_PROGRAMS += \
1725         systemd-localed
1726
1727 dist_dbuspolicy_DATA += \
1728         src/locale/org.freedesktop.locale1.conf
1729
1730 dist_dbussystemservice_DATA += \
1731         src/locale/org.freedesktop.locale1.service
1732
1733 polkitpolicy_in_files += \
1734         src/locale/org.freedesktop.locale1.policy.in
1735
1736 dbusinterface_DATA += \
1737         org.freedesktop.locale1.xml
1738
1739 org.freedesktop.locale1.xml: systemd-localed
1740         $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.locale1 $< $@.tmp && \
1741                 $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \
1742                 $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp
1743
1744 localed-install-data-hook:
1745         ( cd $(DESTDIR)$(systemunitdir) && \
1746                 rm -f dbus-org.freedesktop.locale1.service && \
1747                 $(LN_S) systemd-localed.service dbus-org.freedesktop.locale1.service )
1748
1749 INSTALL_DATA_HOOKS += \
1750         localed-install-data-hook
1751
1752 EXTRA_DIST += \
1753         units/systemd-localed.service.in
1754
1755 dist_pkgdata_DATA = \
1756         src/locale/kbd-model-map
1757
1758 dist_noinst_SCRIPT = \
1759         src/locale/generate-kbd-model-map
1760
1761 update-kbd-model-map:
1762         src/locale/generate-kbd-model-map > src/locale/kbd-model-map
1763
1764 endif
1765
1766 # ------------------------------------------------------------------------------
1767 if ENABLE_TIMEDATED
1768 systemd_timedated_SOURCES = \
1769         src/timedate/timedated.c \
1770         src/dbus-common.c \
1771         src/polkit.c
1772
1773 systemd_timedated_CFLAGS = \
1774         $(AM_CFLAGS) \
1775         $(DBUS_CFLAGS)
1776
1777 systemd_timedated_LDADD = \
1778         libsystemd-basic.la \
1779         libsystemd-daemon.la \
1780         $(DBUS_LIBS)
1781
1782 rootlibexec_PROGRAMS += \
1783         systemd-timedated
1784
1785 dist_dbussystemservice_DATA += \
1786         src/timedate/org.freedesktop.timedate1.service
1787
1788 dist_dbuspolicy_DATA += \
1789         src/timedate/org.freedesktop.timedate1.conf
1790
1791 nodist_systemunit_DATA += \
1792         units/systemd-timedated.service
1793
1794 polkitpolicy_in_files += \
1795         src/timedate/org.freedesktop.timedate1.policy.in
1796
1797 org.freedesktop.timedate1.xml: systemd-timedated
1798         $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.timedate1 $< $@.tmp && \
1799                 $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \
1800                 $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp
1801
1802 dbusinterface_DATA += \
1803         org.freedesktop.timedate1.xml
1804
1805 timedated-install-data-hook:
1806         ( cd $(DESTDIR)$(systemunitdir) && \
1807                 rm -f dbus-org.freedesktop.timedate1.service  && \
1808                 $(LN_S) systemd-timedated.service dbus-org.freedesktop.timedate1.service )
1809
1810 INSTALL_DATA_HOOKS += \
1811         timedated-install-data-hook
1812
1813 EXTRA_DIST += \
1814         units/systemd-timedated.service.in
1815 endif
1816
1817 # ------------------------------------------------------------------------------
1818 if ENABLE_LOGIND
1819 systemd_logind_SOURCES = \
1820         src/login/logind.c \
1821         src/login/logind-dbus.c \
1822         src/login/logind-device.c \
1823         src/login/logind-seat.c \
1824         src/login/logind-seat-dbus.c \
1825         src/login/logind-session.c \
1826         src/login/logind-session-dbus.c \
1827         src/login/logind-user.c \
1828         src/login/logind-user-dbus.c \
1829         src/dbus-common.c \
1830         src/dbus-loop.c \
1831         src/cgroup-util.c \
1832         src/polkit.c
1833
1834 nodist_systemd_logind_SOURCES = \
1835         src/login/logind-gperf.c
1836
1837 if HAVE_ACL
1838 systemd_logind_SOURCES += \
1839         src/login/logind-acl.c \
1840         src/acl-util.c
1841 endif
1842
1843 systemd_logind_CFLAGS = \
1844         $(AM_CFLAGS) \
1845         $(DBUS_CFLAGS) \
1846         $(UDEV_CFLAGS) \
1847         $(ACL_CFLAGS)
1848
1849 systemd_logind_LDADD = \
1850         libsystemd-basic.la \
1851         libsystemd-daemon.la \
1852         $(DBUS_LIBS) \
1853         $(UDEV_LIBS) \
1854         $(ACL_LIBS)
1855
1856 systemd_user_sessions_SOURCES = \
1857         src/login/user-sessions.c \
1858         src/cgroup-util.c
1859
1860 systemd_user_sessions_LDADD = \
1861         libsystemd-basic.la
1862
1863 rootlibexec_PROGRAMS += \
1864         systemd-logind \
1865         systemd-user-sessions
1866
1867 systemd_loginctl_SOURCES = \
1868         src/login/loginctl.c \
1869         src/login/sysfs-show.c \
1870         src/dbus-common.c \
1871         src/cgroup-show.c \
1872         src/cgroup-util.c \
1873         src/pager.c
1874
1875 systemd_loginctl_CFLAGS = \
1876         $(AM_CFLAGS) \
1877         $(DBUS_CFLAGS) \
1878         $(UDEV_CFLAGS)
1879
1880 systemd_loginctl_LDADD = \
1881         libsystemd-basic.la \
1882         $(DBUS_LIBS) \
1883         $(UDEV_LIBS)
1884
1885 rootbin_PROGRAMS += \
1886         systemd-loginctl
1887
1888 test_login_SOURCES = \
1889         src/login/test-login.c
1890
1891 test_login_LDADD = \
1892         libsystemd-basic.la \
1893         libsystemd-login.la
1894
1895 noinst_PROGRAMS += \
1896         test-login
1897
1898 libsystemd_login_la_SOURCES = \
1899         src/login/sd-login.c \
1900         src/cgroup-util.c
1901
1902 libsystemd_login_la_CFLAGS = \
1903         $(AM_CFLAGS) \
1904         -fvisibility=hidden
1905
1906 libsystemd_login_la_LDFLAGS = \
1907         -shared \
1908         -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \
1909         -Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
1910
1911 libsystemd_login_la_LIBADD = \
1912         libsystemd-basic.la
1913
1914 if HAVE_PAM
1915 pam_systemd_la_SOURCES = \
1916         src/login/pam-module.c \
1917         src/dbus-common.c
1918
1919 pam_systemd_la_CFLAGS = \
1920         $(AM_CFLAGS) \
1921         $(PAM_CFLAGS) \
1922         $(DBUS_CFLAGS) \
1923         -fvisibility=hidden
1924
1925 pam_systemd_la_LDFLAGS = \
1926         -module \
1927         -export-dynamic \
1928         -avoid-version \
1929         -shared \
1930         -export-symbols-regex '^pam_sm_.*'
1931
1932 pam_systemd_la_LIBADD = \
1933         libsystemd-basic.la \
1934         libsystemd-daemon.la \
1935         $(PAM_LIBS) \
1936         $(DBUS_LIBS)
1937
1938 pamlib_LTLIBRARIES = \
1939         pam_systemd.la
1940 endif
1941
1942 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
1943 libsystemd-login-install-hook:
1944         if test "$(libdir)" != "$(rootlibdir)"; then \
1945                 mkdir -p $(DESTDIR)$(rootlibdir) && \
1946                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/libsystemd-login.so) && \
1947                 so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
1948                 ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/libsystemd-login.so && \
1949                 mv $(DESTDIR)$(libdir)/libsystemd-login.so.* $(DESTDIR)$(rootlibdir); \
1950         fi
1951
1952 INSTALL_EXEC_HOOKS += \
1953         libsystemd-login-install-hook
1954
1955 libsystemd-login-uninstall-hook:
1956         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so*
1957
1958 UNINSTALL_EXEC_HOOKS += \
1959         libsystemd-login-uninstall-hook
1960
1961 nodist_systemunit_DATA += \
1962         units/systemd-logind.service \
1963         units/systemd-user-sessions.service
1964
1965 dist_dbussystemservice_DATA += \
1966         src/login/org.freedesktop.login1.service
1967
1968 dist_dbuspolicy_DATA += \
1969         src/login/org.freedesktop.login1.conf
1970
1971 dist_pkgsysconf_DATA += \
1972         src/login/systemd-logind.conf
1973
1974 pkginclude_HEADERS += \
1975         src/systemd/sd-login.h
1976
1977 lib_LTLIBRARIES += \
1978         libsystemd-login.la
1979
1980 pkgconfiglib_DATA += \
1981         src/login/libsystemd-login.pc
1982
1983 polkitpolicy_in_files += \
1984         src/login/org.freedesktop.login1.policy.in
1985
1986 logind-install-data-hook:
1987         $(MKDIR_P) -m 0755 \
1988                 $(DESTDIR)$(systemunitdir)/multi-user.target.wants \
1989                 $(DESTDIR)$(localstatedir)/lib/systemd
1990         ( cd $(DESTDIR)$(systemunitdir) && \
1991                 rm -f dbus-org.freedesktop.login1.service && \
1992                 $(LN_S) systemd-logind.service dbus-org.freedesktop.login1.service)
1993         ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
1994                 rm -f systemd-logind.service systemd-user-sessions.service && \
1995                 $(LN_S) ../systemd-logind.service systemd-logind.service && \
1996                 $(LN_S) ../systemd-user-sessions.service systemd-user-sessions.service )
1997
1998 INSTALL_DATA_HOOKS += \
1999         logind-install-data-hook
2000
2001 systemd_multi_seat_x_SOURCES = \
2002         src/login/multi-seat-x.c
2003
2004 systemd_multi_seat_x_CFLAGS = \
2005         $(AM_CFLAGS) \
2006         $(UDEV_CFLAGS)
2007
2008 systemd_multi_seat_x_LDADD = \
2009         libsystemd-basic.la \
2010         $(UDEV_LIBS)
2011
2012 rootlibexec_PROGRAMS += \
2013         systemd-multi-seat-x
2014
2015 systemd_uaccess_SOURCES = \
2016         src/login/uaccess.c
2017
2018 if HAVE_ACL
2019 systemd_uaccess_SOURCES += \
2020         src/login/logind-acl.c \
2021         src/acl-util.c
2022 endif
2023
2024 systemd_uaccess_CFLAGS = \
2025         $(AM_CFLAGS) \
2026         $(UDEV_CFLAGS) \
2027         $(ACL_CFLAGS)
2028
2029 systemd_uaccess_LDADD = \
2030         libsystemd-basic.la \
2031         libsystemd-daemon.la \
2032         libsystemd-login.la \
2033         $(UDEV_LIBS) \
2034         $(ACL_LIBS)
2035
2036 rootlibexec_PROGRAMS += \
2037         systemd-uaccess
2038
2039 dist_udevrules_DATA += \
2040         src/login/70-uaccess.rules
2041
2042 dist_udevrules_DATA += \
2043         src/login/71-seat.rules
2044
2045 nodist_udevrules_DATA += \
2046         src/login/73-seat-late.rules
2047
2048 MANPAGES += \
2049         man/systemd-logind.conf.5 \
2050         man/sd-login.7 \
2051         man/systemd-loginctl.1 \
2052         man/sd_login_monitor_new.3 \
2053         man/sd_pid_get_session.3 \
2054         man/sd_uid_get_state.3 \
2055         man/sd_session_is_active.3 \
2056         man/sd_seat_get_active.3 \
2057         man/sd_get_seats.3
2058
2059 MANPAGES_ALIAS += \
2060         man/sd_login_monitor_unref.3 \
2061         man/sd_login_monitor_flush.3 \
2062         man/sd_login_monitor_get_fd.3 \
2063         man/sd_session_get_uid.3 \
2064         man/sd_session_get_seat.3 \
2065         man/sd_pid_get_owner_uid.3 \
2066         man/sd_pid_get_unit.3 \
2067         man/sd_uid_is_on_seat.3 \
2068         man/sd_uid_get_sessions.3 \
2069         man/sd_uid_get_seats.3 \
2070         man/sd_seat_get_sessions.3 \
2071         man/sd_seat_can_multi_session.3 \
2072         man/sd_get_sessions.3 \
2073         man/sd_get_uids.3
2074
2075 man/sd_login_monitor_unref.3: man/sd_login_monitor_new.3
2076 man/sd_login_monitor_flush.3: man/sd_login_monitor_new.3
2077 man/sd_login_monitor_get_fd.3: man/sd_login_monitor_new.3
2078 man/sd_session_get_uid.3: man/sd_session_is_active.3
2079 man/sd_session_get_seat.3: man/sd_session_is_active.3
2080 man/sd_pid_get_owner_uid.3: man/sd_pid_get_session.3
2081 man/sd_pid_get_unit.3: man/sd_pid_get_session.3
2082 man/sd_uid_is_on_seat.3: man/sd_uid_get_state.3
2083 man/sd_uid_get_sessions.3: man/sd_uid_get_state.3
2084 man/sd_uid_get_seats.3: man/sd_uid_get_state.3
2085 man/sd_seat_get_sessions.3: man/sd_seat_get_active.3
2086 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3
2087 man/sd_get_sessions.3: man/sd_get_seats.3
2088 man/sd_get_uids.3: man/sd_get_seats.3
2089
2090 EXTRA_DIST += \
2091         src/login/logind-gperf.gperf \
2092         src/login/libsystemd-login.pc.in \
2093         src/login/libsystemd-login.sym \
2094         src/login/logind.h \
2095         src/login/logind-device.h \
2096         src/login/logind-seat.h \
2097         src/login/logind-session.h \
2098         src/login/logind-user.h \
2099         src/login/logind-acl.h \
2100         src/login/73-seat-late.rules.in \
2101         units/systemd-logind.service.in \
2102         units/systemd-user-sessions.service.in
2103
2104 CLEANFILES += \
2105         src/login/logind-gperf.c \
2106         src/login/73-seat-late.rules
2107 endif
2108 # ------------------------------------------------------------------------------
2109
2110 SED_PROCESS = \
2111         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2112         $(SED)  -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
2113                 -e 's,@rootbindir\@,$(rootbindir),g' \
2114                 -e 's,@bindir\@,$(bindir),g' \
2115                 -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
2116                 -e 's,@SYSTEMD_NOTIFY\@,$(rootbindir)/systemd-notify,g' \
2117                 -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
2118                 -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
2119                 -e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \
2120                 -e 's,@systemunitdir\@,$(systemunitdir),g' \
2121                 -e 's,@userunitdir\@,$(userunitdir),g' \
2122                 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
2123                 -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
2124                 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
2125                 -e 's,@prefix\@,$(prefix),g' \
2126                 -e 's,@exec_prefix\@,$(exec_prefix),g' \
2127                 -e 's,@libdir\@,$(libdir),g' \
2128                 -e 's,@includedir\@,$(includedir),g' \
2129                 < $< > $@ || rm $@
2130
2131 units/%: units/%.in Makefile
2132         $(SED_PROCESS)
2133
2134 man/%: man/%.in Makefile
2135         $(SED_PROCESS)
2136
2137 sysctl.d/%: sysctl.d/%.in Makefile
2138         $(SED_PROCESS)
2139
2140 %.pc: %.pc.in Makefile
2141         $(SED_PROCESS)
2142
2143 src/%.policy.in: src/%.policy.in.in Makefile
2144         $(SED_PROCESS)
2145
2146 src/%.rules: src/%.rules.in Makefile
2147         $(SED_PROCESS)
2148
2149 src/%.c: src/%.gperf
2150         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2151         $(GPERF) < $< > $@
2152
2153 src/%: src/%.m4
2154         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2155         $(M4) -P $(M4_DEFINES) < $< > $@ || rm $@
2156
2157 src/load-fragment-gperf-nulstr.c: src/load-fragment-gperf.gperf
2158         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2159         $(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 ";" }' < $< > $@ || rm $@
2160
2161 M4_PROCESS_SYSTEM = \
2162         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2163         $(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@ || rm $@
2164
2165 M4_PROCESS_USER = \
2166         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2167         $(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@ || rm $@
2168
2169 units/%: units/%.m4 Makefile
2170         $(M4_PROCESS_SYSTEM)
2171
2172 units/user/%: units/%.m4 Makefile
2173         $(M4_PROCESS_USER)
2174
2175 CLEANFILES += \
2176         $(nodist_systemunit_DATA) \
2177         $(nodist_userunit_DATA) \
2178         $(nodist_man_MANS) \
2179         ${XML_IN_FILES:.xml.in=.html} \
2180         $(pkgconfigdata_DATA) \
2181         $(pkgconfiglib_DATA) \
2182         $(nodist_polkitpolicy_DATA) \
2183         src/load-fragment-gperf.gperf \
2184         src/load-fragment-gperf.c \
2185         src/load-fragment-gperf-nulstr.c \
2186         src/99-systemd.rules
2187
2188 if HAVE_VALAC
2189 CLEANFILES += \
2190         ${systemadm_SOURCES:.vala=.c}
2191 endif
2192
2193 if HAVE_XSLTPROC
2194 XSLTPROC_FLAGS = \
2195         --nonet \
2196         --stringparam funcsynopsis.style ansi
2197
2198 XSLTPROC_PROCESS_MAN = \
2199         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2200         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
2201
2202 XSLTPROC_PROCESS_MAN_IN = \
2203         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2204         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
2205         mv ${@:.in=} $@
2206
2207 XSLTPROC_PROCESS_HTML = \
2208         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2209         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
2210
2211 XSLTPROC_PROCESS_HTML_IN = \
2212         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
2213         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $< && \
2214         mv ${@:.in=} $@
2215
2216 man/%.1: man/%.xml
2217         $(XSLTPROC_PROCESS_MAN)
2218
2219 man/%.1.in: man/%.xml.in
2220         $(XSLTPROC_PROCESS_MAN)
2221
2222 man/%.3: man/%.xml
2223         $(XSLTPROC_PROCESS_MAN)
2224
2225 man/%.3.in: man/%.xml.in
2226         $(XSLTPROC_PROCESS_MAN)
2227
2228 man/%.5: man/%.xml
2229         $(XSLTPROC_PROCESS_MAN)
2230
2231 man/%.5.in: man/%.xml.in
2232         $(XSLTPROC_PROCESS_MAN)
2233
2234 man/%.7: man/%.xml
2235         $(XSLTPROC_PROCESS_MAN)
2236
2237 man/%.7.in: man/%.xml.in
2238         $(XSLTPROC_PROCESS_MAN_IN)
2239
2240 man/%.8: man/%.xml
2241         $(XSLTPROC_PROCESS_MAN)
2242
2243 man/%.8.in: man/%.xml.in
2244         $(XSLTPROC_PROCESS_MAN_IN)
2245
2246 man/%.html: man/%.xml
2247         $(XSLTPROC_PROCESS_HTML)
2248
2249 man/%.html.in: man/%.xml.in
2250         $(XSLTPROC_PROCESS_HTML_IN)
2251
2252 CLEANFILES += \
2253         $(dist_man_MANS) \
2254         ${nodist_man_MANS:=.in} \
2255         ${XML_FILES:.xml=.html} \
2256         ${XML_IN_FILES:.xml.in=.html.in}
2257 endif
2258
2259 DBUS_PREPROCESS = $(CPP) -P $(DBUS_CFLAGS) -imacros dbus/dbus-protocol.h
2260
2261 org.freedesktop.systemd1.%.xml: systemd
2262         $(AM_V_GEN)$(LIBTOOL) --mode=execute $(OBJCOPY) -O binary -j introspect.$* $< $@.tmp && \
2263                 $(STRINGS) $@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \
2264                 $(DBUS_PREPROCESS) -o $@ - && rm $@.tmp
2265
2266 CLEANFILES += \
2267         $(dbusinterface_DATA)
2268
2269 systemd-install-data-hook:
2270         $(MKDIR_P) -m 0755 \
2271                 $(DESTDIR)$(tmpfilesdir) \
2272                 $(DESTDIR)$(sysconfdir)/tmpfiles.d \
2273                 $(DESTDIR)$(prefix)/lib/modules-load.d \
2274                 $(DESTDIR)$(sysconfdir)/modules-load.d \
2275                 $(DESTDIR)$(prefix)/lib/sysctl.d \
2276                 $(DESTDIR)$(sysconfdir)/sysctl.d \
2277                 $(DESTDIR)$(systemshutdowndir) \
2278                 $(DESTDIR)$(systemgeneratordir) \
2279                 $(DESTDIR)$(usergeneratordir)
2280         $(MKDIR_P) -m 0755 \
2281                 $(DESTDIR)$(systemunitdir) \
2282                 $(DESTDIR)$(userunitdir) \
2283                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants \
2284                 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
2285                 $(DESTDIR)$(systemunitdir)/basic.target.wants \
2286                 $(DESTDIR)$(systemunitdir)/shutdown.target.wants \
2287                 $(DESTDIR)$(systemunitdir)/local-fs.target.wants \
2288                 $(DESTDIR)$(systemunitdir)/runlevel1.target.wants \
2289                 $(DESTDIR)$(systemunitdir)/runlevel2.target.wants \
2290                 $(DESTDIR)$(systemunitdir)/runlevel3.target.wants \
2291                 $(DESTDIR)$(systemunitdir)/runlevel4.target.wants \
2292                 $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \
2293                 $(DESTDIR)$(systemunitdir)/multi-user.target.wants \
2294                 $(DESTDIR)$(systemunitdir)/graphical.target.wants \
2295                 $(DESTDIR)$(pkgsysconfdir)/system \
2296                 $(DESTDIR)$(pkgsysconfdir)/system/sysinit.target.wants \
2297                 $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants \
2298                 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
2299                 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
2300                 $(DESTDIR)$(pkgsysconfdir)/user \
2301                 $(DESTDIR)$(dbussessionservicedir) \
2302                 $(DESTDIR)$(sysconfdir)/xdg/systemd
2303         ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
2304                 rm -f user && \
2305                 $(LN_S) $(pkgsysconfdir)/user user )
2306         ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
2307                 rm -f systemd-initctl.socket systemd-shutdownd.socket && \
2308                 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket && \
2309                 $(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket )
2310         ( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \
2311                 rm -f systemd-update-utmp-runlevel.service && \
2312                 $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service )
2313         ( cd $(DESTDIR)$(systemunitdir)/runlevel2.target.wants && \
2314                 rm -f systemd-update-utmp-runlevel.service && \
2315                 $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service )
2316         ( cd $(DESTDIR)$(systemunitdir)/runlevel3.target.wants && \
2317                 rm -f systemd-update-utmp-runlevel.service && \
2318                 $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service )
2319         ( cd $(DESTDIR)$(systemunitdir)/runlevel4.target.wants && \
2320                 rm -f systemd-update-utmp-runlevel.service && \
2321                 $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service )
2322         ( cd $(DESTDIR)$(systemunitdir)/runlevel5.target.wants && \
2323                 rm -f systemd-update-utmp-runlevel.service && \
2324                 $(LN_S) ../systemd-update-utmp-runlevel.service systemd-update-utmp-runlevel.service )
2325         ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \
2326                 rm -f systemd-update-utmp-shutdown.service && \
2327                 $(LN_S) ../systemd-update-utmp-shutdown.service systemd-update-utmp-shutdown.service )
2328         ( cd $(DESTDIR)$(systemunitdir)/local-fs.target.wants && \
2329                 rm -f systemd-remount-api-vfs.service \
2330                         fsck-root.service \
2331                         remount-rootfs.service \
2332                         var-run.mount \
2333                         media.mount && \
2334                 $(LN_S) ../systemd-remount-api-vfs.service systemd-remount-api-vfs.service && \
2335                 $(LN_S) ../fsck-root.service fsck-root.service && \
2336                 $(LN_S) ../remount-rootfs.service remount-rootfs.service && \
2337                 $(LN_S) ../var-run.mount var-run.mount && \
2338                 $(LN_S) ../media.mount media.mount )
2339         ( cd $(DESTDIR)$(userunitdir) && \
2340                 rm -f shutdown.target sockets.target bluetooth.target printer.target sound.target && \
2341                 $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
2342                 $(LN_S) $(systemunitdir)/sockets.target sockets.target && \
2343                 $(LN_S) $(systemunitdir)/bluetooth.target bluetooth.target && \
2344                 $(LN_S) $(systemunitdir)/printer.target printer.target && \
2345                 $(LN_S) $(systemunitdir)/sound.target sound.target )
2346         ( cd $(DESTDIR)$(systemunitdir) && \
2347                 rm -f runlevel0.target runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target runlevel6.target && \
2348                 $(LN_S) poweroff.target runlevel0.target && \
2349                 $(LN_S) rescue.target runlevel1.target && \
2350                 $(LN_S) multi-user.target runlevel2.target && \
2351                 $(LN_S) multi-user.target runlevel3.target && \
2352                 $(LN_S) multi-user.target runlevel4.target && \
2353                 $(LN_S) graphical.target runlevel5.target && \
2354                 $(LN_S) reboot.target runlevel6.target )
2355         ( cd $(DESTDIR)$(systemunitdir) && \
2356                 rm -f default.target ctrl-alt-del.target autovt@.service && \
2357                 $(LN_S) graphical.target default.target && \
2358                 $(LN_S) reboot.target ctrl-alt-del.target && \
2359                 $(LN_S) getty@.service autovt@.service )
2360         ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
2361                 rm -f getty.target systemd-ask-password-wall.path && \
2362                 $(LN_S) ../getty.target getty.target && \
2363                 $(LN_S) ../systemd-ask-password-wall.path systemd-ask-password-wall.path)
2364         ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
2365                 rm -f getty@tty1.service && \
2366                 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service )
2367         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
2368                 rm -f remote-fs.target && \
2369                 $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
2370         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
2371                 rm -f dev-hugepages.mount \
2372                         dev-mqueue.mount \
2373                         sys-kernel-config.mount \
2374                         sys-kernel-debug.mount \
2375                         sys-kernel-security.mount \
2376                         sys-fs-fuse-connections.mount \
2377                         systemd-modules-load.service \
2378                         systemd-tmpfiles-setup.service \
2379                         systemd-sysctl.service \
2380                         systemd-ask-password-console.path && \
2381                 $(LN_S) ../dev-hugepages.mount dev-hugepages.mount && \
2382                 $(LN_S) ../dev-mqueue.mount dev-mqueue.mount && \
2383                 $(LN_S) ../sys-kernel-config.mount sys-kernel-config.mount && \
2384                 $(LN_S) ../sys-kernel-debug.mount sys-kernel-debug.mount && \
2385                 $(LN_S) ../sys-kernel-security.mount sys-kernel-security.mount && \
2386                 $(LN_S) ../sys-fs-fuse-connections.mount sys-fs-fuse-connections.mount && \
2387                 $(LN_S) ../systemd-modules-load.service systemd-modules-load.service && \
2388                 $(LN_S) ../systemd-tmpfiles-setup.service systemd-tmpfiles-setup.service && \
2389                 $(LN_S) ../systemd-sysctl.service systemd-sysctl.service && \
2390                 $(LN_S) ../systemd-ask-password-console.path systemd-ask-password-console.path )
2391         ( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \
2392                 rm -f systemd-tmpfiles-clean.timer && \
2393                 $(LN_S) ../systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.timer )
2394         ( cd $(DESTDIR)$(dbussessionservicedir) && \
2395                 rm -f org.freedesktop.systemd1.service && \
2396                 $(LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
2397 if HAVE_PLYMOUTH
2398         $(MKDIR_P) -m 0755 \
2399                 $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) \
2400                 $(DESTDIR)$(systemunitdir)/reboot.target.wants \
2401                 $(DESTDIR)$(systemunitdir)/kexec.target.wants \
2402                 $(DESTDIR)$(systemunitdir)/poweroff.target.wants \
2403                 $(DESTDIR)$(systemunitdir)/halt.target.wants
2404         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
2405                 rm -f plymouth-start.service plymouth-read-write.service && \
2406                 $(LN_S) ../plymouth-start.service plymouth-start.service && \
2407                 $(LN_S) ../plymouth-read-write.service plymouth-read-write.service )
2408         ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
2409                 rm -f plymouth-quit.service plymouth-quit-wait.service && \
2410                 $(LN_S) ../plymouth-quit.service plymouth-quit.service && \
2411                 $(LN_S) ../plymouth-quit-wait.service plymouth-quit-wait.service )
2412         ( cd $(DESTDIR)$(systemunitdir)/reboot.target.wants && \
2413                 rm -f plymouth-reboot.service && \
2414                 $(LN_S) ../plymouth-reboot.service plymouth-reboot.service )
2415         ( cd $(DESTDIR)$(systemunitdir)/kexec.target.wants && \
2416                 rm -f plymouth-kexec.service && \
2417                 $(LN_S) ../plymouth-kexec.service plymouth-kexec.service )
2418         ( cd $(DESTDIR)$(systemunitdir)/poweroff.target.wants && \
2419                 rm -f plymouth-poweroff.service && \
2420                 $(LN_S) ../plymouth-poweroff.service plymouth-poweroff.service )
2421         ( cd $(DESTDIR)$(systemunitdir)/halt.target.wants && \
2422                 rm -f plymouth-halt.service && \
2423                 $(LN_S) ../plymouth-halt.service plymouth-halt.service )
2424 endif
2425 if TARGET_MEEGO
2426         $(MKDIR_P) -m 0755 $(DESTDIR)$(systemunitdir)/final.target.wants
2427         ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
2428                 rm -f network.target && \
2429                 $(LN_S) $(systemunitdir)/network.target network.target )
2430         ( cd $(DESTDIR)$(pkgsysconfdir)/system/sysinit.target.wants && \
2431                 rm -f * )
2432         ( cd $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants && \
2433                 rm -f * )
2434         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
2435                 rm -f * )
2436         ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
2437                 rm -f * )
2438 endif
2439
2440 if TARGET_FEDORA
2441         $(MKDIR_P) -m 0755 $(DESTDIR)$(systemunitdir)/final.target.wants
2442         ( cd $(DESTDIR)$(systemunitdir)/final.target.wants && \
2443                 rm -f halt-local.service && \
2444                 $(LN_S) $(systemunitdir)/halt-local.service halt-local.service )
2445         ( cd $(DESTDIR)$(systemunitdir) && \
2446                 rm -f display-manager.service single.service && \
2447                 $(LN_S) prefdm.service display-manager.service && \
2448                 $(LN_S) rescue.service single.service )
2449         ( cd $(DESTDIR)$(systemunitdir)/graphical.target.wants && \
2450                 rm -f display-manager.service && \
2451                 $(LN_S) $(systemunitdir)/display-manager.service display-manager.service )
2452 endif
2453
2454 if TARGET_MANDRIVA
2455         $(MKDIR_P) -m 0755 $(DESTDIR)$(systemunitdir)/final.target.wants
2456         ( cd $(DESTDIR)$(systemunitdir)/final.target.wants && \
2457                 rm -f halt-local.service && \
2458                 $(LN_S) $(systemunitdir)/halt-local.service halt-local.service )
2459         ( cd $(DESTDIR)$(systemunitdir) && \
2460                 rm -f display-manager.service dm.service single.service && \
2461                 $(LN_S) prefdm.service display-manager.service && \
2462                 $(LN_S) prefdm.service dm.service && \
2463                 $(LN_S) rescue.service single.service )
2464         ( cd $(DESTDIR)$(systemunitdir)/graphical.target.wants && \
2465                 rm -f display-manager.service && \
2466                 $(LN_S) $(systemunitdir)/display-manager.service display-manager.service )
2467 endif
2468
2469 if TARGET_DEBIAN_OR_UBUNTU
2470         ( cd $(DESTDIR)$(systemunitdir) && \
2471                 rm -f runlevel5.target && \
2472                 $(LN_S) multi-user.target runlevel5.target )
2473 endif
2474
2475 if TARGET_SUSE
2476         $(MKDIR_P) -m 0755 $(DESTDIR)$(systemunitdir)/final.target.wants
2477         ( cd $(DESTDIR)$(systemunitdir) && \
2478                 rm -f local.service && \
2479                 $(LN_S) rc-local.service local.service )
2480         ( cd $(DESTDIR)$(systemunitdir)/final.target.wants && \
2481                 rm -f halt-local.service && \
2482                 $(LN_S) $(systemunitdir)/halt-local.service halt-local.service )
2483 endif
2484
2485 if TARGET_MAGEIA
2486         $(MKDIR_P) -m 0755 $(DESTDIR)$(systemunitdir)/final.target.wants
2487         ( cd $(DESTDIR)$(systemunitdir)/final.target.wants && \
2488                 rm -f halt-local.service && \
2489                 $(LN_S) $(systemunitdir)/halt-local.service halt-local.service )
2490         ( cd $(DESTDIR)$(systemunitdir) && \
2491                 rm -f display-manager.service && \
2492                 $(LN_S) prefdm.service display-manager.service && \
2493                 $(LN_S) prefdm.service dm.service )
2494         ( cd $(DESTDIR)$(systemunitdir)/graphical.target.wants && \
2495                 rm -f display-manager.service && \
2496                 $(LN_S) $(systemunitdir)/display-manager.service display-manager.service )
2497 endif
2498
2499 if HAVE_SYSV_COMPAT
2500         ( cd $(DESTDIR)$(systemunitdir)/local-fs.target.wants && \
2501                 rm -f var-lock.mount && \
2502                 $(LN_S) ../var-lock.mount var-lock.mount )
2503 endif
2504
2505 install-exec-hook: $(INSTALL_EXEC_HOOKS)
2506
2507 uninstall-hook: $(UNINSTALL_EXEC_HOOKS)
2508
2509 install-data-hook: systemd-install-data-hook $(INSTALL_DATA_HOOKS)
2510
2511 DISTCHECK_CONFIGURE_FLAGS = \
2512         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
2513         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
2514         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
2515         --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
2516         --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
2517         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
2518         --with-rootprefix=$$dc_install_base/$(rootprefix)
2519
2520 upload: all distcheck
2521         cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
2522         scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
2523         scp man/*.html tango:public/systemd-man/
2524
2525 git-tag:
2526         git tag "v$(VERSION)" -m "systemd $(VERSION)"