chiark / gitweb /
build-sys: distribute libsystemd-*.sym
[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 EXTRA_DIST += \
1953         src/libsystemd-bus/libsystemd-event.sym
1954
1955 lib_LTLIBRARIES += \
1956         libsystemd-event.la
1957
1958 libsystemd_event_la_LIBADD =  \
1959         libsystemd-id128-internal.la \
1960         libsystemd-shared.la
1961
1962 libsystemd_bus_la_SOURCES = \
1963         src/systemd/sd-bus.h \
1964         src/systemd/sd-bus-protocol.h \
1965         src/systemd/sd-bus-vtable.h \
1966         src/systemd/sd-memfd.h \
1967         src/libsystemd-bus/sd-bus.c \
1968         src/libsystemd-bus/bus-control.c \
1969         src/libsystemd-bus/bus-control.h \
1970         src/libsystemd-bus/bus-error.c \
1971         src/libsystemd-bus/bus-error.h \
1972         src/libsystemd-bus/bus-internal.c \
1973         src/libsystemd-bus/bus-internal.h \
1974         src/libsystemd-bus/bus-socket.c \
1975         src/libsystemd-bus/bus-socket.h \
1976         src/libsystemd-bus/bus-kernel.c \
1977         src/libsystemd-bus/bus-kernel.h \
1978         src/libsystemd-bus/bus-container.c \
1979         src/libsystemd-bus/bus-container.h \
1980         src/libsystemd-bus/bus-message.c \
1981         src/libsystemd-bus/bus-message.h \
1982         src/libsystemd-bus/bus-signature.c \
1983         src/libsystemd-bus/bus-signature.h \
1984         src/libsystemd-bus/bus-type.c \
1985         src/libsystemd-bus/bus-type.h \
1986         src/libsystemd-bus/bus-match.c \
1987         src/libsystemd-bus/bus-match.h \
1988         src/libsystemd-bus/bus-bloom.c \
1989         src/libsystemd-bus/bus-bloom.h \
1990         src/libsystemd-bus/bus-introspect.c \
1991         src/libsystemd-bus/bus-introspect.h \
1992         src/libsystemd-bus/bus-objects.c \
1993         src/libsystemd-bus/bus-objects.h \
1994         src/libsystemd-bus/bus-convenience.c \
1995         src/libsystemd-bus/kdbus.h \
1996         src/libsystemd-bus/sd-memfd.c \
1997         src/libsystemd-bus/bus-util.c \
1998         src/libsystemd-bus/bus-util.h
1999
2000 libsystemd_bus_la_LIBADD =  \
2001         libsystemd-id128-internal.la \
2002         libsystemd-shared.la \
2003         libsystemd-daemon.la \
2004         libsystemd-event.la
2005
2006 libsystemd_bus_la_CFLAGS = \
2007         $(AM_CFLAGS) \
2008         -pthread
2009
2010 libsystemd_bus_la_LDFLAGS = \
2011         $(AM_LDFLAGS) \
2012         -version-info $(LIBSYSTEMD_BUS_CURRENT):$(LIBSYSTEMD_BUS_REVISION):$(LIBSYSTEMD_BUS_AGE) \
2013         -Wl,--version-script=$(top_srcdir)/src/libsystemd-bus/libsystemd-bus.sym
2014
2015 EXTRA_DIST += \
2016         src/libsystemd-bus/libsystemd-bus.sym
2017
2018 lib_LTLIBRARIES += \
2019         libsystemd-bus.la
2020
2021 libsystemd_bus_internal_la_SOURCES = \
2022         $(libsystemd_bus_la_SOURCES) \
2023         $(libsystemd_event_la_SOURCES)
2024
2025 libsystemd_bus_internal_la_CFLAGS = \
2026         $(libsystemd_bus_la_CFLAGS)
2027
2028 noinst_LTLIBRARIES += \
2029         libsystemd-bus-internal.la
2030
2031 tests += \
2032         test-bus-marshal \
2033         test-bus-signature \
2034         test-bus-chat \
2035         test-bus-server \
2036         test-bus-match \
2037         test-bus-kernel \
2038         test-bus-kernel-bloom \
2039         test-bus-kernel-benchmark \
2040         test-bus-memfd \
2041         test-bus-zero-copy \
2042         test-bus-introspect \
2043         test-bus-objects \
2044         test-event
2045
2046 noinst_PROGRAMS += \
2047         busctl
2048
2049 test_bus_marshal_SOURCES = \
2050         src/libsystemd-bus/test-bus-marshal.c
2051
2052 test_bus_marshal_LDADD = \
2053         libsystemd-bus-internal.la \
2054         libsystemd-id128-internal.la \
2055         libsystemd-shared.la \
2056         libsystemd-daemon.la \
2057         $(GLIB_LIBS) \
2058         $(DBUS_LIBS)
2059
2060 test_bus_marshal_CFLAGS = \
2061         $(AM_CFLAGS) \
2062         $(GLIB_CFLAGS) \
2063         $(DBUS_CFLAGS)
2064
2065 test_bus_signature_SOURCES = \
2066         src/libsystemd-bus/test-bus-signature.c
2067
2068 test_bus_signature_LDADD = \
2069         libsystemd-shared.la \
2070         libsystemd-bus-internal.la
2071
2072 test_bus_chat_SOURCES = \
2073         src/libsystemd-bus/test-bus-chat.c
2074
2075 test_bus_chat_CFLAGS = \
2076         $(AM_CFLAGS) \
2077         -pthread
2078
2079 test_bus_chat_LDADD = \
2080         libsystemd-bus-internal.la \
2081         libsystemd-id128-internal.la \
2082         libsystemd-daemon-internal.la \
2083         libsystemd-shared.la
2084
2085 test_bus_server_SOURCES = \
2086         src/libsystemd-bus/test-bus-server.c
2087
2088 test_bus_server_CFLAGS = \
2089         $(AM_CFLAGS) \
2090         -pthread
2091
2092 test_bus_server_LDADD = \
2093         libsystemd-bus-internal.la \
2094         libsystemd-id128-internal.la \
2095         libsystemd-daemon-internal.la \
2096         libsystemd-shared.la
2097
2098 test_bus_objects_SOURCES = \
2099         src/libsystemd-bus/test-bus-objects.c
2100
2101 test_bus_objects_CFLAGS = \
2102         $(AM_CFLAGS) \
2103         -pthread
2104
2105 test_bus_objects_LDADD = \
2106         libsystemd-bus-internal.la \
2107         libsystemd-id128-internal.la \
2108         libsystemd-daemon-internal.la \
2109         libsystemd-shared.la
2110
2111 test_bus_match_SOURCES = \
2112         src/libsystemd-bus/test-bus-match.c
2113
2114 test_bus_match_LDADD = \
2115         libsystemd-bus-internal.la \
2116         libsystemd-id128-internal.la \
2117         libsystemd-daemon-internal.la \
2118         libsystemd-shared.la
2119
2120 test_bus_kernel_SOURCES = \
2121         src/libsystemd-bus/test-bus-kernel.c
2122
2123 test_bus_kernel_LDADD = \
2124         libsystemd-bus-internal.la \
2125         libsystemd-id128-internal.la \
2126         libsystemd-daemon-internal.la \
2127         libsystemd-shared.la
2128
2129 test_bus_kernel_bloom_SOURCES = \
2130         src/libsystemd-bus/test-bus-kernel-bloom.c
2131
2132 test_bus_kernel_bloom_LDADD = \
2133         libsystemd-bus-internal.la \
2134         libsystemd-id128-internal.la \
2135         libsystemd-daemon-internal.la \
2136         libsystemd-shared.la
2137
2138 test_bus_kernel_benchmark_SOURCES = \
2139         src/libsystemd-bus/test-bus-kernel-benchmark.c
2140
2141 test_bus_kernel_benchmark_LDADD = \
2142         libsystemd-bus-internal.la \
2143         libsystemd-id128-internal.la \
2144         libsystemd-daemon-internal.la \
2145         libsystemd-shared.la
2146
2147 test_bus_memfd_SOURCES = \
2148         src/libsystemd-bus/test-bus-memfd.c
2149
2150 test_bus_memfd_LDADD = \
2151         libsystemd-shared.la \
2152         libsystemd-bus-internal.la
2153
2154 test_bus_zero_copy_SOURCES = \
2155         src/libsystemd-bus/test-bus-zero-copy.c
2156
2157 test_bus_zero_copy_LDADD = \
2158         libsystemd-bus-internal.la \
2159         libsystemd-id128-internal.la \
2160         libsystemd-daemon-internal.la \
2161         libsystemd-shared.la
2162
2163 test_bus_introspect_SOURCES = \
2164         src/libsystemd-bus/test-bus-introspect.c
2165
2166 test_bus_introspect_LDADD = \
2167         libsystemd-shared.la \
2168         libsystemd-bus-internal.la
2169
2170 test_event_SOURCES = \
2171         src/libsystemd-bus/test-event.c
2172
2173 test_event_LDADD = \
2174         libsystemd-bus-internal.la \
2175         libsystemd-id128-internal.la \
2176         libsystemd-daemon-internal.la \
2177         libsystemd-shared.la
2178
2179 busctl_SOURCES = \
2180         src/libsystemd-bus/busctl.c
2181
2182 busctl_LDADD = \
2183         libsystemd-bus-internal.la \
2184         libsystemd-id128-internal.la \
2185         libsystemd-daemon-internal.la \
2186         libsystemd-shared.la
2187
2188 # ------------------------------------------------------------------------------
2189 if ENABLE_GTK_DOC
2190 SUBDIRS += \
2191         docs/libudev
2192
2193 noinst_DATA += \
2194         docs/html/libudev \
2195         docs/html/gudev
2196 endif
2197
2198 include_HEADERS += \
2199         src/libudev/libudev.h
2200
2201 lib_LTLIBRARIES += \
2202         libudev.la
2203
2204 libudev_la_SOURCES =\
2205         src/libudev/libudev-private.h \
2206         src/libudev/libudev.c \
2207         src/libudev/libudev-list.c \
2208         src/libudev/libudev-util.c \
2209         src/libudev/libudev-device.c \
2210         src/libudev/libudev-enumerate.c \
2211         src/libudev/libudev-monitor.c \
2212         src/libudev/libudev-queue.c \
2213         src/libudev/libudev-hwdb-def.h \
2214         src/libudev/libudev-hwdb.c
2215
2216 libudev_la_CFLAGS = \
2217         $(AM_CFLAGS) \
2218         -fvisibility=hidden
2219
2220 libudev_la_LDFLAGS = \
2221         $(AM_LDFLAGS) \
2222         -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
2223         -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
2224
2225 libudev_la_LIBADD = \
2226         libsystemd-shared.la \
2227         libsystemd-daemon-internal.la \
2228         libsystemd-id128-internal.la
2229
2230 pkgconfiglib_DATA += \
2231         src/libudev/libudev.pc
2232
2233 EXTRA_DIST += \
2234         src/libudev/libudev.pc.in \
2235         src/libudev/libudev.sym
2236
2237 CLEANFILES += \
2238         src/libudev/libudev.pc \
2239         docs/html/libudev \
2240         docs/html/gudev
2241
2242 docs/html/libudev:
2243         $(AM_V_at)$(MKDIR_P) $(dir $@)
2244         $(AM_V_LN)$(LN_S) -f ../libudev/html $@
2245
2246 docs/html/gudev:
2247         $(AM_V_at)$(MKDIR_P) $(dir $@)
2248         $(AM_V_LN)$(LN_S) -f ../gudev/html $@
2249
2250 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2251 libudev-install-hook:
2252         libname=libudev.so && $(move-to-rootlibdir)
2253
2254 libudev-uninstall-hook:
2255         rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
2256
2257 INSTALL_EXEC_HOOKS += libudev-install-hook
2258 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
2259
2260 # ------------------------------------------------------------------------------
2261 noinst_LTLIBRARIES += \
2262         libudev-private.la
2263
2264 libudev_private_la_SOURCES =\
2265         $(libudev_la_SOURCES) \
2266         src/libudev/libudev-device-private.c \
2267         src/libudev/libudev-queue-private.c
2268
2269 libudev_private_la_CFLAGS = \
2270         $(AM_CFLAGS) \
2271         -fvisibility=default
2272
2273 libudev_private_la_LIBADD = \
2274         libsystemd-shared.la
2275
2276 # ------------------------------------------------------------------------------
2277 INSTALL_DIRS += \
2278         $(sysconfdir)/udev/rules.d \
2279         $(sysconfdir)/udev/hwdb.d
2280
2281 dist_network_DATA = \
2282         network/99-default.link
2283
2284 dist_udevrules_DATA += \
2285         rules/99-systemd.rules \
2286         rules/42-usb-hid-pm.rules \
2287         rules/50-udev-default.rules \
2288         rules/60-drm.rules \
2289         rules/60-keyboard.rules \
2290         rules/60-persistent-storage-tape.rules \
2291         rules/60-persistent-serial.rules \
2292         rules/60-persistent-input.rules \
2293         rules/60-persistent-alsa.rules \
2294         rules/60-persistent-storage.rules \
2295         rules/64-btrfs.rules \
2296         rules/75-net-description.rules \
2297         rules/75-tty-description.rules \
2298         rules/78-sound-card.rules \
2299         rules/80-net-setup-link.rules \
2300         rules/95-udev-late.rules
2301
2302 dist_udevhwdb_DATA = \
2303         hwdb/20-pci-vendor-model.hwdb \
2304         hwdb/20-pci-classes.hwdb \
2305         hwdb/20-usb-vendor-model.hwdb \
2306         hwdb/20-usb-classes.hwdb \
2307         hwdb/20-bluetooth-vendor-product.hwdb \
2308         hwdb/20-acpi-vendor.hwdb \
2309         hwdb/20-OUI.hwdb \
2310         hwdb/60-keyboard.hwdb
2311
2312 udevconfdir = $(sysconfdir)/udev
2313 dist_udevconf_DATA = \
2314         src/udev/udev.conf
2315
2316 sharepkgconfigdir = $(datadir)/pkgconfig
2317 sharepkgconfig_DATA = \
2318         src/udev/udev.pc
2319
2320 EXTRA_DIST += \
2321         rules/99-systemd.rules.in \
2322         src/udev/udev.pc.in
2323
2324 CLEANFILES += \
2325         rules/99-systemd.rules \
2326         src/udev/udev.pc
2327
2328 EXTRA_DIST += \
2329         units/systemd-udevd.service.in \
2330         units/systemd-udev-trigger.service.in \
2331         units/systemd-udev-settle.service.in
2332
2333 CLEANFILES += \
2334         units/systemd-udevd.service \
2335         units/systemd-udev-trigger.service \
2336         units/systemd-udev-settle.service
2337
2338 SOCKETS_TARGET_WANTS += \
2339         systemd-udevd-control.socket \
2340         systemd-udevd-kernel.socket
2341 SYSINIT_TARGET_WANTS += \
2342         systemd-udevd.service \
2343         systemd-udev-trigger.service
2344
2345 rootbin_PROGRAMS += \
2346         udevadm
2347
2348 rootlibexec_PROGRAMS += \
2349         systemd-udevd
2350
2351 noinst_LTLIBRARIES += \
2352         libudev-core.la
2353
2354 src/udev/keyboard-keys.txt: Makefile
2355         $(AM_V_at)$(MKDIR_P) $(dir $@)
2356         $(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/' > $@
2357
2358 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt Makefile
2359         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
2360
2361 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf Makefile
2362         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
2363
2364 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt Makefile
2365         $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
2366
2367 libudev_core_la_SOURCES = \
2368         src/udev/udev.h \
2369         src/udev/udev-event.c \
2370         src/udev/udev-watch.c \
2371         src/udev/udev-node.c \
2372         src/udev/udev-rules.c \
2373         src/udev/udev-ctrl.c \
2374         src/udev/udev-builtin.c \
2375         src/udev/udev-builtin-btrfs.c \
2376         src/udev/udev-builtin-hwdb.c \
2377         src/udev/udev-builtin-input_id.c \
2378         src/udev/udev-builtin-keyboard.c \
2379         src/udev/udev-builtin-net_id.c \
2380         src/udev/udev-builtin-net_setup_link.c \
2381         src/udev/udev-builtin-path_id.c \
2382         src/udev/udev-builtin-usb_id.c \
2383         src/udev/net/link-config.h \
2384         src/udev/net/link-config.c \
2385         src/udev/net/ethtool-util.h \
2386         src/udev/net/ethtool-util.c
2387
2388 nodist_libudev_core_la_SOURCES = \
2389         src/udev/keyboard-keys-from-name.h \
2390         src/udev/keyboard-keys-to-name.h \
2391         src/udev/net/link-config-gperf.c
2392
2393 BUILT_SOURCES += \
2394         $(nodist_libudev_core_la_SOURCES)
2395
2396 CLEANFILES += \
2397         src/udev/keyboard-keys-from-name.gperf \
2398         src/udev/keyboard-keys.txt \
2399         src/udev/net/link-config-gperf.c
2400
2401 EXTRA_DIST += \
2402         src/udev/net/link-config-gperf.gperf
2403
2404 libudev_core_la_CFLAGS = \
2405         $(AM_CFLAGS) \
2406         $(BLKID_CFLAGS) \
2407         $(KMOD_CFLAGS)
2408
2409 libudev_core_la_LIBADD = \
2410         libudev-private.la \
2411         libsystemd-label.la \
2412         libsystemd-daemon-internal.la \
2413         libsystemd-shared.la \
2414         libsystemd-rtnl.la \
2415         libsystemd-id128-internal.la \
2416         $(BLKID_LIBS) \
2417         $(KMOD_LIBS)
2418
2419 libudev_core_la_CPPFLAGS = \
2420         $(AM_CPPFLAGS) \
2421         -DFIRMWARE_PATH="$(FIRMWARE_PATH)"
2422
2423 if ENABLE_FIRMWARE
2424 libudev_core_la_SOURCES += \
2425         src/udev/udev-builtin-firmware.c
2426
2427 dist_udevrules_DATA += \
2428         rules/50-firmware.rules
2429 endif
2430
2431 if HAVE_KMOD
2432 libudev_core_la_SOURCES += \
2433         src/udev/udev-builtin-kmod.c
2434
2435 dist_udevrules_DATA += \
2436         rules/80-drivers.rules
2437 endif
2438
2439 if HAVE_BLKID
2440 libudev_core_la_SOURCES += \
2441         src/udev/udev-builtin-blkid.c
2442 endif
2443
2444 if HAVE_ACL
2445 libudev_core_la_SOURCES += \
2446         src/udev/udev-builtin-uaccess.c \
2447         src/login/logind-acl.c \
2448         src/login/sd-login.c \
2449         src/systemd/sd-login.h \
2450         src/login/login-shared.c \
2451         src/login/login-shared.h
2452
2453 libudev_core_la_LIBADD += \
2454         libsystemd-acl.la
2455 endif
2456
2457 systemd_udevd_SOURCES = \
2458         src/udev/udevd.c
2459
2460 systemd_udevd_LDADD = \
2461         libudev-core.la
2462
2463 udevadm_SOURCES = \
2464         src/udev/udevadm.c \
2465         src/udev/udevadm-info.c \
2466         src/udev/udevadm-control.c \
2467         src/udev/udevadm-monitor.c \
2468         src/udev/udevadm-hwdb.c \
2469         src/udev/udevadm-settle.c \
2470         src/udev/udevadm-trigger.c \
2471         src/udev/udevadm-test.c \
2472         src/udev/udevadm-test-builtin.c
2473
2474 udevadm_LDADD = \
2475         libudev-core.la \
2476         libsystemd-label.la \
2477         libsystemd-shared.la
2478
2479 # Update hwdb on installation. Do not bother if installing
2480 # in DESTDIR, since this is likely for packaging purposes.
2481 hwdb-update-hook:
2482         -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update
2483
2484 INSTALL_DATA_HOOKS += \
2485         hwdb-update-hook
2486
2487 hwdb-remove-hook:
2488         -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
2489
2490 # ------------------------------------------------------------------------------
2491 TESTS += \
2492         test/udev-test.pl \
2493         test/rules-test.sh
2494
2495 manual_tests += \
2496         test-libudev \
2497         test-udev
2498
2499 test_libudev_SOURCES = \
2500         src/test/test-libudev.c
2501
2502 test_libudev_LDADD = \
2503         libsystemd-label.la \
2504         libsystemd-shared.la \
2505         libudev.la
2506
2507 test_udev_SOURCES = \
2508         src/test/test-udev.c
2509
2510 test_udev_LDADD = \
2511         libudev-core.la \
2512         libsystemd-shared.la \
2513         $(BLKID_LIBS) \
2514         $(KMOD_LIBS) \
2515         $(SELINUX_LIBS)
2516
2517 if HAVE_ACL
2518 test_udev_LDADD += \
2519         libsystemd-acl.la
2520 endif
2521
2522 check_DATA += \
2523         test/sys
2524
2525 # packed sysfs test tree
2526 test/sys:
2527         $(AM_V_at)$(MKDIR_P) $(dir $@)
2528         $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
2529
2530 test-sys-distclean:
2531         -rm -rf test/sys
2532 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
2533
2534 EXTRA_DIST += \
2535         test/sys.tar.xz \
2536         test/udev-test.pl \
2537         test/rules-test.sh \
2538         test/rule-syntax-check.py
2539
2540 # ------------------------------------------------------------------------------
2541 ata_id_SOURCES = \
2542         src/udev/ata_id/ata_id.c
2543
2544 ata_id_LDADD = \
2545         libudev-private.la \
2546         libsystemd-shared.la
2547
2548 udevlibexec_PROGRAMS += \
2549         ata_id
2550
2551 # ------------------------------------------------------------------------------
2552 cdrom_id_SOURCES = \
2553         src/udev/cdrom_id/cdrom_id.c
2554
2555 cdrom_id_LDADD = \
2556         libudev.la \
2557         libsystemd-shared.la
2558
2559 udevlibexec_PROGRAMS += \
2560         cdrom_id
2561
2562 dist_udevrules_DATA += \
2563         rules/60-cdrom_id.rules
2564
2565 # ------------------------------------------------------------------------------
2566 collect_SOURCES = \
2567         src/udev/collect/collect.c
2568
2569 collect_LDADD = \
2570         libudev-private.la
2571
2572 udevlibexec_PROGRAMS += \
2573         collect
2574
2575 # ------------------------------------------------------------------------------
2576 scsi_id_SOURCES =\
2577         src/udev/scsi_id/scsi_id.c \
2578         src/udev/scsi_id/scsi_serial.c \
2579         src/udev/scsi_id/scsi.h \
2580         src/udev/scsi_id/scsi_id.h
2581
2582 scsi_id_LDADD = \
2583         libudev-private.la \
2584         libsystemd-shared.la
2585
2586 udevlibexec_PROGRAMS += \
2587         scsi_id
2588
2589 EXTRA_DIST += \
2590         src/udev/scsi_id/README
2591
2592 # ------------------------------------------------------------------------------
2593 v4l_id_SOURCES = \
2594         src/udev/v4l_id/v4l_id.c
2595
2596 v4l_id_LDADD = \
2597         libudev.la
2598
2599 udevlibexec_PROGRAMS += \
2600         v4l_id
2601
2602 dist_udevrules_DATA += \
2603         rules/60-persistent-v4l.rules
2604
2605 # ------------------------------------------------------------------------------
2606 accelerometer_SOURCES = \
2607         src/udev/accelerometer/accelerometer.c
2608
2609 accelerometer_LDADD = \
2610         libudev.la -lm \
2611         libsystemd-shared.la
2612
2613 udevlibexec_PROGRAMS += \
2614         accelerometer
2615
2616 dist_udevrules_DATA += \
2617         rules/61-accelerometer.rules
2618
2619 # ------------------------------------------------------------------------------
2620 if ENABLE_GUDEV
2621 if ENABLE_GTK_DOC
2622 SUBDIRS += \
2623         docs/gudev
2624 endif
2625
2626 libgudev_includedir = \
2627         $(includedir)/gudev-1.0/gudev
2628
2629 libgudev_include_HEADERS = \
2630         src/gudev/gudev.h \
2631         src/gudev/gudevenums.h \
2632         src/gudev/gudevenumtypes.h \
2633         src/gudev/gudevtypes.h \
2634         src/gudev/gudevclient.h \
2635         src/gudev/gudevdevice.h \
2636         src/gudev/gudevenumerator.h
2637
2638 lib_LTLIBRARIES += libgudev-1.0.la
2639
2640 pkgconfiglib_DATA += \
2641         src/gudev/gudev-1.0.pc
2642
2643 CLEANFILES += \
2644         src/gudev/gudev-1.0.pc
2645
2646 libgudev_1_0_la_SOURCES = \
2647         src/gudev/gudevenums.h \
2648         src/gudev/gudevenumtypes.h \
2649         src/gudev/gudevenumtypes.h\
2650         src/gudev/gudevtypes.h \
2651         src/gudev/gudevclient.h \
2652         src/gudev/gudevclient.c \
2653         src/gudev/gudevdevice.h \
2654         src/gudev/gudevdevice.c \
2655         src/gudev/gudevenumerator.h \
2656         src/gudev/gudevenumerator.c \
2657         src/gudev/gudevprivate.h
2658
2659 nodist_libgudev_1_0_la_SOURCES = \
2660         src/gudev/gudevmarshal.h \
2661         src/gudev/gudevmarshal.c \
2662         src/gudev/gudevenumtypes.h \
2663         src/gudev/gudevenumtypes.c
2664
2665 BUILT_SOURCES += \
2666         $(nodist_libgudev_1_0_la_SOURCES)
2667
2668 libgudev_1_0_la_CPPFLAGS = \
2669         $(AM_CPPFLAGS) \
2670         -I$(top_builddir)/src\
2671         -I$(top_srcdir)/src\
2672         -I$(top_builddir)/src/gudev \
2673         -I$(top_srcdir)/src/gudev \
2674         -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
2675         -D_GUDEV_COMPILATION \
2676         -DG_LOG_DOMAIN=\"GUdev\"
2677
2678 libgudev_1_0_la_CFLAGS = \
2679         $(AM_CFLAGS) \
2680         -fvisibility=default \
2681         $(GLIB_CFLAGS)
2682
2683 libgudev_1_0_la_LIBADD = \
2684         libudev.la \
2685         $(GLIB_LIBS)
2686
2687 libgudev_1_0_la_LDFLAGS = \
2688         $(AM_LDFLAGS) \
2689         -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
2690         -export-dynamic -no-undefined \
2691         -export-symbols-regex '^g_udev_.*'
2692
2693 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
2694         $(AM_V_at)$(MKDIR_P) $(dir $@)
2695         $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
2696
2697 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
2698         $(AM_V_at)$(MKDIR_P) $(dir $@)
2699         $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
2700         glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
2701
2702 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
2703         $(AM_V_at)$(MKDIR_P) $(dir $@)
2704         $(AM_V_GEN)glib-mkenums --template $^ > $@
2705
2706 if HAVE_INTROSPECTION
2707 -include $(INTROSPECTION_MAKEFILE)
2708
2709 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
2710
2711 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
2712
2713 src_gudev_GUdev_1_0_gir_CFLAGS = \
2714         $(AM_CFLAGS) \
2715         $(INCLUDES) \
2716         -D_GUDEV_COMPILATION \
2717         -D_GUDEV_WORK_AROUND_DEV_T_BUG \
2718         -I$(top_srcdir)/src \
2719         -I$(top_builddir)/src \
2720         -I$(top_srcdir)/src/gudev \
2721         -I$(top_builddir)/src/gudev
2722
2723 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
2724
2725 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
2726         --pkg-export=gudev-1.0 \
2727         --warn-all
2728
2729 src_gudev_GUdev_1_0_gir_FILES = \
2730         src/gudev/gudev.h \
2731         src/gudev/gudevtypes.h \
2732         src/gudev/gudevenums.h \
2733         src/gudev/gudevenumtypes.h \
2734         src/gudev/gudevclient.h \
2735         src/gudev/gudevdevice.h \
2736         src/gudev/gudevenumerator.h \
2737         src/gudev/gudevclient.c \
2738         src/gudev/gudevdevice.c \
2739         src/gudev/gudevenumerator.c
2740
2741 INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir
2742 INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h
2743
2744 girdir = $(datadir)/gir-1.0
2745 gir_DATA = \
2746         src/gudev/GUdev-1.0.gir
2747
2748 typelibsdir = $(libdir)/girepository-1.0
2749 typelibs_DATA = \
2750         src/gudev/GUdev-1.0.typelib
2751
2752 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
2753 endif # HAVE_INTROSPECTION
2754
2755 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2756 libgudev-install-hook:
2757         libname=libgudev-1.0.so && $(move-to-rootlibdir)
2758
2759 libgudev-uninstall-hook:
2760         rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so*
2761
2762 INSTALL_EXEC_HOOKS += libgudev-install-hook
2763 UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook
2764 endif
2765
2766 EXTRA_DIST += \
2767         src/gudev/gudev-1.0.pc.in \
2768         src/gudev/gudevmarshal.list \
2769         src/gudev/gudevenumtypes.h.template \
2770         src/gudev/gudevenumtypes.c.template \
2771         src/gudev/gjs-example.js \
2772         src/gudev/seed-example-enum.js \
2773         src/gudev/seed-example.js
2774
2775 # ------------------------------------------------------------------------------
2776 mtd_probe_SOURCES =  \
2777         src/udev/mtd_probe/mtd_probe.c \
2778         src/udev/mtd_probe/mtd_probe.h \
2779         src/udev/mtd_probe/probe_smartmedia.c
2780
2781 mtd_probe_CPPFLAGS = \
2782         $(AM_CPPFLAGS)
2783
2784 dist_udevrules_DATA += \
2785         rules/75-probe_mtd.rules
2786
2787 udevlibexec_PROGRAMS += \
2788         mtd_probe
2789
2790 # ------------------------------------------------------------------------------
2791 libsystemd_id128_la_SOURCES = \
2792         src/libsystemd-id128/sd-id128.c
2793
2794 libsystemd_id128_la_CFLAGS = \
2795         $(AM_CFLAGS) \
2796         -fvisibility=hidden
2797
2798 libsystemd_id128_la_LDFLAGS = \
2799         $(AM_LDFLAGS) \
2800         -version-info $(LIBSYSTEMD_ID128_CURRENT):$(LIBSYSTEMD_ID128_REVISION):$(LIBSYSTEMD_ID128_AGE) \
2801         -Wl,--version-script=$(top_srcdir)/src/libsystemd-id128/libsystemd-id128.sym
2802
2803 libsystemd_id128_la_LIBADD = \
2804         libsystemd-shared.la
2805
2806 libsystemd_id128_internal_la_SOURCES = \
2807         $(libsystemd_id128_la_SOURCES)
2808
2809 test_id128_SOURCES = \
2810         src/test/test-id128.c
2811
2812 test_id128_LDADD = \
2813         libsystemd-shared.la \
2814         libsystemd-id128-internal.la \
2815         libsystemd-daemon.la
2816
2817 tests += \
2818         test-id128
2819
2820 pkginclude_HEADERS += \
2821         src/systemd/sd-id128.h
2822
2823 lib_LTLIBRARIES += \
2824         libsystemd-id128.la
2825
2826 noinst_LTLIBRARIES += \
2827         libsystemd-id128-internal.la
2828
2829 pkgconfiglib_DATA += \
2830         src/libsystemd-id128/libsystemd-id128.pc
2831
2832 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
2833 libsystemd-id128-install-hook:
2834         libname=libsystemd-id128.so && $(move-to-rootlibdir)
2835
2836 libsystemd-id128-uninstall-hook:
2837         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so*
2838
2839 INSTALL_EXEC_HOOKS += libsystemd-id128-install-hook
2840 UNINSTALL_EXEC_HOOKS += libsystemd-id128-uninstall-hook
2841
2842 EXTRA_DIST += \
2843         src/libsystemd-id128/libsystemd-id128.pc.in \
2844         src/libsystemd-id128/libsystemd-id128.sym
2845
2846 # ------------------------------------------------------------------------------
2847
2848 rootlibexec_PROGRAMS += \
2849         systemd-activate
2850
2851 systemd_activate_SOURCES = \
2852         src/activate/activate.c
2853
2854 systemd_activate_LDADD = \
2855         libsystemd-label.la \
2856         libsystemd-shared.la \
2857         libsystemd-daemon.la
2858
2859 # ------------------------------------------------------------------------------
2860 systemd_journald_SOURCES = \
2861         src/journal/journald.c \
2862         src/journal/journald-server.h
2863
2864 systemd_journald_LDADD = \
2865         libsystemd-journal-internal.la \
2866         libsystemd-shared.la \
2867         libsystemd-id128-internal.la
2868
2869 systemd_cat_SOURCES = \
2870         src/journal/cat.c
2871
2872 systemd_cat_LDADD = \
2873         libsystemd-shared.la \
2874         libsystemd-journal-internal.la
2875
2876 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
2877 journalctl_CFLAGS = \
2878         $(AM_CFLAGS)
2879
2880 journalctl_SOURCES = \
2881         src/journal/journalctl.c
2882
2883 journalctl_LDADD = \
2884         libsystemd-shared.la \
2885         libsystemd-journal-internal.la \
2886         libsystemd-id128-internal.la \
2887         libsystemd-logs.la
2888
2889 if HAVE_ACL
2890 journalctl_LDADD += \
2891         libsystemd-acl.la
2892 endif
2893
2894 if HAVE_QRENCODE
2895 journalctl_SOURCES += \
2896         src/journal/journal-qrcode.c \
2897         src/journal/journal-qrcode.h
2898
2899 journalctl_CFLAGS += \
2900         $(QRENCODE_CFLAGS)
2901
2902 journalctl_LDADD += \
2903         $(QRENCODE_LIBS)
2904 endif
2905
2906 test_journal_SOURCES = \
2907         src/journal/test-journal.c
2908
2909 test_journal_LDADD = \
2910         libsystemd-shared.la \
2911         libsystemd-journal-internal.la \
2912         libsystemd-id128-internal.la
2913
2914 test_journal_send_SOURCES = \
2915         src/journal/test-journal-send.c
2916
2917 test_journal_send_LDADD = \
2918         libsystemd-shared.la \
2919         libsystemd-journal-internal.la \
2920         libsystemd-id128-internal.la
2921
2922 test_journal_syslog_SOURCES = \
2923         src/journal/test-journal-syslog.c
2924
2925 test_journal_syslog_LDADD = \
2926         libsystemd-journal-internal.la \
2927         libsystemd-shared.la \
2928         libsystemd-id128-internal.la
2929
2930 test_journal_match_SOURCES = \
2931         src/journal/test-journal-match.c
2932
2933 test_journal_match_LDADD = \
2934         libsystemd-shared.la \
2935         libsystemd-journal-internal.la \
2936         libsystemd-id128-internal.la
2937
2938 test_journal_enum_SOURCES = \
2939         src/journal/test-journal-enum.c
2940
2941 test_journal_enum_LDADD = \
2942         libsystemd-shared.la \
2943         libsystemd-journal-internal.la \
2944         libsystemd-id128-internal.la
2945
2946 test_journal_stream_SOURCES = \
2947         src/journal/test-journal-stream.c
2948
2949 test_journal_stream_LDADD = \
2950         libsystemd-shared.la \
2951         libsystemd-journal-internal.la \
2952         libsystemd-id128-internal.la
2953
2954 test_journal_init_SOURCES = \
2955         src/journal/test-journal-init.c
2956
2957 test_journal_init_LDADD = \
2958         libsystemd-shared.la \
2959         libsystemd-daemon-internal.la \
2960         $(RT_LIBS) \
2961         libsystemd-journal.la
2962
2963 test_journal_verify_SOURCES = \
2964         src/journal/test-journal-verify.c
2965
2966 test_journal_verify_LDADD = \
2967         libsystemd-shared.la \
2968         libsystemd-journal-internal.la \
2969         libsystemd-id128-internal.la
2970
2971 test_journal_interleaving_SOURCES = \
2972         src/journal/test-journal-interleaving.c
2973
2974 test_journal_interleaving_LDADD = \
2975         libsystemd-shared.la \
2976         libsystemd-journal-internal.la \
2977         libsystemd-id128-internal.la
2978
2979 test_mmap_cache_SOURCES = \
2980         src/journal/test-mmap-cache.c
2981
2982 test_mmap_cache_LDADD = \
2983         libsystemd-shared.la \
2984         libsystemd-journal-internal.la
2985
2986 test_catalog_SOURCES = \
2987         src/journal/test-catalog.c
2988
2989 test_catalog_CFLAGS = \
2990         $(AM_CFLAGS) \
2991         -DCATALOG_DIR=\"$(abs_top_srcdir)/catalog\"
2992
2993 test_catalog_LDADD = \
2994         libsystemd-shared.la \
2995         libsystemd-label.la \
2996         libsystemd-journal-internal.la \
2997         libsystemd-id128-internal.la
2998
2999 libsystemd_journal_la_SOURCES = \
3000         src/journal/sd-journal.c \
3001         src/systemd/sd-journal.h \
3002         src/systemd/_sd-common.h \
3003         src/journal/journal-file.c \
3004         src/journal/journal-file.h \
3005         src/journal/journal-vacuum.c \
3006         src/journal/journal-vacuum.h \
3007         src/journal/journal-verify.c \
3008         src/journal/journal-verify.h \
3009         src/journal/lookup3.c \
3010         src/journal/lookup3.h \
3011         src/journal/journal-send.c \
3012         src/journal/journal-def.h \
3013         src/journal/compress.h \
3014         src/journal/catalog.c \
3015         src/journal/catalog.h \
3016         src/journal/mmap-cache.c \
3017         src/journal/mmap-cache.h
3018
3019 libsystemd_journal_la_CFLAGS = \
3020         $(AM_CFLAGS) \
3021         -fvisibility=hidden
3022
3023 libsystemd_journal_la_LDFLAGS = \
3024         $(AM_LDFLAGS) \
3025         -version-info $(LIBSYSTEMD_JOURNAL_CURRENT):$(LIBSYSTEMD_JOURNAL_REVISION):$(LIBSYSTEMD_JOURNAL_AGE) \
3026         -Wl,--version-script=$(top_srcdir)/src/journal/libsystemd-journal.sym
3027
3028 libsystemd_journal_la_LIBADD = \
3029         libsystemd-shared.la \
3030         libsystemd-label.la \
3031         libsystemd-daemon-internal.la \
3032         $(RT_LIBS) \
3033         libsystemd-id128-internal.la
3034
3035 libsystemd_journal_internal_la_SOURCES = \
3036         $(libsystemd_journal_la_SOURCES) \
3037         src/journal/journald-kmsg.c \
3038         src/journal/journald-kmsg.h \
3039         src/journal/journald-syslog.c \
3040         src/journal/journald-syslog.h \
3041         src/journal/journald-stream.c \
3042         src/journal/journald-stream.h \
3043         src/journal/journald-server.c \
3044         src/journal/journald-server.h \
3045         src/journal/journald-console.c \
3046         src/journal/journald-console.h \
3047         src/journal/journald-native.c \
3048         src/journal/journald-native.h \
3049         src/journal/journald-rate-limit.c \
3050         src/journal/journald-rate-limit.h \
3051         src/journal/journal-internal.h
3052
3053 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
3054 libsystemd_journal_internal_la_CFLAGS = \
3055         $(AM_CFLAGS)
3056
3057 libsystemd_journal_internal_la_LIBADD = \
3058         libsystemd-audit.la \
3059         libsystemd-daemon.la \
3060         libudev.la \
3061         libsystemd-shared.la \
3062         libsystemd-label.la
3063
3064 nodist_libsystemd_journal_internal_la_SOURCES = \
3065         src/journal/journald-gperf.c
3066
3067 if ENABLE_LOGIND
3068 libsystemd_journal_internal_la_LIBADD += \
3069         libsystemd-login-internal.la
3070 endif
3071
3072 if HAVE_ACL
3073 libsystemd_journal_internal_la_LIBADD += \
3074         libsystemd-acl.la
3075 endif
3076
3077 if HAVE_XZ
3078 libsystemd_journal_la_SOURCES += \
3079         src/journal/compress.c
3080
3081 libsystemd_journal_la_CFLAGS += \
3082         $(XZ_CFLAGS)
3083
3084 libsystemd_journal_la_LIBADD += \
3085         $(XZ_LIBS)
3086
3087 libsystemd_journal_internal_la_CFLAGS += \
3088         $(XZ_CFLAGS)
3089
3090 libsystemd_journal_internal_la_LIBADD += \
3091         $(XZ_LIBS)
3092
3093 endif
3094
3095 if HAVE_GCRYPT
3096 libsystemd_journal_la_SOURCES += \
3097         src/journal/journal-authenticate.c \
3098         src/journal/journal-authenticate.h \
3099         src/journal/fsprg.c \
3100         src/journal/fsprg.h
3101
3102 libsystemd_journal_la_CFLAGS += \
3103         $(GCRYPT_CFLAGS) \
3104         -Wno-pointer-arith
3105
3106 libsystemd_journal_la_LIBADD += \
3107         $(GCRYPT_LIBS)
3108
3109 libsystemd_journal_internal_la_CFLAGS += \
3110         $(GCRYPT_CFLAGS) \
3111         -Wno-pointer-arith
3112
3113 libsystemd_journal_internal_la_LIBADD += \
3114         $(GCRYPT_LIBS)
3115 endif
3116
3117 # move lib from $(libdir) to $(rootlibdir) and update devel link, if
3118 # needed. Also, grant read access to new journal files to members of
3119 # "adm" and "wheel".
3120 libsystemd-journal-install-hook:
3121         libname=libsystemd-journal.so && $(move-to-rootlibdir)
3122         -$(MKDIR_P) $(DESTDIR)/var/log/journal
3123         -chown 0:0 $(DESTDIR)/var/log/journal
3124         -chmod 755 $(DESTDIR)/var/log/journal
3125         -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
3126         -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
3127
3128 libsystemd-journal-uninstall-hook:
3129         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so*
3130
3131 INSTALL_EXEC_HOOKS += libsystemd-journal-install-hook
3132 UNINSTALL_EXEC_HOOKS += libsystemd-journal-uninstall-hook
3133
3134 # ------------------------------------------------------------------------------
3135
3136 # Update catalog on installation. Do not bother if installing
3137 # in DESTDIR, since this is likely for packaging purposes.
3138 catalog-update-hook:
3139         -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog
3140
3141 INSTALL_DATA_HOOKS += \
3142         catalog-update-hook
3143
3144 catalog-remove-hook:
3145         -test -n "$(DESTDIR)" || rm -f $(catalogstatedir)/database
3146
3147 UNINSTALL_DATA_HOOKS += \
3148         catalog-remove-hook
3149
3150 manual_tests += \
3151         test-journal-enum
3152
3153 tests += \
3154         test-journal \
3155         test-journal-send \
3156         test-journal-syslog \
3157         test-journal-match \
3158         test-journal-stream \
3159         test-journal-init \
3160         test-journal-verify \
3161         test-journal-interleaving \
3162         test-mmap-cache \
3163         test-catalog
3164
3165 pkginclude_HEADERS += \
3166         src/systemd/sd-journal.h \
3167         src/systemd/sd-messages.h \
3168         src/systemd/_sd-common.h
3169
3170 lib_LTLIBRARIES += \
3171         libsystemd-journal.la
3172
3173 noinst_LTLIBRARIES += \
3174         libsystemd-journal-internal.la
3175
3176 rootlibexec_PROGRAMS += \
3177         systemd-journald
3178
3179 rootbin_PROGRAMS += \
3180         journalctl
3181
3182 bin_PROGRAMS += \
3183         systemd-cat
3184
3185 dist_systemunit_DATA += \
3186         units/systemd-journald.socket
3187
3188 nodist_systemunit_DATA += \
3189         units/systemd-journald.service \
3190         units/systemd-journal-flush.service
3191
3192 dist_pkgsysconf_DATA += \
3193         src/journal/journald.conf
3194
3195 pkgconfiglib_DATA += \
3196         src/journal/libsystemd-journal.pc
3197
3198 dist_catalog_DATA = \
3199         catalog/systemd.catalog
3200
3201 SOCKETS_TARGET_WANTS += \
3202         systemd-journald.socket
3203 SYSINIT_TARGET_WANTS += \
3204         systemd-journald.service \
3205         systemd-journal-flush.service
3206
3207 EXTRA_DIST += \
3208         src/journal/libsystemd-journal.pc.in \
3209         src/journal/libsystemd-journal.sym \
3210         units/systemd-journald.service.in \
3211         units/systemd-journal-flush.service.in \
3212         src/journal/journald-gperf.gperf
3213
3214 CLEANFILES += \
3215         src/journal/journald-gperf.c
3216
3217 # ------------------------------------------------------------------------------
3218 if HAVE_MICROHTTPD
3219 gatewayddocumentrootdir=$(pkgdatadir)/gatewayd
3220
3221 rootlibexec_PROGRAMS += \
3222         systemd-journal-gatewayd
3223
3224 systemd_journal_gatewayd_SOURCES = \
3225         src/journal/journal-gatewayd.c \
3226         src/journal/microhttpd-util.h \
3227         src/journal/microhttpd-util.c
3228
3229 systemd_journal_gatewayd_LDADD = \
3230         libsystemd-shared.la \
3231         libsystemd-logs.la \
3232         libsystemd-journal-internal.la \
3233         libsystemd-id128-internal.la \
3234         libsystemd-daemon.la \
3235         libsystemd-bus.la \
3236         $(MICROHTTPD_LIBS)
3237
3238 systemd_journal_gatewayd_CFLAGS = \
3239         $(AM_CFLAGS) \
3240         -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\" \
3241         $(MICROHTTPD_CFLAGS)
3242
3243 dist_systemunit_DATA += \
3244         units/systemd-journal-gatewayd.socket
3245
3246 nodist_systemunit_DATA += \
3247         units/systemd-journal-gatewayd.service
3248
3249 dist_gatewayddocumentroot_DATA = \
3250         src/journal/browse.html
3251
3252 endif
3253
3254 EXTRA_DIST += \
3255         units/systemd-journal-gatewayd.service.in
3256
3257 # ------------------------------------------------------------------------------
3258
3259 systemd_socket_proxyd_SOURCES = \
3260         src/socket-proxy/socket-proxyd.c
3261
3262 systemd_socket_proxyd_LDADD = \
3263         libsystemd-logs.la \
3264         libsystemd-event.la \
3265         libsystemd-journal-internal.la \
3266         libsystemd-id128-internal.la \
3267         libsystemd-shared.la \
3268         libsystemd-daemon.la
3269
3270 # ------------------------------------------------------------------------------
3271 if ENABLE_COREDUMP
3272 systemd_coredump_SOURCES = \
3273         src/journal/coredump.c
3274
3275 systemd_coredump_LDADD = \
3276         libsystemd-journal-internal.la \
3277         libsystemd-label.la \
3278         libsystemd-shared.la
3279
3280 if ENABLE_LOGIND
3281 systemd_coredump_LDADD += \
3282         libsystemd-login-internal.la
3283 endif
3284
3285 rootlibexec_PROGRAMS += \
3286         systemd-coredump
3287
3288 systemd_coredumpctl_SOURCES = \
3289         src/journal/coredumpctl.c
3290
3291 systemd_coredumpctl_LDADD = \
3292         libsystemd-shared.la \
3293         libsystemd-journal.la \
3294         libsystemd-journal-internal.la \
3295         libsystemd-id128-internal.la
3296
3297 bin_PROGRAMS += \
3298         systemd-coredumpctl
3299
3300 dist_bashcompletion_DATA += \
3301         shell-completion/bash/systemd-coredumpctl
3302
3303 dist_zshcompletion_DATA += \
3304         shell-completion/zsh/_systemd-coredumpctl
3305
3306 sysctl_DATA = \
3307         sysctl.d/50-coredump.conf
3308
3309 CLEANFILES += \
3310         sysctl.d/50-coredump.conf
3311 endif
3312
3313 EXTRA_DIST += \
3314         sysctl.d/50-coredump.conf.in
3315
3316 # ------------------------------------------------------------------------------
3317 if ENABLE_BINFMT
3318 systemd_binfmt_SOURCES = \
3319         src/binfmt/binfmt.c
3320
3321 systemd_binfmt_LDADD = \
3322         libsystemd-shared.la
3323
3324 rootlibexec_PROGRAMS += \
3325         systemd-binfmt
3326
3327 dist_systemunit_DATA += \
3328         units/proc-sys-fs-binfmt_misc.automount \
3329         units/proc-sys-fs-binfmt_misc.mount
3330
3331 nodist_systemunit_DATA += \
3332         units/systemd-binfmt.service
3333
3334 INSTALL_DIRS += \
3335         $(prefix)/lib/binfmt.d \
3336         $(sysconfdir)/binfmt.d
3337
3338 SYSINIT_TARGET_WANTS += \
3339         systemd-binfmt.service \
3340         proc-sys-fs-binfmt_misc.automount
3341
3342 endif
3343
3344 EXTRA_DIST += \
3345         units/systemd-binfmt.service.in
3346
3347 # ------------------------------------------------------------------------------
3348 if ENABLE_VCONSOLE
3349 systemd_vconsole_setup_SOURCES = \
3350         src/vconsole/vconsole-setup.c
3351
3352 systemd_vconsole_setup_LDADD = \
3353         libsystemd-shared.la
3354
3355 rootlibexec_PROGRAMS += \
3356         systemd-vconsole-setup
3357
3358 nodist_systemunit_DATA += \
3359         units/systemd-vconsole-setup.service
3360
3361 SYSINIT_TARGET_WANTS += \
3362         systemd-vconsole-setup.service
3363 endif
3364
3365 EXTRA_DIST += \
3366         units/systemd-vconsole-setup.service.in
3367
3368 # ------------------------------------------------------------------------------
3369 if ENABLE_READAHEAD
3370 systemd_readahead_SOURCES = \
3371         src/readahead/readahead.c \
3372         src/readahead/readahead-collect.c \
3373         src/readahead/readahead-replay.c \
3374         src/readahead/readahead-analyze.c \
3375         src/readahead/readahead-common.c \
3376         src/readahead/readahead-common.h
3377
3378 systemd_readahead_LDADD = \
3379         libsystemd-shared.la \
3380         libsystemd-daemon.la \
3381         libudev.la
3382
3383 dist_doc_DATA += \
3384         src/readahead/sd-readahead.c \
3385         src/systemd/sd-readahead.h
3386
3387 rootlibexec_PROGRAMS += \
3388         systemd-readahead
3389
3390 dist_systemunit_DATA += \
3391         units/systemd-readahead-drop.service \
3392         units/systemd-readahead-done.timer
3393
3394 nodist_systemunit_DATA += \
3395         units/systemd-readahead-collect.service \
3396         units/systemd-readahead-replay.service \
3397         units/systemd-readahead-done.service
3398
3399 endif
3400
3401 EXTRA_DIST += \
3402         units/systemd-readahead-collect.service.in \
3403         units/systemd-readahead-replay.service.in \
3404         units/systemd-readahead-done.service.in
3405
3406 # ------------------------------------------------------------------------------
3407 if ENABLE_BOOTCHART
3408 systemd_bootchart_SOURCES = \
3409         src/bootchart/bootchart.c \
3410         src/bootchart/bootchart.h \
3411         src/bootchart/store.c \
3412         src/bootchart/store.h \
3413         src/bootchart/svg.c \
3414         src/bootchart/svg.h
3415
3416 systemd_bootchart_LDADD = \
3417         libsystemd-shared.la \
3418         libsystemd-journal.la
3419
3420 rootlibexec_PROGRAMS += \
3421         systemd-bootchart
3422
3423 dist_pkgsysconf_DATA += \
3424         src/bootchart/bootchart.conf
3425 endif
3426
3427 # ------------------------------------------------------------------------------
3428 if ENABLE_QUOTACHECK
3429 rootlibexec_PROGRAMS += \
3430         systemd-quotacheck
3431
3432 nodist_systemunit_DATA += \
3433         units/systemd-quotacheck.service
3434
3435 systemd_quotacheck_SOURCES = \
3436         src/quotacheck/quotacheck.c
3437
3438 systemd_quotacheck_LDADD = \
3439         libsystemd-shared.la
3440 endif
3441
3442 EXTRA_DIST += \
3443         units/systemd-quotacheck.service.in
3444
3445 nodist_systemunit_DATA += \
3446         units/quotaon.service
3447
3448 # ------------------------------------------------------------------------------
3449 if ENABLE_RANDOMSEED
3450 rootlibexec_PROGRAMS += \
3451         systemd-random-seed
3452
3453 nodist_systemunit_DATA += \
3454         units/systemd-random-seed.service
3455
3456 systemd_random_seed_SOURCES = \
3457         src/random-seed/random-seed.c
3458
3459 systemd_random_seed_LDADD = \
3460         libsystemd-label.la \
3461         libsystemd-shared.la
3462
3463 SYSINIT_TARGET_WANTS += \
3464         systemd-random-seed.service
3465
3466 endif
3467
3468 EXTRA_DIST += \
3469         units/systemd-random-seed.service.in
3470
3471 # ------------------------------------------------------------------------------
3472 if ENABLE_BACKLIGHT
3473 rootlibexec_PROGRAMS += \
3474         systemd-backlight
3475
3476 nodist_systemunit_DATA += \
3477         units/systemd-backlight@.service
3478
3479 systemd_backlight_SOURCES = \
3480         src/backlight/backlight.c
3481
3482 systemd_backlight_LDADD = \
3483         libsystemd-label.la \
3484         libsystemd-shared.la \
3485         libudev-private.la
3486 endif
3487
3488 EXTRA_DIST += \
3489         units/systemd-backlight@.service.in
3490
3491 # ------------------------------------------------------------------------------
3492 if ENABLE_RFKILL
3493 rootlibexec_PROGRAMS += \
3494         systemd-rfkill
3495
3496 nodist_systemunit_DATA += \
3497         units/systemd-rfkill@.service
3498
3499 systemd_rfkill_SOURCES = \
3500         src/rfkill/rfkill.c
3501
3502 systemd_rfkill_LDADD = \
3503         libsystemd-label.la \
3504         libsystemd-shared.la \
3505         libudev-private.la
3506 endif
3507
3508 EXTRA_DIST += \
3509         units/systemd-rfkill@.service.in
3510
3511 # ------------------------------------------------------------------------------
3512 if HAVE_LIBCRYPTSETUP
3513 rootlibexec_PROGRAMS += \
3514         systemd-cryptsetup
3515
3516 systemgenerator_PROGRAMS += \
3517         systemd-cryptsetup-generator
3518
3519 dist_systemunit_DATA += \
3520         units/cryptsetup.target
3521
3522 systemd_cryptsetup_SOURCES = \
3523         src/cryptsetup/cryptsetup.c
3524
3525 systemd_cryptsetup_CFLAGS = \
3526         $(AM_CFLAGS) \
3527         $(LIBCRYPTSETUP_CFLAGS)
3528
3529 systemd_cryptsetup_LDADD = \
3530         libsystemd-label.la \
3531         libsystemd-shared.la \
3532         libudev.la \
3533         $(LIBCRYPTSETUP_LIBS)
3534
3535 systemd_cryptsetup_generator_SOURCES = \
3536         src/cryptsetup/cryptsetup-generator.c
3537
3538 systemd_cryptsetup_generator_LDADD = \
3539         libsystemd-label.la \
3540         libsystemd-shared.la
3541
3542 SYSINIT_TARGET_WANTS += \
3543         cryptsetup.target
3544
3545 endif
3546
3547 # ------------------------------------------------------------------------------
3548 if ENABLE_HOSTNAMED
3549 systemd_hostnamed_SOURCES = \
3550         src/hostname/hostnamed.c
3551
3552 systemd_hostnamed_LDADD = \
3553         libsystemd-label.la \
3554         libsystemd-bus-internal.la \
3555         libsystemd-id128-internal.la \
3556         libsystemd-daemon-internal.la \
3557         libsystemd-shared.la
3558
3559 rootlibexec_PROGRAMS += \
3560         systemd-hostnamed
3561
3562 nodist_systemunit_DATA += \
3563         units/systemd-hostnamed.service
3564
3565 dist_dbuspolicy_DATA += \
3566         src/hostname/org.freedesktop.hostname1.conf
3567
3568 dist_dbussystemservice_DATA += \
3569         src/hostname/org.freedesktop.hostname1.service
3570
3571 polkitpolicy_files += \
3572         src/hostname/org.freedesktop.hostname1.policy
3573
3574 SYSTEM_UNIT_ALIASES += \
3575         systemd-hostnamed.service dbus-org.freedesktop.hostname1.service
3576
3577 hostnamectl_SOURCES = \
3578         src/hostname/hostnamectl.c
3579
3580 hostnamectl_LDADD = \
3581         libsystemd-bus-internal.la \
3582         libsystemd-id128-internal.la \
3583         libsystemd-daemon-internal.la \
3584         libsystemd-shared.la
3585
3586 bin_PROGRAMS += \
3587         hostnamectl
3588
3589 dist_bashcompletion_DATA += \
3590         shell-completion/bash/hostnamectl
3591
3592 dist_zshcompletion_DATA += \
3593         shell-completion/zsh/_hostnamectl
3594
3595 endif
3596
3597 polkitpolicy_in_files += \
3598         src/hostname/org.freedesktop.hostname1.policy.in
3599
3600 EXTRA_DIST += \
3601         units/systemd-hostnamed.service.in
3602
3603 # ------------------------------------------------------------------------------
3604 if ENABLE_LOCALED
3605 systemd_localed_SOURCES = \
3606         src/locale/localed.c
3607
3608 systemd_localed_LDADD = \
3609         libsystemd-label.la \
3610         libsystemd-bus-internal.la \
3611         libsystemd-id128-internal.la \
3612         libsystemd-daemon-internal.la \
3613         libsystemd-shared.la
3614
3615 nodist_systemunit_DATA += \
3616         units/systemd-localed.service
3617
3618 rootlibexec_PROGRAMS += \
3619         systemd-localed
3620
3621 dist_dbuspolicy_DATA += \
3622         src/locale/org.freedesktop.locale1.conf
3623
3624 dist_dbussystemservice_DATA += \
3625         src/locale/org.freedesktop.locale1.service
3626
3627 polkitpolicy_files += \
3628         src/locale/org.freedesktop.locale1.policy
3629
3630 SYSTEM_UNIT_ALIASES += \
3631         systemd-localed.service dbus-org.freedesktop.locale1.service
3632
3633 dist_pkgdata_DATA += \
3634         src/locale/kbd-model-map
3635
3636 dist_noinst_SCRIPT = \
3637         src/locale/generate-kbd-model-map
3638
3639 update-kbd-model-map: src/locale/generate-kbd-model-map
3640         $PYTHON $< > src/locale/kbd-model-map
3641
3642 localectl_SOURCES = \
3643         src/locale/localectl.c
3644
3645 localectl_LDADD = \
3646         libsystemd-bus-internal.la \
3647         libsystemd-id128-internal.la \
3648         libsystemd-daemon-internal.la \
3649         libsystemd-shared.la
3650
3651 bin_PROGRAMS += \
3652         localectl
3653
3654 dist_bashcompletion_DATA += \
3655         shell-completion/bash/localectl
3656
3657 dist_zshcompletion_DATA += \
3658         shell-completion/zsh/_localectl
3659
3660 endif
3661
3662 polkitpolicy_in_files += \
3663         src/locale/org.freedesktop.locale1.policy.in
3664
3665 EXTRA_DIST += \
3666         units/systemd-localed.service.in
3667
3668 # ------------------------------------------------------------------------------
3669 if ENABLE_TIMEDATED
3670 systemd_timedated_SOURCES = \
3671         src/timedate/timedated.c
3672
3673 systemd_timedated_LDADD = \
3674         libsystemd-label.la \
3675         libsystemd-bus-internal.la \
3676         libsystemd-id128-internal.la \
3677         libsystemd-daemon-internal.la \
3678         libsystemd-shared.la \
3679         libsystemd-bus.la
3680
3681 rootlibexec_PROGRAMS += \
3682         systemd-timedated
3683
3684 dist_dbussystemservice_DATA += \
3685         src/timedate/org.freedesktop.timedate1.service
3686
3687 dist_dbuspolicy_DATA += \
3688         src/timedate/org.freedesktop.timedate1.conf
3689
3690 nodist_systemunit_DATA += \
3691         units/systemd-timedated.service
3692
3693 polkitpolicy_files += \
3694         src/timedate/org.freedesktop.timedate1.policy
3695
3696 INSTALL_DIRS += \
3697         $(prefix)/lib/systemd/ntp-units.d \
3698         $(sysconfdir)/systemd/ntp-units.d
3699
3700 SYSTEM_UNIT_ALIASES += \
3701         systemd-timedated.service dbus-org.freedesktop.timedate1.service
3702
3703 timedatectl_SOURCES = \
3704         src/timedate/timedatectl.c
3705
3706 timedatectl_LDADD = \
3707         libsystemd-bus-internal.la \
3708         libsystemd-id128-internal.la \
3709         libsystemd-daemon-internal.la \
3710         libsystemd-shared.la
3711
3712 bin_PROGRAMS += \
3713         timedatectl
3714
3715 dist_bashcompletion_DATA += \
3716         shell-completion/bash/timedatectl
3717
3718 dist_zshcompletion_DATA += \
3719         shell-completion/zsh/_timedatectl
3720 endif
3721
3722 polkitpolicy_in_files += \
3723         src/timedate/org.freedesktop.timedate1.policy.in
3724
3725 EXTRA_DIST += \
3726         units/systemd-timedated.service.in
3727
3728 # ------------------------------------------------------------------------------
3729 if HAVE_MYHOSTNAME
3730 libnss_myhostname_la_SOURCES = \
3731         src/nss-myhostname/nss-myhostname.c \
3732         src/nss-myhostname/ifconf.h \
3733         src/nss-myhostname/netlink.c
3734
3735 libnss_myhostname_la_LDFLAGS = \
3736         $(AM_LDFLAGS) \
3737         -module \
3738         -export-dynamic \
3739         -avoid-version \
3740         -shared \
3741         -shrext .so.2
3742
3743 lib_LTLIBRARIES += \
3744         libnss_myhostname.la
3745 endif
3746
3747 # ------------------------------------------------------------------------------
3748 if ENABLE_MACHINED
3749 systemd_machined_SOURCES = \
3750         src/machine/machined.c \
3751         src/machine/machined.h
3752
3753 systemd_machined_LDADD = \
3754         libsystemd-machine-core.la \
3755         $(libsystemd_machine_core_la_LIBADD)
3756
3757 rootlibexec_PROGRAMS += \
3758         systemd-machined
3759
3760 libsystemd_machine_core_la_SOURCES = \
3761         src/machine/machined-dbus.c \
3762         src/machine/machine.c \
3763         src/machine/machine.h \
3764         src/machine/machine-dbus.c
3765
3766 libsystemd_machine_core_la_LIBADD = \
3767         libsystemd-label.la \
3768         libsystemd-audit.la \
3769         libsystemd-shared.la \
3770         libsystemd-daemon.la \
3771         libsystemd-bus-internal.la \
3772         libsystemd-id128-internal.la \
3773         libudev.la
3774
3775 noinst_LTLIBRARIES += \
3776         libsystemd-machine-core.la
3777
3778 machinectl_SOURCES = \
3779         src/machine/machinectl.c
3780
3781 machinectl_LDADD = \
3782         libsystemd-bus-internal.la \
3783         libsystemd-id128-internal.la \
3784         libsystemd-daemon-internal.la \
3785         libsystemd-shared.la
3786
3787 rootbin_PROGRAMS += \
3788         machinectl
3789
3790 test_machine_tables_SOURCES = \
3791         src/machine/test-machine-tables.c
3792
3793 test_machine_tables_LDADD = \
3794         libsystemd-machine-core.la
3795
3796 tests += \
3797         test-machine-tables
3798
3799 nodist_systemunit_DATA += \
3800         units/systemd-machined.service
3801
3802 dist_systemunit_DATA += \
3803         units/machine.slice
3804
3805 dist_dbussystemservice_DATA += \
3806         src/machine/org.freedesktop.machine1.service
3807
3808 dist_dbuspolicy_DATA += \
3809         src/machine/org.freedesktop.machine1.conf
3810
3811 dist_zshcompletion_DATA += \
3812         shell-completion/zsh/_machinectl
3813
3814 SYSTEM_UNIT_ALIASES += \
3815         systemd-machined.service dbus-org.freedesktop.machine1.service
3816
3817 EXTRA_DIST += \
3818         units/systemd-machined.service.in
3819
3820 endif
3821
3822 # ------------------------------------------------------------------------------
3823 if ENABLE_LOGIND
3824 systemd_logind_SOURCES = \
3825         src/login/logind.c \
3826         src/login/logind.h
3827
3828 nodist_systemd_logind_SOURCES = \
3829         src/login/logind-gperf.c
3830
3831 systemd_logind_LDADD = \
3832         libsystemd-logind-core.la \
3833         $(libsystemd_logind_core_la_LIBADD)
3834
3835 libsystemd_logind_core_la_SOURCES = \
3836         src/login/logind-core.c \
3837         src/login/logind-dbus.c \
3838         src/login/logind-device.c \
3839         src/login/logind-device.h \
3840         src/login/logind-button.c \
3841         src/login/logind-button.h \
3842         src/login/logind-action.c \
3843         src/login/logind-action.h \
3844         src/login/logind-seat.c \
3845         src/login/logind-seat.h \
3846         src/login/logind-session.c \
3847         src/login/logind-session.h \
3848         src/login/logind-session-device.c \
3849         src/login/logind-session-device.h \
3850         src/login/logind-user.c \
3851         src/login/logind-user.h \
3852         src/login/logind-inhibit.c \
3853         src/login/logind-inhibit.h \
3854         src/login/logind-session-dbus.c \
3855         src/login/logind-seat-dbus.c \
3856         src/login/logind-user-dbus.c \
3857         src/login/logind-acl.h \
3858         src/login/login-shared.c \
3859         src/login/login-shared.h
3860
3861 libsystemd_logind_core_la_LIBADD = \
3862         libsystemd-label.la \
3863         libsystemd-audit.la \
3864         libsystemd-shared.la \
3865         libsystemd-daemon.la \
3866         libsystemd-id128-internal.la \
3867         libsystemd-bus-internal.la \
3868         libudev.la
3869
3870 if HAVE_ACL
3871 libsystemd_logind_core_la_SOURCES += \
3872         src/login/logind-acl.c
3873
3874 libsystemd_logind_core_la_LIBADD += \
3875         libsystemd-acl.la
3876 endif
3877
3878 noinst_LTLIBRARIES += \
3879         libsystemd-logind-core.la
3880
3881 systemd_user_sessions_SOURCES = \
3882         src/login/user-sessions.c
3883
3884 systemd_user_sessions_LDADD = \
3885         libsystemd-shared.la
3886
3887 rootlibexec_PROGRAMS += \
3888         systemd-logind \
3889         systemd-user-sessions
3890
3891 loginctl_SOURCES = \
3892         src/login/loginctl.c \
3893         src/login/sysfs-show.c
3894
3895 loginctl_CFLAGS = \
3896         $(AM_CFLAGS) \
3897         $(DBUS_CFLAGS)
3898
3899 loginctl_LDADD = \
3900         libsystemd-shared.la \
3901         libsystemd-dbus.la \
3902         libudev.la
3903
3904 rootbin_PROGRAMS += \
3905         loginctl
3906
3907 dist_bashcompletion_DATA += \
3908         shell-completion/bash/loginctl
3909
3910 dist_zshcompletion_DATA += \
3911         shell-completion/zsh/_loginctl \
3912         shell-completion/zsh/_systemd-inhibit
3913
3914 systemd_inhibit_SOURCES = \
3915         src/login/inhibit.c
3916
3917 systemd_inhibit_LDADD = \
3918         libsystemd-bus-internal.la \
3919         libsystemd-id128-internal.la \
3920         libsystemd-daemon-internal.la \
3921         libsystemd-shared.la
3922
3923 rootbin_PROGRAMS += \
3924         systemd-inhibit
3925
3926 test_login_SOURCES = \
3927         src/login/test-login.c
3928
3929 test_login_LDADD = \
3930         libsystemd-login-internal.la \
3931         libsystemd-shared.la
3932
3933 test_login_shared_SOURCES = \
3934         src/login/test-login-shared.c
3935
3936 test_login_shared_LDADD = \
3937         libsystemd-login-internal.la \
3938         libsystemd-shared.la
3939
3940 test_inhibit_SOURCES = \
3941         src/login/test-inhibit.c
3942
3943 test_inhibit_LDADD = \
3944         libsystemd-shared.la \
3945         libsystemd-bus.la
3946
3947 test_login_tables_SOURCES = \
3948         src/login/test-login-tables.c
3949
3950 test_login_tables_LDADD = \
3951         libsystemd-logind-core.la
3952
3953 manual_tests += \
3954         test-login \
3955         test-inhibit
3956
3957 tests += \
3958         test-login-tables \
3959         test-login-shared
3960
3961 libsystemd_login_la_SOURCES = \
3962         src/login/sd-login.c \
3963         src/systemd/sd-login.h \
3964         src/login/login-shared.c \
3965         src/login/login-shared.h
3966
3967 libsystemd_login_la_CFLAGS = \
3968         $(AM_CFLAGS) \
3969         -fvisibility=hidden
3970
3971 libsystemd_login_la_LDFLAGS = \
3972         $(AM_LDFLAGS) \
3973         -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \
3974         -Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
3975
3976 libsystemd_login_la_LIBADD = \
3977         libsystemd-shared.la \
3978         libsystemd-daemon-internal.la \
3979         $(RT_LIBS)
3980
3981 libsystemd_login_internal_la_SOURCES = \
3982         $(libsystemd_login_la_SOURCES)
3983
3984 if HAVE_PAM
3985 pam_systemd_la_SOURCES = \
3986         src/login/pam-module.c
3987
3988 pam_systemd_la_CFLAGS = \
3989         $(AM_CFLAGS) \
3990         $(PAM_CFLAGS) \
3991         -fvisibility=hidden
3992
3993 pam_systemd_la_LDFLAGS = \
3994         $(AM_LDFLAGS) \
3995         -module \
3996         -export-dynamic \
3997         -avoid-version \
3998         -shared \
3999         -export-symbols-regex '^pam_sm_.*'
4000
4001 pam_systemd_la_LIBADD = \
4002         libsystemd-audit.la \
4003         libsystemd-bus.la \
4004         libsystemd-shared.la \
4005         libsystemd-daemon.la \
4006         $(RT_LIBS) \
4007         $(PAM_LIBS)
4008
4009 pamlib_LTLIBRARIES = \
4010         pam_systemd.la
4011
4012 dist_pamconf_DATA = \
4013         src/login/systemd-user
4014 endif
4015
4016 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
4017 libsystemd-login-install-hook:
4018         libname=libsystemd-login.so && $(move-to-rootlibdir)
4019
4020 libsystemd-login-uninstall-hook:
4021         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so*
4022
4023 INSTALL_EXEC_HOOKS += libsystemd-login-install-hook
4024 UNINSTALL_EXEC_HOOKS += libsystemd-login-uninstall-hook
4025
4026 nodist_systemunit_DATA += \
4027         units/systemd-logind.service \
4028         units/systemd-user-sessions.service
4029
4030 dist_systemunit_DATA += \
4031         units/user.slice
4032
4033 dist_dbussystemservice_DATA += \
4034         src/login/org.freedesktop.login1.service
4035
4036 dist_dbuspolicy_DATA += \
4037         src/login/org.freedesktop.login1.conf
4038
4039 dist_pkgsysconf_DATA += \
4040         src/login/logind.conf
4041
4042 pkginclude_HEADERS += \
4043         src/systemd/sd-login.h
4044
4045 lib_LTLIBRARIES += \
4046         libsystemd-login.la
4047
4048 noinst_LTLIBRARIES += \
4049         libsystemd-login-internal.la
4050
4051 pkgconfiglib_DATA += \
4052         src/login/libsystemd-login.pc
4053
4054 polkitpolicy_files += \
4055         src/login/org.freedesktop.login1.policy
4056
4057 INSTALL_DIRS += \
4058         $(systemdstatedir)
4059
4060 MULTI_USER_TARGET_WANTS += \
4061         systemd-logind.service \
4062         systemd-user-sessions.service
4063
4064 SYSTEM_UNIT_ALIASES += \
4065         systemd-logind.service dbus-org.freedesktop.login1.service
4066
4067 systemd_multi_seat_x_SOURCES = \
4068         src/login/multi-seat-x.c
4069
4070 systemd_multi_seat_x_LDADD = \
4071         libsystemd-label.la \
4072         libsystemd-shared.la
4073
4074 rootlibexec_PROGRAMS += \
4075         systemd-multi-seat-x
4076
4077 dist_udevrules_DATA += \
4078         src/login/70-uaccess.rules \
4079         src/login/70-power-switch.rules
4080
4081 nodist_udevrules_DATA += \
4082         src/login/71-seat.rules \
4083         src/login/73-seat-late.rules
4084
4085 CLEANFILES += \
4086         src/login/logind-gperf.c \
4087         src/login/71-seat.rules \
4088         src/login/73-seat-late.rules
4089 endif
4090
4091 polkitpolicy_in_files += \
4092         src/login/org.freedesktop.login1.policy.in
4093
4094 EXTRA_DIST += \
4095         src/login/logind-gperf.gperf \
4096         src/login/libsystemd-login.pc.in \
4097         src/login/libsystemd-login.sym \
4098         src/login/71-seat.rules.in \
4099         src/login/73-seat-late.rules.in \
4100         units/systemd-logind.service.in \
4101         units/systemd-user-sessions.service.in
4102
4103 # ------------------------------------------------------------------------------
4104 if HAVE_PYTHON_DEVEL
4105 pkgpyexec_LTLIBRARIES = \
4106         _journal.la \
4107         id128.la \
4108         _daemon.la \
4109         _reader.la \
4110         login.la
4111
4112 _journal_la_SOURCES = \
4113         src/python-systemd/_journal.c
4114
4115 _journal_la_CFLAGS = \
4116         $(AM_CFLAGS) \
4117         -fvisibility=default \
4118         $(PYTHON_DEVEL_CFLAGS)
4119
4120 _journal_la_LDFLAGS = \
4121         $(AM_LDFLAGS) \
4122         -shared \
4123         -module \
4124         -avoid-version
4125
4126 _journal_la_LIBADD = \
4127         $(PYTHON_DEVEL_LIBS) \
4128         libsystemd-journal.la
4129
4130 id128_la_SOURCES = \
4131         src/python-systemd/id128.c \
4132         src/python-systemd/id128-constants.h \
4133         src/python-systemd/pyutil.c \
4134         src/python-systemd/pyutil.h
4135
4136 id128_la_CFLAGS = \
4137         $(AM_CFLAGS) \
4138         -fvisibility=default \
4139         $(PYTHON_DEVEL_CFLAGS) \
4140         -I$(top_builddir)/src/python-systemd
4141
4142 id128_la_LDFLAGS = \
4143         $(AM_LDFLAGS) \
4144         -shared \
4145         -module \
4146         -avoid-version
4147
4148 id128_la_LIBADD = \
4149         $(PYTHON_DEVEL_LIBS) \
4150         libsystemd-id128.la
4151
4152 _daemon_la_SOURCES = \
4153         src/python-systemd/_daemon.c \
4154         src/python-systemd/pyutil.c \
4155         src/python-systemd/pyutil.h
4156
4157 _daemon_la_CFLAGS = \
4158         $(AM_CFLAGS) \
4159         -fvisibility=default \
4160         $(PYTHON_DEVEL_CFLAGS) \
4161         -I$(top_builddir)/src/python-systemd
4162
4163 _daemon_la_LDFLAGS = \
4164         $(AM_LDFLAGS) \
4165         -shared \
4166         -module \
4167         -avoid-version
4168
4169 _daemon_la_LIBADD = \
4170         $(PYTHON_DEVEL_LIBS) \
4171         libsystemd-daemon.la
4172
4173 _reader_la_SOURCES = \
4174         src/python-systemd/_reader.c \
4175         src/python-systemd/pyutil.c \
4176         src/python-systemd/pyutil.h
4177
4178 _reader_la_CFLAGS = \
4179         $(AM_CFLAGS) \
4180         -fvisibility=default \
4181         $(PYTHON_DEVEL_CFLAGS)
4182
4183 _reader_la_LDFLAGS = \
4184         $(AM_LDFLAGS) \
4185         -shared \
4186         -module \
4187         -avoid-version
4188
4189 _reader_la_LIBADD = \
4190         $(PYTHON_DEVEL_LIBS) \
4191         libsystemd-journal.la \
4192         libsystemd-id128.la \
4193         libsystemd-shared.la \
4194         libsystemd-daemon-internal.la \
4195         $(RT_LIBS)
4196
4197 login_la_SOURCES = \
4198         src/python-systemd/login.c \
4199         src/python-systemd/pyutil.c \
4200         src/python-systemd/pyutil.h
4201
4202 login_la_CFLAGS = \
4203         $(AM_CFLAGS) \
4204         -fvisibility=default \
4205         $(PYTHON_DEVEL_CFLAGS)
4206
4207 login_la_LDFLAGS = \
4208         $(AM_LDFLAGS) \
4209         -shared \
4210         -module \
4211         -avoid-version
4212
4213 login_la_LIBADD = \
4214         $(PYTHON_DEVEL_LIBS) \
4215         libsystemd-journal.la \
4216         libsystemd-login.la \
4217         libsystemd-shared.la \
4218         libsystemd-daemon-internal.la \
4219         $(RT_LIBS)
4220
4221 dist_pkgpyexec_PYTHON = \
4222         src/python-systemd/journal.py \
4223         src/python-systemd/daemon.py \
4224         src/python-systemd/__init__.py
4225
4226 src/python-systemd/id128-constants.h: src/systemd/sd-messages.h Makefile
4227         $(AM_V_at)$(MKDIR_P) $(dir $@)
4228         $(AM_V_GEN)$(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@
4229
4230 BUILT_SOURCES += \
4231         src/python-systemd/id128-constants.h
4232
4233 SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
4234 sphinx-%:
4235         $(AM_V_at)test -n "$(SPHINX_BUILD)" || { echo " *** sphinx-build is not available"; exit 1; }
4236         $(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/
4237         $(AM_V_at)echo Output has been generated in $(abs_top_builddir)/docs/html/python-systemd/
4238
4239 python-shell:
4240         $(AM_V_at)echo "Starting python with $(DESTDIR)$(pyexecdir)"
4241         $(AM_V_at)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(PYTHON)
4242
4243 destdir-sphinx: all
4244         dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
4245                 $(MAKE) DESTDIR="$$dir" install && \
4246                 $(MAKE) DESTDIR="$$dir" sphinx-html && \
4247                 rm -rf "$$dir"
4248
4249 endif
4250
4251 CLEAN_LOCAL_HOOKS += clean-sphinx
4252
4253 clean-sphinx:
4254         -rm -rf docs/html/python-systemd/
4255
4256 # Remove Python stuff, e.g. to force rebuilding for a different Python version.
4257 clean-python:
4258         -rm -rf src/python-systemd/.libs src/python-systemd/*.l[ao]
4259         -rm -f _daemon.la id128.la _journal.la login.la _reader.la
4260
4261 # ------------------------------------------------------------------------------
4262 substitutions = \
4263        '|rootlibexecdir=$(rootlibexecdir)|' \
4264        '|rootbindir=$(rootbindir)|' \
4265        '|bindir=$(bindir)|' \
4266        '|SYSTEMCTL=$(rootbindir)/systemctl|' \
4267        '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \
4268        '|pkgsysconfdir=$(pkgsysconfdir)|' \
4269        '|SYSTEM_CONFIG_UNIT_PATH=$(pkgsysconfdir)/system|' \
4270        '|USER_CONFIG_UNIT_PATH=$(pkgsysconfdir)/user|' \
4271        '|pkgdatadir=$(pkgdatadir)|' \
4272        '|systemunitdir=$(systemunitdir)|' \
4273        '|userunitdir=$(userunitdir)|' \
4274        '|systempresetdir=$(systempresetdir)|' \
4275        '|userpresetdir=$(userpresetdir)|' \
4276        '|udevhwdbdir=$(udevhwdbdir)|' \
4277        '|udevrulesdir=$(udevrulesdir)|' \
4278        '|catalogdir=$(catalogdir)|' \
4279        '|tmpfilesdir=$(tmpfilesdir)|' \
4280        '|sysctldir=$(sysctldir)|' \
4281        '|systemgeneratordir=$(systemgeneratordir)|' \
4282        '|usergeneratordir=$(usergeneratordir)|' \
4283        '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
4284        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
4285        '|PACKAGE_URL=$(PACKAGE_URL)|' \
4286        '|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \
4287        '|prefix=$(prefix)|' \
4288        '|exec_prefix=$(exec_prefix)|' \
4289        '|libdir=$(libdir)|' \
4290        '|includedir=$(includedir)|' \
4291        '|VERSION=$(VERSION)|' \
4292        '|rootprefix=$(rootprefix)|' \
4293        '|udevlibexecdir=$(udevlibexecdir)|' \
4294        '|SUSHELL=$(SUSHELL)|' \
4295        '|DEBUGTTY=$(DEBUGTTY)|' \
4296        '|KILL=$(KILL)|' \
4297        '|KMOD=$(KMOD)|' \
4298        '|MKDIR_P=$(MKDIR_P)|' \
4299        '|QUOTAON=$(QUOTAON)|' \
4300        '|QUOTACHECK=$(QUOTACHECK)|' \
4301        '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \
4302        '|VARLOGDIR=$(varlogdir)|' \
4303        '|RC_LOCAL_SCRIPT_PATH_START=$(RC_LOCAL_SCRIPT_PATH_START)|' \
4304        '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \
4305        '|PYTHON=$(PYTHON)|' \
4306        '|PYTHON_BINARY=$(PYTHON_BINARY)|'
4307
4308 SED_PROCESS = \
4309         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
4310         $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
4311                 < $< > $@
4312
4313 units/%: units/%.in Makefile
4314         $(SED_PROCESS)
4315
4316 man/%: man/%.in Makefile
4317         $(SED_PROCESS)
4318
4319 sysctl.d/%: sysctl.d/%.in Makefile
4320         $(SED_PROCESS)
4321
4322 %.pc: %.pc.in Makefile
4323         $(SED_PROCESS)
4324
4325 src/core/macros.%: src/core/macros.%.in Makefile
4326         $(SED_PROCESS)
4327
4328 src/%.policy.in: src/%.policy.in.in Makefile
4329         $(SED_PROCESS)
4330
4331 %.rules: %.rules.in Makefile
4332         $(SED_PROCESS)
4333
4334 %.sh: %.sh.in Makefile
4335         $(SED_PROCESS)
4336         $(AM_V_GEN)chmod +x $@
4337
4338 src/%.c: src/%.gperf
4339         $(AM_V_at)$(MKDIR_P) $(dir $@)
4340         $(AM_V_GPERF)$(GPERF) < $< > $@
4341
4342 src/%: src/%.m4
4343         $(AM_V_at)$(MKDIR_P) $(dir $@)
4344         $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
4345
4346 units/%: units/%.m4 Makefile
4347         $(AM_V_M4)$(MKDIR_P) $(dir $@)
4348         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@
4349
4350 units/user/%: units/%.m4 Makefile
4351         $(AM_V_M4)$(MKDIR_P) $(dir $@)
4352         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
4353
4354 if ENABLE_POLKIT
4355 nodist_polkitpolicy_DATA = \
4356         $(polkitpolicy_files) \
4357         $(polkitpolicy_in_in_files:.policy.in.in=.policy)
4358 endif
4359
4360 EXTRA_DIST += \
4361         $(polkitpolicy_in_files) \
4362         $(polkitpolicy_in_in_files)
4363
4364 CLEANFILES += \
4365         $(nodist_systemunit_DATA) \
4366         $(nodist_userunit_DATA) \
4367         $(pkgconfigdata_DATA) \
4368         $(pkgconfiglib_DATA) \
4369         $(nodist_polkitpolicy_DATA)
4370
4371 # ------------------------------------------------------------------------------
4372 if ENABLE_MANPAGES
4373 man/custom-entities.ent: Makefile
4374         $(AM_V_GEN)$(MKDIR_P) $(dir $@)
4375         $(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \
4376          echo '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">,$(substitutions))))') \
4377          > $@ # '
4378
4379 DISTCLEANFILES += \
4380         man/custom-entities.ent
4381
4382 XSLTPROC_FLAGS = \
4383         --nonet \
4384         --stringparam man.output.quietly 1 \
4385         --stringparam funcsynopsis.style ansi \
4386         --stringparam man.authors.section.enabled 0 \
4387         --stringparam man.copyright.section.enabled 0 \
4388         --stringparam systemd.version $(VERSION) \
4389         --path '$(builddir)/man:$(srcdir)/man'
4390
4391 XSLTPROC_PROCESS_MAN = \
4392         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-man.xsl $<
4393
4394 XSLTPROC_PROCESS_HTML = \
4395         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
4396
4397 man/%.1: man/%.xml man/custom-man.xsl man/custom-entities.ent
4398         $(XSLTPROC_PROCESS_MAN)
4399
4400 man/%.3: man/%.xml man/custom-man.xsl man/custom-entities.ent
4401         $(XSLTPROC_PROCESS_MAN)
4402
4403 man/%.5: man/%.xml man/custom-man.xsl man/custom-entities.ent
4404         $(XSLTPROC_PROCESS_MAN)
4405
4406 man/%.7: man/%.xml man/custom-man.xsl man/custom-entities.ent
4407         $(XSLTPROC_PROCESS_MAN)
4408
4409 man/%.8: man/%.xml man/custom-man.xsl man/custom-entities.ent
4410         $(XSLTPROC_PROCESS_MAN)
4411
4412 man/%.html: man/%.xml man/custom-html.xsl man/custom-entities.ent
4413         $(XSLTPROC_PROCESS_HTML)
4414
4415 define html-alias
4416         $(AM_V_LN)$(LN_S) -f $(notdir $<) $@
4417 endef
4418
4419 endif
4420
4421 EXTRA_DIST += \
4422         man/custom-html.xsl \
4423         man/custom-man.xsl
4424
4425 # ------------------------------------------------------------------------------
4426 if HAVE_SYSV_COMPAT
4427 sysvinit_DATA = \
4428         docs/sysvinit/README
4429
4430 varlog_DATA = \
4431         docs/var-log/README
4432
4433 docs/sysvinit/README: docs/sysvinit/README.in
4434         $(SED_PROCESS)
4435
4436 docs/var-log/README: docs/var-log/README.in
4437         $(SED_PROCESS)
4438
4439 CLEANFILES += \
4440         docs/sysvinit/README \
4441         docs/var-log/README
4442 endif
4443
4444 EXTRA_DIST += \
4445         docs/sysvinit/README.in \
4446         docs/var-log/README.in
4447
4448 SOCKETS_TARGET_WANTS += \
4449         systemd-initctl.socket \
4450         systemd-shutdownd.socket
4451
4452 if HAVE_SYSV_COMPAT
4453 RUNLEVEL1_TARGET_WANTS += \
4454         systemd-update-utmp-runlevel.service
4455 RUNLEVEL2_TARGET_WANTS += \
4456         systemd-update-utmp-runlevel.service
4457 RUNLEVEL3_TARGET_WANTS += \
4458         systemd-update-utmp-runlevel.service
4459 RUNLEVEL4_TARGET_WANTS += \
4460         systemd-update-utmp-runlevel.service
4461 RUNLEVEL5_TARGET_WANTS += \
4462         systemd-update-utmp-runlevel.service
4463 endif
4464 SYSINIT_TARGET_WANTS += \
4465         systemd-update-utmp.service
4466 LOCAL_FS_TARGET_WANTS += \
4467         systemd-remount-fs.service \
4468         tmp.mount
4469 MULTI_USER_TARGET_WANTS += \
4470         getty.target \
4471         systemd-ask-password-wall.path
4472 SYSINIT_TARGET_WANTS += \
4473         dev-hugepages.mount \
4474         dev-mqueue.mount \
4475         sys-kernel-config.mount \
4476         sys-kernel-debug.mount \
4477         sys-fs-fuse-connections.mount \
4478         systemd-sysctl.service \
4479         systemd-ask-password-console.path
4480
4481 if HAVE_SYSV_COMPAT
4482 SYSTEM_UNIT_ALIASES += \
4483         poweroff.target runlevel0.target \
4484         rescue.target runlevel1.target \
4485         multi-user.target runlevel2.target \
4486         multi-user.target runlevel3.target \
4487         multi-user.target runlevel4.target \
4488         graphical.target runlevel5.target \
4489         reboot.target runlevel6.target
4490 endif
4491
4492 SYSTEM_UNIT_ALIASES += \
4493         graphical.target default.target \
4494         reboot.target ctrl-alt-del.target \
4495         getty@.service autovt@.service
4496
4497 USER_UNIT_ALIASES += \
4498         $(systemunitdir)/shutdown.target shutdown.target \
4499         $(systemunitdir)/sockets.target sockets.target \
4500         $(systemunitdir)/timers.target timers.target \
4501         $(systemunitdir)/paths.target paths.target \
4502         $(systemunitdir)/bluetooth.target bluetooth.target \
4503         $(systemunitdir)/printer.target printer.target \
4504         $(systemunitdir)/sound.target sound.target \
4505         $(systemunitdir)/smartcard.target smartcard.target
4506
4507 GENERAL_ALIASES += \
4508         $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \
4509         $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \
4510         $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \
4511         ../system-services/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service
4512
4513 if HAVE_SYSV_COMPAT
4514 INSTALL_DIRS += \
4515         $(systemunitdir)/runlevel1.target.wants \
4516         $(systemunitdir)/runlevel2.target.wants \
4517         $(systemunitdir)/runlevel3.target.wants \
4518         $(systemunitdir)/runlevel4.target.wants \
4519         $(systemunitdir)/runlevel5.target.wants
4520 endif
4521
4522 INSTALL_DIRS += \
4523         $(prefix)/lib/modules-load.d \
4524         $(sysconfdir)/modules-load.d \
4525         $(prefix)/lib/systemd/network \
4526         $(sysconfdir)/systemd/network \
4527         $(prefix)/lib/sysctl.d \
4528         $(sysconfdir)/sysctl.d \
4529         $(prefix)/lib/kernel/install.d \
4530         $(sysconfdir)/kernel/install.d \
4531         $(systemshutdowndir) \
4532         $(systemsleepdir) \
4533         $(systemgeneratordir) \
4534         $(usergeneratordir) \
4535         \
4536         $(userunitdir) \
4537         $(pkgsysconfdir)/system \
4538         $(pkgsysconfdir)/system/multi-user.target.wants \
4539         $(pkgsysconfdir)/system/getty.target.wants \
4540         $(pkgsysconfdir)/user \
4541         $(dbussessionservicedir) \
4542         $(sysconfdir)/xdg/systemd
4543
4544 install-exec-hook: $(INSTALL_EXEC_HOOKS)
4545
4546 uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS)
4547
4548 install-data-hook: $(INSTALL_DATA_HOOKS)
4549
4550 distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
4551
4552 clean-local: $(CLEAN_LOCAL_HOOKS)
4553         rm -rf $(abs_srcdir)/install-tree
4554         rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \
4555               $(abs_srcdir)/hwdb/iab.txt
4556
4557 DISTCHECK_CONFIGURE_FLAGS = \
4558         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
4559         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
4560         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
4561         --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \
4562         --with-zshcompletiondir=$$dc_install_base/$(zshcompletiondir) \
4563         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
4564         --with-pamconfdir=$$dc_install_base/$(pamconfdir) \
4565         --with-rootprefix=$$dc_install_base \
4566         --disable-split-usr
4567
4568 if HAVE_SYSV_COMPAT
4569 DISTCHECK_CONFIGURE_FLAGS += \
4570         --with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \
4571         --with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir)
4572 else
4573 DISTCHECK_CONFIGURE_FLAGS += \
4574         --with-sysvinit-path= \
4575         --with-sysvrcnd-path=
4576 endif
4577
4578 if ENABLE_GTK_DOC
4579 DISTCHECK_CONFIGURE_FLAGS += \
4580         --enable-gtk-doc
4581 endif
4582
4583 hwdb-update:
4584         ( cd $(top_srcdir)/hwdb && \
4585         wget -N http://www.linux-usb.org/usb.ids \
4586                 http://pci-ids.ucw.cz/v2.2/pci.ids \
4587                 http://standards.ieee.org/develop/regauth/oui/oui.txt \
4588                 http://standards.ieee.org/develop/regauth/iab/iab.txt && \
4589         ./ids-update.pl )
4590
4591 kdbus-update:
4592         ( cd $(top_srcdir)/src/libsystemd-bus/ && \
4593         wget -N https://d-bus.googlecode.com/git/kdbus.h )
4594
4595 upload: all distcheck
4596         cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
4597         scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
4598         scp man/*.html tango:public/systemd-man/
4599
4600 www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
4601 doc-sync: all destdir-sphinx
4602         gtkdoc-rebase --html-dir=docs/libudev/html --online
4603         rsync -rlv --delete docs/libudev/html/ --omit-dir-times $(www_target)/libudev/
4604         gtkdoc-rebase --html-dir=docs/gudev/html --online
4605         rsync -rlv --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/
4606         rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
4607         rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
4608
4609 git-tag:
4610         git tag "v$(VERSION)" -m "systemd $(VERSION)"
4611
4612 install-tree: all
4613         rm -rf $(abs_srcdir)/install-tree
4614         $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree
4615         tree $(abs_srcdir)/install-tree
4616
4617 # Let's run all tests of the test suite, but under valgrind. Let's
4618 # exclude the one perl script we have in there
4619 valgrind-tests: $(TESTS)
4620         for f in $(TESTS) ; do [ "$$f" == "$${f/.pl/}" ] && libtool --mode=execute valgrind --leak-check=full --error-exitcode=55 $(builddir)/$$f ; done