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