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