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