chiark / gitweb /
gc: remove a lot of unused code
[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         -I $(top_srcdir)/src
54
55 rootbin_PROGRAMS = \
56         systemd \
57         systemctl \
58         systemd-notify
59
60 bin_PROGRAMS = \
61         systemd-cgls
62
63 if HAVE_GTK
64 bin_PROGRAMS += \
65         systemadm
66 endif
67
68 rootlibexec_PROGRAMS = \
69         systemd-logger \
70         systemd-cgroups-agent \
71         systemd-initctl \
72         systemd-update-utmp
73
74 noinst_PROGRAMS = \
75         test-engine \
76         test-job-type \
77         test-ns \
78         test-loopback \
79         test-daemon \
80         test-cgroup \
81         test-env-replace
82
83 if HAVE_PAM
84 pamlib_LTLIBRARIES = \
85         pam_systemd.la
86 endif
87
88 dist_pkgsysconf_DATA = \
89         src/system.conf
90
91 dist_dbuspolicy_DATA = \
92         src/org.freedesktop.systemd1.conf
93
94 dist_dbussystemservice_DATA = \
95         src/org.freedesktop.systemd1.service
96
97 dist_udevrules_DATA = \
98         src/99-systemd.rules
99
100 dbusinterface_DATA = \
101         org.freedesktop.systemd1.Manager.xml \
102         org.freedesktop.systemd1.Job.xml \
103         org.freedesktop.systemd1.Unit.xml \
104         org.freedesktop.systemd1.Service.xml \
105         org.freedesktop.systemd1.Socket.xml \
106         org.freedesktop.systemd1.Timer.xml \
107         org.freedesktop.systemd1.Target.xml \
108         org.freedesktop.systemd1.Device.xml \
109         org.freedesktop.systemd1.Mount.xml \
110         org.freedesktop.systemd1.Automount.xml \
111         org.freedesktop.systemd1.Snapshot.xml \
112         org.freedesktop.systemd1.Swap.xml \
113         org.freedesktop.systemd1.Path.xml
114
115 dist_systemunit_DATA = \
116         units/emergency.service \
117         units/emergency.target \
118         units/basic.target \
119         units/getty.target \
120         units/halt.target \
121         units/local-fs.target \
122         units/network.target \
123         units/nss-lookup.target \
124         units/mail-transfer-agent.target \
125         units/poweroff.target \
126         units/reboot.target \
127         units/rescue.target \
128         units/rpcbind.target \
129         units/rtc-set.target \
130         units/shutdown.target \
131         units/umount.target \
132         units/sigpwr.target \
133         units/sockets.target \
134         units/swap.target \
135         units/dbus.target \
136         units/systemd-initctl.socket \
137         units/systemd-logger.socket \
138         units/dev-hugepages.automount \
139         units/dev-hugepages.mount \
140         units/dev-mqueue.automount \
141         units/dev-mqueue.mount \
142         units/proc-sys-fs-binfmt_misc.automount \
143         units/proc-sys-fs-binfmt_misc.mount \
144         units/sys-kernel-debug.automount \
145         units/sys-kernel-debug.mount \
146         units/sys-kernel-security.automount \
147         units/sys-kernel-security.mount \
148         units/var-lock.mount \
149         units/var-run.mount \
150         units/printer.target \
151         units/bluetooth.target \
152         units/smartcard.target
153
154 nodist_systemunit_DATA = \
155         units/sysinit.target \
156         units/getty@.service \
157         units/graphical.target \
158         units/remote-fs.target \
159         units/multi-user.target \
160         units/systemd-initctl.service \
161         units/systemd-logger.service \
162         units/systemd-update-utmp-runlevel.service \
163         units/systemd-update-utmp-shutdown.service \
164         units/syslog.target
165
166 dist_sessionunit_DATA = \
167         units/session/default.target
168
169 nodist_sessionunit_DATA = \
170         units/session/remote-fs.target \
171         units/session/exit.service
172
173 EXTRA_DIST = \
174         units/sysinit.target.m4 \
175         units/getty@.service.m4 \
176         units/graphical.target.m4 \
177         units/multi-user.target.m4 \
178         units/remote-fs.target.m4 \
179         units/systemd-initctl.service.in \
180         units/systemd-logger.service.in \
181         units/systemd-update-utmp-runlevel.service.in \
182         units/systemd-update-utmp-shutdown.service.in \
183         units/syslog.target.in \
184         units/session/exit.service.in \
185         systemd.pc.in
186
187 if TARGET_FEDORA
188 dist_systemunit_DATA += \
189         units/fedora/halt.service \
190         units/fedora/killall.service \
191         units/fedora/poweroff.service \
192         units/fedora/prefdm.service \
193         units/fedora/rc-local.service \
194         units/fedora/reboot.service \
195         units/fedora/sysinit.service \
196         units/fedora/single.service \
197         units/fedora/plymouth-quit.service \
198         units/fedora/plymouth-shutdown.service
199 endif
200
201 if TARGET_SUSE
202 dist_systemunit_DATA += \
203         units/suse/halt.service \
204         units/suse/poweroff.service \
205         units/suse/reboot.service \
206         units/suse/fsck.target
207 endif
208
209 if TARGET_GENTOO
210 dist_systemunit_DATA += \
211         units/gentoo/halt.service \
212         units/gentoo/killall.service \
213         units/gentoo/poweroff.service \
214         units/gentoo/reboot.service \
215         units/gentoo/xdm.service
216 endif
217
218 if TARGET_ARCH
219 dist_systemunit_DATA += \
220         units/arch/sysinit.service \
221         units/arch/rc-local.service \
222         units/arch/halt.service \
223         units/arch/poweroff.service \
224         units/arch/reboot.service
225 endif
226
227 dist_doc_DATA = \
228         README \
229         LICENSE \
230         DISTRO_PORTING \
231         src/sd-daemon.h \
232         src/sd-daemon.c
233
234 pkgconfigdata_DATA = \
235         systemd.pc
236
237 noinst_LTLIBRARIES = \
238         libsystemd-basic.la \
239         libsystemd-core.la
240
241 libsystemd_basic_la_SOURCES = \
242         src/util.c \
243         src/label.c \
244         src/hashmap.c \
245         src/set.c \
246         src/strv.c \
247         src/conf-parser.c \
248         src/socket-util.c \
249         src/log.c \
250         src/ratelimit.c
251
252 libsystemd_basic_la_CFLAGS = \
253         $(AM_CFLAGS) \
254         $(SELINUX_CFLAGS)
255
256 libsystemd_basic_la_LIBADD = \
257         $(SELINUX_LIBS)
258
259 libsystemd_core_la_SOURCES = \
260         src/unit.c \
261         src/job.c \
262         src/manager.c \
263         src/path-lookup.c \
264         src/load-fragment.c \
265         src/service.c \
266         src/automount.c \
267         src/mount.c \
268         src/swap.c \
269         src/device.c \
270         src/target.c \
271         src/snapshot.c \
272         src/socket.c \
273         src/timer.c \
274         src/path.c \
275         src/load-dropin.c \
276         src/execute.c \
277         src/dbus.c \
278         src/dbus-manager.c \
279         src/dbus-unit.c \
280         src/dbus-job.c \
281         src/dbus-service.c \
282         src/dbus-socket.c \
283         src/dbus-timer.c \
284         src/dbus-target.c \
285         src/dbus-mount.c \
286         src/dbus-automount.c \
287         src/dbus-swap.c \
288         src/dbus-snapshot.c \
289         src/dbus-device.c \
290         src/dbus-execute.c \
291         src/dbus-path.c \
292         src/cgroup.c \
293         src/mount-setup.c \
294         src/hostname-setup.c \
295         src/loopback-setup.c \
296         src/kmod-setup.c \
297         src/modprobe-setup.c \
298         src/specifier.c \
299         src/unit-name.c \
300         src/fdset.c \
301         src/namespace.c \
302         src/tcpwrap.c \
303         src/cgroup-util.c
304
305 libsystemd_core_la_CFLAGS = \
306         $(AM_CFLAGS) \
307         $(DBUS_CFLAGS) \
308         $(UDEV_CFLAGS) \
309         $(LIBWRAP_CFLAGS) \
310         $(PAM_CFLAGS) \
311         $(AUDIT_CFLAGS)
312
313 libsystemd_core_la_LIBADD = \
314         libsystemd-basic.la \
315         $(DBUS_LIBS) \
316         $(UDEV_LIBS) \
317         $(LIBWRAP_LIBS) \
318         $(PAM_LIBS) \
319         $(AUDIT_LIBS)
320
321 # This is needed because automake is buggy in how it generates the
322 # rules for C programs, but not Vala programs.  We therefore can't
323 # list the .h files as dependencies if we want make dist to work.
324
325 EXTRA_DIST += \
326         ${libsystemd_basic_la_SOURCES:.c=.h} \
327         ${libsystemd_core_la_SOURCES:.c=.h} \
328         src/macro.h \
329         src/ioprio.h \
330         src/missing.h \
331         src/list.h \
332         src/securebits.h \
333         src/linux/auto_dev-ioctl.h \
334         src/initreq.h \
335         src/sd-daemon.h \
336         src/special.h \
337         src/dbus-common.h \
338         src/bus-errors.h \
339         src/cgroup-show.h \
340         src/utmp-wtmp.h
341
342 MANPAGES = \
343         man/systemd.1 \
344         man/systemctl.1 \
345         man/systemadm.1 \
346         man/systemd-cgls.1 \
347         man/systemd-notify.1 \
348         man/sd_notify.3 \
349         man/sd_booted.3 \
350         man/sd_listen_fds.3 \
351         man/sd_is_fifo.3 \
352         man/systemd.unit.5 \
353         man/systemd.service.5 \
354         man/systemd.socket.5 \
355         man/systemd.mount.5 \
356         man/systemd.automount.5 \
357         man/systemd.swap.5 \
358         man/systemd.timer.5 \
359         man/systemd.path.5 \
360         man/systemd.target.5 \
361         man/systemd.device.5 \
362         man/systemd.snapshot.5 \
363         man/systemd.exec.5 \
364         man/daemon.7 \
365         man/sd-daemon.7 \
366         man/runlevel.8 \
367         man/telinit.8 \
368         man/halt.8 \
369         man/shutdown.8 \
370         man/pam_systemd.8 \
371         man/systemd.conf.5
372
373 MANPAGES_ALIAS = \
374         man/reboot.8 \
375         man/poweroff.8 \
376         man/sd_is_socket.3 \
377         man/sd_is_socket_unix.3 \
378         man/sd_is_socket_inet.3 \
379         man/sd_notifyf.3 \
380         man/init.1
381
382 man/reboot.8: man/halt.8
383 man/poweroff.8: man/halt.8
384 man/sd_is_socket.3: man/sd_is_fifo.3
385 man/sd_is_socket_unix.3: man/sd_is_fifo.3
386 man/sd_is_socket_inet.3: man/sd_is_fifo.3
387 man/sd_notifyf.3: man/sd_notify.3
388 man/init.1: man/systemd.1
389
390 dist_man_MANS = \
391         $(MANPAGES) \
392         $(MANPAGES_ALIAS)
393
394 nodist_man_MANS = \
395         man/systemd.special.7
396
397 XML_FILES = \
398         ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
399
400 XML_IN_FILES = \
401         ${patsubst %.1,%.xml.in,${patsubst %.3,%.xml.in,${patsubst %.5,%.xml.in,${patsubst %.7,%.xml.in,${patsubst %.8,%.xml.in,$(nodist_man_MANS)}}}}}
402
403 dist_noinst_DATA = \
404         ${XML_FILES:.xml=.html}
405
406 nodist_noinst_DATA = \
407         ${XML_IN_FILES:.xml.in=.html}
408
409 EXTRA_DIST += \
410         $(XML_FILES) \
411         $(XML_IN_FILES) \
412         ${nodist_man_MANS:=.in} \
413         ${XML_IN_FILES:.xml.in=.html.in}
414
415 systemd_SOURCES = \
416         src/main.c
417
418 systemd_CFLAGS = \
419         $(AM_CFLAGS) \
420         $(DBUS_CFLAGS) \
421         $(UDEV_CFLAGS)
422
423 systemd_LDADD = \
424         libsystemd-core.la
425
426 test_engine_SOURCES = \
427         src/test-engine.c
428
429 test_engine_CFLAGS = $(systemd_CFLAGS)
430 test_engine_LDADD = $(systemd_LDADD)
431
432 test_job_type_SOURCES = \
433         src/test-job-type.c
434
435 test_job_type_CFLAGS = $(systemd_CFLAGS)
436 test_job_type_LDADD = $(systemd_LDADD)
437
438 test_ns_SOURCES = \
439         src/test-ns.c
440
441 test_ns_CFLAGS = $(systemd_CFLAGS)
442 test_ns_LDADD = $(systemd_LDADD)
443
444 test_loopback_SOURCES = \
445         src/test-loopback.c \
446         src/loopback-setup.c
447
448 test_loopback_LDADD = \
449         libsystemd-basic.la
450
451 test_daemon_SOURCES = \
452         src/test-daemon.c \
453         src/sd-daemon.c
454
455 test_daemon_LDADD = \
456         libsystemd-basic.la
457
458 test_cgroup_SOURCES = \
459         src/test-cgroup.c \
460         src/cgroup-util.c
461
462 test_cgroup_CFLAGS = \
463         $(AM_CFLAGS)
464
465 test_cgroup_LDADD = \
466         libsystemd-basic.la
467
468 test_env_replace_SOURCES = \
469         src/test-env-replace.c
470
471 test_env_replace_CFLAGS = \
472         $(AM_CFLAGS)
473
474 test_env_replace_LDADD = \
475         libsystemd-basic.la
476
477 systemd_logger_SOURCES = \
478         src/logger.c \
479         src/sd-daemon.c \
480         src/tcpwrap.c
481
482 systemd_logger_LDADD = \
483         libsystemd-basic.la \
484         $(LIBWRAP_LIBS)
485
486 systemd_initctl_SOURCES = \
487         src/initctl.c \
488         src/sd-daemon.c \
489         src/dbus-common.c
490
491 systemd_initctl_CFLAGS = \
492         $(AM_CFLAGS) \
493         $(DBUS_CFLAGS)
494
495 systemd_initctl_LDADD = \
496         libsystemd-basic.la \
497         $(DBUS_LIBS)
498
499 systemd_update_utmp_SOURCES = \
500         src/update-utmp.c \
501         src/dbus-common.c \
502         src/utmp-wtmp.c
503
504 systemd_update_utmp_CFLAGS = \
505         $(AM_CFLAGS) \
506         $(DBUS_CFLAGS) \
507         $(AUDIT_CFLAGS)
508
509 systemd_update_utmp_LDADD = \
510         libsystemd-basic.la \
511         $(DBUS_LIBS) \
512         $(AUDIT_LIBS)
513
514 systemd_cgroups_agent_SOURCES = \
515         src/cgroups-agent.c \
516         src/dbus-common.c
517
518 systemd_cgroups_agent_CFLAGS = \
519         $(AM_CFLAGS) \
520         $(DBUS_CFLAGS)
521
522 systemd_cgroups_agent_LDADD = \
523         libsystemd-basic.la \
524         $(DBUS_LIBS)
525
526 systemctl_SOURCES = \
527         src/systemctl.c \
528         src/utmp-wtmp.c \
529         src/dbus-common.c \
530         src/path-lookup.c \
531         src/sd-daemon.c \
532         src/cgroup-show.c \
533         src/cgroup-util.c
534
535 systemctl_CFLAGS = \
536         $(AM_CFLAGS) \
537         $(DBUS_CFLAGS)
538
539 systemctl_LDADD = \
540         libsystemd-basic.la \
541         $(DBUS_LIBS)
542
543 systemd_notify_SOURCES = \
544         src/notify.c \
545         src/sd-daemon.c
546
547 systemd_notify_LDADD = \
548         libsystemd-basic.la
549
550 systemd_cgls_SOURCES = \
551         src/cgls.c \
552         src/cgroup-show.c \
553         src/cgroup-util.c
554
555 systemd_cgls_CFLAGS = \
556         $(AM_CFLAGS)
557
558 systemd_cgls_LDADD = \
559         libsystemd-basic.la
560
561 systemadm_SOURCES = \
562         src/systemadm.vala \
563         src/systemd-interfaces.vala
564
565 systemadm_CFLAGS = \
566         $(AM_CFLAGS) \
567         $(DBUSGLIB_CFLAGS) \
568         $(GTK_CFLAGS) \
569         -Wno-unused-variable \
570         -Wno-unused-function \
571         -Wno-shadow \
572         -Wno-format-nonliteral
573
574 systemadm_VALAFLAGS = \
575         --pkg=dbus-glib-1 \
576         --pkg=posix \
577         --pkg=gtk+-2.0 \
578         -g
579
580 systemadm_LDADD = \
581         $(DBUSGLIB_LIBS) \
582         $(GTK_LIBS)
583
584 pam_systemd_la_SOURCES = \
585         src/pam-module.c \
586         src/cgroup-util.c \
587         src/sd-daemon.c
588
589 pam_systemd_la_CFLAGS = \
590         $(AM_CFLAGS)
591         -fvisibility=hidden
592
593 pam_systemd_la_LDFLAGS = \
594         -module \
595         -export-dynamic \
596         -avoid-version \
597         -shared \
598         -export-symbols-regex '^pam_sm_.*'
599
600 pam_systemd_la_LIBADD = \
601         libsystemd-basic.la \
602         $(PAM_LIBS)
603
604 SED_PROCESS = \
605         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
606         $(SED)  -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
607                 -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
608                 -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
609                 -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
610                 -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
611                 -e 's,@systemunitdir\@,$(systemunitdir),g' \
612                 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
613                 -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
614                 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
615                 -e 's,@prefix\@,$(prefix),g' \
616                 < $< > $@
617
618 units/%: units/%.in Makefile
619         $(SED_PROCESS)
620
621 man/%: man/%.in Makefile
622         $(SED_PROCESS)
623
624 %.pc: %.pc.in Makefile
625         $(SED_PROCESS)
626
627 M4_PROCESS_SYSTEM = \
628         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
629         $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SYSTEM=1 < $< > $@
630
631 M4_PROCESS_SESSION = \
632         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
633         $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SESSION=1 < $< > $@
634
635 units/%: units/%.m4 Makefile
636         $(M4_PROCESS_SYSTEM)
637
638 units/session/%: units/%.m4 Makefile
639         $(M4_PROCESS_SESSION)
640
641 CLEANFILES = \
642         $(nodist_systemunit_DATA) \
643         $(nodist_sessionunit_DATA) \
644         $(nodist_man_MANS) \
645         ${XML_IN_FILES:.xml.in=.html} \
646         $(pkgconfigdata_DATA)
647
648 if HAVE_VALAC
649 CLEANFILES += \
650         ${systemadm_SOURCES:.vala=.c}
651 endif
652
653 if HAVE_XSLTPROC
654 XSLTPROC_FLAGS = \
655         --nonet \
656         --param funcsynopsis.style "'ansi'"
657
658 XSLTPROC_PROCESS_MAN = \
659         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
660         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
661
662 XSLTPROC_PROCESS_MAN_IN = \
663         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
664         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
665         mv ${@:.in=} $@
666
667 XSLTPROC_PROCESS_HTML = \
668         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
669         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
670
671 XSLTPROC_PROCESS_HTML_IN = \
672         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
673         $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
674         mv ${@:.in=} $@
675
676 man/%.1: man/%.xml
677         $(XSLTPROC_PROCESS_MAN)
678
679 man/%.1.in: man/%.xml.in
680         $(XSLTPROC_PROCESS_MAN)
681
682 man/%.3: man/%.xml
683         $(XSLTPROC_PROCESS_MAN)
684
685 man/%.3.in: man/%.xml.in
686         $(XSLTPROC_PROCESS_MAN)
687
688 man/%.5: man/%.xml
689         $(XSLTPROC_PROCESS_MAN)
690
691 man/%.5.in: man/%.xml.in
692         $(XSLTPROC_PROCESS_MAN)
693
694 man/%.7: man/%.xml
695         $(XSLTPROC_PROCESS_MAN)
696
697 man/%.7.in: man/%.xml.in
698         $(XSLTPROC_PROCESS_MAN_IN)
699
700 man/%.8: man/%.xml
701         $(XSLTPROC_PROCESS_MAN)
702
703 man/%.8.in: man/%.xml.in
704         $(XSLTPROC_PROCESS_MAN_IN)
705
706 man/%.html: man/%.xml
707         $(XSLTPROC_PROCESS_HTML)
708
709 man/%.html.in: man/%.xml.in
710         $(XSLTPROC_PROCESS_HTML_IN)
711
712 CLEANFILES += \
713         $(dist_man_MANS) \
714         ${nodist_man_MANS:=.in} \
715         ${XML_FILES:.xml=.html} \
716         ${XML_IN_FILES:.xml.in=.html.in}
717 endif
718
719 org.freedesktop.systemd1.%.xml: systemd
720         $(AM_V_GEN)SYSTEMD_SKIP_API_MOUNTS=1 ./systemd --introspect=${@:.xml=} > $@
721
722 CLEANFILES += \
723         $(dbusinterface_DATA)
724
725 install-data-hook:
726         $(MKDIR_P) -m 0755 \
727                 $(DESTDIR)$(systemunitdir) \
728                 $(DESTDIR)$(sessionunitdir) \
729                 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
730                 $(DESTDIR)$(systemunitdir)/sysinit.target.wants \
731                 $(DESTDIR)$(systemunitdir)/shutdown.target.wants \
732                 $(DESTDIR)$(systemunitdir)/runlevel1.target.wants \
733                 $(DESTDIR)$(systemunitdir)/runlevel2.target.wants \
734                 $(DESTDIR)$(systemunitdir)/runlevel3.target.wants \
735                 $(DESTDIR)$(systemunitdir)/runlevel4.target.wants \
736                 $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \
737                 $(DESTDIR)$(pkgsysconfdir)/system \
738                 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
739                 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
740                 $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
741                 $(DESTDIR)$(pkgsysconfdir)/session \
742                 $(DESTDIR)$(sysconfdir)/xdg/systemd
743         $(MKDIR_P) -m 0755 $(DESTDIR)/cgroup || \
744                 echo "Don't forget to create /cgroup! Couldn't create it for you, continuing anyway."
745         ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
746                 rm -f session && \
747                 $(LN_S) $(pkgsysconfdir)/session session )
748         ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
749                 rm -f systemd-initctl.socket systemd-logger.socket && \
750                 $(LN_S) ../systemd-logger.socket systemd-logger.socket && \
751                 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket )
752         ( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \
753                 rm -f systemd-update-utmp-runlevel.service && \
754                 $(LN_S) ../systemd-update-utmp-runlevel.service )
755         ( cd $(DESTDIR)$(systemunitdir)/runlevel2.target.wants && \
756                 rm -f systemd-update-utmp-runlevel.service && \
757                 $(LN_S) ../systemd-update-utmp-runlevel.service )
758         ( cd $(DESTDIR)$(systemunitdir)/runlevel3.target.wants && \
759                 rm -f systemd-update-utmp-runlevel.service && \
760                 $(LN_S) ../systemd-update-utmp-runlevel.service )
761         ( cd $(DESTDIR)$(systemunitdir)/runlevel4.target.wants && \
762                 rm -f systemd-update-utmp-runlevel.service && \
763                 $(LN_S) ../systemd-update-utmp-runlevel.service )
764         ( cd $(DESTDIR)$(systemunitdir)/runlevel5.target.wants && \
765                 rm -f systemd-update-utmp-runlevel.service && \
766                 $(LN_S) ../systemd-update-utmp-runlevel.service )
767         ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \
768                 rm -f systemd-update-utmp-shutdown.service && \
769                 $(LN_S) ../systemd-update-utmp-shutdown.service )
770         ( cd $(DESTDIR)$(sessionunitdir) && \
771                 rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target && \
772                 $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
773                 $(LN_S) $(systemunitdir)/sockets.target sockets.target && \
774                 $(LN_S) $(systemunitdir)/local-fs.target local-fs.target && \
775                 $(LN_S) $(systemunitdir)/swap.target swap.target && \
776                 $(LN_S) $(systemunitdir)/bluetooth.target bluetooth.target && \
777                 $(LN_S) $(systemunitdir)/printer.target printer.target)
778         ( cd $(DESTDIR)$(systemunitdir) && \
779                 rm -f runlevel0.target runlevel1.target runlevel6.target && \
780                 $(LN_S) poweroff.target runlevel0.target && \
781                 $(LN_S) rescue.target runlevel1.target && \
782                 $(LN_S) reboot.target runlevel6.target )
783         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
784                 rm -f default.target ctrl-alt-del.target kbrequest.target && \
785                 $(LN_S) $(systemunitdir)/graphical.target default.target && \
786                 $(LN_S) $(systemunitdir)/reboot.target ctrl-alt-del.target && \
787                 $(LN_S) $(systemunitdir)/rescue.target kbrequest.target && \
788                 rm -f runlevel2.target runlevel3.target runlevel4.target runlevel5.target && \
789                 $(LN_S) $(systemunitdir)/multi-user.target runlevel2.target && \
790                 $(LN_S) $(systemunitdir)/multi-user.target runlevel3.target && \
791                 $(LN_S) $(systemunitdir)/multi-user.target runlevel4.target && \
792                 $(LN_S) $(systemunitdir)/graphical.target runlevel5.target )
793         ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
794                 rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
795                 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service && \
796                 $(LN_S) $(systemunitdir)/getty@.service getty@tty2.service && \
797                 $(LN_S) $(systemunitdir)/getty@.service getty@tty3.service && \
798                 $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \
799                 $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \
800                 $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service )
801         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
802                 rm -f getty.target remote-fs.target && \
803                 $(LN_S) $(systemunitdir)/getty.target getty.target && \
804                 $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
805         ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
806                 rm -f dev-hugepages.automount \
807                         dev-mqueue.automount \
808                         proc-sys-fs-binfmt_misc.automount \
809                         sys-kernel-debug.automount \
810                         sys-kernel-security.automount && \
811                 $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
812                 $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
813                 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
814                 $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
815                 $(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount )
816         ( cd $(DESTDIR)$(dbussessionservicedir) && \
817                 rm -f org.freedesktop.systemd1.service && \
818                 $(LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
819 if TARGET_FEDORA
820         $(MKDIR_P) -m 0755 \
821                 $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) \
822                 $(DESTDIR)$(pkgsysconfdir)/system/shutdown.target.wants \
823                 $(DESTDIR)$(systemunitdir)/rescue.target.wants
824         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
825                 rm -f display-manager.service && \
826                 $(LN_S) $(systemunitdir)/prefdm.service display-manager.service )
827         ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
828                 rm -f prefdm.service && \
829                 $(LN_S) $(systemunitdir)/prefdm.service prefdm.service )
830         ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
831                 rm -f rc-local.service plymouth-quit.service && \
832                 $(LN_S) $(systemunitdir)/rc-local.service rc-local.service && \
833                 $(LN_S) $(systemunitdir)/plymouth-quit.service plymouth-quit.service )
834         ( cd $(DESTDIR)$(systemunitdir)/rescue.target.wants && \
835                 rm -f single.service && \
836                 $(LN_S) $(systemunitdir)/single.service single.service )
837         ( cd $(DESTDIR)$(pkgsysconfdir)/system/shutdown.target.wants && \
838                 rm -f plymouth-shutdown.service && \
839                 $(LN_S) $(systemunitdir)/plymouth-shutdown.service plymouth-shutdown.service )
840         ( cd $(DESTDIR)$(systemunitdir) && \
841                 rm -f local.service && \
842                 $(LN_S) rc-local.service local.service )
843         ( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
844                 $(LN_S) halt reboot > /dev/null 2>&1 || true )
845 endif
846 if TARGET_GENTOO
847         ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
848                 rm -f display-manager.service && \
849                 $(LN_S) $(systemunitdir)/xdm.service display-manager.service )
850         ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
851                 rm -f xdm.service && \
852                 $(LN_S) $(systemunitdir)/xdm.service xdm.service )
853 endif
854 if !TARGET_SUSE
855         ( cd $(DESTDIR)$(systemunitdir) && \
856                 rm -f fsck.target && \
857                 $(LN_S) sysinit.target fsck.target )
858 endif
859
860 DISTCHECK_CONFIGURE_FLAGS = \
861         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
862         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
863         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
864         --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
865         --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
866         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
867         --with-rootdir=$$dc_install_base/$(rootdir)
868
869 upload: all distcheck
870         cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/
871         scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
872         scp man/*.html tango:public/systemd-man/
873
874 git-tag:
875         git tag "v$(VERSION)" -m "systemd $(VERSION)"