chiark / gitweb /
6ce4b7fffa4e52dfb35a4a47891a4b998e247ee0
[elogind.git] / Makefile.am
1 #  -*- Mode: makefile; indent-tabs-mode: t -*-
2 #
3 #  This file is part of systemd.
4 #
5 #  Copyright 2010-2012 Lennart Poettering
6 #  Copyright 2010-2012 Kay Sievers
7 #  Copyright 2013 Zbigniew JÄ™drzejewski-Szmek
8 #  Copyright 2013 David Strauss
9 #
10 #  systemd is free software; you can redistribute it and/or modify it
11 #  under the terms of the GNU Lesser General Public License as published by
12 #  the Free Software Foundation; either version 2.1 of the License, or
13 #  (at your option) any later version.
14 #
15 #  systemd is distributed in the hope that it will be useful, but
16 #  WITHOUT ANY WARRANTY; without even the implied warranty of
17 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 #  Lesser General Public License for more details.
19 #
20 #  You should have received a copy of the GNU Lesser General Public License
21 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
22
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
24 AM_MAKEFLAGS = --no-print-directory
25 AUTOMAKE_OPTIONS = color-tests parallel-tests
26
27 SUBDIRS = . po
28
29 # remove targets if the command fails
30 .DELETE_ON_ERROR:
31
32 # keep intermediate files
33 .SECONDARY:
34
35 # Keep the test-suite.log
36 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
37
38 LIBUDEV_CURRENT=5
39 LIBUDEV_REVISION=0
40 LIBUDEV_AGE=4
41
42 LIBGUDEV_CURRENT=1
43 LIBGUDEV_REVISION=3
44 LIBGUDEV_AGE=1
45
46 LIBSYSTEMD_LOGIN_CURRENT=9
47 LIBSYSTEMD_LOGIN_REVISION=1
48 LIBSYSTEMD_LOGIN_AGE=9
49
50 LIBSYSTEMD_DAEMON_CURRENT=0
51 LIBSYSTEMD_DAEMON_REVISION=10
52 LIBSYSTEMD_DAEMON_AGE=0
53
54 LIBSYSTEMD_ID128_CURRENT=0
55 LIBSYSTEMD_ID128_REVISION=26
56 LIBSYSTEMD_ID128_AGE=0
57
58 LIBSYSTEMD_JOURNAL_CURRENT=11
59 LIBSYSTEMD_JOURNAL_REVISION=3
60 LIBSYSTEMD_JOURNAL_AGE=11
61
62 # Dirs of external packages
63 dbuspolicydir=@dbuspolicydir@
64 dbussessionservicedir=@dbussessionservicedir@
65 dbussystemservicedir=@dbussystemservicedir@
66 pamlibdir=@pamlibdir@
67 pamconfdir=@pamconfdir@
68 pkgconfigdatadir=$(datadir)/pkgconfig
69 pkgconfiglibdir=$(libdir)/pkgconfig
70 polkitpolicydir=$(datadir)/polkit-1/actions
71 bashcompletiondir=@bashcompletiondir@
72 zshcompletiondir=@zshcompletiondir@
73 rpmmacrosdir=$(prefix)/lib/rpm/macros.d
74 sysvinitdir=$(SYSTEM_SYSVINIT_PATH)
75 sysvrcnddir=$(SYSTEM_SYSVRCND_PATH)
76 varlogdir=$(localstatedir)/log
77 systemdstatedir=$(localstatedir)/lib/systemd
78 catalogstatedir=$(systemdstatedir)/catalog
79
80 # Our own, non-special dirs
81 pkgsysconfdir=$(sysconfdir)/systemd
82 userunitdir=$(prefix)/lib/systemd/user
83 userpresetdir=$(prefix)/lib/systemd/user-preset
84 tmpfilesdir=$(prefix)/lib/tmpfiles.d
85 sysctldir=$(prefix)/lib/sysctl.d
86 linkdir=$(prefix)/lib/net/links
87 pkgincludedir=$(includedir)/systemd
88 systemgeneratordir=$(rootlibexecdir)/system-generators
89 usergeneratordir=$(prefix)/lib/systemd/user-generators
90 systemshutdowndir=$(rootlibexecdir)/system-shutdown
91 systemsleepdir=$(rootlibexecdir)/system-sleep
92 systemunitdir=$(rootprefix)/lib/systemd/system
93 systempresetdir=$(rootprefix)/lib/systemd/system-preset
94 udevlibexecdir=$(rootprefix)/lib/udev
95 udevhomedir=$(udevlibexecdir)
96 udevrulesdir=$(udevlibexecdir)/rules.d
97 udevhwdbdir=$(udevlibexecdir)/hwdb.d
98 catalogdir=$(prefix)/lib/systemd/catalog
99 kernelinstalldir = $(prefix)/lib/kernel/install.d
100
101 # And these are the special ones for /
102 rootprefix=@rootprefix@
103 rootbindir=$(rootprefix)/bin
104 rootlibexecdir=$(rootprefix)/lib/systemd
105
106 CLEANFILES = $(BUILT_SOURCES)
107 DISTCLEANFILES =
108 EXTRA_DIST =
109 BUILT_SOURCES =
110 INSTALL_EXEC_HOOKS =
111 UNINSTALL_EXEC_HOOKS =
112 INSTALL_DATA_HOOKS =
113 UNINSTALL_DATA_HOOKS =
114 DISTCLEAN_LOCAL_HOOKS =
115 CLEAN_LOCAL_HOOKS =
116 pkginclude_HEADERS =
117 noinst_LTLIBRARIES =
118 lib_LTLIBRARIES =
119 include_HEADERS =
120 noinst_DATA =
121 pkgconfiglib_DATA =
122 polkitpolicy_in_in_files =
123 polkitpolicy_in_files =
124 polkitpolicy_files =
125 dist_udevrules_DATA =
126 nodist_udevrules_DATA =
127 dist_pkgsysconf_DATA =
128 dist_pkgdata_DATA =
129 dist_dbuspolicy_DATA =
130 dist_dbussystemservice_DATA =
131 check_PROGRAMS =
132 check_DATA =
133 tests=
134 manual_tests =
135 if ENABLE_TESTS
136 noinst_PROGRAMS = $(manual_tests) $(tests)
137 TESTS = $(tests)
138 else
139 noinst_PROGRAMS =
140 TESTS =
141 endif
142 udevlibexec_PROGRAMS =
143
144 AM_CPPFLAGS = \
145         -include $(top_builddir)/config.h \
146         -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \
147         -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
148         -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
149         -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
150         -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
151         -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
152         -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
153         -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \
154         -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
155         -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
156         -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
157         -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \
158         -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
159         -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
160         -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \
161         -DROOTPREFIX=\"$(rootprefix)\" \
162         -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" \
163         -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \
164         -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \
165         -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \
166         -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \
167         -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \
168         -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
169         -DX_SERVER=\"$(bindir)/X\" \
170         -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
171         -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \
172         -DQUOTACHECK=\"$(QUOTACHECK)\" \
173         -DKEXEC=\"$(KEXEC)\" \
174         -I $(top_srcdir)/src \
175         -I $(top_srcdir)/src/shared \
176         -I $(top_srcdir)/src/login \
177         -I $(top_srcdir)/src/journal \
178         -I $(top_srcdir)/src/systemd \
179         -I $(top_builddir)/src/core \
180         -I $(top_srcdir)/src/core \
181         -I $(top_srcdir)/src/libudev \
182         -I $(top_srcdir)/src/udev \
183         -I $(top_srcdir)/src/udev/net \
184         -I $(top_builddir)/src/udev \
185         -I $(top_srcdir)/src/libsystemd-bus \
186         $(OUR_CPPFLAGS)
187
188 AM_CFLAGS = $(OUR_CFLAGS)
189 AM_LDFLAGS = $(OUR_LDFLAGS)
190
191 # ------------------------------------------------------------------------------
192 define move-to-rootlibdir
193         if test "$(libdir)" != "$(rootlibdir)"; then \
194                 $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
195                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
196                 so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
197                 $(LN_S) -f $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
198                 mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
199         fi
200 endef
201
202 INSTALL_DIRS =
203
204 RUNLEVEL1_TARGET_WANTS =
205 RUNLEVEL2_TARGET_WANTS =
206 RUNLEVEL3_TARGET_WANTS =
207 RUNLEVEL4_TARGET_WANTS =
208 RUNLEVEL5_TARGET_WANTS =
209 SHUTDOWN_TARGET_WANTS =
210 LOCAL_FS_TARGET_WANTS =
211 MULTI_USER_TARGET_WANTS =
212 SYSINIT_TARGET_WANTS =
213 SOCKETS_TARGET_WANTS =
214 TIMERS_TARGET_WANTS =
215
216 SYSTEM_UNIT_ALIASES =
217 USER_UNIT_ALIASES =
218
219 GENERAL_ALIASES =
220
221 install-target-wants-hook:
222         what="$(RUNLEVEL1_TARGET_WANTS)" && wants=runlevel1.target && $(add-wants)
223         what="$(RUNLEVEL2_TARGET_WANTS)" && wants=runlevel2.target && $(add-wants)
224         what="$(RUNLEVEL3_TARGET_WANTS)" && wants=runlevel3.target && $(add-wants)
225         what="$(RUNLEVEL4_TARGET_WANTS)" && wants=runlevel4.target && $(add-wants)
226         what="$(RUNLEVEL5_TARGET_WANTS)" && wants=runlevel5.target && $(add-wants)
227         what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && $(add-wants)
228         what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && $(add-wants)
229         what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && $(add-wants)
230         what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && $(add-wants)
231         what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && $(add-wants)
232         what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && $(add-wants)
233         what="$(SLICES_TARGET_WANTS)" && wants=slices.target && $(add-wants)
234
235 define add-wants
236         [ -z "$$what" ] || ( \
237           dir=$(DESTDIR)$(systemunitdir)/$$wants.wants && \
238           $(MKDIR_P) -m 0755 $$dir && \
239           cd $$dir && \
240           rm -f $$what && \
241           for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
242 endef
243
244 install-directories-hook:
245         $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
246
247 install-aliases-hook:
248         set -- $(SYSTEM_UNIT_ALIASES) && \
249                 dir=$(systemunitdir) && $(install-aliases)
250         set -- $(USER_UNIT_ALIASES) && \
251                 dir=$(userunitdir) && $(install-aliases)
252         set -- $(GENERAL_ALIASES) && \
253                 dir= && $(install-aliases)
254
255 define install-aliases
256         while [ -n "$$1" ]; do \
257                 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
258                 rm -f $(DESTDIR)$$dir/$$2 && \
259                 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
260                 shift 2 || exit $$?; \
261         done
262 endef
263
264 INSTALL_EXEC_HOOKS += \
265         install-target-wants-hook \
266         install-directories-hook \
267         install-aliases-hook
268
269 # ------------------------------------------------------------------------------
270 AM_V_M4 = $(AM_V_M4_$(V))
271 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
272 AM_V_M4_0 = @echo "  M4      " $@;
273
274 AM_V_XSLT = $(AM_V_XSLT_$(V))
275 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
276 AM_V_XSLT_0 = @echo "  XSLT    " $@;
277
278 AM_V_GPERF = $(AM_V_GPERF_$(V))
279 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
280 AM_V_GPERF_0 = @echo "  GPERF   " $@;
281
282 AM_V_LN = $(AM_V_LN_$(V))
283 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
284 AM_V_LN_0 = @echo "  LN      " $@;
285
286 # ------------------------------------------------------------------------------
287 rootbin_PROGRAMS = \
288         systemctl \
289         systemd-notify \
290         systemd-ask-password \
291         systemd-tty-ask-password-agent \
292         systemd-machine-id-setup
293
294 bin_PROGRAMS = \
295         systemd-cgls \
296         systemd-cgtop \
297         systemd-stdio-bridge \
298         systemd-nspawn \
299         systemd-detect-virt \
300         systemd-delta \
301         systemd-analyze \
302         systemd-run
303
304 dist_bin_SCRIPTS = \
305         src/kernel-install/kernel-install
306
307 dist_kernelinstall_SCRIPTS = \
308         src/kernel-install/50-depmod.install \
309         src/kernel-install/90-loaderentry.install
310
311 rootlibexec_PROGRAMS = \
312         systemd \
313         systemd-cgroups-agent \
314         systemd-initctl \
315         systemd-update-utmp \
316         systemd-shutdownd \
317         systemd-shutdown \
318         systemd-remount-fs \
319         systemd-reply-password \
320         systemd-fsck \
321         systemd-ac-power \
322         systemd-sysctl \
323         systemd-sleep \
324         systemd-socket-proxyd
325
326 systemgenerator_PROGRAMS = \
327         systemd-getty-generator \
328         systemd-fstab-generator \
329         systemd-system-update-generator
330
331 dist_bashcompletion_DATA = \
332         shell-completion/bash/journalctl \
333         shell-completion/bash/systemctl \
334         shell-completion/bash/systemd-analyze \
335         shell-completion/bash/systemd-run \
336         shell-completion/bash/udevadm \
337         shell-completion/bash/kernel-install
338
339 dist_zshcompletion_DATA = \
340         shell-completion/zsh/_systemctl \
341         shell-completion/zsh/_journalctl \
342         shell-completion/zsh/_udevadm \
343         shell-completion/zsh/_kernel-install \
344         shell-completion/zsh/_systemd-nspawn \
345         shell-completion/zsh/_systemd-analyze \
346         shell-completion/zsh/_sd_hosts_or_user_at_host \
347         shell-completion/zsh/_systemd-delta \
348         shell-completion/zsh/_systemd
349
350 dist_sysctl_DATA = \
351         sysctl.d/50-default.conf
352
353 dist_systemunit_DATA = \
354         units/graphical.target \
355         units/multi-user.target \
356         units/emergency.service \
357         units/emergency.target \
358         units/sysinit.target \
359         units/basic.target \
360         units/getty.target \
361         units/halt.target \
362         units/kexec.target \
363         units/local-fs.target \
364         units/local-fs-pre.target \
365         units/initrd.target \
366         units/initrd-fs.target \
367         units/initrd-root-fs.target \
368         units/remote-fs.target \
369         units/remote-fs-pre.target \
370         units/network.target \
371         units/network-online.target \
372         units/nss-lookup.target \
373         units/nss-user-lookup.target \
374         units/hibernate.target \
375         units/hybrid-sleep.target \
376         units/poweroff.target \
377         units/reboot.target \
378         units/rescue.target \
379         units/rpcbind.target \
380         units/time-sync.target \
381         units/shutdown.target \
382         units/final.target \
383         units/umount.target \
384         units/sigpwr.target \
385         units/sleep.target \
386         units/sockets.target \
387         units/timers.target \
388         units/paths.target \
389         units/suspend.target \
390         units/swap.target \
391         units/slices.target \
392         units/system.slice \
393         units/x-.slice \
394         units/systemd-initctl.socket \
395         units/systemd-shutdownd.socket \
396         units/syslog.socket \
397         units/dev-hugepages.mount \
398         units/dev-mqueue.mount \
399         units/sys-kernel-config.mount \
400         units/sys-kernel-debug.mount \
401         units/sys-fs-fuse-connections.mount \
402         units/tmp.mount \
403         units/printer.target \
404         units/sound.target \
405         units/bluetooth.target \
406         units/smartcard.target \
407         units/systemd-ask-password-wall.path \
408         units/systemd-ask-password-console.path \
409         units/systemd-udevd-control.socket \
410         units/systemd-udevd-kernel.socket \
411         units/system-update.target \
412         units/initrd-switch-root.target
413
414 nodist_systemunit_DATA = \
415         units/getty@.service \
416         units/serial-getty@.service \
417         units/console-shell.service \
418         units/console-getty.service \
419         units/systemd-initctl.service \
420         units/systemd-shutdownd.service \
421         units/systemd-remount-fs.service \
422         units/systemd-update-utmp.service \
423         units/systemd-update-utmp-runlevel.service \
424         units/systemd-ask-password-wall.service \
425         units/systemd-ask-password-console.service \
426         units/systemd-sysctl.service \
427         units/emergency.service \
428         units/rescue.service \
429         units/user@.service \
430         units/systemd-hibernate.service \
431         units/systemd-hybrid-sleep.service \
432         units/systemd-suspend.service \
433         units/systemd-halt.service \
434         units/systemd-poweroff.service \
435         units/systemd-reboot.service \
436         units/systemd-kexec.service \
437         units/systemd-fsck@.service \
438         units/systemd-fsck-root.service \
439         units/systemd-udevd.service \
440         units/systemd-udev-trigger.service \
441         units/systemd-udev-settle.service \
442         units/debug-shell.service \
443         units/initrd-parse-etc.service \
444         units/initrd-cleanup.service \
445         units/initrd-udevadm-cleanup-db.service \
446         units/initrd-switch-root.service \
447         units/systemd-nspawn@.service
448
449 dist_userunit_DATA = \
450         units/user/default.target \
451         units/user/exit.target
452
453 nodist_userunit_DATA = \
454         units/user/systemd-exit.service
455
456 EXTRA_DIST += \
457         units/getty@.service.m4 \
458         units/serial-getty@.service.m4 \
459         units/console-shell.service.m4.in \
460         units/console-getty.service.m4.in \
461         units/rescue.service.m4.in \
462         units/systemd-initctl.service.in \
463         units/systemd-shutdownd.service.in \
464         units/systemd-remount-fs.service.in \
465         units/systemd-update-utmp.service.in \
466         units/systemd-update-utmp-runlevel.service.in \
467         units/systemd-ask-password-wall.service.in \
468         units/systemd-ask-password-console.service.in \
469         units/systemd-sysctl.service.in \
470         units/emergency.service.in \
471         units/systemd-halt.service.in \
472         units/systemd-poweroff.service.in \
473         units/systemd-reboot.service.in \
474         units/systemd-kexec.service.in \
475         units/user/systemd-exit.service.in \
476         units/systemd-fsck@.service.in \
477         units/systemd-fsck-root.service.in \
478         units/user@.service.in \
479         units/systemd-udevd.service \
480         units/systemd-udev-trigger.service \
481         units/systemd-udev-settle.service \
482         units/debug-shell.service.in \
483         units/systemd-hibernate.service.in \
484         units/systemd-hybrid-sleep.service.in \
485         units/systemd-suspend.service.in \
486         units/quotaon.service.in \
487         units/initrd-parse-etc.service.in \
488         units/initrd-cleanup.service.in \
489         units/initrd-udevadm-cleanup-db.service.in \
490         units/initrd-switch-root.service.in \
491         units/systemd-nspawn@.service.in
492
493 CLEANFILES += \
494         units/console-shell.service.m4 \
495         units/console-getty.service.m4 \
496         units/rescue.service.m4
497
498 if HAVE_SYSV_COMPAT
499 nodist_systemunit_DATA += \
500         units/rc-local.service \
501         units/halt-local.service
502
503 systemgenerator_PROGRAMS += \
504         systemd-rc-local-generator
505 endif
506
507 EXTRA_DIST += \
508         units/rc-local.service.in \
509         units/halt-local.service.in
510
511 # automake is broken and can't handle files with a dash in front
512 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
513 units-install-hook:
514         mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
515
516 units-uninstall-hook:
517         rm -f $(DESTDIR)/$(systemunitdir)/-.slice
518
519 INSTALL_DATA_HOOKS += units-install-hook
520 UNINSTALL_DATA_HOOKS += units-uninstall-hook
521
522 dist_doc_DATA = \
523         README \
524         NEWS \
525         LICENSE.LGPL2.1 \
526         LICENSE.GPL2 \
527         LICENSE.MIT \
528         DISTRO_PORTING
529
530 @INTLTOOL_POLICY_RULE@
531
532 # ------------------------------------------------------------------------------
533
534 MANPAGES =
535 MANPAGES_ALIAS =
536
537 include Makefile-man.am
538
539 .PHONY: man
540 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
541
542 XML_FILES = \
543         ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
544 HTML_FILES = \
545         ${XML_FILES:.xml=.html}
546 HTML_ALIAS = \
547         ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
548
549 if ENABLE_MANPAGES
550 man_MANS = \
551         $(MANPAGES) \
552         $(MANPAGES_ALIAS)
553
554 noinst_DATA += \
555         $(HTML_FILES) \
556         $(HTML_ALIAS)
557
558 CLEANFILES += \
559         $(man_MANS) \
560         $(HTML_FILES) \
561         $(HTML_ALIAS)
562
563 docs/html/man:
564         $(AM_V_at)$(MKDIR_P) $(dir $@)
565         $(AM_V_LN)$(LN_S) -f ../../man $@
566
567 noinst_DATA += \
568         docs/html/man
569
570 CLEANFILES += \
571         docs/html/man
572
573 if HAVE_PYTHON
574 man/index.html: man/systemd.index.html
575         $(AM_V_LN)$(LN_S) -f systemd.index.html $@
576
577 noinst_DATA += \
578         man/index.html
579
580 CLEANFILES += \
581         man/index.html
582
583 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
584 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
585 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
586
587 update-man-list: make-man-rules.py $(XML_GLOB)
588         $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
589         $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
590         @echo "Makefile-man.am has been regenerated"
591
592 man/systemd.index.xml: make-man-index.py $(NON_INDEX_XML_FILES)
593         $(AM_V_at)$(MKDIR_P) $(dir $@)
594         $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
595
596 man/systemd.directives.xml: make-directive-index.py $(SOURCE_XML_FILES)
597         $(AM_V_at)$(MKDIR_P) $(dir $@)
598         $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
599
600 EXTRA_DIST += \
601         man/systemd.index.xml \
602         man/index.html \
603         man/systemd.directives.xml
604
605 CLEANFILES += \
606         man/systemd.index.xml \
607         man/systemd.directives.xml
608
609 endif
610
611 endif
612
613 EXTRA_DIST += \
614         $(XML_FILES) \
615         $(HTML_FILES) \
616         $(HTML_ALIAS) \
617         $(man_MANS) \
618         make-man-index.py \
619         make-directive-index.py \
620         xml_helper.py
621
622 # ------------------------------------------------------------------------------
623 noinst_LTLIBRARIES += \
624         libsystemd-rtnl.la
625
626 libsystemd_rtnl_la_SOURCES = \
627         src/systemd/sd-rtnl.h \
628         src/libsystemd-rtnl/sd-rtnl.c \
629         src/libsystemd-rtnl/rtnl-internal.h \
630         src/libsystemd-rtnl/rtnl-message.c
631
632 test_rtnl_SOURCES = \
633         src/libsystemd-rtnl/test-rtnl.c
634
635 test_rtnl_LDADD = \
636         libsystemd-shared.la \
637         libsystemd-rtnl.la
638
639 tests += test-rtnl
640
641 # ------------------------------------------------------------------------------
642 noinst_LTLIBRARIES += \
643         libsystemd-shared.la
644
645 libsystemd_shared_la_SOURCES = \
646         src/shared/linux/auto_dev-ioctl.h \
647         src/shared/linux/fanotify.h \
648         src/shared/linux/seccomp.h \
649         src/shared/linux/seccomp-bpf.h \
650         src/shared/missing.h \
651         src/shared/list.h \
652         src/shared/macro.h \
653         src/shared/def.h \
654         src/shared/device-nodes.c \
655         src/shared/device-nodes.h \
656         src/shared/sparse-endian.h \
657         src/shared/util.c \
658         src/shared/util.h \
659         src/shared/udev-util.h \
660         src/shared/virt.c \
661         src/shared/virt.h \
662         src/shared/efivars.c \
663         src/shared/efivars.h \
664         src/shared/path-util.c \
665         src/shared/path-util.h \
666         src/shared/time-util.c \
667         src/shared/time-util.h \
668         src/shared/hashmap.c \
669         src/shared/hashmap.h \
670         src/shared/set.c \
671         src/shared/set.h \
672         src/shared/fdset.c \
673         src/shared/fdset.h \
674         src/shared/prioq.c \
675         src/shared/prioq.h \
676         src/shared/sleep-config.c \
677         src/shared/sleep-config.h \
678         src/shared/strv.c \
679         src/shared/strv.h \
680         src/shared/env-util.c \
681         src/shared/env-util.h \
682         src/shared/strbuf.c \
683         src/shared/strbuf.h \
684         src/shared/strxcpyx.c \
685         src/shared/strxcpyx.h \
686         src/shared/conf-parser.c \
687         src/shared/conf-parser.h \
688         src/shared/log.c \
689         src/shared/log.h \
690         src/shared/ratelimit.h \
691         src/shared/ratelimit.c \
692         src/shared/exit-status.c \
693         src/shared/exit-status.h \
694         src/shared/utf8.c \
695         src/shared/utf8.h \
696         src/shared/gunicode.c \
697         src/shared/gunicode.h \
698         src/shared/pager.c \
699         src/shared/pager.h \
700         src/shared/ioprio.h \
701         src/shared/socket-util.c \
702         src/shared/socket-util.h \
703         src/shared/conf-files.c \
704         src/shared/conf-files.h \
705         src/shared/cgroup-util.c \
706         src/shared/cgroup-util.h \
707         src/shared/cgroup-show.c \
708         src/shared/cgroup-show.h \
709         src/shared/unit-name.c \
710         src/shared/unit-name.h \
711         src/shared/utmp-wtmp.c \
712         src/shared/utmp-wtmp.h \
713         src/shared/watchdog.c \
714         src/shared/watchdog.h \
715         src/shared/spawn-ask-password-agent.c \
716         src/shared/spawn-ask-password-agent.h \
717         src/shared/replace-var.c \
718         src/shared/replace-var.h \
719         src/shared/spawn-polkit-agent.c \
720         src/shared/spawn-polkit-agent.h \
721         src/shared/hwclock.c \
722         src/shared/hwclock.h \
723         src/shared/time-dst.c \
724         src/shared/time-dst.h \
725         src/shared/calendarspec.c \
726         src/shared/calendarspec.h \
727         src/shared/fileio.c \
728         src/shared/fileio.h \
729         src/shared/output-mode.h \
730         src/shared/MurmurHash3.c \
731         src/shared/MurmurHash3.h \
732         src/shared/acpi-fpdt.h \
733         src/shared/acpi-fpdt.c \
734         src/shared/boot-timestamps.h \
735         src/shared/boot-timestamps.c \
736         src/shared/refcnt.h \
737         src/shared/mkdir.c \
738         src/shared/mkdir.h \
739         src/shared/smack-util.c \
740         src/shared/smack-util.h \
741         src/shared/apparmor-util.c \
742         src/shared/apparmor-util.h \
743         src/shared/ima-util.c \
744         src/shared/ima-util.h
745
746 #-------------------------------------------------------------------------------
747 noinst_LTLIBRARIES += \
748         libsystemd-dbus.la
749
750 libsystemd_dbus_la_SOURCES = \
751         src/shared/dbus-common.c \
752         src/shared/dbus-common.h \
753         src/shared/dbus-loop.c \
754         src/shared/dbus-loop.h \
755         src/shared/polkit.c \
756         src/shared/polkit.h
757
758 libsystemd_dbus_la_CFLAGS = \
759         $(AM_CFLAGS) \
760         $(DBUS_CFLAGS)
761
762 libsystemd_dbus_la_LIBADD = \
763         $(DBUS_LIBS)
764
765 # ------------------------------------------------------------------------------
766 noinst_LTLIBRARIES += \
767         libsystemd-units.la
768
769 libsystemd_units_la_SOURCES = \
770         src/shared/install.c \
771         src/shared/install.h \
772         src/shared/install-printf.c \
773         src/shared/install-printf.h \
774         src/shared/path-lookup.c \
775         src/shared/path-lookup.h \
776         src/shared/specifier.c \
777         src/shared/specifier.h
778
779 libsystemd_units_la_CFLAGS = \
780         $(AM_CFLAGS) \
781         $(DBUS_CFLAGS)
782
783 # ------------------------------------------------------------------------------
784 noinst_LTLIBRARIES += \
785         libsystemd-label.la
786
787 libsystemd_label_la_SOURCES = \
788         src/shared/socket-label.c \
789         src/shared/label.c \
790         src/shared/label.h \
791         src/shared/selinux-util.c \
792         src/shared/selinux-util.h \
793         src/shared/mkdir-label.c \
794         src/shared/ask-password-api.c \
795         src/shared/ask-password-api.h \
796         src/shared/fileio-label.c \
797         src/shared/fileio-label.h \
798         src/shared/dev-setup.c \
799         src/shared/dev-setup.h
800
801 libsystemd_label_la_CFLAGS = \
802         $(AM_CFLAGS) \
803         $(SELINUX_CFLAGS)
804
805 libsystemd_label_la_LIBADD = \
806         $(SELINUX_LIBS)
807
808 # ------------------------------------------------------------------------------
809 noinst_LTLIBRARIES += \
810         libsystemd-logs.la
811
812 libsystemd_logs_la_SOURCES = \
813         src/shared/logs-show.c \
814         src/shared/logs-show.h
815
816 libsystemd_logs_la_LIBADD = \
817         libsystemd-journal-internal.la \
818         libsystemd-id128-internal.la \
819         libsystemd-shared.la
820
821 # ------------------------------------------------------------------------------
822 noinst_LTLIBRARIES += \
823         libsystemd-capability.la
824
825 libsystemd_capability_la_SOURCES = \
826         src/shared/capability.c \
827         src/shared/capability.h
828
829 libsystemd_capability_la_CFLAGS = \
830         $(AM_CFLAGS) \
831         $(CAP_CFLAGS)
832
833 libsystemd_capability_la_LIBADD = \
834         $(CAP_LIBS)
835
836 # ------------------------------------------------------------------------------
837 noinst_LTLIBRARIES += \
838         libsystemd-audit.la
839
840 libsystemd_audit_la_SOURCES = \
841         src/shared/audit.c \
842         src/shared/audit.h
843
844 libsystemd_audit_la_LIBADD = \
845         libsystemd-capability.la
846
847 # ------------------------------------------------------------------------------
848 if HAVE_ACL
849 noinst_LTLIBRARIES += \
850         libsystemd-acl.la
851
852 libsystemd_acl_la_SOURCES = \
853         src/shared/acl-util.c \
854         src/shared/acl-util.h
855
856 libsystemd_acl_la_CFLAGS = \
857         $(AM_CFLAGS) \
858         $(ACL_CFLAGS)
859
860 libsystemd_acl_la_LIBADD = \
861         $(ACL_LIBS) \
862         libsystemd-shared.la
863 endif
864
865 # ------------------------------------------------------------------------------
866 noinst_LTLIBRARIES += \
867         libsystemd-core.la
868
869 libsystemd_core_la_SOURCES = \
870         src/core/unit.c \
871         src/core/unit.h \
872         src/core/unit-printf.c \
873         src/core/unit-printf.h \
874         src/core/job.c \
875         src/core/job.h \
876         src/core/manager.c \
877         src/core/manager.h \
878         src/core/transaction.c \
879         src/core/transaction.h \
880         src/core/load-fragment.c \
881         src/core/load-fragment.h \
882         src/core/service.c \
883         src/core/service.h \
884         src/core/automount.c \
885         src/core/automount.h \
886         src/core/mount.c \
887         src/core/mount.h \
888         src/core/swap.c \
889         src/core/swap.h \
890         src/core/device.c \
891         src/core/device.h \
892         src/core/target.c \
893         src/core/target.h \
894         src/core/snapshot.c \
895         src/core/snapshot.h \
896         src/core/socket.c \
897         src/core/socket.h \
898         src/core/timer.c \
899         src/core/timer.h \
900         src/core/path.c \
901         src/core/path.h \
902         src/core/slice.c \
903         src/core/slice.h \
904         src/core/scope.c \
905         src/core/scope.h \
906         src/core/load-dropin.c \
907         src/core/load-dropin.h \
908         src/core/execute.c \
909         src/core/execute.h \
910         src/core/kill.c \
911         src/core/kill.h \
912         src/core/dbus.c \
913         src/core/dbus.h \
914         src/core/dbus-manager.c \
915         src/core/dbus-manager.h \
916         src/core/dbus-unit.c \
917         src/core/dbus-unit.h \
918         src/core/dbus-job.c \
919         src/core/dbus-job.h \
920         src/core/dbus-service.c \
921         src/core/dbus-service.h \
922         src/core/dbus-socket.c \
923         src/core/dbus-socket.h \
924         src/core/dbus-timer.c \
925         src/core/dbus-timer.h \
926         src/core/dbus-target.c \
927         src/core/dbus-target.h \
928         src/core/dbus-mount.c \
929         src/core/dbus-mount.h \
930         src/core/dbus-automount.c \
931         src/core/dbus-automount.h \
932         src/core/dbus-swap.c \
933         src/core/dbus-swap.h \
934         src/core/dbus-snapshot.c \
935         src/core/dbus-snapshot.h \
936         src/core/dbus-device.c \
937         src/core/dbus-device.h \
938         src/core/dbus-path.c \
939         src/core/dbus-path.h \
940         src/core/dbus-slice.c \
941         src/core/dbus-slice.h \
942         src/core/dbus-scope.c \
943         src/core/dbus-scope.h \
944         src/core/dbus-execute.c \
945         src/core/dbus-execute.h \
946         src/core/dbus-kill.c \
947         src/core/dbus-kill.h \
948         src/core/dbus-cgroup.c \
949         src/core/dbus-cgroup.h \
950         src/core/cgroup.c \
951         src/core/cgroup.h \
952         src/core/selinux-access.c \
953         src/core/selinux-access.h \
954         src/core/selinux-setup.c \
955         src/core/selinux-setup.h \
956         src/core/smack-setup.c \
957         src/core/smack-setup.h \
958         src/core/ima-setup.c \
959         src/core/ima-setup.h \
960         src/core/locale-setup.h \
961         src/core/locale-setup.c \
962         src/core/hostname-setup.c \
963         src/core/hostname-setup.h \
964         src/core/machine-id-setup.c \
965         src/core/machine-id-setup.h \
966         src/core/mount-setup.c \
967         src/core/mount-setup.h \
968         src/core/loopback-setup.h \
969         src/core/loopback-setup.c \
970         src/core/condition.c \
971         src/core/condition.h \
972         src/core/namespace.c \
973         src/core/namespace.h \
974         src/core/tcpwrap.c \
975         src/core/tcpwrap.h \
976         src/core/securebits.h \
977         src/core/initreq.h \
978         src/core/special.h \
979         src/core/bus-errors.h \
980         src/core/build.h \
981         src/core/sysfs-show.h \
982         src/core/switch-root.h \
983         src/core/switch-root.c \
984         src/core/killall.h \
985         src/core/killall.c \
986         src/core/syscall-list.c \
987         src/core/syscall-list.h \
988         src/core/audit-fd.c \
989         src/core/audit-fd.h \
990         src/core/async.c \
991         src/core/async.h
992
993 if HAVE_KMOD
994 libsystemd_core_la_SOURCES += \
995         src/core/kmod-setup.c \
996         src/core/kmod-setup.h
997 endif
998
999 nodist_libsystemd_core_la_SOURCES = \
1000         src/core/load-fragment-gperf.c \
1001         src/core/load-fragment-gperf-nulstr.c \
1002         src/core/syscall-from-name.h \
1003         src/core/syscall-to-name.h
1004
1005 libsystemd_core_la_CFLAGS = \
1006         $(AM_CFLAGS) \
1007         $(DBUS_CFLAGS) \
1008         $(LIBWRAP_CFLAGS) \
1009         $(PAM_CFLAGS) \
1010         $(AUDIT_CFLAGS) \
1011         $(KMOD_CFLAGS) \
1012         -pthread
1013
1014 libsystemd_core_la_LIBADD = \
1015         libsystemd-capability.la \
1016         libsystemd-units.la \
1017         libsystemd-label.la \
1018         libsystemd-shared.la \
1019         libsystemd-dbus.la \
1020         libsystemd-audit.la \
1021         libsystemd-id128-internal.la \
1022         libsystemd-daemon.la \
1023         libudev.la \
1024         $(LIBWRAP_LIBS) \
1025         $(PAM_LIBS) \
1026         $(AUDIT_LIBS) \
1027         $(CAP_LIBS) \
1028         $(KMOD_LIBS)
1029
1030 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1031         $(AM_V_at)$(MKDIR_P) $(dir $@)
1032         $(AM_V_GEN)$(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@
1033
1034 EXTRA_DIST += \
1035         src/core/load-fragment-gperf.gperf.m4
1036
1037 CLEANFILES += \
1038         src/core/load-fragment-gperf.gperf \
1039         src/core/load-fragment-gperf.c \
1040         src/core/load-fragment-gperf-nulstr.c \
1041         src/core/syscall-list.txt \
1042         src/core/syscall-from-name.gperf
1043
1044 BUILT_SOURCES += \
1045         src/core/syscall-from-name.h \
1046         src/core/syscall-to-name.h
1047
1048 src/core/syscall-list.txt: Makefile
1049         $(AM_V_at)$(MKDIR_P) $(dir $@)
1050         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/syscall.h - < /dev/null | $(AWK) '/^#define[ \t]+__NR_[^ ]+[ \t]+[0-9(]/ { sub(/__NR_/, "", $$2); if ($$2 !~ /SYSCALL_BASE/) print $$2; }' > $@
1051
1052 src/core/syscall-from-name.gperf: src/core/syscall-list.txt Makefile
1053         $(AM_V_at)$(MKDIR_P) $(dir $@)
1054         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct syscall_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, __NR_%s\n", $$1, $$1 }' < $< > $@
1055
1056 src/core/syscall-from-name.h: src/core/syscall-from-name.gperf Makefile
1057         $(AM_V_at)$(MKDIR_P) $(dir $@)
1058         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_syscall -H hash_syscall_name -p -C < $< > $@
1059
1060 src/core/syscall-to-name.h: src/core/syscall-list.txt Makefile
1061         $(AM_V_at)$(MKDIR_P) $(dir $@)
1062         $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const syscall_names[] = { "} { printf "[SYSCALL_TO_INDEX(__NR_%s)] = \"%s\",\n", $$1, $$1 } END{print "};"}' < $< > $@
1063
1064 # ------------------------------------------------------------------------------
1065 systemd_SOURCES = \
1066         src/core/main.c
1067
1068 systemd_CFLAGS = \
1069         $(AM_CFLAGS) \
1070         $(DBUS_CFLAGS)
1071
1072 systemd_LDADD = \
1073         libsystemd-core.la \
1074         libsystemd-daemon.la \
1075         libsystemd-id128-internal.la \
1076         libsystemd-dbus.la
1077
1078 dist_pkgsysconf_DATA += \
1079         src/core/system.conf \
1080         src/core/user.conf
1081
1082 dist_dbuspolicy_DATA += \
1083         src/core/org.freedesktop.systemd1.conf
1084
1085 dist_dbussystemservice_DATA += \
1086         src/core/org.freedesktop.systemd1.service
1087
1088 polkitpolicy_in_in_files += \
1089         src/core/org.freedesktop.systemd1.policy.in.in
1090
1091 pkgconfigdata_DATA = \
1092         src/core/systemd.pc
1093
1094 nodist_rpmmacros_DATA = \
1095         src/core/macros.systemd
1096
1097 EXTRA_DIST += \
1098         src/core/systemd.pc.in \
1099         src/core/macros.systemd.in
1100
1101 CLEANFILES += \
1102         src/core/macros.systemd \
1103         src/core/org.freedesktop.systemd1.policy.in
1104
1105 # ------------------------------------------------------------------------------
1106 manual_tests += \
1107         test-engine \
1108         test-ns \
1109         test-loopback \
1110         test-hostname \
1111         test-daemon \
1112         test-cgroup \
1113         test-install \
1114         test-watchdog \
1115         test-log
1116
1117 tests += \
1118         test-job-type \
1119         test-env-replace \
1120         test-strbuf \
1121         test-strv \
1122         test-path-util \
1123         test-strxcpyx \
1124         test-unit-name \
1125         test-unit-file \
1126         test-utf8 \
1127         test-ellipsize \
1128         test-util \
1129         test-namespace \
1130         test-date \
1131         test-sleep \
1132         test-replace-var \
1133         test-sched-prio \
1134         test-calendarspec \
1135         test-strip-tab-ansi \
1136         test-cgroup-util \
1137         test-prioq \
1138         test-fileio \
1139         test-time \
1140         test-hashmap \
1141         test-list \
1142         test-tables \
1143         test-device-nodes
1144
1145 EXTRA_DIST += \
1146         test/sched_idle_bad.service \
1147         test/sched_idle_ok.service \
1148         test/sched_rr_bad.service \
1149         test/sched_rr_ok.service \
1150         test/sched_rr_change.service
1151
1152 EXTRA_DIST += \
1153         src/test/test-helper.h
1154
1155 test_device_nodes_SOURCES = \
1156         src/test/test-device-nodes.c
1157
1158 test_device_nodes_LDADD = \
1159         libsystemd-shared.la
1160
1161 test_engine_SOURCES = \
1162         src/test/test-engine.c
1163
1164 test_engine_CFLAGS = \
1165         $(AM_CFLAGS) \
1166         $(DBUS_CFLAGS)
1167
1168 test_engine_LDADD = \
1169         libsystemd-core.la \
1170         libsystemd-daemon.la \
1171         libsystemd-dbus.la
1172
1173 test_job_type_SOURCES = \
1174         src/test/test-job-type.c
1175
1176 test_job_type_CFLAGS = \
1177         $(AM_CFLAGS) \
1178         $(DBUS_CFLAGS)
1179
1180 test_job_type_LDADD = \
1181         libsystemd-core.la \
1182         libsystemd-daemon.la
1183
1184 test_ns_SOURCES = \
1185         src/test/test-ns.c
1186
1187 test_ns_LDADD = \
1188         libsystemd-core.la
1189
1190 test_ns_CFLAGS = \
1191         $(AM_CFLAGS) \
1192         $(DBUS_CFLAGS)
1193
1194 test_loopback_SOURCES = \
1195         src/test/test-loopback.c
1196
1197 test_loopback_LDADD = \
1198         libsystemd-shared.la \
1199         libsystemd-core.la
1200
1201 test_hostname_SOURCES = \
1202         src/test/test-hostname.c
1203
1204 test_hostname_LDADD = \
1205         libsystemd-core.la
1206
1207 if ENABLE_EFI
1208 manual_tests += \
1209         test-boot-timestamp
1210
1211 test_boot_timestamp_SOURCES = \
1212         src/test/test-boot-timestamps.c
1213
1214 test_boot_timestamp_LDADD = \
1215         libsystemd-shared.la
1216 endif
1217
1218 test_unit_name_SOURCES = \
1219         src/test/test-unit-name.c
1220
1221 test_unit_name_CFLAGS = \
1222         $(AM_CFLAGS) \
1223         $(DBUS_CFLAGS)
1224
1225 test_unit_name_LDADD = \
1226         libsystemd-core.la
1227
1228 test_unit_file_SOURCES = \
1229         src/test/test-unit-file.c
1230
1231 test_unit_file_CFLAGS = \
1232         $(AM_CFLAGS) \
1233         $(DBUS_CFLAGS)
1234
1235 test_unit_file_LDADD = \
1236         libsystemd-core.la
1237
1238 test_utf8_SOURCES = \
1239         src/test/test-utf8.c
1240
1241 test_utf8_LDADD = \
1242         libsystemd-shared.la
1243
1244 test_util_SOURCES = \
1245         src/test/test-util.c
1246
1247 test_util_LDADD = \
1248         libsystemd-core.la
1249
1250 test_namespace_SOURCES = \
1251         src/test/test-namespace.c
1252
1253 test_namespace_LDADD = \
1254         libsystemd-core.la
1255
1256 test_hashmap_SOURCES = \
1257         src/test/test-hashmap.c
1258
1259 test_hashmap_LDADD = \
1260         libsystemd-core.la
1261
1262 test_list_SOURCES = \
1263         src/test/test-list.c
1264
1265 test_list_LDADD = \
1266         libsystemd-core.la
1267
1268 test_tables_SOURCES = \
1269         src/test/test-tables.c \
1270         src/shared/test-tables.h
1271
1272 test_tables_CFLAGS = \
1273         $(AM_CFLAGS) \
1274         $(DBUS_CFLAGS)
1275
1276 test_tables_LDADD = \
1277         libsystemd-core.la \
1278         libsystemd-logs.la
1279
1280 test_prioq_SOURCES = \
1281         src/test/test-prioq.c
1282
1283 test_prioq_LDADD = \
1284         libsystemd-core.la
1285
1286 test_fileio_SOURCES = \
1287         src/test/test-fileio.c
1288
1289 test_fileio_LDADD = \
1290         libsystemd-core.la
1291
1292 test_time_SOURCES = \
1293         src/test/test-time.c
1294
1295 test_time_LDADD = \
1296         libsystemd-core.la
1297
1298 test_log_SOURCES = \
1299         src/test/test-log.c
1300
1301 test_log_LDADD = \
1302         libsystemd-core.la
1303
1304 test_ellipsize_SOURCES = \
1305         src/test/test-ellipsize.c
1306
1307 test_ellipsize_LDADD = \
1308         libsystemd-core.la
1309
1310 test_date_SOURCES = \
1311         src/test/test-date.c
1312
1313 test_date_LDADD = \
1314         libsystemd-core.la
1315
1316 test_sleep_SOURCES = \
1317         src/test/test-sleep.c
1318
1319 test_sleep_LDADD = \
1320         libsystemd-core.la
1321
1322 test_replace_var_SOURCES = \
1323         src/test/test-replace-var.c
1324
1325 test_replace_var_LDADD = \
1326         libsystemd-shared.la
1327
1328 test_calendarspec_SOURCES = \
1329         src/test/test-calendarspec.c
1330
1331 test_calendarspec_LDADD = \
1332         libsystemd-shared.la
1333
1334 test_strip_tab_ansi_SOURCES = \
1335         src/test/test-strip-tab-ansi.c
1336
1337 test_strip_tab_ansi_LDADD = \
1338         libsystemd-shared.la
1339
1340 test_daemon_SOURCES = \
1341         src/test/test-daemon.c
1342
1343 test_daemon_LDADD = \
1344         libsystemd-shared.la \
1345         libsystemd-daemon.la
1346
1347 test_cgroup_SOURCES = \
1348         src/test/test-cgroup.c
1349
1350 test_cgroup_LDADD = \
1351         libsystemd-label.la \
1352         libsystemd-shared.la
1353
1354 test_cgroup_util_SOURCES = \
1355         src/test/test-cgroup-util.c
1356
1357 test_cgroup_util_LDADD = \
1358         libsystemd-label.la \
1359         libsystemd-shared.la \
1360         libsystemd-daemon.la
1361
1362 test_env_replace_SOURCES = \
1363         src/test/test-env-replace.c
1364
1365 test_env_replace_LDADD = \
1366         libsystemd-shared.la
1367
1368 test_strbuf_SOURCES = \
1369         src/test/test-strbuf.c
1370
1371 test_strbuf_LDADD = \
1372         libsystemd-shared.la
1373
1374 test_strv_SOURCES = \
1375         src/test/test-strv.c
1376
1377 test_strv_LDADD = \
1378         libsystemd-shared.la \
1379         libsystemd-units.la \
1380         libsystemd-id128-internal.la
1381
1382 test_path_util_SOURCES = \
1383         src/test/test-path-util.c
1384
1385 test_path_util_LDADD = \
1386         libsystemd-shared.la
1387
1388 test_strxcpyx_SOURCES = \
1389         src/test/test-strxcpyx.c
1390
1391 test_strxcpyx_LDADD = \
1392         libsystemd-shared.la
1393
1394 test_install_SOURCES = \
1395         src/test/test-install.c
1396
1397 test_install_CFLAGS = \
1398         $(AM_CFLAGS) \
1399         $(DBUS_CFLAGS)
1400
1401 test_install_LDADD = \
1402         libsystemd-units.la \
1403         libsystemd-label.la \
1404         libsystemd-shared.la \
1405         libsystemd-id128-internal.la
1406
1407 test_watchdog_SOURCES = \
1408         src/test/test-watchdog.c
1409
1410 test_watchdog_LDADD = \
1411         libsystemd-shared.la
1412
1413 test_sched_prio_SOURCES = \
1414         src/test/test-sched-prio.c
1415
1416 test_sched_prio_CFLAGS = \
1417         $(AM_CFLAGS) \
1418         $(DBUS_CFLAGS) \
1419         -D"STR(s)=\#s" -D"TEST_DIR=STR($(abs_top_srcdir)/test/)"
1420
1421 test_sched_prio_LDADD = \
1422         libsystemd-core.la \
1423         libsystemd-daemon.la
1424
1425 # ------------------------------------------------------------------------------
1426 ## .PHONY so it always rebuilds it
1427 .PHONY: coverage lcov-run lcov-report
1428
1429 # run lcov from scratch, always
1430 coverage:
1431         $(MAKE) lcov-run
1432         $(MAKE) lcov-report
1433
1434 coverage_dir = coverage
1435 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
1436
1437 if ENABLE_COVERAGE
1438 # reset run coverage tests
1439 lcov-run:
1440         @rm -rf $(coverage_dir)
1441         lcov $(coverage_opts) --zerocounters
1442         -$(MAKE) check
1443
1444 # generate report based on current coverage data
1445 lcov-report:
1446         $(MKDIR_P) $(coverage_dir)
1447         lcov $(coverage_opts) --compat-libtool --capture --no-external \
1448                 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
1449         genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov.info
1450         @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
1451
1452 # lcov doesn't work properly with vpath builds, make sure that bad
1453 # output is not uploaded by mistake.
1454 coverage-sync: coverage
1455         test "$(builddir)" = "$(srcdir)"
1456         rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
1457
1458 else
1459 lcov-run lcov-report:
1460         echo "Need to reconfigure with --enable-coverage"
1461 endif
1462
1463 # ------------------------------------------------------------------------------
1464 systemd_analyze_SOURCES = \
1465         src/analyze/analyze.c
1466
1467 systemd_analyze_CFLAGS = \
1468         $(AM_CFLAGS) \
1469         $(DBUS_CFLAGS)
1470
1471 systemd_analyze_LDADD = \
1472         libsystemd-shared.la \
1473         libsystemd-bus.la
1474
1475 # ------------------------------------------------------------------------------
1476 systemd_initctl_SOURCES = \
1477         src/initctl/initctl.c
1478
1479 systemd_initctl_CFLAGS = \
1480         $(AM_CFLAGS) \
1481         $(DBUS_CFLAGS)
1482
1483 systemd_initctl_LDADD = \
1484         libsystemd-shared.la \
1485         libsystemd-daemon.la \
1486         libsystemd-bus.la
1487
1488 # ------------------------------------------------------------------------------
1489 systemd_update_utmp_SOURCES = \
1490         src/update-utmp/update-utmp.c
1491
1492 systemd_update_utmp_CFLAGS = \
1493         $(AM_CFLAGS) \
1494         $(DBUS_CFLAGS) \
1495         $(AUDIT_CFLAGS)
1496
1497 systemd_update_utmp_LDADD = \
1498         libsystemd-shared.la \
1499         libsystemd-bus.la \
1500         $(AUDIT_LIBS)
1501
1502 # ------------------------------------------------------------------------------
1503 systemd_shutdownd_SOURCES = \
1504         src/shutdownd/shutdownd.c
1505
1506 systemd_shutdownd_LDADD = \
1507         libsystemd-label.la \
1508         libsystemd-shared.la \
1509         libsystemd-daemon.la
1510
1511 pkginclude_HEADERS += \
1512         src/systemd/sd-shutdown.h
1513
1514 # ------------------------------------------------------------------------------
1515 systemd_shutdown_SOURCES = \
1516         src/core/umount.c \
1517         src/core/umount.h \
1518         src/core/shutdown.c \
1519         src/core/mount-setup.c \
1520         src/core/mount-setup.h \
1521         src/core/killall.h \
1522         src/core/killall.c
1523
1524 systemd_shutdown_LDADD = \
1525         libsystemd-label.la \
1526         libsystemd-shared.la \
1527         libudev.la
1528
1529 # ------------------------------------------------------------------------------
1530 if HAVE_KMOD
1531 systemd_modules_load_SOURCES = \
1532         src/modules-load/modules-load.c
1533
1534 systemd_modules_load_CFLAGS = \
1535         $(AM_CFLAGS) \
1536         $(KMOD_CFLAGS)
1537
1538 systemd_modules_load_LDADD = \
1539         libsystemd-shared.la \
1540         $(KMOD_LIBS)
1541
1542 rootlibexec_PROGRAMS += \
1543         systemd-modules-load
1544
1545 nodist_systemunit_DATA += \
1546         units/systemd-modules-load.service
1547
1548 SYSINIT_TARGET_WANTS += \
1549         systemd-modules-load.service
1550
1551 if ENABLE_TMPFILES
1552 nodist_systemunit_DATA += \
1553         units/kmod-static-nodes.service
1554
1555 SYSINIT_TARGET_WANTS += \
1556         kmod-static-nodes.service
1557 endif
1558 endif
1559
1560 EXTRA_DIST += \
1561         units/systemd-modules-load.service.in \
1562         units/kmod-static-nodes.service.in
1563
1564 # ------------------------------------------------------------------------------
1565 if ENABLE_TMPFILES
1566 systemd_tmpfiles_SOURCES = \
1567         src/tmpfiles/tmpfiles.c \
1568         src/shared/specifier.c \
1569         src/shared/specifier.h
1570
1571 systemd_tmpfiles_LDADD = \
1572         libsystemd-label.la \
1573         libsystemd-shared.la \
1574         libsystemd-capability.la \
1575         libsystemd-id128-internal.la
1576
1577 rootbin_PROGRAMS += \
1578         systemd-tmpfiles
1579
1580 dist_systemunit_DATA += \
1581         units/systemd-tmpfiles-clean.timer
1582
1583 nodist_systemunit_DATA += \
1584         units/systemd-tmpfiles-setup-dev.service \
1585         units/systemd-tmpfiles-setup.service \
1586         units/systemd-tmpfiles-clean.service
1587
1588 dist_tmpfiles_DATA = \
1589         tmpfiles.d/systemd.conf \
1590         tmpfiles.d/tmp.conf \
1591         tmpfiles.d/x11.conf
1592
1593 if HAVE_SYSV_COMPAT
1594 dist_tmpfiles_DATA += \
1595         tmpfiles.d/legacy.conf
1596 endif
1597
1598 SYSINIT_TARGET_WANTS += \
1599         systemd-tmpfiles-setup-dev.service \
1600         systemd-tmpfiles-setup.service
1601
1602 dist_zshcompletion_DATA += \
1603         shell-completion/zsh/_systemd-tmpfiles
1604
1605 TIMERS_TARGET_WANTS += \
1606         systemd-tmpfiles-clean.timer
1607
1608 INSTALL_DIRS += \
1609         $(tmpfilesdir) \
1610         $(sysconfdir)/tmpfiles.d
1611 endif
1612
1613 EXTRA_DIST += \
1614         units/systemd-tmpfiles-setup-dev.service.in \
1615         units/systemd-tmpfiles-setup.service.in \
1616         units/systemd-tmpfiles-clean.service.in
1617
1618 # ------------------------------------------------------------------------------
1619 systemd_machine_id_setup_SOURCES = \
1620         src/machine-id-setup/machine-id-setup-main.c \
1621         src/core/machine-id-setup.c \
1622         src/core/machine-id-setup.h
1623
1624 systemd_machine_id_setup_LDADD = \
1625         libsystemd-label.la \
1626         libsystemd-shared.la \
1627         libsystemd-id128-internal.la
1628
1629 # ------------------------------------------------------------------------------
1630 systemd_sysctl_SOURCES = \
1631         src/sysctl/sysctl.c
1632
1633 systemd_sysctl_LDADD = \
1634         libsystemd-shared.la
1635
1636 # ------------------------------------------------------------------------------
1637 systemd_sleep_SOURCES = \
1638         src/sleep/sleep.c
1639
1640 systemd_sleep_LDADD = \
1641         libsystemd-shared.la
1642
1643 # ------------------------------------------------------------------------------
1644 systemd_fsck_SOURCES = \
1645         src/fsck/fsck.c
1646
1647 systemd_fsck_CFLAGS = \
1648         $(AM_CFLAGS) \
1649         $(DBUS_CFLAGS)
1650
1651 systemd_fsck_LDADD = \
1652         libsystemd-shared.la \
1653         libsystemd-bus.la \
1654         libudev.la
1655
1656 # ------------------------------------------------------------------------------
1657 systemd_ac_power_SOURCES = \
1658         src/ac-power/ac-power.c
1659
1660 systemd_ac_power_LDADD = \
1661         libsystemd-shared.la \
1662         libudev.la
1663
1664 # ------------------------------------------------------------------------------
1665 systemd_detect_virt_SOURCES = \
1666         src/detect-virt/detect-virt.c
1667
1668 systemd_detect_virt_LDADD = \
1669         libsystemd-shared.la
1670
1671 systemd-detect-virt-install-hook:
1672         -$(SETCAP) cap_dac_override,cap_sys_ptrace=ep $(DESTDIR)$(bindir)/systemd-detect-virt
1673
1674 INSTALL_EXEC_HOOKS += \
1675         systemd-detect-virt-install-hook
1676
1677 # ------------------------------------------------------------------------------
1678 systemd_delta_SOURCES = \
1679         src/delta/delta.c
1680
1681 systemd_delta_LDADD = \
1682         libsystemd-shared.la
1683
1684 # ------------------------------------------------------------------------------
1685 systemd_getty_generator_SOURCES = \
1686         src/getty-generator/getty-generator.c
1687
1688 systemd_getty_generator_LDADD = \
1689         libsystemd-label.la \
1690         libsystemd-shared.la
1691
1692 # ------------------------------------------------------------------------------
1693 systemd_fstab_generator_SOURCES = \
1694         src/fstab-generator/fstab-generator.c \
1695         src/core/mount-setup.c
1696
1697 systemd_fstab_generator_LDADD = \
1698         libsystemd-label.la \
1699         libsystemd-shared.la
1700
1701 # ------------------------------------------------------------------------------
1702 systemd_system_update_generator_SOURCES = \
1703         src/system-update-generator/system-update-generator.c
1704
1705 systemd_system_update_generator_LDADD = \
1706         libsystemd-label.la \
1707         libsystemd-shared.la
1708
1709 if ENABLE_EFI
1710 # ------------------------------------------------------------------------------
1711 systemgenerator_PROGRAMS +=  \
1712         systemd-efi-boot-generator
1713
1714 systemd_efi_boot_generator_SOURCES = \
1715         src/efi-boot-generator/efi-boot-generator.c
1716
1717 systemd_efi_boot_generator_LDADD = \
1718         libsystemd-label.la \
1719         libsystemd-shared.la
1720
1721 # ------------------------------------------------------------------------------
1722 bootctl_SOURCES = \
1723         src/boot/boot.h \
1724         src/boot/boot-loader.h \
1725         src/boot/bootctl.c \
1726         src/boot/boot-loader.c \
1727         src/boot/boot-efi.c
1728
1729 bootctl_LDADD = \
1730         libsystemd-shared.la \
1731         libsystemd-id128.la \
1732         libsystemd-daemon.la
1733
1734 bin_PROGRAMS += \
1735         bootctl
1736 endif
1737
1738 # ------------------------------------------------------------------------------
1739 if HAVE_BLKID
1740 systemgenerator_PROGRAMS +=  \
1741         systemd-gpt-auto-generator
1742
1743 systemd_gpt_auto_generator_SOURCES = \
1744         src/gpt-auto-generator/gpt-auto-generator.c
1745
1746 systemd_gpt_auto_generator_LDADD = \
1747         libsystemd-label.la \
1748         libsystemd-shared.la \
1749         libsystemd-id128-internal.la \
1750         libudev-private.la \
1751         $(BLKID_LIBS)
1752
1753 systemd_gpt_auto_generator_CFLAGS = \
1754         $(AM_CFLAGS) \
1755         $(BLKID_CFLAGS)
1756 endif
1757
1758 # ------------------------------------------------------------------------------
1759 systemd_rc_local_generator_SOURCES = \
1760         src/rc-local-generator/rc-local-generator.c
1761
1762 systemd_rc_local_generator_LDADD = \
1763         libsystemd-label.la \
1764         libsystemd-shared.la
1765
1766 # ------------------------------------------------------------------------------
1767 systemd_remount_fs_SOURCES = \
1768         src/remount-fs/remount-fs.c \
1769         src/core/mount-setup.c \
1770         src/core/mount-setup.h
1771
1772 systemd_remount_fs_LDADD = \
1773         libsystemd-label.la \
1774         libsystemd-shared.la
1775
1776 # ------------------------------------------------------------------------------
1777 systemd_cgroups_agent_SOURCES = \
1778         src/cgroups-agent/cgroups-agent.c
1779
1780 systemd_cgroups_agent_LDADD = \
1781         libsystemd-shared.la \
1782         libsystemd-bus.la
1783
1784 # ------------------------------------------------------------------------------
1785 systemctl_SOURCES = \
1786         src/systemctl/systemctl.c
1787
1788 systemctl_CFLAGS = \
1789         $(AM_CFLAGS) \
1790         $(DBUS_CFLAGS)
1791
1792 systemctl_LDADD = \
1793         libsystemd-units.la \
1794         libsystemd-label.la \
1795         libsystemd-shared.la \
1796         libsystemd-daemon.la \
1797         libsystemd-dbus.la \
1798         libsystemd-logs.la
1799
1800 # ------------------------------------------------------------------------------
1801 systemd_notify_SOURCES = \
1802         src/notify/notify.c \
1803         src/readahead/sd-readahead.c
1804
1805 systemd_notify_LDADD = \
1806         libsystemd-shared.la \
1807         libsystemd-daemon.la
1808
1809 # ------------------------------------------------------------------------------
1810 systemd_ask_password_SOURCES = \
1811         src/ask-password/ask-password.c
1812
1813 systemd_ask_password_LDADD = \
1814         libsystemd-label.la \
1815         libsystemd-shared.la
1816
1817 # ------------------------------------------------------------------------------
1818 systemd_reply_password_SOURCES = \
1819         src/reply-password/reply-password.c
1820
1821 systemd_reply_password_LDADD = \
1822         libsystemd-shared.la
1823
1824 # ------------------------------------------------------------------------------
1825 systemd_cgls_SOURCES = \
1826         src/cgls/cgls.c
1827
1828 systemd_cgls_LDADD = \
1829         libsystemd-shared.la
1830
1831 # ------------------------------------------------------------------------------
1832 systemd_cgtop_SOURCES = \
1833         src/cgtop/cgtop.c
1834
1835 systemd_cgtop_LDADD = \
1836         libsystemd-shared.la
1837
1838 # ------------------------------------------------------------------------------
1839 systemd_nspawn_SOURCES = \
1840         src/nspawn/nspawn.c \
1841         src/core/mount-setup.c \
1842         src/core/mount-setup.h \
1843         src/core/loopback-setup.c \
1844         src/core/loopback-setup.h
1845
1846 systemd_nspawn_LDADD = \
1847         libsystemd-label.la \
1848         libsystemd-capability.la \
1849         libsystemd-shared.la \
1850         libsystemd-daemon.la \
1851         libsystemd-id128-internal.la \
1852         libsystemd-bus.la
1853
1854 # ------------------------------------------------------------------------------
1855 systemd_run_SOURCES = \
1856         src/run/run.c
1857
1858 systemd_run_LDADD = \
1859         libsystemd-label.la \
1860         libsystemd-capability.la \
1861         libsystemd-shared.la \
1862         libsystemd-daemon.la \
1863         libsystemd-id128-internal.la \
1864         libsystemd-bus.la
1865
1866 # ------------------------------------------------------------------------------
1867 systemd_stdio_bridge_SOURCES = \
1868         src/stdio-bridge/stdio-bridge.c
1869
1870 systemd_stdio_bridge_LDADD = \
1871         libsystemd-shared.la \
1872         libsystemd-bus.la \
1873         libsystemd-daemon.la
1874
1875 # ------------------------------------------------------------------------------
1876 systemd_tty_ask_password_agent_SOURCES = \
1877         src/tty-ask-password-agent/tty-ask-password-agent.c
1878
1879 systemd_tty_ask_password_agent_LDADD = \
1880         libsystemd-label.la \
1881         libsystemd-shared.la
1882
1883 # ------------------------------------------------------------------------------
1884 libsystemd_daemon_la_SOURCES = \
1885         src/libsystemd-daemon/sd-daemon.c
1886
1887 libsystemd_daemon_internal_la_SOURCES = \
1888         $(libsystemd_daemon_la_SOURCES)
1889
1890 libsystemd_daemon_la_CFLAGS = \
1891         $(AM_CFLAGS) \
1892         -fvisibility=hidden \
1893         -DSD_EXPORT_SYMBOLS
1894
1895 libsystemd_daemon_la_LDFLAGS = \
1896         $(AM_LDFLAGS) \
1897         -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) \
1898         -Wl,--version-script=$(top_srcdir)/src/libsystemd-daemon/libsystemd-daemon.sym
1899
1900 libsystemd_daemon_la_LIBADD =  \
1901         $(RT_LIBS)
1902
1903 pkginclude_HEADERS += \
1904         src/systemd/sd-daemon.h
1905
1906 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
1907 libsystemd-daemon-install-hook:
1908         libname=libsystemd-daemon.so && $(move-to-rootlibdir)
1909
1910 libsystemd-daemon-uninstall-hook:
1911         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-daemon.so*
1912
1913 INSTALL_EXEC_HOOKS += libsystemd-daemon-install-hook
1914 UNINSTALL_EXEC_HOOKS += libsystemd-daemon-uninstall-hook
1915
1916 lib_LTLIBRARIES += \
1917         libsystemd-daemon.la
1918
1919 noinst_LTLIBRARIES += \
1920         libsystemd-daemon-internal.la
1921
1922 pkgconfiglib_DATA += \
1923         src/libsystemd-daemon/libsystemd-daemon.pc
1924
1925 EXTRA_DIST += \
1926         src/libsystemd-daemon/libsystemd-daemon.pc.in \
1927         src/libsystemd-daemon/libsystemd-daemon.sym
1928
1929 # ------------------------------------------------------------------------------
1930 libsystemd_bus_la_SOURCES = \
1931         src/systemd/sd-bus.h \
1932         src/systemd/sd-bus-protocol.h \
1933         src/systemd/sd-bus-vtable.h \
1934         src/systemd/sd-memfd.h \
1935         src/systemd/sd-event.h \
1936         src/libsystemd-bus/sd-bus.c \
1937         src/libsystemd-bus/bus-control.c \
1938         src/libsystemd-bus/bus-control.h \
1939         src/libsystemd-bus/bus-error.c \
1940         src/libsystemd-bus/bus-error.h \
1941         src/libsystemd-bus/bus-internal.c \
1942         src/libsystemd-bus/bus-internal.h \
1943         src/libsystemd-bus/bus-socket.c \
1944         src/libsystemd-bus/bus-socket.h \
1945         src/libsystemd-bus/bus-kernel.c \
1946         src/libsystemd-bus/bus-kernel.h \
1947         src/libsystemd-bus/bus-message.c \
1948         src/libsystemd-bus/bus-message.h \
1949         src/libsystemd-bus/bus-signature.c \
1950         src/libsystemd-bus/bus-signature.h \
1951         src/libsystemd-bus/bus-type.c \
1952         src/libsystemd-bus/bus-type.h \
1953         src/libsystemd-bus/bus-match.c \
1954         src/libsystemd-bus/bus-match.h \
1955         src/libsystemd-bus/bus-bloom.c \
1956         src/libsystemd-bus/bus-bloom.h \
1957         src/libsystemd-bus/bus-introspect.c \
1958         src/libsystemd-bus/bus-introspect.h \
1959         src/libsystemd-bus/bus-objects.c \
1960         src/libsystemd-bus/bus-objects.h \
1961         src/libsystemd-bus/bus-convenience.c \
1962         src/libsystemd-bus/kdbus.h \
1963         src/libsystemd-bus/sd-memfd.c \
1964         src/libsystemd-bus/sd-event.c \
1965         src/libsystemd-bus/bus-util.c \
1966         src/libsystemd-bus/bus-util.h \
1967         src/libsystemd-bus/event-util.h
1968
1969 libsystemd_bus_la_LIBADD =  \
1970         libsystemd-id128-internal.la \
1971         libsystemd-shared.la \
1972         libsystemd-daemon.la
1973
1974 libsystemd_bus_la_CFLAGS = \
1975         $(AM_CFLAGS) \
1976         -pthread
1977
1978 noinst_LTLIBRARIES += \
1979         libsystemd-bus.la
1980
1981 tests += \
1982         test-bus-marshal \
1983         test-bus-signature \
1984         test-bus-chat \
1985         test-bus-server \
1986         test-bus-match \
1987         test-bus-kernel \
1988         test-bus-kernel-bloom \
1989         test-bus-kernel-benchmark \
1990         test-bus-memfd \
1991         test-bus-zero-copy \
1992         test-bus-introspect \
1993         test-bus-objects \
1994         test-event
1995
1996 noinst_PROGRAMS += \
1997         busctl
1998
1999 test_bus_marshal_SOURCES = \
2000         src/libsystemd-bus/test-bus-marshal.c
2001
2002 test_bus_marshal_LDADD = \
2003         libsystemd-shared.la \
2004         libsystemd-bus.la \
2005         $(GLIB_LIBS) \
2006         $(DBUS_LIBS)
2007
2008 test_bus_marshal_CFLAGS = \
2009         $(AM_CFLAGS) \
2010         $(GLIB_CFLAGS) \
2011         $(DBUS_CFLAGS)
2012
2013 test_bus_signature_SOURCES = \
2014         src/libsystemd-bus/test-bus-signature.c
2015
2016 test_bus_signature_LDADD = \
2017         libsystemd-shared.la \
2018         libsystemd-bus.la
2019
2020 test_bus_chat_SOURCES = \
2021         src/libsystemd-bus/test-bus-chat.c
2022
2023 test_bus_chat_CFLAGS = \
2024         $(AM_CFLAGS) \
2025         -pthread
2026
2027 test_bus_chat_LDADD = \
2028         libsystemd-shared.la \
2029         libsystemd-bus.la \
2030         libsystemd-id128-internal.la
2031
2032 test_bus_server_SOURCES = \
2033         src/libsystemd-bus/test-bus-server.c
2034
2035 test_bus_server_CFLAGS = \
2036         $(AM_CFLAGS) \
2037         -pthread
2038
2039 test_bus_server_LDADD = \
2040         libsystemd-shared.la \
2041         libsystemd-bus.la \
2042         libsystemd-id128-internal.la
2043
2044 test_bus_objects_SOURCES = \
2045         src/libsystemd-bus/test-bus-objects.c
2046
2047 test_bus_objects_CFLAGS = \
2048         $(AM_CFLAGS) \
2049         -pthread
2050
2051 test_bus_objects_LDADD = \
2052         libsystemd-shared.la \
2053         libsystemd-bus.la \
2054         libsystemd-id128-internal.la
2055
2056 test_bus_match_SOURCES = \
2057         src/libsystemd-bus/test-bus-match.c
2058
2059 test_bus_match_LDADD = \
2060         libsystemd-shared.la \
2061         libsystemd-bus.la \
2062         libsystemd-id128-internal.la
2063
2064 test_bus_kernel_SOURCES = \
2065         src/libsystemd-bus/test-bus-kernel.c
2066
2067 test_bus_kernel_LDADD = \
2068         libsystemd-shared.la \
2069         libsystemd-bus.la \
2070         libsystemd-id128-internal.la
2071
2072 test_bus_kernel_bloom_SOURCES = \
2073         src/libsystemd-bus/test-bus-kernel-bloom.c
2074
2075 test_bus_kernel_bloom_LDADD = \
2076         libsystemd-shared.la \
2077         libsystemd-bus.la \
2078         libsystemd-id128-internal.la
2079
2080 test_bus_kernel_benchmark_SOURCES = \
2081         src/libsystemd-bus/test-bus-kernel-benchmark.c
2082
2083 test_bus_kernel_benchmark_LDADD = \
2084         libsystemd-shared.la \
2085         libsystemd-bus.la \
2086         libsystemd-id128-internal.la
2087
2088 test_bus_memfd_SOURCES = \
2089         src/libsystemd-bus/test-bus-memfd.c
2090
2091 test_bus_memfd_LDADD = \
2092         libsystemd-shared.la \
2093         libsystemd-bus.la
2094
2095 test_bus_zero_copy_SOURCES = \
2096         src/libsystemd-bus/test-bus-zero-copy.c
2097
2098 test_bus_zero_copy_LDADD = \
2099         libsystemd-shared.la \
2100         libsystemd-bus.la
2101
2102 test_bus_introspect_SOURCES = \
2103         src/libsystemd-bus/test-bus-introspect.c
2104
2105 test_bus_introspect_LDADD = \
2106         libsystemd-shared.la \
2107         libsystemd-bus.la
2108
2109 test_event_SOURCES = \
2110         src/libsystemd-bus/test-event.c
2111
2112 test_event_LDADD = \
2113         libsystemd-shared.la \
2114         libsystemd-bus.la \
2115         libsystemd-id128-internal.la
2116
2117 busctl_SOURCES = \
2118         src/libsystemd-bus/busctl.c
2119
2120 busctl_LDADD = \
2121         libsystemd-shared.la \
2122         libsystemd-bus.la
2123
2124 # ------------------------------------------------------------------------------
2125 if ENABLE_GTK_DOC
2126 SUBDIRS += \
2127         docs/libudev
2128
2129 noinst_DATA += \
2130         docs/html/libudev \
2131         docs/html/gudev
2132 endif
2133
2134 include_HEADERS += \
2135         src/libudev/libudev.h
2136
2137 lib_LTLIBRARIES += \
2138         libudev.la
2139
2140 libudev_la_SOURCES =\
2141         src/libudev/libudev-private.h \
2142         src/libudev/libudev.c \
2143         src/libudev/libudev-list.c \
2144         src/libudev/libudev-util.c \
2145         src/libudev/libudev-device.c \
2146         src/libudev/libudev-enumerate.c \
2147         src/libudev/libudev-monitor.c \
2148         src/libudev/libudev-queue.c \
2149         src/libudev/libudev-hwdb-def.h \
2150         src/libudev/libudev-hwdb.c
2151
2152 libudev_la_CFLAGS = \
2153         $(AM_CFLAGS) \
2154         -fvisibility=hidden
2155
2156 libudev_la_LDFLAGS = \
2157         $(AM_LDFLAGS) \
2158         -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
2159         -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
2160
2161 libudev_la_LIBADD = \
2162         libsystemd-shared.la \
2163         libsystemd-daemon-internal.la \
2164         libsystemd-id128-internal.la
2165
2166 pkgconfiglib_DATA += \
2167         src/libudev/libudev.pc
2168
2169 EXTRA_DIST += \
2170         src/libudev/libudev.pc.in \
2171         src/libudev/libudev.sym
2172
2173 CLEANFILES += \
2174         src/libudev/libudev.pc \
2175         docs/html/libudev \
2176         docs/html/gudev
2177
2178 docs/html/libudev:
2179         $(AM_V_at)$(MKDIR_P) $(dir $@)
2180         $(AM_V_LN)$(LN_S) -f ../libudev/html $@
2181
2182 docs/html/gudev:
2183         $(AM_V_at)$(MKDIR_P) $(dir $@)
2184         $(AM_V_LN)$(LN_S) -f ../gudev/html $@
2185
2186 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2187 libudev-install-hook:
2188         libname=libudev.so && $(move-to-rootlibdir)
2189
2190 libudev-uninstall-hook:
2191         rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
2192
2193 INSTALL_EXEC_HOOKS += libudev-install-hook
2194 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
2195
2196 # ------------------------------------------------------------------------------
2197 noinst_LTLIBRARIES += \
2198         libudev-private.la
2199
2200 libudev_private_la_SOURCES =\
2201         $(libudev_la_SOURCES) \
2202         src/libudev/libudev-device-private.c \
2203         src/libudev/libudev-queue-private.c
2204
2205 libudev_private_la_CFLAGS = \
2206         $(AM_CFLAGS) \
2207         -fvisibility=default
2208
2209 libudev_private_la_LIBADD = \
2210         libsystemd-shared.la
2211
2212 # ------------------------------------------------------------------------------
2213 INSTALL_DIRS += \
2214         $(sysconfdir)/udev/rules.d \
2215         $(sysconfdir)/udev/hwdb.d
2216
2217 dist_udevrules_DATA += \
2218         rules/99-systemd.rules \
2219         rules/42-usb-hid-pm.rules \
2220         rules/50-udev-default.rules \
2221         rules/60-keyboard.rules \
2222         rules/60-persistent-storage-tape.rules \
2223         rules/60-persistent-serial.rules \
2224         rules/60-persistent-input.rules \
2225         rules/60-persistent-alsa.rules \
2226         rules/60-persistent-storage.rules \
2227         rules/64-btrfs.rules \
2228         rules/75-net-description.rules \
2229         rules/75-tty-description.rules \
2230         rules/78-sound-card.rules \
2231         rules/80-net-name-slot.rules \
2232         rules/85-net-configure-link.rules \
2233         rules/95-udev-late.rules
2234
2235 dist_udevhwdb_DATA = \
2236         hwdb/20-pci-vendor-model.hwdb \
2237         hwdb/20-pci-classes.hwdb \
2238         hwdb/20-usb-vendor-model.hwdb \
2239         hwdb/20-usb-classes.hwdb \
2240         hwdb/20-bluetooth-vendor-product.hwdb \
2241         hwdb/20-acpi-vendor.hwdb \
2242         hwdb/20-OUI.hwdb \
2243         hwdb/60-keyboard.hwdb
2244
2245 udevconfdir = $(sysconfdir)/udev
2246 dist_udevconf_DATA = \
2247         src/udev/udev.conf
2248
2249 sharepkgconfigdir = $(datadir)/pkgconfig
2250 sharepkgconfig_DATA = \
2251         src/udev/udev.pc
2252
2253 EXTRA_DIST += \
2254         rules/99-systemd.rules.in \
2255         src/udev/udev.pc.in
2256
2257 CLEANFILES += \
2258         rules/99-systemd.rules \
2259         src/udev/udev.pc
2260
2261 EXTRA_DIST += \
2262         units/systemd-udevd.service.in \
2263         units/systemd-udev-trigger.service.in \
2264         units/systemd-udev-settle.service.in
2265
2266 CLEANFILES += \
2267         units/systemd-udevd.service \
2268         units/systemd-udev-trigger.service \
2269         units/systemd-udev-settle.service
2270
2271 SOCKETS_TARGET_WANTS += \
2272         systemd-udevd-control.socket \
2273         systemd-udevd-kernel.socket
2274 SYSINIT_TARGET_WANTS += \
2275         systemd-udevd.service \
2276         systemd-udev-trigger.service
2277
2278 rootbin_PROGRAMS += \
2279         udevadm
2280
2281 rootlibexec_PROGRAMS += \
2282         systemd-udevd
2283
2284 noinst_LTLIBRARIES += \
2285         libudev-core.la
2286
2287 src/udev/keyboard-keys.txt: Makefile
2288         $(AM_V_at)$(MKDIR_P) $(dir $@)
2289         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/input.h - < /dev/null | $(AWK) '/^#define[ \t]+KEY_[^ ]+[ \t]+[0-9]/ { if ($$2 != "KEY_MAX") { print $$2 } }' | sed 's/^KEY_COFFEE$$/KEY_SCREENLOCK/' > $@
2290
2291 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt Makefile
2292         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
2293
2294 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf Makefile
2295         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
2296
2297 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt Makefile
2298         $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
2299
2300 libudev_core_la_SOURCES = \
2301         src/udev/udev.h \
2302         src/udev/udev-event.c \
2303         src/udev/udev-watch.c \
2304         src/udev/udev-node.c \
2305         src/udev/udev-rules.c \
2306         src/udev/udev-ctrl.c \
2307         src/udev/udev-builtin.c \
2308         src/udev/udev-builtin-btrfs.c \
2309         src/udev/udev-builtin-hwdb.c \
2310         src/udev/udev-builtin-input_id.c \
2311         src/udev/udev-builtin-keyboard.c \
2312         src/udev/udev-builtin-net_id.c \
2313         src/udev/udev-builtin-net_link.c \
2314         src/udev/udev-builtin-path_id.c \
2315         src/udev/udev-builtin-usb_id.c \
2316         src/udev/net/link-config.h \
2317         src/udev/net/link-config.c \
2318         src/udev/net/ethtool-util.h \
2319         src/udev/net/ethtool-util.c
2320
2321 nodist_libudev_core_la_SOURCES = \
2322         src/udev/keyboard-keys-from-name.h \
2323         src/udev/keyboard-keys-to-name.h \
2324         src/udev/net/link-config-gperf.c
2325
2326 BUILT_SOURCES += \
2327         $(nodist_libudev_core_la_SOURCES)
2328
2329 CLEANFILES += \
2330         src/udev/keyboard-keys-from-name.gperf \
2331         src/udev/keyboard-keys.txt \
2332         src/udev/net/link-config-gperf.c
2333
2334 EXTRA_DIST += \
2335         src/udev/net/link-config-gperf.gperf
2336
2337 libudev_core_la_CFLAGS = \
2338         $(AM_CFLAGS) \
2339         $(BLKID_CFLAGS) \
2340         $(KMOD_CFLAGS)
2341
2342 libudev_core_la_LIBADD = \
2343         libudev-private.la \
2344         libsystemd-label.la \
2345         libsystemd-daemon-internal.la \
2346         libsystemd-shared.la \
2347         $(BLKID_LIBS) \
2348         $(KMOD_LIBS)
2349
2350 libudev_core_la_CPPFLAGS = \
2351         $(AM_CPPFLAGS) \
2352         -DFIRMWARE_PATH="$(FIRMWARE_PATH)"
2353
2354 if ENABLE_FIRMWARE
2355 libudev_core_la_SOURCES += \
2356         src/udev/udev-builtin-firmware.c
2357
2358 dist_udevrules_DATA += \
2359         rules/50-firmware.rules
2360 endif
2361
2362 if HAVE_KMOD
2363 libudev_core_la_SOURCES += \
2364         src/udev/udev-builtin-kmod.c
2365
2366 dist_udevrules_DATA += \
2367         rules/80-drivers.rules
2368 endif
2369
2370 if HAVE_BLKID
2371 libudev_core_la_SOURCES += \
2372         src/udev/udev-builtin-blkid.c
2373 endif
2374
2375 if HAVE_ACL
2376 libudev_core_la_SOURCES += \
2377         src/udev/udev-builtin-uaccess.c \
2378         src/login/logind-acl.c \
2379         src/login/sd-login.c \
2380         src/systemd/sd-login.h \
2381         src/login/login-shared.c \
2382         src/login/login-shared.h
2383
2384 libudev_core_la_LIBADD += \
2385         libsystemd-acl.la
2386 endif
2387
2388 systemd_udevd_SOURCES = \
2389         src/udev/udevd.c
2390
2391 systemd_udevd_LDADD = \
2392         libudev-core.la
2393
2394 udevadm_SOURCES = \
2395         src/udev/udevadm.c \
2396         src/udev/udevadm-info.c \
2397         src/udev/udevadm-control.c \
2398         src/udev/udevadm-monitor.c \
2399         src/udev/udevadm-hwdb.c \
2400         src/udev/udevadm-settle.c \
2401         src/udev/udevadm-trigger.c \
2402         src/udev/udevadm-test.c \
2403         src/udev/udevadm-test-builtin.c
2404
2405 udevadm_LDADD = \
2406         libudev-core.la \
2407         libsystemd-label.la \
2408         libsystemd-shared.la
2409
2410 # Update hwdb on installation. Do not bother if installing
2411 # in DESTDIR, since this is likely for packaging purposes.
2412 hwdb-update-hook:
2413         -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update
2414
2415 INSTALL_DATA_HOOKS += \
2416         hwdb-update-hook
2417
2418 hwdb-remove-hook:
2419         -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
2420
2421 # ------------------------------------------------------------------------------
2422 TESTS += \
2423         test/udev-test.pl \
2424         test/rules-test.sh
2425
2426 manual_tests += \
2427         test-libudev \
2428         test-udev
2429
2430 test_libudev_SOURCES = \
2431         src/test/test-libudev.c
2432
2433 test_libudev_LDADD = \
2434         libsystemd-label.la \
2435         libsystemd-shared.la \
2436         libudev.la
2437
2438 test_udev_SOURCES = \
2439         src/test/test-udev.c
2440
2441 test_udev_LDADD = \
2442         libudev-core.la \
2443         libsystemd-shared.la \
2444         $(BLKID_LIBS) \
2445         $(KMOD_LIBS) \
2446         $(SELINUX_LIBS)
2447
2448 if HAVE_ACL
2449 test_udev_LDADD += \
2450         libsystemd-acl.la
2451 endif
2452
2453 check_DATA += \
2454         test/sys
2455
2456 # packed sysfs test tree
2457 test/sys:
2458         $(AM_V_at)$(MKDIR_P) $(dir $@)
2459         $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
2460
2461 test-sys-distclean:
2462         -rm -rf test/sys
2463 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
2464
2465 EXTRA_DIST += \
2466         test/sys.tar.xz \
2467         test/udev-test.pl \
2468         test/rules-test.sh \
2469         test/rule-syntax-check.py
2470
2471 # ------------------------------------------------------------------------------
2472 ata_id_SOURCES = \
2473         src/udev/ata_id/ata_id.c
2474
2475 ata_id_LDADD = \
2476         libudev-private.la \
2477         libsystemd-shared.la
2478
2479 udevlibexec_PROGRAMS += \
2480         ata_id
2481
2482 # ------------------------------------------------------------------------------
2483 cdrom_id_SOURCES = \
2484         src/udev/cdrom_id/cdrom_id.c
2485
2486 cdrom_id_LDADD = \
2487         libudev.la \
2488         libsystemd-shared.la
2489
2490 udevlibexec_PROGRAMS += \
2491         cdrom_id
2492
2493 dist_udevrules_DATA += \
2494         rules/60-cdrom_id.rules
2495
2496 # ------------------------------------------------------------------------------
2497 collect_SOURCES = \
2498         src/udev/collect/collect.c
2499
2500 collect_LDADD = \
2501         libudev-private.la
2502
2503 udevlibexec_PROGRAMS += \
2504         collect
2505
2506 # ------------------------------------------------------------------------------
2507 scsi_id_SOURCES =\
2508         src/udev/scsi_id/scsi_id.c \
2509         src/udev/scsi_id/scsi_serial.c \
2510         src/udev/scsi_id/scsi.h \
2511         src/udev/scsi_id/scsi_id.h
2512
2513 scsi_id_LDADD = \
2514         libudev-private.la \
2515         libsystemd-shared.la
2516
2517 udevlibexec_PROGRAMS += \
2518         scsi_id
2519
2520 EXTRA_DIST += \
2521         src/udev/scsi_id/README
2522
2523 # ------------------------------------------------------------------------------
2524 v4l_id_SOURCES = \
2525         src/udev/v4l_id/v4l_id.c
2526
2527 v4l_id_LDADD = \
2528         libudev.la
2529
2530 udevlibexec_PROGRAMS += \
2531         v4l_id
2532
2533 dist_udevrules_DATA += \
2534         rules/60-persistent-v4l.rules
2535
2536 # ------------------------------------------------------------------------------
2537 accelerometer_SOURCES = \
2538         src/udev/accelerometer/accelerometer.c
2539
2540 accelerometer_LDADD = \
2541         libudev.la -lm \
2542         libsystemd-shared.la
2543
2544 udevlibexec_PROGRAMS += \
2545         accelerometer
2546
2547 dist_udevrules_DATA += \
2548         rules/61-accelerometer.rules
2549
2550 # ------------------------------------------------------------------------------
2551 if ENABLE_GUDEV
2552 if ENABLE_GTK_DOC
2553 SUBDIRS += \
2554         docs/gudev
2555 endif
2556
2557 libgudev_includedir = \
2558         $(includedir)/gudev-1.0/gudev
2559
2560 libgudev_include_HEADERS = \
2561         src/gudev/gudev.h \
2562         src/gudev/gudevenums.h \
2563         src/gudev/gudevenumtypes.h \
2564         src/gudev/gudevtypes.h \
2565         src/gudev/gudevclient.h \
2566         src/gudev/gudevdevice.h \
2567         src/gudev/gudevenumerator.h
2568
2569 lib_LTLIBRARIES += libgudev-1.0.la
2570
2571 pkgconfiglib_DATA += \
2572         src/gudev/gudev-1.0.pc
2573
2574 CLEANFILES += \
2575         src/gudev/gudev-1.0.pc
2576
2577 libgudev_1_0_la_SOURCES = \
2578         src/gudev/gudevenums.h \
2579         src/gudev/gudevenumtypes.h \
2580         src/gudev/gudevenumtypes.h\
2581         src/gudev/gudevtypes.h \
2582         src/gudev/gudevclient.h \
2583         src/gudev/gudevclient.c \
2584         src/gudev/gudevdevice.h \
2585         src/gudev/gudevdevice.c \
2586         src/gudev/gudevenumerator.h \
2587         src/gudev/gudevenumerator.c \
2588         src/gudev/gudevprivate.h
2589
2590 nodist_libgudev_1_0_la_SOURCES = \
2591         src/gudev/gudevmarshal.h \
2592         src/gudev/gudevmarshal.c \
2593         src/gudev/gudevenumtypes.h \
2594         src/gudev/gudevenumtypes.c
2595
2596 BUILT_SOURCES += \
2597         $(nodist_libgudev_1_0_la_SOURCES)
2598
2599 libgudev_1_0_la_CPPFLAGS = \
2600         $(AM_CPPFLAGS) \
2601         -I$(top_builddir)/src\
2602         -I$(top_srcdir)/src\
2603         -I$(top_builddir)/src/gudev \
2604         -I$(top_srcdir)/src/gudev \
2605         -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
2606         -D_GUDEV_COMPILATION \
2607         -DG_LOG_DOMAIN=\"GUdev\"
2608
2609 libgudev_1_0_la_CFLAGS = \
2610         $(AM_CFLAGS) \
2611         -fvisibility=default \
2612         $(GLIB_CFLAGS)
2613
2614 libgudev_1_0_la_LIBADD = \
2615         libudev.la \
2616         $(GLIB_LIBS)
2617
2618 libgudev_1_0_la_LDFLAGS = \
2619         $(AM_LDFLAGS) \
2620         -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
2621         -export-dynamic -no-undefined \
2622         -export-symbols-regex '^g_udev_.*'
2623
2624 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
2625         $(AM_V_at)$(MKDIR_P) $(dir $@)
2626         $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
2627
2628 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
2629         $(AM_V_at)$(MKDIR_P) $(dir $@)
2630         $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
2631         glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
2632
2633 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
2634         $(AM_V_at)$(MKDIR_P) $(dir $@)
2635         $(AM_V_GEN)glib-mkenums --template $^ > $@
2636
2637 if HAVE_INTROSPECTION
2638 -include $(INTROSPECTION_MAKEFILE)
2639
2640 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
2641
2642 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
2643
2644 src_gudev_GUdev_1_0_gir_CFLAGS = \
2645         $(AM_CFLAGS) \
2646         $(INCLUDES) \
2647         -D_GUDEV_COMPILATION \
2648         -D_GUDEV_WORK_AROUND_DEV_T_BUG \
2649         -I$(top_srcdir)/src \
2650         -I$(top_builddir)/src \
2651         -I$(top_srcdir)/src/gudev \
2652         -I$(top_builddir)/src/gudev
2653
2654 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
2655
2656 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
2657         --pkg-export=gudev-1.0 \
2658         --warn-all
2659
2660 src_gudev_GUdev_1_0_gir_FILES = \
2661         src/gudev/gudev.h \
2662         src/gudev/gudevtypes.h \
2663         src/gudev/gudevenums.h \
2664         src/gudev/gudevenumtypes.h \
2665         src/gudev/gudevclient.h \
2666         src/gudev/gudevdevice.h \
2667         src/gudev/gudevenumerator.h \
2668         src/gudev/gudevclient.c \
2669         src/gudev/gudevdevice.c \
2670         src/gudev/gudevenumerator.c
2671
2672 INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir
2673 INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h
2674
2675 girdir = $(datadir)/gir-1.0
2676 gir_DATA = \
2677         src/gudev/GUdev-1.0.gir
2678
2679 typelibsdir = $(libdir)/girepository-1.0
2680 typelibs_DATA = \
2681         src/gudev/GUdev-1.0.typelib
2682
2683 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
2684 endif # HAVE_INTROSPECTION
2685
2686 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2687 libgudev-install-hook:
2688         libname=libgudev-1.0.so && $(move-to-rootlibdir)
2689
2690 libgudev-uninstall-hook:
2691         rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so*
2692
2693 INSTALL_EXEC_HOOKS += libgudev-install-hook
2694 UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook
2695 endif
2696
2697 EXTRA_DIST += \
2698         src/gudev/gudev-1.0.pc.in \
2699         src/gudev/gudevmarshal.list \
2700         src/gudev/gudevenumtypes.h.template \
2701         src/gudev/gudevenumtypes.c.template \
2702         src/gudev/gjs-example.js \
2703         src/gudev/seed-example-enum.js \
2704         src/gudev/seed-example.js
2705
2706 # ------------------------------------------------------------------------------
2707 mtd_probe_SOURCES =  \
2708         src/udev/mtd_probe/mtd_probe.c \
2709         src/udev/mtd_probe/mtd_probe.h \
2710         src/udev/mtd_probe/probe_smartmedia.c
2711
2712 mtd_probe_CPPFLAGS = \
2713         $(AM_CPPFLAGS)
2714
2715 dist_udevrules_DATA += \
2716         rules/75-probe_mtd.rules
2717
2718 udevlibexec_PROGRAMS += \
2719         mtd_probe
2720
2721 # ------------------------------------------------------------------------------
2722 libsystemd_id128_la_SOURCES = \
2723         src/libsystemd-id128/sd-id128.c
2724
2725 libsystemd_id128_la_CFLAGS = \
2726         $(AM_CFLAGS) \
2727         -fvisibility=hidden
2728
2729 libsystemd_id128_la_LDFLAGS = \
2730         $(AM_LDFLAGS) \
2731         -version-info $(LIBSYSTEMD_ID128_CURRENT):$(LIBSYSTEMD_ID128_REVISION):$(LIBSYSTEMD_ID128_AGE) \
2732         -Wl,--version-script=$(top_srcdir)/src/libsystemd-id128/libsystemd-id128.sym
2733
2734 libsystemd_id128_la_LIBADD = \
2735         libsystemd-shared.la
2736
2737 libsystemd_id128_internal_la_SOURCES = \
2738         $(libsystemd_id128_la_SOURCES)
2739
2740 test_id128_SOURCES = \
2741         src/test/test-id128.c
2742
2743 test_id128_LDADD = \
2744         libsystemd-shared.la \
2745         libsystemd-id128-internal.la \
2746         libsystemd-daemon.la
2747
2748 tests += \
2749         test-id128
2750
2751 pkginclude_HEADERS += \
2752         src/systemd/sd-id128.h
2753
2754 lib_LTLIBRARIES += \
2755         libsystemd-id128.la
2756
2757 noinst_LTLIBRARIES += \
2758         libsystemd-id128-internal.la
2759
2760 pkgconfiglib_DATA += \
2761         src/libsystemd-id128/libsystemd-id128.pc
2762
2763 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2764 libsystemd-id128-install-hook:
2765         libname=libsystemd-id128.so && $(move-to-rootlibdir)
2766
2767 libsystemd-id128-uninstall-hook:
2768         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so*
2769
2770 INSTALL_EXEC_HOOKS += libsystemd-id128-install-hook
2771 UNINSTALL_EXEC_HOOKS += libsystemd-id128-uninstall-hook
2772
2773 EXTRA_DIST += \
2774         src/libsystemd-id128/libsystemd-id128.pc.in \
2775         src/libsystemd-id128/libsystemd-id128.sym
2776
2777 # ------------------------------------------------------------------------------
2778
2779 rootlibexec_PROGRAMS += \
2780         systemd-activate
2781
2782 systemd_activate_SOURCES = \
2783         src/activate/activate.c
2784
2785 systemd_activate_LDADD = \
2786         libsystemd-shared.la \
2787         libsystemd-daemon.la
2788
2789 # ------------------------------------------------------------------------------
2790 systemd_journald_SOURCES = \
2791         src/journal/journald.c \
2792         src/journal/journald-server.h
2793
2794 systemd_journald_LDADD = \
2795         libsystemd-journal-internal.la \
2796         libsystemd-shared.la \
2797         libsystemd-id128-internal.la
2798
2799 systemd_cat_SOURCES = \
2800         src/journal/cat.c
2801
2802 systemd_cat_LDADD = \
2803         libsystemd-shared.la \
2804         libsystemd-journal-internal.la
2805
2806 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
2807 journalctl_CFLAGS = \
2808         $(AM_CFLAGS)
2809
2810 journalctl_SOURCES = \
2811         src/journal/journalctl.c
2812
2813 journalctl_LDADD = \
2814         libsystemd-shared.la \
2815         libsystemd-journal-internal.la \
2816         libsystemd-id128-internal.la \
2817         libsystemd-logs.la
2818
2819 if HAVE_ACL
2820 journalctl_LDADD += \
2821         libsystemd-acl.la
2822 endif
2823
2824 if HAVE_QRENCODE
2825 journalctl_SOURCES += \
2826         src/journal/journal-qrcode.c \
2827         src/journal/journal-qrcode.h
2828
2829 journalctl_CFLAGS += \
2830         $(QRENCODE_CFLAGS)
2831
2832 journalctl_LDADD += \
2833         $(QRENCODE_LIBS)
2834 endif
2835
2836 test_journal_SOURCES = \
2837         src/journal/test-journal.c
2838
2839 test_journal_LDADD = \
2840         libsystemd-shared.la \
2841         libsystemd-journal-internal.la \
2842         libsystemd-id128-internal.la
2843
2844 test_journal_send_SOURCES = \
2845         src/journal/test-journal-send.c
2846
2847 test_journal_send_LDADD = \
2848         libsystemd-shared.la \
2849         libsystemd-journal-internal.la \
2850         libsystemd-id128-internal.la
2851
2852 test_journal_syslog_SOURCES = \
2853         src/journal/test-journal-syslog.c
2854
2855 test_journal_syslog_LDADD = \
2856         libsystemd-journal-internal.la \
2857         libsystemd-shared.la \
2858         libsystemd-id128-internal.la
2859
2860 test_journal_match_SOURCES = \
2861         src/journal/test-journal-match.c
2862
2863 test_journal_match_LDADD = \
2864         libsystemd-shared.la \
2865         libsystemd-journal-internal.la \
2866         libsystemd-id128-internal.la
2867
2868 test_journal_enum_SOURCES = \
2869         src/journal/test-journal-enum.c
2870
2871 test_journal_enum_LDADD = \
2872         libsystemd-shared.la \
2873         libsystemd-journal-internal.la \
2874         libsystemd-id128-internal.la
2875
2876 test_journal_stream_SOURCES = \
2877         src/journal/test-journal-stream.c
2878
2879 test_journal_stream_LDADD = \
2880         libsystemd-shared.la \
2881         libsystemd-journal-internal.la \
2882         libsystemd-id128-internal.la
2883
2884 test_journal_init_SOURCES = \
2885         src/journal/test-journal-init.c
2886
2887 test_journal_init_LDADD = \
2888         libsystemd-shared.la \
2889         libsystemd-daemon-internal.la \
2890         $(RT_LIBS) \
2891         libsystemd-journal.la
2892
2893 test_journal_verify_SOURCES = \
2894         src/journal/test-journal-verify.c
2895
2896 test_journal_verify_LDADD = \
2897         libsystemd-shared.la \
2898         libsystemd-journal-internal.la \
2899         libsystemd-id128-internal.la
2900
2901 test_journal_interleaving_SOURCES = \
2902         src/journal/test-journal-interleaving.c
2903
2904 test_journal_interleaving_LDADD = \
2905         libsystemd-shared.la \
2906         libsystemd-journal-internal.la \
2907         libsystemd-id128-internal.la
2908
2909 test_mmap_cache_SOURCES = \
2910         src/journal/test-mmap-cache.c
2911
2912 test_mmap_cache_LDADD = \
2913         libsystemd-shared.la \
2914         libsystemd-journal-internal.la
2915
2916 test_catalog_SOURCES = \
2917         src/journal/test-catalog.c
2918
2919 test_catalog_CFLAGS = \
2920         $(AM_CFLAGS) \
2921         -DCATALOG_DIR=\"$(abs_top_srcdir)/catalog\"
2922
2923 test_catalog_LDADD = \
2924         libsystemd-shared.la \
2925         libsystemd-label.la \
2926         libsystemd-journal-internal.la \
2927         libsystemd-id128-internal.la
2928
2929 libsystemd_journal_la_SOURCES = \
2930         src/journal/sd-journal.c \
2931         src/systemd/sd-journal.h \
2932         src/systemd/_sd-common.h \
2933         src/journal/journal-file.c \
2934         src/journal/journal-file.h \
2935         src/journal/journal-vacuum.c \
2936         src/journal/journal-vacuum.h \
2937         src/journal/journal-verify.c \
2938         src/journal/journal-verify.h \
2939         src/journal/lookup3.c \
2940         src/journal/lookup3.h \
2941         src/journal/journal-send.c \
2942         src/journal/journal-def.h \
2943         src/journal/compress.h \
2944         src/journal/catalog.c \
2945         src/journal/catalog.h \
2946         src/journal/mmap-cache.c \
2947         src/journal/mmap-cache.h
2948
2949 libsystemd_journal_la_CFLAGS = \
2950         $(AM_CFLAGS) \
2951         -fvisibility=hidden
2952
2953 libsystemd_journal_la_LDFLAGS = \
2954         $(AM_LDFLAGS) \
2955         -version-info $(LIBSYSTEMD_JOURNAL_CURRENT):$(LIBSYSTEMD_JOURNAL_REVISION):$(LIBSYSTEMD_JOURNAL_AGE) \
2956         -Wl,--version-script=$(top_srcdir)/src/journal/libsystemd-journal.sym
2957
2958 libsystemd_journal_la_LIBADD = \
2959         libsystemd-shared.la \
2960         libsystemd-label.la \
2961         libsystemd-daemon-internal.la \
2962         $(RT_LIBS) \
2963         libsystemd-id128-internal.la
2964
2965 libsystemd_journal_internal_la_SOURCES = \
2966         $(libsystemd_journal_la_SOURCES) \
2967         src/journal/journald-kmsg.c \
2968         src/journal/journald-kmsg.h \
2969         src/journal/journald-syslog.c \
2970         src/journal/journald-syslog.h \
2971         src/journal/journald-stream.c \
2972         src/journal/journald-stream.h \
2973         src/journal/journald-server.c \
2974         src/journal/journald-server.h \
2975         src/journal/journald-console.c \
2976         src/journal/journald-console.h \
2977         src/journal/journald-native.c \
2978         src/journal/journald-native.h \
2979         src/journal/journald-rate-limit.c \
2980         src/journal/journald-rate-limit.h \
2981         src/journal/journal-internal.h
2982
2983 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
2984 libsystemd_journal_internal_la_CFLAGS = \
2985         $(AM_CFLAGS)
2986
2987 libsystemd_journal_internal_la_LIBADD = \
2988         libsystemd-audit.la \
2989         libsystemd-daemon.la \
2990         libudev.la \
2991         libsystemd-shared.la \
2992         libsystemd-label.la
2993
2994 nodist_libsystemd_journal_internal_la_SOURCES = \
2995         src/journal/journald-gperf.c
2996
2997 if ENABLE_LOGIND
2998 libsystemd_journal_internal_la_LIBADD += \
2999         libsystemd-login-internal.la
3000 endif
3001
3002 if HAVE_ACL
3003 libsystemd_journal_internal_la_LIBADD += \
3004         libsystemd-acl.la
3005 endif
3006
3007 if HAVE_XZ
3008 libsystemd_journal_la_SOURCES += \
3009         src/journal/compress.c
3010
3011 libsystemd_journal_la_CFLAGS += \
3012         $(XZ_CFLAGS)
3013
3014 libsystemd_journal_la_LIBADD += \
3015         $(XZ_LIBS)
3016
3017 libsystemd_journal_internal_la_CFLAGS += \
3018         $(XZ_CFLAGS)
3019
3020 libsystemd_journal_internal_la_LIBADD += \
3021         $(XZ_LIBS)
3022
3023 endif
3024
3025 if HAVE_GCRYPT
3026 libsystemd_journal_la_SOURCES += \
3027         src/journal/journal-authenticate.c \
3028         src/journal/journal-authenticate.h \
3029         src/journal/fsprg.c \
3030         src/journal/fsprg.h
3031
3032 libsystemd_journal_la_CFLAGS += \
3033         $(GCRYPT_CFLAGS) \
3034         -Wno-pointer-arith
3035
3036 libsystemd_journal_la_LIBADD += \
3037         $(GCRYPT_LIBS)
3038
3039 libsystemd_journal_internal_la_CFLAGS += \
3040         $(GCRYPT_CFLAGS) \
3041         -Wno-pointer-arith
3042
3043 libsystemd_journal_internal_la_LIBADD += \
3044         $(GCRYPT_LIBS)
3045 endif
3046
3047 # move lib from $(libdir) to $(rootlibdir) and update devel link, if
3048 # needed. Also, grant read access to new journal files to members of
3049 # "adm" and "wheel".
3050 libsystemd-journal-install-hook:
3051         libname=libsystemd-journal.so && $(move-to-rootlibdir)
3052         -$(MKDIR_P) $(DESTDIR)/var/log/journal
3053         -chown 0:0 $(DESTDIR)/var/log/journal
3054         -chmod 755 $(DESTDIR)/var/log/journal
3055         -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
3056         -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
3057
3058 libsystemd-journal-uninstall-hook:
3059         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so*
3060
3061 INSTALL_EXEC_HOOKS += libsystemd-journal-install-hook
3062 UNINSTALL_EXEC_HOOKS += libsystemd-journal-uninstall-hook
3063
3064 # ------------------------------------------------------------------------------
3065
3066 # Update catalog on installation. Do not bother if installing
3067 # in DESTDIR, since this is likely for packaging purposes.
3068 catalog-update-hook:
3069         -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog
3070
3071 INSTALL_DATA_HOOKS += \
3072         catalog-update-hook
3073
3074 catalog-remove-hook:
3075         -test -n "$(DESTDIR)" || rm -f $(catalogstatedir)/database
3076
3077 UNINSTALL_DATA_HOOKS += \
3078         catalog-remove-hook
3079
3080 manual_tests += \
3081         test-journal-enum
3082
3083 tests += \
3084         test-journal \
3085         test-journal-send \
3086         test-journal-syslog \
3087         test-journal-match \
3088         test-journal-stream \
3089         test-journal-init \
3090         test-journal-verify \
3091         test-journal-interleaving \
3092         test-mmap-cache \
3093         test-catalog
3094
3095 pkginclude_HEADERS += \
3096         src/systemd/sd-journal.h \
3097         src/systemd/sd-messages.h \
3098         src/systemd/_sd-common.h
3099
3100 lib_LTLIBRARIES += \
3101         libsystemd-journal.la
3102
3103 noinst_LTLIBRARIES += \
3104         libsystemd-journal-internal.la
3105
3106 rootlibexec_PROGRAMS += \
3107         systemd-journald
3108
3109 rootbin_PROGRAMS += \
3110         journalctl
3111
3112 bin_PROGRAMS += \
3113         systemd-cat
3114
3115 dist_systemunit_DATA += \
3116         units/systemd-journald.socket
3117
3118 nodist_systemunit_DATA += \
3119         units/systemd-journald.service \
3120         units/systemd-journal-flush.service
3121
3122 dist_pkgsysconf_DATA += \
3123         src/journal/journald.conf
3124
3125 pkgconfiglib_DATA += \
3126         src/journal/libsystemd-journal.pc
3127
3128 dist_catalog_DATA = \
3129         catalog/systemd.catalog
3130
3131 SOCKETS_TARGET_WANTS += \
3132         systemd-journald.socket
3133 SYSINIT_TARGET_WANTS += \
3134         systemd-journald.service \
3135         systemd-journal-flush.service
3136
3137 EXTRA_DIST += \
3138         src/journal/libsystemd-journal.pc.in \
3139         src/journal/libsystemd-journal.sym \
3140         units/systemd-journald.service.in \
3141         units/systemd-journal-flush.service.in \
3142         src/journal/journald-gperf.gperf
3143
3144 CLEANFILES += \
3145         src/journal/journald-gperf.c
3146
3147 # ------------------------------------------------------------------------------
3148 if HAVE_MICROHTTPD
3149 gatewayddocumentrootdir=$(pkgdatadir)/gatewayd
3150
3151 rootlibexec_PROGRAMS += \
3152         systemd-journal-gatewayd
3153
3154 systemd_journal_gatewayd_SOURCES = \
3155         src/journal/journal-gatewayd.c \
3156         src/journal/microhttpd-util.h \
3157         src/journal/microhttpd-util.c
3158
3159 systemd_journal_gatewayd_LDADD = \
3160         libsystemd-shared.la \
3161         libsystemd-logs.la \
3162         libsystemd-journal-internal.la \
3163         libsystemd-id128-internal.la \
3164         libsystemd-daemon.la \
3165         libsystemd-bus.la \
3166         $(MICROHTTPD_LIBS)
3167
3168 systemd_journal_gatewayd_CFLAGS = \
3169         $(AM_CFLAGS) \
3170         -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\" \
3171         $(MICROHTTPD_CFLAGS)
3172
3173 dist_systemunit_DATA += \
3174         units/systemd-journal-gatewayd.socket
3175
3176 nodist_systemunit_DATA += \
3177         units/systemd-journal-gatewayd.service
3178
3179 dist_gatewayddocumentroot_DATA = \
3180         src/journal/browse.html
3181
3182 endif
3183
3184 EXTRA_DIST += \
3185         units/systemd-journal-gatewayd.service.in
3186
3187 # ------------------------------------------------------------------------------
3188
3189 systemd_socket_proxyd_SOURCES = \
3190         src/socket-proxy/socket-proxyd.c
3191
3192 systemd_socket_proxyd_LDADD = \
3193         libsystemd-shared.la \
3194         libsystemd-logs.la \
3195         libsystemd-journal-internal.la \
3196         libsystemd-id128-internal.la \
3197         libsystemd-daemon.la \
3198         libsystemd-bus.la
3199
3200 # ------------------------------------------------------------------------------
3201 if ENABLE_COREDUMP
3202 systemd_coredump_SOURCES = \
3203         src/journal/coredump.c
3204
3205 systemd_coredump_LDADD = \
3206         libsystemd-journal-internal.la \
3207         libsystemd-label.la \
3208         libsystemd-shared.la
3209
3210 if ENABLE_LOGIND
3211 systemd_coredump_LDADD += \
3212         libsystemd-login-internal.la
3213 endif
3214
3215 rootlibexec_PROGRAMS += \
3216         systemd-coredump
3217
3218 systemd_coredumpctl_SOURCES = \
3219         src/journal/coredumpctl.c
3220
3221 systemd_coredumpctl_LDADD = \
3222         libsystemd-shared.la \
3223         libsystemd-journal.la \
3224         libsystemd-journal-internal.la \
3225         libsystemd-id128-internal.la
3226
3227 bin_PROGRAMS += \
3228         systemd-coredumpctl
3229
3230 dist_bashcompletion_DATA += \
3231         shell-completion/bash/systemd-coredumpctl
3232
3233 dist_zshcompletion_DATA += \
3234         shell-completion/zsh/_systemd-coredumpctl
3235
3236 sysctl_DATA = \
3237         sysctl.d/50-coredump.conf
3238
3239 CLEANFILES += \
3240         sysctl.d/50-coredump.conf
3241 endif
3242
3243 EXTRA_DIST += \
3244         sysctl.d/50-coredump.conf.in
3245
3246 # ------------------------------------------------------------------------------
3247 if ENABLE_BINFMT
3248 systemd_binfmt_SOURCES = \
3249         src/binfmt/binfmt.c
3250
3251 systemd_binfmt_LDADD = \
3252         libsystemd-shared.la
3253
3254 rootlibexec_PROGRAMS += \
3255         systemd-binfmt
3256
3257 dist_systemunit_DATA += \
3258         units/proc-sys-fs-binfmt_misc.automount \
3259         units/proc-sys-fs-binfmt_misc.mount
3260
3261 nodist_systemunit_DATA += \
3262         units/systemd-binfmt.service
3263
3264 INSTALL_DIRS += \
3265         $(prefix)/lib/binfmt.d \
3266         $(sysconfdir)/binfmt.d
3267
3268 SYSINIT_TARGET_WANTS += \
3269         systemd-binfmt.service \
3270         proc-sys-fs-binfmt_misc.automount
3271
3272 endif
3273
3274 EXTRA_DIST += \
3275         units/systemd-binfmt.service.in
3276
3277 # ------------------------------------------------------------------------------
3278 if ENABLE_VCONSOLE
3279 systemd_vconsole_setup_SOURCES = \
3280         src/vconsole/vconsole-setup.c
3281
3282 systemd_vconsole_setup_LDADD = \
3283         libsystemd-shared.la
3284
3285 rootlibexec_PROGRAMS += \
3286         systemd-vconsole-setup
3287
3288 nodist_systemunit_DATA += \
3289         units/systemd-vconsole-setup.service
3290
3291 SYSINIT_TARGET_WANTS += \
3292         systemd-vconsole-setup.service
3293 endif
3294
3295 EXTRA_DIST += \
3296         units/systemd-vconsole-setup.service.in
3297
3298 # ------------------------------------------------------------------------------
3299 if ENABLE_READAHEAD
3300 systemd_readahead_SOURCES = \
3301         src/readahead/readahead.c \
3302         src/readahead/readahead-collect.c \
3303         src/readahead/readahead-replay.c \
3304         src/readahead/readahead-analyze.c \
3305         src/readahead/readahead-common.c \
3306         src/readahead/readahead-common.h
3307
3308 systemd_readahead_LDADD = \
3309         libsystemd-shared.la \
3310         libsystemd-daemon.la \
3311         libudev.la
3312
3313 dist_doc_DATA += \
3314         src/readahead/sd-readahead.c \
3315         src/systemd/sd-readahead.h
3316
3317 rootlibexec_PROGRAMS += \
3318         systemd-readahead
3319
3320 dist_systemunit_DATA += \
3321         units/systemd-readahead-drop.service \
3322         units/systemd-readahead-done.timer
3323
3324 nodist_systemunit_DATA += \
3325         units/systemd-readahead-collect.service \
3326         units/systemd-readahead-replay.service \
3327         units/systemd-readahead-done.service
3328
3329 endif
3330
3331 EXTRA_DIST += \
3332         units/systemd-readahead-collect.service.in \
3333         units/systemd-readahead-replay.service.in \
3334         units/systemd-readahead-done.service.in
3335
3336 # ------------------------------------------------------------------------------
3337 if ENABLE_BOOTCHART
3338 systemd_bootchart_SOURCES = \
3339         src/bootchart/bootchart.c \
3340         src/bootchart/bootchart.h \
3341         src/bootchart/store.c \
3342         src/bootchart/store.h \
3343         src/bootchart/svg.c \
3344         src/bootchart/svg.h
3345
3346 systemd_bootchart_LDADD = \
3347         libsystemd-shared.la \
3348         libsystemd-journal.la
3349
3350 rootlibexec_PROGRAMS += \
3351         systemd-bootchart
3352
3353 dist_pkgsysconf_DATA += \
3354         src/bootchart/bootchart.conf
3355 endif
3356
3357 # ------------------------------------------------------------------------------
3358 if ENABLE_QUOTACHECK
3359 rootlibexec_PROGRAMS += \
3360         systemd-quotacheck
3361
3362 nodist_systemunit_DATA += \
3363         units/systemd-quotacheck.service
3364
3365 systemd_quotacheck_SOURCES = \
3366         src/quotacheck/quotacheck.c
3367
3368 systemd_quotacheck_LDADD = \
3369         libsystemd-shared.la
3370 endif
3371
3372 EXTRA_DIST += \
3373         units/systemd-quotacheck.service.in
3374
3375 nodist_systemunit_DATA += \
3376         units/quotaon.service
3377
3378 # ------------------------------------------------------------------------------
3379 if ENABLE_RANDOMSEED
3380 rootlibexec_PROGRAMS += \
3381         systemd-random-seed
3382
3383 nodist_systemunit_DATA += \
3384         units/systemd-random-seed.service
3385
3386 systemd_random_seed_SOURCES = \
3387         src/random-seed/random-seed.c
3388
3389 systemd_random_seed_LDADD = \
3390         libsystemd-label.la \
3391         libsystemd-shared.la
3392
3393 SYSINIT_TARGET_WANTS += \
3394         systemd-random-seed.service
3395
3396 endif
3397
3398 EXTRA_DIST += \
3399         units/systemd-random-seed.service.in
3400
3401 # ------------------------------------------------------------------------------
3402 if ENABLE_BACKLIGHT
3403 rootlibexec_PROGRAMS += \
3404         systemd-backlight
3405
3406 nodist_systemunit_DATA += \
3407         units/systemd-backlight@.service
3408
3409 systemd_backlight_SOURCES = \
3410         src/backlight/backlight.c
3411
3412 systemd_backlight_LDADD = \
3413         libsystemd-label.la \
3414         libsystemd-shared.la \
3415         libudev-private.la
3416 endif
3417
3418 EXTRA_DIST += \
3419         units/systemd-backlight@.service.in
3420
3421 # ------------------------------------------------------------------------------
3422 if ENABLE_RFKILL
3423 rootlibexec_PROGRAMS += \
3424         systemd-rfkill
3425
3426 nodist_systemunit_DATA += \
3427         units/systemd-rfkill@.service
3428
3429 systemd_rfkill_SOURCES = \
3430         src/rfkill/rfkill.c
3431
3432 systemd_rfkill_LDADD = \
3433         libsystemd-label.la \
3434         libsystemd-shared.la \
3435         libudev-private.la
3436 endif
3437
3438 EXTRA_DIST += \
3439         units/systemd-rfkill@.service.in
3440
3441 # ------------------------------------------------------------------------------
3442 if HAVE_LIBCRYPTSETUP
3443 rootlibexec_PROGRAMS += \
3444         systemd-cryptsetup
3445
3446 systemgenerator_PROGRAMS += \
3447         systemd-cryptsetup-generator
3448
3449 dist_systemunit_DATA += \
3450         units/cryptsetup.target
3451
3452 systemd_cryptsetup_SOURCES = \
3453         src/cryptsetup/cryptsetup.c
3454
3455 systemd_cryptsetup_CFLAGS = \
3456         $(AM_CFLAGS) \
3457         $(LIBCRYPTSETUP_CFLAGS)
3458
3459 systemd_cryptsetup_LDADD = \
3460         libsystemd-label.la \
3461         libsystemd-shared.la \
3462         libudev.la \
3463         $(LIBCRYPTSETUP_LIBS)
3464
3465 systemd_cryptsetup_generator_SOURCES = \
3466         src/cryptsetup/cryptsetup-generator.c
3467
3468 systemd_cryptsetup_generator_LDADD = \
3469         libsystemd-label.la \
3470         libsystemd-shared.la
3471
3472 SYSINIT_TARGET_WANTS += \
3473         cryptsetup.target
3474
3475 endif
3476
3477 # ------------------------------------------------------------------------------
3478 if ENABLE_HOSTNAMED
3479 systemd_hostnamed_SOURCES = \
3480         src/hostname/hostnamed.c
3481
3482 systemd_hostnamed_LDADD = \
3483         libsystemd-label.la \
3484         libsystemd-shared.la \
3485         libsystemd-daemon.la \
3486         libsystemd-bus.la
3487
3488 rootlibexec_PROGRAMS += \
3489         systemd-hostnamed
3490
3491 nodist_systemunit_DATA += \
3492         units/systemd-hostnamed.service
3493
3494 dist_dbuspolicy_DATA += \
3495         src/hostname/org.freedesktop.hostname1.conf
3496
3497 dist_dbussystemservice_DATA += \
3498         src/hostname/org.freedesktop.hostname1.service
3499
3500 polkitpolicy_files += \
3501         src/hostname/org.freedesktop.hostname1.policy
3502
3503 SYSTEM_UNIT_ALIASES += \
3504         systemd-hostnamed.service dbus-org.freedesktop.hostname1.service
3505
3506 hostnamectl_SOURCES = \
3507         src/hostname/hostnamectl.c
3508
3509 hostnamectl_CFLAGS = \
3510         $(AM_CFLAGS) \
3511         $(DBUS_CFLAGS)
3512
3513 hostnamectl_LDADD = \
3514         libsystemd-shared.la \
3515         libsystemd-dbus.la \
3516         libsystemd-id128-internal.la
3517
3518 bin_PROGRAMS += \
3519         hostnamectl
3520
3521 dist_bashcompletion_DATA += \
3522         shell-completion/bash/hostnamectl
3523
3524 dist_zshcompletion_DATA += \
3525         shell-completion/zsh/_hostnamectl
3526
3527 endif
3528
3529 polkitpolicy_in_files += \
3530         src/hostname/org.freedesktop.hostname1.policy.in
3531
3532 EXTRA_DIST += \
3533         units/systemd-hostnamed.service.in
3534
3535 # ------------------------------------------------------------------------------
3536 if ENABLE_LOCALED
3537 systemd_localed_SOURCES = \
3538         src/locale/localed.c
3539
3540 systemd_localed_LDADD = \
3541         libsystemd-label.la \
3542         libsystemd-shared.la \
3543         libsystemd-daemon.la \
3544         libsystemd-bus.la
3545
3546 nodist_systemunit_DATA += \
3547         units/systemd-localed.service
3548
3549 rootlibexec_PROGRAMS += \
3550         systemd-localed
3551
3552 dist_dbuspolicy_DATA += \
3553         src/locale/org.freedesktop.locale1.conf
3554
3555 dist_dbussystemservice_DATA += \
3556         src/locale/org.freedesktop.locale1.service
3557
3558 polkitpolicy_files += \
3559         src/locale/org.freedesktop.locale1.policy
3560
3561 SYSTEM_UNIT_ALIASES += \
3562         systemd-localed.service dbus-org.freedesktop.locale1.service
3563
3564 dist_pkgdata_DATA += \
3565         src/locale/kbd-model-map
3566
3567 dist_noinst_SCRIPT = \
3568         src/locale/generate-kbd-model-map
3569
3570 update-kbd-model-map: src/locale/generate-kbd-model-map
3571         $PYTHON $< > src/locale/kbd-model-map
3572
3573 localectl_SOURCES = \
3574         src/locale/localectl.c
3575
3576 localectl_CFLAGS = \
3577         $(AM_CFLAGS) \
3578         $(DBUS_CFLAGS)
3579
3580 localectl_LDADD = \
3581         libsystemd-shared.la \
3582         libsystemd-dbus.la \
3583         libsystemd-id128-internal.la
3584
3585 bin_PROGRAMS += \
3586         localectl
3587
3588 dist_bashcompletion_DATA += \
3589         shell-completion/bash/localectl
3590
3591 dist_zshcompletion_DATA += \
3592         shell-completion/zsh/_localectl
3593
3594 endif
3595
3596 polkitpolicy_in_files += \
3597         src/locale/org.freedesktop.locale1.policy.in
3598
3599 EXTRA_DIST += \
3600         units/systemd-localed.service.in
3601
3602 # ------------------------------------------------------------------------------
3603 if ENABLE_TIMEDATED
3604 systemd_timedated_SOURCES = \
3605         src/timedate/timedated.c
3606
3607 systemd_timedated_LDADD = \
3608         libsystemd-label.la \
3609         libsystemd-shared.la \
3610         libsystemd-daemon.la \
3611         libsystemd-bus.la
3612
3613 rootlibexec_PROGRAMS += \
3614         systemd-timedated
3615
3616 dist_dbussystemservice_DATA += \
3617         src/timedate/org.freedesktop.timedate1.service
3618
3619 dist_dbuspolicy_DATA += \
3620         src/timedate/org.freedesktop.timedate1.conf
3621
3622 nodist_systemunit_DATA += \
3623         units/systemd-timedated.service
3624
3625 polkitpolicy_files += \
3626         src/timedate/org.freedesktop.timedate1.policy
3627
3628 INSTALL_DIRS += \
3629         $(prefix)/lib/systemd/ntp-units.d \
3630         $(sysconfdir)/systemd/ntp-units.d
3631
3632 SYSTEM_UNIT_ALIASES += \
3633         systemd-timedated.service dbus-org.freedesktop.timedate1.service
3634
3635 timedatectl_SOURCES = \
3636         src/timedate/timedatectl.c
3637
3638 timedatectl_CFLAGS = \
3639         $(AM_CFLAGS) \
3640         $(DBUS_CFLAGS)
3641
3642 timedatectl_LDADD = \
3643         libsystemd-shared.la \
3644         libsystemd-dbus.la
3645
3646 bin_PROGRAMS += \
3647         timedatectl
3648
3649 dist_bashcompletion_DATA += \
3650         shell-completion/bash/timedatectl
3651
3652 dist_zshcompletion_DATA += \
3653         shell-completion/zsh/_timedatectl
3654 endif
3655
3656 polkitpolicy_in_files += \
3657         src/timedate/org.freedesktop.timedate1.policy.in
3658
3659 EXTRA_DIST += \
3660         units/systemd-timedated.service.in
3661
3662 # ------------------------------------------------------------------------------
3663 if HAVE_MYHOSTNAME
3664 libnss_myhostname_la_SOURCES = \
3665         src/nss-myhostname/nss-myhostname.c \
3666         src/nss-myhostname/ifconf.h \
3667         src/nss-myhostname/netlink.c
3668
3669 libnss_myhostname_la_LDFLAGS = \
3670         $(AM_LDFLAGS) \
3671         -module \
3672         -export-dynamic \
3673         -avoid-version \
3674         -shared \
3675         -shrext .so.2
3676
3677 lib_LTLIBRARIES += \
3678         libnss_myhostname.la
3679 endif
3680
3681 # ------------------------------------------------------------------------------
3682 if ENABLE_MACHINED
3683 systemd_machined_SOURCES = \
3684         src/machine/machined.c \
3685         src/machine/machined.h
3686
3687 systemd_machined_CFLAGS = \
3688         $(libsystemd_machine_core_la_CFLAGS)
3689
3690 systemd_machined_LDADD = \
3691         libsystemd-machine-core.la \
3692         $(libsystemd_machine_core_la_LIBADD)
3693
3694 rootlibexec_PROGRAMS += \
3695         systemd-machined
3696
3697 libsystemd_machine_core_la_SOURCES = \
3698         src/machine/machined-dbus.c \
3699         src/machine/machine.c \
3700         src/machine/machine.h \
3701         src/machine/machine-dbus.c
3702
3703 libsystemd_machine_core_la_CFLAGS = \
3704         $(AM_CFLAGS) \
3705         $(DBUS_CFLAGS)
3706
3707 libsystemd_machine_core_la_LIBADD = \
3708         libsystemd-label.la \
3709         libsystemd-audit.la \
3710         libsystemd-shared.la \
3711         libsystemd-daemon.la \
3712         libsystemd-dbus.la \
3713         libsystemd-id128-internal.la \
3714         libudev.la
3715
3716 noinst_LTLIBRARIES += \
3717         libsystemd-machine-core.la
3718
3719 machinectl_SOURCES = \
3720         src/machine/machinectl.c
3721
3722 machinectl_CFLAGS = \
3723         $(AM_CFLAGS) \
3724         $(DBUS_CFLAGS)
3725
3726 machinectl_LDADD = \
3727         libsystemd-shared.la \
3728         libsystemd-dbus.la \
3729         libudev.la
3730
3731 rootbin_PROGRAMS += \
3732         machinectl
3733
3734 test_machine_tables_SOURCES = \
3735         src/machine/test-machine-tables.c
3736
3737 test_machine_tables_CFLAGS = \
3738         $(AM_CFLAGS) \
3739         $(DBUS_CFLAGS)
3740
3741 test_machine_tables_LDADD = \
3742         libsystemd-machine-core.la
3743
3744 tests += \
3745         test-machine-tables
3746
3747 nodist_systemunit_DATA += \
3748         units/systemd-machined.service
3749
3750 dist_systemunit_DATA += \
3751         units/machine.slice
3752
3753 dist_dbussystemservice_DATA += \
3754         src/machine/org.freedesktop.machine1.service
3755
3756 dist_dbuspolicy_DATA += \
3757         src/machine/org.freedesktop.machine1.conf
3758
3759 dist_zshcompletion_DATA += \
3760         shell-completion/zsh/_machinectl
3761
3762 SYSTEM_UNIT_ALIASES += \
3763         systemd-machined.service dbus-org.freedesktop.machine1.service
3764
3765 EXTRA_DIST += \
3766         units/systemd-machined.service.in
3767
3768 endif
3769
3770 # ------------------------------------------------------------------------------
3771 if ENABLE_LOGIND
3772 systemd_logind_SOURCES = \
3773         src/login/logind.c \
3774         src/login/logind.h
3775
3776 nodist_systemd_logind_SOURCES = \
3777         src/login/logind-gperf.c
3778
3779 systemd_logind_CFLAGS = \
3780         $(libsystemd_logind_core_la_CFLAGS)
3781
3782 systemd_logind_LDADD = \
3783         libsystemd-logind-core.la \
3784         $(libsystemd_logind_core_la_LIBADD)
3785
3786 libsystemd_logind_core_la_SOURCES = \
3787         src/login/logind-core.c \
3788         src/login/logind-dbus.c \
3789         src/login/logind-device.c \
3790         src/login/logind-device.h \
3791         src/login/logind-button.c \
3792         src/login/logind-button.h \
3793         src/login/logind-action.c \
3794         src/login/logind-action.h \
3795         src/login/logind-seat.c \
3796         src/login/logind-seat.h \
3797         src/login/logind-session.c \
3798         src/login/logind-session.h \
3799         src/login/logind-session-device.c \
3800         src/login/logind-session-device.h \
3801         src/login/logind-user.c \
3802         src/login/logind-user.h \
3803         src/login/logind-inhibit.c \
3804         src/login/logind-inhibit.h \
3805         src/login/logind-session-dbus.c \
3806         src/login/logind-seat-dbus.c \
3807         src/login/logind-user-dbus.c \
3808         src/login/logind-acl.h \
3809         src/login/login-shared.c \
3810         src/login/login-shared.h
3811
3812 libsystemd_logind_core_la_CFLAGS = \
3813         $(AM_CFLAGS) \
3814         $(DBUS_CFLAGS)
3815
3816 libsystemd_logind_core_la_LIBADD = \
3817         libsystemd-label.la \
3818         libsystemd-audit.la \
3819         libsystemd-shared.la \
3820         libsystemd-daemon.la \
3821         libsystemd-dbus.la \
3822         libsystemd-id128-internal.la \
3823         libudev.la
3824
3825 if HAVE_ACL
3826 libsystemd_logind_core_la_SOURCES += \
3827         src/login/logind-acl.c
3828
3829 libsystemd_logind_core_la_LIBADD += \
3830         libsystemd-acl.la
3831 endif
3832
3833 noinst_LTLIBRARIES += \
3834         libsystemd-logind-core.la
3835
3836 systemd_user_sessions_SOURCES = \
3837         src/login/user-sessions.c
3838
3839 systemd_user_sessions_LDADD = \
3840         libsystemd-shared.la
3841
3842 rootlibexec_PROGRAMS += \
3843         systemd-logind \
3844         systemd-user-sessions
3845
3846 loginctl_SOURCES = \
3847         src/login/loginctl.c \
3848         src/login/sysfs-show.c
3849
3850 loginctl_CFLAGS = \
3851         $(AM_CFLAGS) \
3852         $(DBUS_CFLAGS)
3853
3854 loginctl_LDADD = \
3855         libsystemd-shared.la \
3856         libsystemd-dbus.la \
3857         libudev.la
3858
3859 rootbin_PROGRAMS += \
3860         loginctl
3861
3862 dist_bashcompletion_DATA += \
3863         shell-completion/bash/loginctl
3864
3865 dist_zshcompletion_DATA += \
3866         shell-completion/zsh/_loginctl \
3867         shell-completion/zsh/_systemd-inhibit
3868
3869 systemd_inhibit_SOURCES = \
3870         src/login/inhibit.c
3871
3872 systemd_inhibit_CFLAGS = \
3873         $(AM_CFLAGS) \
3874         $(DBUS_CFLAGS)
3875
3876 systemd_inhibit_LDADD = \
3877         libsystemd-shared.la \
3878         libsystemd-bus.la
3879
3880 rootbin_PROGRAMS += \
3881         systemd-inhibit
3882
3883 test_login_SOURCES = \
3884         src/login/test-login.c
3885
3886 test_login_LDADD = \
3887         libsystemd-login-internal.la \
3888         libsystemd-shared.la
3889
3890 test_login_shared_SOURCES = \
3891         src/login/test-login-shared.c
3892
3893 test_login_shared_LDADD = \
3894         libsystemd-login-internal.la \
3895         libsystemd-shared.la
3896
3897 test_inhibit_SOURCES = \
3898         src/login/test-inhibit.c
3899
3900 test_inhibit_LDADD = \
3901         libsystemd-shared.la \
3902         libsystemd-dbus.la
3903
3904 test_inhibit_CFLAGS = \
3905         $(AM_CFLAGS) \
3906         $(DBUS_CFLAGS)
3907
3908 test_login_tables_SOURCES = \
3909         src/login/test-login-tables.c
3910
3911 test_login_tables_CFLAGS = \
3912         $(AM_CFLAGS) \
3913         $(DBUS_CFLAGS)
3914
3915 test_login_tables_LDADD = \
3916         libsystemd-logind-core.la
3917
3918 manual_tests += \
3919         test-login \
3920         test-inhibit
3921
3922 tests += \
3923         test-login-tables \
3924         test-login-shared
3925
3926 libsystemd_login_la_SOURCES = \
3927         src/login/sd-login.c \
3928         src/systemd/sd-login.h \
3929         src/login/login-shared.c \
3930         src/login/login-shared.h
3931
3932 libsystemd_login_la_CFLAGS = \
3933         $(AM_CFLAGS) \
3934         -fvisibility=hidden
3935
3936 libsystemd_login_la_LDFLAGS = \
3937         $(AM_LDFLAGS) \
3938         -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \
3939         -Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
3940
3941 libsystemd_login_la_LIBADD = \
3942         libsystemd-shared.la \
3943         libsystemd-daemon-internal.la \
3944         $(RT_LIBS)
3945
3946 libsystemd_login_internal_la_SOURCES = \
3947         $(libsystemd_login_la_SOURCES)
3948
3949 if HAVE_PAM
3950 pam_systemd_la_SOURCES = \
3951         src/login/pam-module.c
3952
3953 pam_systemd_la_CFLAGS = \
3954         $(AM_CFLAGS) \
3955         $(PAM_CFLAGS) \
3956         $(DBUS_CFLAGS) \
3957         -fvisibility=hidden
3958
3959 pam_systemd_la_LDFLAGS = \
3960         $(AM_LDFLAGS) \
3961         -module \
3962         -export-dynamic \
3963         -avoid-version \
3964         -shared \
3965         -export-symbols-regex '^pam_sm_.*'
3966
3967 pam_systemd_la_LIBADD = \
3968         libsystemd-audit.la \
3969         libsystemd-dbus.la \
3970         libsystemd-shared.la \
3971         libsystemd-daemon-internal.la \
3972         $(RT_LIBS) \
3973         $(PAM_LIBS)
3974
3975 pamlib_LTLIBRARIES = \
3976         pam_systemd.la
3977
3978 dist_pamconf_DATA = \
3979         src/login/systemd-user
3980 endif
3981
3982 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3983 libsystemd-login-install-hook:
3984         libname=libsystemd-login.so && $(move-to-rootlibdir)
3985
3986 libsystemd-login-uninstall-hook:
3987         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so*
3988
3989 INSTALL_EXEC_HOOKS += libsystemd-login-install-hook
3990 UNINSTALL_EXEC_HOOKS += libsystemd-login-uninstall-hook
3991
3992 nodist_systemunit_DATA += \
3993         units/systemd-logind.service \
3994         units/systemd-user-sessions.service
3995
3996 dist_systemunit_DATA += \
3997         units/user.slice
3998
3999 dist_dbussystemservice_DATA += \
4000         src/login/org.freedesktop.login1.service
4001
4002 dist_dbuspolicy_DATA += \
4003         src/login/org.freedesktop.login1.conf
4004
4005 dist_pkgsysconf_DATA += \
4006         src/login/logind.conf
4007
4008 pkginclude_HEADERS += \
4009         src/systemd/sd-login.h
4010
4011 lib_LTLIBRARIES += \
4012         libsystemd-login.la
4013
4014 noinst_LTLIBRARIES += \
4015         libsystemd-login-internal.la
4016
4017 pkgconfiglib_DATA += \
4018         src/login/libsystemd-login.pc
4019
4020 polkitpolicy_files += \
4021         src/login/org.freedesktop.login1.policy
4022
4023 INSTALL_DIRS += \
4024         $(systemdstatedir)
4025
4026 MULTI_USER_TARGET_WANTS += \
4027         systemd-logind.service \
4028         systemd-user-sessions.service
4029
4030 SYSTEM_UNIT_ALIASES += \
4031         systemd-logind.service dbus-org.freedesktop.login1.service
4032
4033 systemd_multi_seat_x_SOURCES = \
4034         src/login/multi-seat-x.c
4035
4036 systemd_multi_seat_x_LDADD = \
4037         libsystemd-label.la \
4038         libsystemd-shared.la
4039
4040 rootlibexec_PROGRAMS += \
4041         systemd-multi-seat-x
4042
4043 dist_udevrules_DATA += \
4044         src/login/70-uaccess.rules \
4045         src/login/70-power-switch.rules
4046
4047 nodist_udevrules_DATA += \
4048         src/login/71-seat.rules \
4049         src/login/73-seat-late.rules
4050
4051 CLEANFILES += \
4052         src/login/logind-gperf.c \
4053         src/login/71-seat.rules \
4054         src/login/73-seat-late.rules
4055 endif
4056
4057 polkitpolicy_in_files += \
4058         src/login/org.freedesktop.login1.policy.in
4059
4060 EXTRA_DIST += \
4061         src/login/logind-gperf.gperf \
4062         src/login/libsystemd-login.pc.in \
4063         src/login/libsystemd-login.sym \
4064         src/login/71-seat.rules.in \
4065         src/login/73-seat-late.rules.in \
4066         units/systemd-logind.service.in \
4067         units/systemd-user-sessions.service.in
4068
4069 # ------------------------------------------------------------------------------
4070 if HAVE_PYTHON_DEVEL
4071 pkgpyexec_LTLIBRARIES = \
4072         _journal.la \
4073         id128.la \
4074         _daemon.la \
4075         _reader.la \
4076         login.la
4077
4078 _journal_la_SOURCES = \
4079         src/python-systemd/_journal.c
4080
4081 _journal_la_CFLAGS = \
4082         $(AM_CFLAGS) \
4083         -fvisibility=default \
4084         $(PYTHON_DEVEL_CFLAGS)
4085
4086 _journal_la_LDFLAGS = \
4087         $(AM_LDFLAGS) \
4088         -shared \
4089         -module \
4090         -avoid-version
4091
4092 _journal_la_LIBADD = \
4093         $(PYTHON_DEVEL_LIBS) \
4094         libsystemd-journal.la
4095
4096 id128_la_SOURCES = \
4097         src/python-systemd/id128.c \
4098         src/python-systemd/id128-constants.h \
4099         src/python-systemd/pyutil.c \
4100         src/python-systemd/pyutil.h
4101
4102 id128_la_CFLAGS = \
4103         $(AM_CFLAGS) \
4104         -fvisibility=default \
4105         $(PYTHON_DEVEL_CFLAGS) \
4106         -I$(top_builddir)/src/python-systemd
4107
4108 id128_la_LDFLAGS = \
4109         $(AM_LDFLAGS) \
4110         -shared \
4111         -module \
4112         -avoid-version
4113
4114 id128_la_LIBADD = \
4115         $(PYTHON_DEVEL_LIBS) \
4116         libsystemd-id128.la
4117
4118 _daemon_la_SOURCES = \
4119         src/python-systemd/_daemon.c \
4120         src/python-systemd/pyutil.c \
4121         src/python-systemd/pyutil.h
4122
4123 _daemon_la_CFLAGS = \
4124         $(AM_CFLAGS) \
4125         -fvisibility=default \
4126         $(PYTHON_DEVEL_CFLAGS) \
4127         -I$(top_builddir)/src/python-systemd
4128
4129 _daemon_la_LDFLAGS = \
4130         $(AM_LDFLAGS) \
4131         -shared \
4132         -module \
4133         -avoid-version
4134
4135 _daemon_la_LIBADD = \
4136         $(PYTHON_DEVEL_LIBS) \
4137         libsystemd-daemon.la
4138
4139 _reader_la_SOURCES = \
4140         src/python-systemd/_reader.c \
4141         src/python-systemd/pyutil.c \
4142         src/python-systemd/pyutil.h
4143
4144 _reader_la_CFLAGS = \
4145         $(AM_CFLAGS) \
4146         -fvisibility=default \
4147         $(PYTHON_DEVEL_CFLAGS)
4148
4149 _reader_la_LDFLAGS = \
4150         $(AM_LDFLAGS) \
4151         -shared \
4152         -module \
4153         -avoid-version
4154
4155 _reader_la_LIBADD = \
4156         $(PYTHON_DEVEL_LIBS) \
4157         libsystemd-journal.la \
4158         libsystemd-id128.la \
4159         libsystemd-shared.la \
4160         libsystemd-daemon-internal.la \
4161         $(RT_LIBS)
4162
4163 login_la_SOURCES = \
4164         src/python-systemd/login.c \
4165         src/python-systemd/pyutil.c \
4166         src/python-systemd/pyutil.h
4167
4168 login_la_CFLAGS = \
4169         $(AM_CFLAGS) \
4170         -fvisibility=default \
4171         $(PYTHON_DEVEL_CFLAGS)
4172
4173 login_la_LDFLAGS = \
4174         $(AM_LDFLAGS) \
4175         -shared \
4176         -module \
4177         -avoid-version
4178
4179 login_la_LIBADD = \
4180         $(PYTHON_DEVEL_LIBS) \
4181         libsystemd-journal.la \
4182         libsystemd-login.la \
4183         libsystemd-shared.la \
4184         libsystemd-daemon-internal.la \
4185         $(RT_LIBS)
4186
4187 dist_pkgpyexec_PYTHON = \
4188         src/python-systemd/journal.py \
4189         src/python-systemd/daemon.py \
4190         src/python-systemd/__init__.py
4191
4192 src/python-systemd/id128-constants.h: src/systemd/sd-messages.h Makefile
4193         $(AM_V_at)$(MKDIR_P) $(dir $@)
4194         $(AM_V_GEN)$(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@
4195
4196 BUILT_SOURCES += \
4197         src/python-systemd/id128-constants.h
4198
4199 SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
4200 sphinx-%:
4201         $(AM_V_at)test -n "$(SPHINX_BUILD)" || { echo " *** sphinx-build is not available"; exit 1; }
4202         $(AM_V_GEN)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) $(top_srcdir)/src/python-systemd/docs $(top_builddir)/docs/html/python-systemd/
4203         $(AM_V_at)echo Output has been generated in $(abs_top_builddir)/docs/html/python-systemd/
4204
4205 python-shell:
4206         $(AM_V_at)echo "Starting python with $(DESTDIR)$(pyexecdir)"
4207         $(AM_V_at)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(PYTHON)
4208
4209 destdir-sphinx: all
4210         dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
4211                 $(MAKE) DESTDIR="$$dir" install && \
4212                 $(MAKE) DESTDIR="$$dir" sphinx-html && \
4213                 rm -rf "$$dir"
4214
4215 endif
4216
4217 CLEAN_LOCAL_HOOKS += clean-sphinx
4218
4219 clean-sphinx:
4220         -rm -rf docs/html/python-systemd/
4221
4222 # Remove Python stuff, e.g. to force rebuilding for a different Python version.
4223 clean-python:
4224         -rm -rf src/python-systemd/.libs src/python-systemd/*.l[ao]
4225         -rm -f _daemon.la id128.la _journal.la login.la _reader.la
4226
4227 # ------------------------------------------------------------------------------
4228 substitutions = \
4229        '|rootlibexecdir=$(rootlibexecdir)|' \
4230        '|rootbindir=$(rootbindir)|' \
4231        '|bindir=$(bindir)|' \
4232        '|SYSTEMCTL=$(rootbindir)/systemctl|' \
4233        '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \
4234        '|pkgsysconfdir=$(pkgsysconfdir)|' \
4235        '|SYSTEM_CONFIG_UNIT_PATH=$(pkgsysconfdir)/system|' \
4236        '|USER_CONFIG_UNIT_PATH=$(pkgsysconfdir)/user|' \
4237        '|pkgdatadir=$(pkgdatadir)|' \
4238        '|systemunitdir=$(systemunitdir)|' \
4239        '|userunitdir=$(userunitdir)|' \
4240        '|systempresetdir=$(systempresetdir)|' \
4241        '|userpresetdir=$(userpresetdir)|' \
4242        '|udevhwdbdir=$(udevhwdbdir)|' \
4243        '|udevrulesdir=$(udevrulesdir)|' \
4244        '|catalogdir=$(catalogdir)|' \
4245        '|tmpfilesdir=$(tmpfilesdir)|' \
4246        '|sysctldir=$(sysctldir)|' \
4247        '|systemgeneratordir=$(systemgeneratordir)|' \
4248        '|usergeneratordir=$(usergeneratordir)|' \
4249        '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
4250        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
4251        '|PACKAGE_URL=$(PACKAGE_URL)|' \
4252        '|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \
4253        '|prefix=$(prefix)|' \
4254        '|exec_prefix=$(exec_prefix)|' \
4255        '|libdir=$(libdir)|' \
4256        '|includedir=$(includedir)|' \
4257        '|VERSION=$(VERSION)|' \
4258        '|rootprefix=$(rootprefix)|' \
4259        '|udevlibexecdir=$(udevlibexecdir)|' \
4260        '|SUSHELL=$(SUSHELL)|' \
4261        '|DEBUGTTY=$(DEBUGTTY)|' \
4262        '|KILL=$(KILL)|' \
4263        '|KMOD=$(KMOD)|' \
4264        '|MKDIR_P=$(MKDIR_P)|' \
4265        '|QUOTAON=$(QUOTAON)|' \
4266        '|QUOTACHECK=$(QUOTACHECK)|' \
4267        '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \
4268        '|VARLOGDIR=$(varlogdir)|' \
4269        '|RC_LOCAL_SCRIPT_PATH_START=$(RC_LOCAL_SCRIPT_PATH_START)|' \
4270        '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \
4271        '|PYTHON=$(PYTHON)|' \
4272        '|PYTHON_BINARY=$(PYTHON_BINARY)|'
4273
4274 SED_PROCESS = \
4275         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
4276         $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
4277                 < $< > $@
4278
4279 units/%: units/%.in Makefile
4280         $(SED_PROCESS)
4281
4282 man/%: man/%.in Makefile
4283         $(SED_PROCESS)
4284
4285 sysctl.d/%: sysctl.d/%.in Makefile
4286         $(SED_PROCESS)
4287
4288 %.pc: %.pc.in Makefile
4289         $(SED_PROCESS)
4290
4291 src/core/macros.%: src/core/macros.%.in Makefile
4292         $(SED_PROCESS)
4293
4294 src/%.policy.in: src/%.policy.in.in Makefile
4295         $(SED_PROCESS)
4296
4297 %.rules: %.rules.in Makefile
4298         $(SED_PROCESS)
4299
4300 %.sh: %.sh.in Makefile
4301         $(SED_PROCESS)
4302         $(AM_V_GEN)chmod +x $@
4303
4304 src/%.c: src/%.gperf
4305         $(AM_V_at)$(MKDIR_P) $(dir $@)
4306         $(AM_V_GPERF)$(GPERF) < $< > $@
4307
4308 src/%: src/%.m4
4309         $(AM_V_at)$(MKDIR_P) $(dir $@)
4310         $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
4311
4312 units/%: units/%.m4 Makefile
4313         $(AM_V_M4)$(MKDIR_P) $(dir $@)
4314         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@
4315
4316 units/user/%: units/%.m4 Makefile
4317         $(AM_V_M4)$(MKDIR_P) $(dir $@)
4318         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
4319
4320 if ENABLE_POLKIT
4321 nodist_polkitpolicy_DATA = \
4322         $(polkitpolicy_files) \
4323         $(polkitpolicy_in_in_files:.policy.in.in=.policy)
4324 endif
4325
4326 EXTRA_DIST += \
4327         $(polkitpolicy_in_files) \
4328         $(polkitpolicy_in_in_files)
4329
4330 CLEANFILES += \
4331         $(nodist_systemunit_DATA) \
4332         $(nodist_userunit_DATA) \
4333         $(pkgconfigdata_DATA) \
4334         $(pkgconfiglib_DATA) \
4335         $(nodist_polkitpolicy_DATA)
4336
4337 # ------------------------------------------------------------------------------
4338 if ENABLE_MANPAGES
4339 man/custom-entities.ent: Makefile
4340         $(AM_V_GEN)$(MKDIR_P) $(dir $@)
4341         $(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \
4342          echo '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">,$(substitutions))))') \
4343          > $@ # '
4344
4345 DISTCLEANFILES += \
4346         man/custom-entities.ent
4347
4348 XSLTPROC_FLAGS = \
4349         --nonet \
4350         --stringparam man.output.quietly 1 \
4351         --stringparam funcsynopsis.style ansi \
4352         --stringparam man.authors.section.enabled 0 \
4353         --stringparam man.copyright.section.enabled 0 \
4354         --stringparam systemd.version $(VERSION) \
4355         --path '$(builddir)/man:$(srcdir)/man'
4356
4357 XSLTPROC_PROCESS_MAN = \
4358         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-man.xsl $<
4359
4360 XSLTPROC_PROCESS_HTML = \
4361         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
4362
4363 man/%.1: man/%.xml man/custom-man.xsl man/custom-entities.ent
4364         $(XSLTPROC_PROCESS_MAN)
4365
4366 man/%.3: man/%.xml man/custom-man.xsl man/custom-entities.ent
4367         $(XSLTPROC_PROCESS_MAN)
4368
4369 man/%.5: man/%.xml man/custom-man.xsl man/custom-entities.ent
4370         $(XSLTPROC_PROCESS_MAN)
4371
4372 man/%.7: man/%.xml man/custom-man.xsl man/custom-entities.ent
4373         $(XSLTPROC_PROCESS_MAN)
4374
4375 man/%.8: man/%.xml man/custom-man.xsl man/custom-entities.ent
4376         $(XSLTPROC_PROCESS_MAN)
4377
4378 man/%.html: man/%.xml man/custom-html.xsl man/custom-entities.ent
4379         $(XSLTPROC_PROCESS_HTML)
4380
4381 define html-alias
4382         $(AM_V_LN)$(LN_S) -f $(notdir $<) $@
4383 endef
4384
4385 endif
4386
4387 EXTRA_DIST += \
4388         man/custom-html.xsl \
4389         man/custom-man.xsl
4390
4391 # ------------------------------------------------------------------------------
4392 if HAVE_SYSV_COMPAT
4393 sysvinit_DATA = \
4394         docs/sysvinit/README
4395
4396 varlog_DATA = \
4397         docs/var-log/README
4398
4399 docs/sysvinit/README: docs/sysvinit/README.in
4400         $(SED_PROCESS)
4401
4402 docs/var-log/README: docs/var-log/README.in
4403         $(SED_PROCESS)
4404
4405 CLEANFILES += \
4406         docs/sysvinit/README \
4407         docs/var-log/README
4408 endif
4409
4410 EXTRA_DIST += \
4411         docs/sysvinit/README.in \
4412         docs/var-log/README.in
4413
4414 SOCKETS_TARGET_WANTS += \
4415         systemd-initctl.socket \
4416         systemd-shutdownd.socket
4417
4418 if HAVE_SYSV_COMPAT
4419 RUNLEVEL1_TARGET_WANTS += \
4420         systemd-update-utmp-runlevel.service
4421 RUNLEVEL2_TARGET_WANTS += \
4422         systemd-update-utmp-runlevel.service
4423 RUNLEVEL3_TARGET_WANTS += \
4424         systemd-update-utmp-runlevel.service
4425 RUNLEVEL4_TARGET_WANTS += \
4426         systemd-update-utmp-runlevel.service
4427 RUNLEVEL5_TARGET_WANTS += \
4428         systemd-update-utmp-runlevel.service
4429 endif
4430 SYSINIT_TARGET_WANTS += \
4431         systemd-update-utmp.service
4432 LOCAL_FS_TARGET_WANTS += \
4433         systemd-remount-fs.service \
4434         tmp.mount
4435 MULTI_USER_TARGET_WANTS += \
4436         getty.target \
4437         systemd-ask-password-wall.path
4438 SYSINIT_TARGET_WANTS += \
4439         dev-hugepages.mount \
4440         dev-mqueue.mount \
4441         sys-kernel-config.mount \
4442         sys-kernel-debug.mount \
4443         sys-fs-fuse-connections.mount \
4444         systemd-sysctl.service \
4445         systemd-ask-password-console.path
4446
4447 if HAVE_SYSV_COMPAT
4448 SYSTEM_UNIT_ALIASES += \
4449         poweroff.target runlevel0.target \
4450         rescue.target runlevel1.target \
4451         multi-user.target runlevel2.target \
4452         multi-user.target runlevel3.target \
4453         multi-user.target runlevel4.target \
4454         graphical.target runlevel5.target \
4455         reboot.target runlevel6.target
4456 endif
4457
4458 SYSTEM_UNIT_ALIASES += \
4459         graphical.target default.target \
4460         reboot.target ctrl-alt-del.target \
4461         getty@.service autovt@.service
4462
4463 USER_UNIT_ALIASES += \
4464         $(systemunitdir)/shutdown.target shutdown.target \
4465         $(systemunitdir)/sockets.target sockets.target \
4466         $(systemunitdir)/timers.target timers.target \
4467         $(systemunitdir)/paths.target paths.target \
4468         $(systemunitdir)/bluetooth.target bluetooth.target \
4469         $(systemunitdir)/printer.target printer.target \
4470         $(systemunitdir)/sound.target sound.target \
4471         $(systemunitdir)/smartcard.target smartcard.target
4472
4473 GENERAL_ALIASES += \
4474         $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \
4475         $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \
4476         $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \
4477         ../system-services/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service
4478
4479 if HAVE_SYSV_COMPAT
4480 INSTALL_DIRS += \
4481         $(systemunitdir)/runlevel1.target.wants \
4482         $(systemunitdir)/runlevel2.target.wants \
4483         $(systemunitdir)/runlevel3.target.wants \
4484         $(systemunitdir)/runlevel4.target.wants \
4485         $(systemunitdir)/runlevel5.target.wants
4486 endif
4487
4488 INSTALL_DIRS += \
4489         $(prefix)/lib/modules-load.d \
4490         $(sysconfdir)/modules-load.d \
4491         $(prefix)/lib/net/links \
4492         $(sysconfdir)/net/links \
4493         $(prefix)/lib/sysctl.d \
4494         $(sysconfdir)/sysctl.d \
4495         $(prefix)/lib/kernel/install.d \
4496         $(sysconfdir)/kernel/install.d \
4497         $(systemshutdowndir) \
4498         $(systemsleepdir) \
4499         $(systemgeneratordir) \
4500         $(usergeneratordir) \
4501         \
4502         $(userunitdir) \
4503         $(pkgsysconfdir)/system \
4504         $(pkgsysconfdir)/system/multi-user.target.wants \
4505         $(pkgsysconfdir)/system/getty.target.wants \
4506         $(pkgsysconfdir)/user \
4507         $(dbussessionservicedir) \
4508         $(sysconfdir)/xdg/systemd
4509
4510 install-exec-hook: $(INSTALL_EXEC_HOOKS)
4511
4512 uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS)
4513
4514 install-data-hook: $(INSTALL_DATA_HOOKS)
4515
4516 distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
4517
4518 clean-local: $(CLEAN_LOCAL_HOOKS)
4519         rm -rf $(abs_srcdir)/install-tree
4520         rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \
4521               $(abs_srcdir)/hwdb/iab.txt
4522
4523 DISTCHECK_CONFIGURE_FLAGS = \
4524         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
4525         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
4526         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
4527         --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \
4528         --with-zshcompletiondir=$$dc_install_base/$(zshcompletiondir) \
4529         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
4530         --with-pamconfdir=$$dc_install_base/$(pamconfdir) \
4531         --with-rootprefix=$$dc_install_base \
4532         --disable-split-usr
4533
4534 if HAVE_SYSV_COMPAT
4535 DISTCHECK_CONFIGURE_FLAGS += \
4536         --with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \
4537         --with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir)
4538 else
4539 DISTCHECK_CONFIGURE_FLAGS += \
4540         --with-sysvinit-path= \
4541         --with-sysvrcnd-path=
4542 endif
4543
4544 if ENABLE_GTK_DOC
4545 DISTCHECK_CONFIGURE_FLAGS += \
4546         --enable-gtk-doc
4547 endif
4548
4549 hwdb-update:
4550         ( cd $(top_srcdir)/hwdb && \
4551         wget -N http://www.linux-usb.org/usb.ids \
4552                 http://pci-ids.ucw.cz/v2.2/pci.ids \
4553                 http://standards.ieee.org/develop/regauth/oui/oui.txt \
4554                 http://standards.ieee.org/develop/regauth/iab/iab.txt && \
4555         ./ids-update.pl )
4556
4557 kdbus-update:
4558         ( cd $(top_srcdir)/src/libsystemd-bus/ && \
4559         wget -N https://d-bus.googlecode.com/git/kdbus.h )
4560
4561 upload: all distcheck
4562         cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
4563         scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
4564         scp man/*.html tango:public/systemd-man/
4565
4566 www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
4567 doc-sync: all destdir-sphinx
4568         gtkdoc-rebase --html-dir=docs/libudev/html --online
4569         rsync -rlv --delete docs/libudev/html/ --omit-dir-times $(www_target)/libudev/
4570         gtkdoc-rebase --html-dir=docs/gudev/html --online
4571         rsync -rlv --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/
4572         rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
4573         rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
4574
4575 git-tag:
4576         git tag "v$(VERSION)" -m "systemd $(VERSION)"
4577
4578 install-tree: all
4579         rm -rf $(abs_srcdir)/install-tree
4580         $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree
4581         tree $(abs_srcdir)/install-tree
4582
4583 # Let's run all tests of the test suite, but under valgrind. Let's
4584 # exclude the one perl script we have in there
4585 valgrind-tests: $(TESTS)
4586         for f in $(TESTS) ; do [ "$$f" == "$${f/.pl/}" ] && libtool --mode=execute valgrind --leak-check=full --error-exitcode=55 $(builddir)/$$f ; done