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