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