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