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