chiark / gitweb /
locale: initialize locale from /etc/locale by default
[elogind.git] / Makefile.am
1 #  This file is part of systemd.
2 #
3 #  Copyright 2010 Lennart Poettering
4 #
5 #  systemd is free software; you can redistribute it and/or modify it
6 #  under the terms of the GNU General Public License as published by
7 #  the Free Software Foundation; either version 2 of the License, or
8 #  (at your option) any later version.
9 #
10 #  systemd is distributed in the hope that it will be useful, but
11 #  WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 #  General Public License for more details.
14 #
15 #  You should have received a copy of the GNU General Public License
16 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
17
18 ACLOCAL_AMFLAGS = -I m4
19
20 # Dirs of external packages
21 dbuspolicydir=@dbuspolicydir@
22 dbussessionservicedir=@dbussessionservicedir@
23 dbussystemservicedir=@dbussystemservicedir@
24 dbusinterfacedir=@dbusinterfacedir@
25 udevrulesdir=@udevrulesdir@
26 pamlibdir=@pamlibdir@
27 pkgconfigdatadir=$(datadir)/pkgconfig
28
29 # Our own, non-special dirs
30 pkgsysconfdir=$(sysconfdir)/systemd
31 sessionunitdir=$(pkgdatadir)/session
32
33 # And these are the special ones for /
34 rootdir=@rootdir@
35 rootbindir=$(rootdir)/bin
36 rootlibexecdir=$(rootdir)/lib/systemd
37 systemunitdir=$(rootdir)/lib/systemd/system
38
39 AM_CPPFLAGS = \
40         -include $(top_builddir)/config.h \
41         -DSYSTEM_CONFIG_FILE=\"$(pkgsysconfdir)/system.conf\" \
42         -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
43         -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
44         -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
45         -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
46         -DSESSION_CONFIG_FILE=\"$(pkgsysconfdir)/session.conf\" \
47         -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \
48         -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \
49         -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
50         -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \
51         -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
52         -DRUNTIME_DIR=\"$(localstatedir)/run\" \
53         -DRANDOM_SEED=\"$(localstatedir)/lib/random-seed\" \
54         -I $(top_srcdir)/src
55
56 rootbin_PROGRAMS = \
57         systemd \
58         systemctl \
59         systemd-notify
60
61 bin_PROGRAMS = \
62         systemd-cgls
63
64 if HAVE_GTK
65 bin_PROGRAMS += \
66         systemadm
67 endif
68
69 rootlibexec_PROGRAMS = \
70         systemd-logger \
71         systemd-cgroups-agent \
72         systemd-initctl \
73         systemd-update-utmp \
74         systemd-random-seed \
75         systemd-shutdownd \
76         systemd-modules-load \
77         systemd-remount-api-vfs \
78         systemd-kmsg-syslogd \
79         systemd-vconsole-setup
80
81 noinst_PROGRAMS = \
82         test-engine \
83         test-job-type \
84         test-ns \
85         test-loopback \
86         test-hostname \
87         test-daemon \
88         test-cgroup \
89         test-env-replace
90
91 if HAVE_PAM
92 pamlib_LTLIBRARIES = \
93         pam_systemd.la
94 endif
95
96 dist_pkgsysconf_DATA = \
97         src/system.conf
98
99 dist_dbuspolicy_DATA = \
100         src/org.freedesktop.systemd1.conf
101
102 dist_dbussystemservice_DATA = \
103         src/org.freedesktop.systemd1.service
104
105 dist_udevrules_DATA = \
106         src/99-systemd.rules
107
108 dbusinterface_DATA = \
109         org.freedesktop.systemd1.Manager.xml \
110         org.freedesktop.systemd1.Job.xml \
111         org.freedesktop.systemd1.Unit.xml \
112         org.freedesktop.systemd1.Service.xml \
113         org.freedesktop.systemd1.Socket.xml \
114         org.freedesktop.systemd1.Timer.xml \
115         org.freedesktop.systemd1.Target.xml \
116         org.freedesktop.systemd1.Device.xml \
117         org.freedesktop.systemd1.Mount.xml \
118         org.freedesktop.systemd1.Automount.xml \
119         org.freedesktop.systemd1.Snapshot.xml \
120         org.freedesktop.systemd1.Swap.xml \
121         org.freedesktop.systemd1.Path.xml
122
123 dist_systemunit_DATA = \
124         units/emergency.service \
125         units/emergency.target \
126         units/basic.target \
127         units/getty.target \
128         units/halt.target \
129         units/local-fs.target \
130         units/network.target \
131         units/nss-lookup.target \
132         units/mail-transfer-agent.target \
133         units/http-daemon.target \
134         units/poweroff.target \
135         units/reboot.target \
136         units/rescue.target \
137         units/rpcbind.target \
138         units/rtc-set.target \
139         units/shutdown.target \
140         units/umount.target \
141         units/sigpwr.target \
142         units/sockets.target \
143         units/swap.target \
144         units/dbus.target \
145         units/systemd-initctl.socket \
146         units/systemd-logger.socket \
147         units/systemd-shutdownd.socket \
148         units/systemd-kmsg-syslogd.socket \
149         units/dev-hugepages.automount \
150         units/dev-hugepages.mount \
151         units/dev-mqueue.automount \
152         units/dev-mqueue.mount \
153         units/proc-sys-fs-binfmt_misc.automount \
154         units/proc-sys-fs-binfmt_misc.mount \
155         units/sys-kernel-debug.automount \
156         units/sys-kernel-debug.mount \
157         units/sys-kernel-security.automount \
158         units/sys-kernel-security.mount \
159         units/tmp.mount \
160         units/var-lock.mount \
161         units/var-lock.service \
162         units/var-run.mount \
163         units/var-run.service \
164         units/hwclock-load.service \
165         units/hwclock-save.service \
166         units/sysctl.service \
167         units/remount-rootfs.service \
168         units/printer.target \
169         units/bluetooth.target \
170         units/smartcard.target
171
172 nodist_systemunit_DATA = \
173         units/sysinit.target \
174         units/getty@.service \
175         units/serial-getty@.service \
176         units/graphical.target \
177         units/remote-fs.target \
178         units/multi-user.target \
179         units/systemd-initctl.service \
180         units/systemd-logger.service \
181         units/systemd-shutdownd.service \
182         units/systemd-kmsg-syslogd.service \
183         units/systemd-modules-load.service \
184         units/systemd-vconsole-setup.service \
185         units/systemd-remount-api-vfs.service \
186         units/systemd-update-utmp-runlevel.service \
187         units/systemd-update-utmp-shutdown.service \
188         units/systemd-random-seed-save.service \
189         units/systemd-random-seed-load.service \
190         units/syslog.target
191
192 dist_sessionunit_DATA = \
193         units/session/default.target
194
195 nodist_sessionunit_DATA = \
196         units/session/remote-fs.target \
197         units/session/exit.service
198
199 EXTRA_DIST = \
200         units/sysinit.target.m4 \
201         units/getty@.service.m4 \
202         units/serial-getty@.service.m4 \
203         units/graphical.target.m4 \
204         units/multi-user.target.m4 \
205         units/remote-fs.target.m4 \
206         units/systemd-initctl.service.in \
207         units/systemd-logger.service.in \
208         units/systemd-shutdownd.service.in \
209         units/systemd-kmsg-syslogd.service.in \
210         units/systemd-modules-load.service.in \
211         units/systemd-vconsole-setup.service.in \
212         units/systemd-remount-api-vfs.service.in \
213         units/systemd-update-utmp-runlevel.service.in \
214         units/systemd-update-utmp-shutdown.service.in \
215         units/systemd-random-seed-save.service.in \
216         units/systemd-random-seed-load.service.in \
217         units/syslog.target.in \
218         units/session/exit.service.in \
219         systemd.pc.in
220
221 if TARGET_FEDORA
222 dist_systemunit_DATA += \
223         units/fedora/halt.service \
224         units/fedora/killall.service \
225         units/fedora/poweroff.service \
226         units/fedora/prefdm.service \
227         units/fedora/rc-local.service \
228         units/fedora/reboot.service \
229         units/fedora/sysinit.service \
230         units/fedora/single.service \
231         units/fedora/plymouth-quit.service \
232         units/fedora/plymouth-reboot.service \
233         units/fedora/plymouth-poweroff.service \
234         units/fedora/plymouth-halt.service
235 endif
236
237 if TARGET_DEBIAN
238 dist_systemunit_DATA += \
239         units/debian/halt.service \
240         units/debian/killall.service \
241         units/debian/poweroff.service \
242         units/debian/reboot.service \
243         units/debian/fsck.target \
244         units/debian/umountfs.service \
245         units/debian/umountnfs.service \
246         units/debian/umountroot.service
247 endif
248
249 if TARGET_SUSE
250 dist_systemunit_DATA += \
251         units/suse/halt.service \
252         units/suse/poweroff.service \
253         units/suse/reboot.service \
254         units/suse/fsck.target
255 endif
256
257 if TARGET_GENTOO
258 dist_systemunit_DATA += \
259         units/gentoo/halt.service \
260         units/gentoo/killall.service \
261         units/gentoo/poweroff.service \
262         units/gentoo/reboot.service \
263         units/gentoo/xdm.service
264 endif
265
266 if TARGET_ARCH
267 dist_systemunit_DATA += \
268         units/arch/sysinit.service \
269         units/arch/rc-local.service \
270         units/arch/halt.service \
271         units/arch/poweroff.service \
272         units/arch/reboot.service
273 endif
274
275 dist_doc_DATA = \
276         README \
277         LICENSE \
278         DISTRO_PORTING \
279         src/sd-daemon.h \
280         src/sd-daemon.c
281
282 pkgconfigdata_DATA = \
283         systemd.pc
284
285 noinst_LTLIBRARIES = \
286         libsystemd-basic.la \
287         libsystemd-core.la
288
289 libsystemd_basic_la_SOURCES = \
290         src/util.c \
291         src/label.c \
292         src/hashmap.c \
293         src/set.c \
294         src/strv.c \
295         src/conf-parser.c \
296         src/socket-util.c \
297         src/log.c \
298         src/ratelimit.c
299
300 libsystemd_basic_la_CFLAGS = \
301         $(AM_CFLAGS) \
302         $(SELINUX_CFLAGS)
303
304 libsystemd_basic_la_LIBADD = \
305         $(SELINUX_LIBS)
306
307 libsystemd_core_la_SOURCES = \
308         src/unit.c \
309         src/job.c \
310         src/manager.c \
311         src/path-lookup.c \
312         src/load-fragment.c \
313         src/service.c \
314         src/automount.c \
315         src/mount.c \
316         src/swap.c \
317         src/device.c \
318         src/target.c \
319         src/snapshot.c \
320         src/socket.c \
321         src/timer.c \
322         src/path.c \
323         src/load-dropin.c \
324         src/execute.c \
325         src/exit-status.c \
326         src/dbus.c \
327         src/dbus-manager.c \
328         src/dbus-unit.c \
329         src/dbus-job.c \
330         src/dbus-service.c \
331         src/dbus-socket.c \
332         src/dbus-timer.c \
333         src/dbus-target.c \
334         src/dbus-mount.c \
335         src/dbus-automount.c \
336         src/dbus-swap.c \
337         src/dbus-snapshot.c \
338         src/dbus-device.c \
339         src/dbus-execute.c \
340         src/dbus-path.c \
341         src/cgroup.c \
342         src/mount-setup.c \
343         src/hostname-setup.c \
344         src/loopback-setup.c \
345         src/kmod-setup.c \
346         src/locale-setup.c \
347         src/specifier.c \
348         src/unit-name.c \
349         src/fdset.c \
350         src/namespace.c \
351         src/tcpwrap.c \
352         src/cgroup-util.c
353
354 libsystemd_core_la_CFLAGS = \
355         $(AM_CFLAGS) \
356         $(DBUS_CFLAGS) \
357         $(UDEV_CFLAGS) \
358         $(LIBWRAP_CFLAGS) \
359         $(PAM_CFLAGS) \
360         $(AUDIT_CFLAGS)
361
362 libsystemd_core_la_LIBADD = \
363         libsystemd-basic.la \
364         $(DBUS_LIBS) \
365         $(UDEV_LIBS) \
366         $(LIBWRAP_LIBS) \
367         $(PAM_LIBS) \
368         $(AUDIT_LIBS)
369
370 # This is needed because automake is buggy in how it generates the
371 # rules for C programs, but not Vala programs.  We therefore can't
372 # list the .h files as dependencies if we want make dist to work.
373
374 EXTRA_DIST += \
375         ${libsystemd_basic_la_SOURCES:.c=.h} \
376         ${libsystemd_core_la_SOURCES:.c=.h} \
377         src/macro.h \
378         src/ioprio.h \
379         src/missing.h \
380         src/list.h \
381         src/securebits.h \
382         src/linux/auto_dev-ioctl.h \
383         src/initreq.h \
384         src/sd-daemon.h \
385         src/special.h \
386         src/dbus-common.h \
387         src/bus-errors.h \
388         src/cgroup-show.h \
389         src/utmp-wtmp.h \
390         src/build.h \
391         src/shutdownd.h
392
393 MANPAGES = \
394         man/systemd.1 \
395         man/systemctl.1 \
396         man/systemadm.1 \
397         man/systemd-cgls.1 \
398         man/systemd-notify.1 \
399         man/sd_notify.3 \
400         man/sd_booted.3 \
401         man/sd_listen_fds.3 \
402         man/sd_is_fifo.3 \
403         man/systemd.unit.5 \
404         man/systemd.service.5 \
405         man/systemd.socket.5 \
406         man/systemd.mount.5 \
407         man/systemd.automount.5 \
408         man/systemd.swap.5 \
409         man/systemd.timer.5 \
410         man/systemd.path.5 \
411         man/systemd.target.5 \
412         man/systemd.device.5 \
413         man/systemd.snapshot.5 \
414         man/systemd.exec.5 \
415         man/daemon.7 \
416         man/sd-daemon.7 \
417         man/runlevel.8 \
418         man/telinit.8 \
419         man/halt.8 \
420         man/shutdown.8 \
421         man/pam_systemd.8 \
422         man/systemd.conf.5
423
424 MANPAGES_ALIAS = \
425         man/reboot.8 \
426         man/poweroff.8 \
427         man/sd_is_socket.3 \
428         man/sd_is_socket_unix.3 \
429         man/sd_is_socket_inet.3 \
430         man/sd_notifyf.3 \
431         man/init.1
432
433 man/reboot.8: man/halt.8
434 man/poweroff.8: man/halt.8
435 man/sd_is_socket.3: man/sd_is_fifo.3
436 man/sd_is_socket_unix.3: man/sd_is_fifo.3
437 man/sd_is_socket_inet.3: man/sd_is_fifo.3
438 man/sd_notifyf.3: man/sd_notify.3
439 man/init.1: man/systemd.1
440
441 dist_man_MANS = \
442         $(MANPAGES) \
443         $(MANPAGES_ALIAS)
444
445 nodist_man_MANS = \
446         man/systemd.special.7
447
448 XML_FILES = \
449         ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
450
451 XML_IN_FILES = \
452         ${patsubst %.1,%.xml.in,${patsubst %.3,%.xml.in,${patsubst %.5,%.xml.in,${patsubst %.7,%.xml.in,${patsubst %.8,%.xml.in,$(nodist_man_MANS)}}}}}
453
454 dist_noinst_DATA = \
455         ${XML_FILES:.xml=.html}
456
457 nodist_noinst_DATA = \
458         ${XML_IN_FILES:.xml.in=.html}
459
460 EXTRA_DIST += \
461         $(XML_FILES) \
462         $(XML_IN_FILES) \
463         ${nodist_man_MANS:=.in} \
464         ${XML_IN_FILES:.xml.in=.html.in}
465
466 systemd_SOURCES = \
467         src/main.c
468
469 systemd_CFLAGS = \
470         $(AM_CFLAGS) \
471         $(DBUS_CFLAGS) \
472         $(UDEV_CFLAGS)
473
474 systemd_LDADD = \
475         libsystemd-core.la
476
477 test_engine_SOURCES = \
478         src/test-engine.c
479
480 test_engine_CFLAGS = $(systemd_CFLAGS)
481 test_engine_LDADD = $(systemd_LDADD)
482
483 test_job_type_SOURCES = \
484         src/test-job-type.c
485
486 test_job_type_CFLAGS = $(systemd_CFLAGS)
487 test_job_type_LDADD = $(systemd_LDADD)
488
489 test_ns_SOURCES = \
490         src/test-ns.c
491
492 test_ns_CFLAGS = $(systemd_CFLAGS)
493 test_ns_LDADD = $(systemd_LDADD)
494
495 test_loopback_SOURCES = \
496         src/test-loopback.c \
497         src/loopback-setup.c
498
499 test_loopback_LDADD = \
500         libsystemd-basic.la
501
502 test_hostname_SOURCES = \
503         src/test-hostname.c \
504         src/hostname-setup.c
505
506 test_hostname_LDADD = \
507         libsystemd-basic.la
508
509 test_daemon_SOURCES = \
510         src/test-daemon.c \
511         src/sd-daemon.c
512
513 test_daemon_LDADD = \
514         libsystemd-basic.la
515
516 test_cgroup_SOURCES = \
517         src/test-cgroup.c \
518         src/cgroup-util.c
519
520 test_cgroup_CFLAGS = \
521         $(AM_CFLAGS)
522
523 test_cgroup_LDADD = \
524         libsystemd-basic.la
525
526 test_env_replace_SOURCES = \
527         src/test-env-replace.c
528
529 test_env_replace_CFLAGS = \
530         $(AM_CFLAGS)
531
532 test_env_replace_LDADD = \
533         libsystemd-basic.la
534
535 systemd_logger_SOURCES = \
536         src/logger.c \
537         src/sd-daemon.c \
538         src/tcpwrap.c
539
540 systemd_logger_LDADD = \
541         libsystemd-basic.la \
542         $(LIBWRAP_LIBS)
543
544 systemd_initctl_SOURCES = \
545         src/initctl.c \
546         src/sd-daemon.c \
547         src/dbus-common.c
548
549 systemd_initctl_CFLAGS = \
550         $(AM_CFLAGS) \
551         $(DBUS_CFLAGS)
552
553 systemd_initctl_LDADD = \
554         libsystemd-basic.la \
555         $(DBUS_LIBS)
556
557 systemd_update_utmp_SOURCES = \
558         src/update-utmp.c \
559         src/dbus-common.c \
560         src/utmp-wtmp.c
561
562 systemd_update_utmp_CFLAGS = \
563         $(AM_CFLAGS) \
564         $(DBUS_CFLAGS) \
565         $(AUDIT_CFLAGS)
566
567 systemd_update_utmp_LDADD = \
568         libsystemd-basic.la \
569         $(DBUS_LIBS) \
570         $(AUDIT_LIBS)
571
572 systemd_random_seed_SOURCES = \
573         src/random-seed.c
574
575 systemd_random_seed_CFLAGS = \
576         $(AM_CFLAGS)
577
578 systemd_random_seed_LDADD = \
579         libsystemd-basic.la
580
581 systemd_shutdownd_SOURCES = \
582         src/utmp-wtmp.c \
583         src/sd-daemon.c \
584         src/shutdownd.c
585
586 systemd_shutdownd_CFLAGS = \
587         $(AM_CFLAGS)
588
589 systemd_shutdownd_LDADD = \
590         libsystemd-basic.la
591
592 systemd_modules_load_SOURCES = \
593         src/modules-load.c
594
595 systemd_modules_load_CFLAGS = \
596         $(AM_CFLAGS)
597
598 systemd_modules_load_LDADD = \
599         libsystemd-basic.la
600
601 systemd_vconsole_setup_SOURCES = \
602         src/vconsole-setup.c
603
604 systemd_vconsole_setup_CFLAGS = \
605         $(AM_CFLAGS)
606
607 systemd_vconsole_setup_LDADD = \
608         libsystemd-basic.la
609
610 systemd_remount_api_vfs_SOURCES = \
611         src/remount-api-vfs.c \
612         src/mount-setup.c
613
614 systemd_remount_api_vfs_CFLAGS = \
615         $(AM_CFLAGS)
616
617 systemd_remount_api_vfs_LDADD = \
618         libsystemd-basic.la
619
620 systemd_cgroups_agent_SOURCES = \
621         src/cgroups-agent.c \
622         src/dbus-common.c
623
624 systemd_cgroups_agent_CFLAGS = \
625         $(AM_CFLAGS) \
626         $(DBUS_CFLAGS)
627
628 systemd_cgroups_agent_LDADD = \
629         libsystemd-basic.la \
630         $(DBUS_LIBS)
631
632 systemd_kmsg_syslogd_SOURCES = \
633         src/kmsg-syslogd.c \
634         src/sd-daemon.c \
635         src/fdset.c
636
637 systemd_kmsg_syslogd_CFLAGS = \
638         $(AM_CFLAGS)
639
640 systemd_kmsg_syslogd_LDADD = \
641         libsystemd-basic.la
642
643 systemctl_SOURCES = \
644         src/systemctl.c \
645         src/utmp-wtmp.c \
646         src/dbus-common.c \
647         src/path-lookup.c \
648         src/sd-daemon.c \
649         src/cgroup-show.c \
650         src/cgroup-util.c \
651         src/exit-status.c
652
653 systemctl_CFLAGS = \
654         $(AM_CFLAGS) \
655         $(DBUS_CFLAGS)
656
657 systemctl_LDADD = \
658         libsystemd-basic.la \
659         $(DBUS_LIBS)
660
661 systemd_notify_SOURCES = \
662         src/notify.c \
663         src/sd-daemon.c
664
665 systemd_notify_LDADD = \
666         libsystemd-basic.la
667
668 systemd_cgls_SOURCES = \
669         src/cgls.c \
670         src/cgroup-show.c \
671         src/cgroup-util.c
672
673 systemd_cgls_CFLAGS = \
674         $(AM_CFLAGS)
675
676 systemd_cgls_LDADD = \
677         libsystemd-basic.la
678
679 systemadm_SOURCES = \
680         src/systemadm.vala \
681         src/systemd-interfaces.vala
682
683 systemadm_CFLAGS = \
684         $(AM_CFLAGS) \
685         $(DBUSGLIB_CFLAGS) \
686         $(GTK_CFLAGS) \
687         -Wno-unused-variable \
688         -Wno-unused-function \
689         -Wno-shadow \
690         -Wno-format-nonliteral
691
692 systemadm_VALAFLAGS = \
693         --pkg=dbus-glib-1 \
694         --pkg=posix \
695         --pkg=gtk+-2.0 \
696         -g
697
698 systemadm_LDADD = \
699         $(DBUSGLIB_LIBS) \
700         $(GTK_LIBS)
701
702 pam_systemd_la_SOURCES = \
703         src/pam-module.c \
704         src/cgroup-util.c \
705         src/sd-daemon.c
706
707 pam_systemd_la_CFLAGS = \
708         $(AM_CFLAGS)
709         -fvisibility=hidden
710
711 pam_systemd_la_LDFLAGS = \
712         -module \
713         -export-dynamic \
714         -avoid-version \
715         -shared \
716         -export-symbols-regex '^pam_sm_.*'
717
718 pam_systemd_la_LIBADD = \
719         libsystemd-basic.la \
720         $(PAM_LIBS)
721
722 SED_PROCESS = \
723         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
724         $(SED)  -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
725                 -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
726                 -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
727                 -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
728                 -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
729                 -e 's,@systemunitdir\@,$(systemunitdir),g' \
730                 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
731                 -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
732                 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
733                 -e 's,@prefix\@,$(prefix),g' \
734                 < $< > $@
735
736 units/%: units/%.in Makefile
737         $(SED_PROCESS)
738
739 man/%: man/%.in Makefile
740         $(SED_PROCESS)
741
742 %.pc: %.pc.in Makefile
743         $(SED_PROCESS)
744
745 M4_PROCESS_SYSTEM = \
746         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
747         $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SYSTEM=1 < $< > $@
748
749 M4_PROCESS_SESSION = \
750         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
751         $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SESSION=1 < $< > $@
752
753 units/%: units/%.m4 Makefile
754         $(M4_PROCESS_SYSTEM)
755
756 units/session/%: units/%.m4 Makefile
757         $(M4_PROCESS_SESSION)
758
759 CLEANFILES = \
760         $(nodist_systemunit_DATA) \
761         $(nodist_sessionunit_DATA) \
762         $(nodist_man_MANS) \
763         ${XML_IN_FILES:.xml.in=.html} \
764         $(pkgconfigdata_DATA)
765
766 if HAVE_VALAC
767 CLEANFILES += \
768         ${systemadm_SOURCES:.vala=.c}
769 endif
770
771 if HAVE_XSLTPROC
772 XSLTPROC_FLAGS = \
773         --nonet \
774         --param funcsynopsis.style "'ansi'"
775
776 XSLTPROC_PROCESS_MAN = \
777         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
778         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
779
780 XSLTPROC_PROCESS_MAN_IN = \
781         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
782         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
783         mv ${@:.in=} $@
784
785 XSLTPROC_PROCESS_HTML = \
786         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
787         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
788
789 XSLTPROC_PROCESS_HTML_IN = \
790         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
791         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
792         mv ${@:.in=} $@
793
794 man/%.1: man/%.xml
795         $(XSLTPROC_PROCESS_MAN)
796
797 man/%.1.in: man/%.xml.in
798         $(XSLTPROC_PROCESS_MAN)
799
800 man/%.3: man/%.xml
801         $(XSLTPROC_PROCESS_MAN)
802
803 man/%.3.in: man/%.xml.in
804         $(XSLTPROC_PROCESS_MAN)
805
806 man/%.5: man/%.xml
807         $(XSLTPROC_PROCESS_MAN)
808
809 man/%.5.in: man/%.xml.in
810         $(XSLTPROC_PROCESS_MAN)
811
812 man/%.7: man/%.xml
813         $(XSLTPROC_PROCESS_MAN)
814
815 man/%.7.in: man/%.xml.in
816         $(XSLTPROC_PROCESS_MAN_IN)
817
818 man/%.8: man/%.xml
819         $(XSLTPROC_PROCESS_MAN)
820
821 man/%.8.in: man/%.xml.in
822         $(XSLTPROC_PROCESS_MAN_IN)
823
824 man/%.html: man/%.xml
825         $(XSLTPROC_PROCESS_HTML)
826
827 man/%.html.in: man/%.xml.in
828         $(XSLTPROC_PROCESS_HTML_IN)
829
830 CLEANFILES += \
831         $(dist_man_MANS) \
832         ${nodist_man_MANS:=.in} \
833         ${XML_FILES:.xml=.html} \
834         ${XML_IN_FILES:.xml.in=.html.in}
835 endif
836
837 org.freedesktop.systemd1.%.xml: systemd
838         $(AM_V_GEN)SYSTEMD_SKIP_API_MOUNTS=1 ./systemd --introspect=${@:.xml=} > $@
839
840 CLEANFILES += \
841         $(dbusinterface_DATA)
842
843 install-data-hook:
844         $(MKDIR_P) -m 0755 \
845                 $(DESTDIR)$(systemunitdir) \
846                 $(DESTDIR)$(sessionunitdir) \
847                 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
848                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants \
849                 $(DESTDIR)$(systemunitdir)/shutdown.target.wants \
850                 $(DESTDIR)$(systemunitdir)/runlevel1.target.wants \
851                 $(DESTDIR)$(systemunitdir)/runlevel2.target.wants \
852                 $(DESTDIR)$(systemunitdir)/runlevel3.target.wants \
853                 $(DESTDIR)$(systemunitdir)/runlevel4.target.wants \
854                 $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \
855                 $(DESTDIR)$(pkgsysconfdir)/system \
856                 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
857                 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
858                 $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
859                 $(DESTDIR)$(pkgsysconfdir)/session \
860                 $(DESTDIR)$(sysconfdir)/xdg/systemd
861         ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
862                 rm -f session && \
863                 $(LN_S) $(pkgsysconfdir)/session session )
864         ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
865                 rm -f systemd-initctl.socket systemd-logger.socket systemd-shutdownd.socket && \
866                 $(LN_S) ../systemd-logger.socket systemd-logger.socket && \
867                 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket && \
868                 $(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket )
869         ( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \
870                 rm -f systemd-update-utmp-runlevel.service && \
871                 $(LN_S) ../systemd-update-utmp-runlevel.service )
872         ( cd $(DESTDIR)$(systemunitdir)/runlevel2.target.wants && \
873                 rm -f systemd-update-utmp-runlevel.service && \
874                 $(LN_S) ../systemd-update-utmp-runlevel.service )
875         ( cd $(DESTDIR)$(systemunitdir)/runlevel3.target.wants && \
876                 rm -f systemd-update-utmp-runlevel.service && \
877                 $(LN_S) ../systemd-update-utmp-runlevel.service )
878         ( cd $(DESTDIR)$(systemunitdir)/runlevel4.target.wants && \
879                 rm -f systemd-update-utmp-runlevel.service && \
880                 $(LN_S) ../systemd-update-utmp-runlevel.service )
881         ( cd $(DESTDIR)$(systemunitdir)/runlevel5.target.wants && \
882                 rm -f systemd-update-utmp-runlevel.service && \
883                 $(LN_S) ../systemd-update-utmp-runlevel.service )
884         ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \
885                 rm -f systemd-update-utmp-shutdown.service && \
886                 $(LN_S) ../systemd-update-utmp-shutdown.service )
887         ( cd $(DESTDIR)$(sessionunitdir) && \
888                 rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target && \
889                 $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
890                 $(LN_S) $(systemunitdir)/sockets.target sockets.target && \
891                 $(LN_S) $(systemunitdir)/local-fs.target local-fs.target && \
892                 $(LN_S) $(systemunitdir)/swap.target swap.target && \
893                 $(LN_S) $(systemunitdir)/bluetooth.target bluetooth.target && \
894                 $(LN_S) $(systemunitdir)/printer.target printer.target)
895         ( cd $(DESTDIR)$(systemunitdir) && \
896                 rm -f runlevel0.target runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target runlevel6.target && \
897                 $(LN_S) poweroff.target runlevel0.target && \
898                 $(LN_S) rescue.target runlevel1.target && \
899                 $(LN_S) multi-user.target runlevel2.target && \
900                 $(LN_S) multi-user.target runlevel3.target && \
901                 $(LN_S) multi-user.target runlevel4.target && \
902                 $(LN_S) graphical.target runlevel5.target && \
903                 $(LN_S) reboot.target runlevel6.target )
904         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
905                 rm -f default.target ctrl-alt-del.target kbrequest.target && \
906                 $(LN_S) $(systemunitdir)/graphical.target default.target && \
907                 $(LN_S) $(systemunitdir)/reboot.target ctrl-alt-del.target && \
908                 $(LN_S) $(systemunitdir)/rescue.target kbrequest.target )
909         ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
910                 rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
911                 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service && \
912                 $(LN_S) $(systemunitdir)/getty@.service getty@tty2.service && \
913                 $(LN_S) $(systemunitdir)/getty@.service getty@tty3.service && \
914                 $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \
915                 $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \
916                 $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service )
917         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
918                 rm -f getty.target remote-fs.target && \
919                 $(LN_S) $(systemunitdir)/getty.target getty.target && \
920                 $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
921         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
922                 rm -f dev-hugepages.automount \
923                         dev-mqueue.automount \
924                         proc-sys-fs-binfmt_misc.automount \
925                         sys-kernel-debug.automount \
926                         sys-kernel-security.automount && \
927                 $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
928                 $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
929                 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
930                 $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
931                 $(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount )
932         ( cd $(DESTDIR)$(dbussessionservicedir) && \
933                 rm -f org.freedesktop.systemd1.service && \
934                 $(LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
935 if TARGET_FEDORA
936         $(MKDIR_P) -m 0755 \
937                 $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) \
938                 $(DESTDIR)$(systemunitdir)/reboot.target.wants \
939                 $(DESTDIR)$(systemunitdir)/poweroff.target.wants \
940                 $(DESTDIR)$(systemunitdir)/halt.target.wants \
941                 $(DESTDIR)$(systemunitdir)/rescue.target.wants \
942                 $(DESTDIR)$(systemunitdir)/multi-user.target.wants
943         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
944                 rm -f display-manager.service && \
945                 $(LN_S) $(systemunitdir)/prefdm.service display-manager.service )
946         ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
947                 rm -f prefdm.service && \
948                 $(LN_S) $(systemunitdir)/prefdm.service prefdm.service )
949         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
950                 rm -f rc-local.service && \
951                 $(LN_S) $(systemunitdir)/rc-local.service rc-local.service )
952         ( cd $(DESTDIR)$(systemunitdir)/rescue.target.wants && \
953                 rm -f single.service && \
954                 $(LN_S) $(systemunitdir)/single.service single.service )
955         ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
956                 rm -f plymouth-quit.service && \
957                 $(LN_S) ../plymouth-quit.service plymouth-quit.service )
958         ( cd $(DESTDIR)$(systemunitdir)/reboot.target.wants && \
959                 rm -f plymouth-reboot.service && \
960                 $(LN_S) ../plymouth-reboot.service plymouth-reboot.service )
961         ( cd $(DESTDIR)$(systemunitdir)/poweroff.target.wants && \
962                 rm -f plymouth-poweroff.service && \
963                 $(LN_S) ../plymouth-poweroff.service plymouth-poweroff.service )
964         ( cd $(DESTDIR)$(systemunitdir)/halt.target.wants && \
965                 rm -f plymouth-halt.service && \
966                 $(LN_S) ../plymouth-halt.service plymouth-halt.service )
967         ( cd $(DESTDIR)$(systemunitdir) && \
968                 rm -f local.service && \
969                 $(LN_S) rc-local.service local.service )
970         ( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
971                 $(LN_S) halt reboot > /dev/null 2>&1 || true )
972 endif
973 if TARGET_GENTOO
974         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
975                 rm -f display-manager.service && \
976                 $(LN_S) $(systemunitdir)/xdm.service display-manager.service )
977         ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
978                 rm -f xdm.service && \
979                 $(LN_S) $(systemunitdir)/xdm.service xdm.service )
980 endif
981 if TARGET_DEBIAN
982         $(MKDIR_P) -m 0755 \
983                 $(DESTDIR)$(systemunitdir)/umount.target.wants
984         ( cd $(DESTDIR)$(systemunitdir)/umount.target.wants && \
985                 rm -f umountfs.service umountnfs.service umountroot.service && \
986                 $(LN_S) ../umountfs.service umountfs.service && \
987                 $(LN_S) ../umountnfs.service umountnfs.service && \
988                 $(LN_S) ../umountroot.service umountroot.service )
989         ( cd $(DESTDIR)$(systemunitdir) && \
990                 rm -f runlevel5.target && \
991                 $(LN_S) multi-user.target runlevel5.target )
992 endif
993 if !TARGET_SUSE
994 if !TARGET_DEBIAN
995         ( cd $(DESTDIR)$(systemunitdir) && \
996                 rm -f fsck.target && \
997                 $(LN_S) sysinit.target fsck.target )
998 endif
999 endif
1000
1001 DISTCHECK_CONFIGURE_FLAGS = \
1002         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
1003         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
1004         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
1005         --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
1006         --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
1007         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
1008         --with-rootdir=$$dc_install_base/$(rootdir)
1009
1010 upload: all distcheck
1011         cp -v systemd-$(VERSION).tar.bz2 /home/lennart/git.fedora/systemd/
1012         scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
1013         scp man/*.html tango:public/systemd-man/
1014
1015 git-tag:
1016         git tag "v$(VERSION)" -m "systemd $(VERSION)"