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