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