chiark / gitweb /
0b2cbb507065e151c3bea97619dbb506663e6638
[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 GCC_COLORS ?= 'ooh, shiny!'
28 export GCC_COLORS
29
30 SUBDIRS = . po
31
32 # remove targets if the command fails
33 .DELETE_ON_ERROR:
34
35 # keep intermediate files
36 .SECONDARY:
37
38 # Keep the test-suite.log
39 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
40
41 LIBUDEV_CURRENT=7
42 LIBUDEV_REVISION=2
43 LIBUDEV_AGE=6
44
45 LIBGUDEV_CURRENT=2
46 LIBGUDEV_REVISION=0
47 LIBGUDEV_AGE=2
48
49 LIBSYSTEMD_CURRENT=6
50 LIBSYSTEMD_REVISION=0
51 LIBSYSTEMD_AGE=6
52
53 # The following four libraries only exist for compatibility reasons,
54 # their version info should not be bumped anymore
55 LIBSYSTEMD_LOGIN_CURRENT=9
56 LIBSYSTEMD_LOGIN_REVISION=3
57 LIBSYSTEMD_LOGIN_AGE=9
58
59 LIBSYSTEMD_DAEMON_CURRENT=0
60 LIBSYSTEMD_DAEMON_REVISION=12
61 LIBSYSTEMD_DAEMON_AGE=0
62
63 LIBSYSTEMD_ID128_CURRENT=0
64 LIBSYSTEMD_ID128_REVISION=28
65 LIBSYSTEMD_ID128_AGE=0
66
67 LIBSYSTEMD_JOURNAL_CURRENT=11
68 LIBSYSTEMD_JOURNAL_REVISION=5
69 LIBSYSTEMD_JOURNAL_AGE=11
70
71 # Dirs of external packages
72 dbuspolicydir=@dbuspolicydir@
73 dbussessionservicedir=@dbussessionservicedir@
74 dbussystemservicedir=@dbussystemservicedir@
75 pamlibdir=@pamlibdir@
76 pamconfdir=@pamconfdir@
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 xinitrcdir=$(sysconfdir)/X11/xinit/xinitrc.d
88
89 # Our own, non-special dirs
90 pkgsysconfdir=$(sysconfdir)/systemd
91 userunitdir=$(prefix)/lib/systemd/user
92 userpresetdir=$(prefix)/lib/systemd/user-preset
93 tmpfilesdir=$(prefix)/lib/tmpfiles.d
94 sysusersdir=$(prefix)/lib/sysusers.d
95 sysctldir=$(prefix)/lib/sysctl.d
96 binfmtdir=$(prefix)/lib/binfmt.d
97 modulesloaddir=$(prefix)/lib/modules-load.d
98 networkdir=$(rootprefix)/lib/systemd/network
99 pkgincludedir=$(includedir)/systemd
100 systemgeneratordir=$(rootlibexecdir)/system-generators
101 usergeneratordir=$(prefix)/lib/systemd/user-generators
102 systemshutdowndir=$(rootlibexecdir)/system-shutdown
103 systemsleepdir=$(rootlibexecdir)/system-sleep
104 systemunitdir=$(rootprefix)/lib/systemd/system
105 systempresetdir=$(rootprefix)/lib/systemd/system-preset
106 udevlibexecdir=$(rootprefix)/lib/udev
107 udevhomedir=$(udevlibexecdir)
108 udevrulesdir=$(udevlibexecdir)/rules.d
109 udevhwdbdir=$(udevlibexecdir)/hwdb.d
110 catalogdir=$(prefix)/lib/systemd/catalog
111 kernelinstalldir = $(prefix)/lib/kernel/install.d
112 factory_etcdir = $(prefix)/share/factory/etc
113 factory_pamdir = $(prefix)/share/factory/etc/pam.d
114 bootlibdir = $(prefix)/lib/systemd/boot/efi
115
116 # And these are the special ones for /
117 rootprefix=@rootprefix@
118 rootbindir=$(rootprefix)/bin
119 rootlibexecdir=$(rootprefix)/lib/systemd
120
121 CLEANFILES = $(BUILT_SOURCES)
122 DISTCLEANFILES =
123 EXTRA_DIST =
124 BUILT_SOURCES =
125 INSTALL_EXEC_HOOKS =
126 UNINSTALL_EXEC_HOOKS =
127 INSTALL_DATA_HOOKS =
128 UNINSTALL_DATA_HOOKS =
129 DISTCLEAN_LOCAL_HOOKS =
130 CLEAN_LOCAL_HOOKS =
131 pkginclude_HEADERS =
132 noinst_LTLIBRARIES =
133 lib_LTLIBRARIES =
134 include_HEADERS =
135 noinst_DATA =
136 pkgconfiglib_DATA =
137 polkitpolicy_in_in_files =
138 polkitpolicy_in_files =
139 polkitpolicy_files =
140 dist_udevrules_DATA =
141 nodist_udevrules_DATA =
142 dist_pkgsysconf_DATA =
143 nodist_pkgsysconf_DATA =
144 dist_pkgdata_DATA =
145 dist_dbuspolicy_DATA =
146 dist_dbussystemservice_DATA =
147 dist_systemunit_DATA_busnames =
148 dist_sysusers_DATA =
149 check_PROGRAMS =
150 check_DATA =
151 tests=
152 manual_tests =
153 TEST_EXTENSIONS = .py
154 PY_LOG_COMPILER = $(PYTHON)
155 if ENABLE_TESTS
156 noinst_PROGRAMS = $(manual_tests) $(tests)
157 TESTS = $(tests)
158 else
159 noinst_PROGRAMS =
160 TESTS =
161 endif
162 udevlibexec_PROGRAMS =
163
164 .PHONY: $(INSTALL_EXEC_HOOKS) $(UNINSTALL_EXEC_HOOKS) \
165         $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS) \
166         $(DISTCLEAN_LOCAL_HOOKS) $(CLEAN_LOCAL_HOOKS)
167
168 AM_CPPFLAGS = \
169         -include $(top_builddir)/config.h \
170         -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\" \
171         -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
172         -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
173         -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
174         -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
175         -DUSER_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/user\" \
176         -DUSER_DATA_UNIT_PATH=\"$(userunitdir)\" \
177         -DCERTIFICATE_ROOT=\"$(CERTIFICATEROOT)\" \
178         -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" \
179         -DSYSTEMD_CGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
180         -DSYSTEMD_BINARY_PATH=\"$(rootlibexecdir)/systemd\" \
181         -DSYSTEMD_SHUTDOWN_BINARY_PATH=\"$(rootlibexecdir)/systemd-shutdown\" \
182         -DSYSTEMD_SLEEP_BINARY_PATH=\"$(rootlibexecdir)/systemd-sleep\" \
183         -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
184         -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\" \
185         -DSYSTEMD_STDIO_BRIDGE_BINARY_PATH=\"$(bindir)/systemd-stdio-bridge\" \
186         -DROOTPREFIX=\"$(rootprefix)\" \
187         -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\" \
188         -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\" \
189         -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" \
190         -DSYSTEM_GENERATOR_PATH=\"$(systemgeneratordir)\" \
191         -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \
192         -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \
193         -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \
194         -DSYSTEMD_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \
195         -DSYSTEMD_LANGUAGE_FALLBACK_MAP=\"$(pkgdatadir)/language-fallback-map\" \
196         -DX_SERVER=\"$(bindir)/X\" \
197         -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
198         -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \
199         -DQUOTACHECK=\"$(QUOTACHECK)\" \
200         -DKEXEC=\"$(KEXEC)\" \
201         -DLIBDIR=\"$(libdir)\" \
202         -DROOTLIBDIR=\"$(rootlibdir)\" \
203         -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
204         -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
205         -I $(top_srcdir)/src \
206         -I $(top_builddir)/src/shared \
207         -I $(top_srcdir)/src/shared \
208         -I $(top_srcdir)/src/network \
209         -I $(top_srcdir)/src/login \
210         -I $(top_srcdir)/src/journal \
211         -I $(top_srcdir)/src/timedate \
212         -I $(top_srcdir)/src/timesync \
213         -I $(top_srcdir)/src/resolve \
214         -I $(top_builddir)/src/resolve \
215         -I $(top_srcdir)/src/systemd \
216         -I $(top_builddir)/src/core \
217         -I $(top_srcdir)/src/core \
218         -I $(top_srcdir)/src/libudev \
219         -I $(top_srcdir)/src/udev \
220         -I $(top_srcdir)/src/udev/net \
221         -I $(top_builddir)/src/udev \
222         -I $(top_srcdir)/src/libsystemd/sd-bus \
223         -I $(top_srcdir)/src/libsystemd/sd-event \
224         -I $(top_srcdir)/src/libsystemd/sd-rtnl \
225         -I $(top_srcdir)/src/libsystemd/sd-network \
226         -I $(top_srcdir)/src/libsystemd/sd-hwdb \
227         -I $(top_srcdir)/src/libsystemd-network \
228         -I $(top_srcdir)/src/libsystemd-terminal \
229         $(OUR_CPPFLAGS)
230
231 AM_CFLAGS = $(OUR_CFLAGS)
232 AM_LDFLAGS = $(OUR_LDFLAGS)
233
234 # ------------------------------------------------------------------------------
235 define move-to-rootlibdir
236         if test "$(libdir)" != "$(rootlibdir)"; then \
237                 $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
238                 so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
239                 rm -f $(DESTDIR)$(libdir)/$$libname && \
240                 $(LN_S) --relative -f $(DESTDIR)$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
241                 mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
242         fi
243 endef
244
245 INSTALL_DIRS =
246
247 SHUTDOWN_TARGET_WANTS =
248 LOCAL_FS_TARGET_WANTS =
249 MULTI_USER_TARGET_WANTS =
250 GRAPHICAL_TARGET_WANTS =
251 RESCUE_TARGET_WANTS =
252 SYSINIT_TARGET_WANTS =
253 SOCKETS_TARGET_WANTS =
254 BUSNAMES_TARGET_WANTS =
255 TIMERS_TARGET_WANTS =
256 USER_SOCKETS_TARGET_WANTS =
257 USER_DEFAULT_TARGET_WANTS =
258 USER_BUSNAMES_TARGET_WANTS =
259
260 SYSTEM_UNIT_ALIASES =
261 USER_UNIT_ALIASES =
262 GENERAL_ALIASES =
263
264 install-target-wants-hook:
265         what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && dir=$(systemunitdir) && $(add-wants)
266         what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && dir=$(systemunitdir) && $(add-wants)
267         what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && dir=$(systemunitdir) && $(add-wants)
268         what="$(GRAPHICAL_TARGET_WANTS)" && wants=graphical.target && dir=$(systemunitdir) && $(add-wants)
269         what="$(RESCUE_TARGET_WANTS)" && wants=rescue.target && dir=$(systemunitdir) && $(add-wants)
270         what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && dir=$(systemunitdir) && $(add-wants)
271         what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(systemunitdir) && $(add-wants)
272         what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && dir=$(systemunitdir) && $(add-wants)
273         what="$(SLICES_TARGET_WANTS)" && wants=slices.target && dir=$(systemunitdir) && $(add-wants)
274         what="$(USER_SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(userunitdir) && $(add-wants)
275         what="$(USER_DEFAULT_TARGET_WANTS)" && wants=default.target && dir=$(userunitdir) && $(add-wants)
276
277 install-busnames-target-wants-hook:
278         what="$(BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(systemunitdir) && $(add-wants)
279         what="$(USER_BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(userunitdir) && $(add-wants)
280
281 define add-wants
282         [ -z "$$what" ] || ( \
283           dir=$(DESTDIR)$$dir/$$wants.wants && \
284           $(MKDIR_P) -m 0755 $$dir && \
285           cd $$dir && \
286           rm -f $$what && \
287           for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
288 endef
289
290 install-directories-hook:
291         $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
292
293 install-aliases-hook:
294         set -- $(SYSTEM_UNIT_ALIASES) && \
295                 dir=$(systemunitdir) && $(install-aliases)
296         set -- $(USER_UNIT_ALIASES) && \
297                 dir=$(userunitdir) && $(install-relative-aliases)
298         set -- $(GENERAL_ALIASES) && \
299                 dir= && $(install-relative-aliases)
300
301 define install-aliases
302         while [ -n "$$1" ]; do \
303                 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
304                 rm -f $(DESTDIR)$$dir/$$2 && \
305                 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
306                 shift 2 || exit $$?; \
307         done
308 endef
309
310 define install-relative-aliases
311         while [ -n "$$1" ]; do \
312                 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
313                 rm -f $(DESTDIR)$$dir/$$2 && \
314                 $(LN_S) --relative $(DESTDIR)$$1 $(DESTDIR)$$dir/$$2 && \
315                 shift 2 || exit $$?; \
316         done
317 endef
318
319 install-touch-usr-hook:
320         touch -c $(DESTDIR)/$(prefix)
321
322 INSTALL_EXEC_HOOKS += \
323         install-target-wants-hook \
324         install-directories-hook \
325         install-aliases-hook \
326         install-touch-usr-hook
327
328 if ENABLE_KDBUS
329 INSTALL_EXEC_HOOKS += \
330         install-busnames-target-wants-hook
331 endif
332
333 # ------------------------------------------------------------------------------
334 AM_V_M4 = $(AM_V_M4_$(V))
335 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
336 AM_V_M4_0 = @echo "  M4      " $@;
337
338 AM_V_XSLT = $(AM_V_XSLT_$(V))
339 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
340 AM_V_XSLT_0 = @echo "  XSLT    " $@;
341
342 AM_V_GPERF = $(AM_V_GPERF_$(V))
343 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
344 AM_V_GPERF_0 = @echo "  GPERF   " $@;
345
346 AM_V_LN = $(AM_V_LN_$(V))
347 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
348 AM_V_LN_0 = @echo "  LN      " $@;
349
350 AM_V_RM = $(AM_V_RM_$(V))
351 AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY))
352 AM_V_RM_0 = @echo "  RM      " $@;
353
354 # ------------------------------------------------------------------------------
355 rootbin_PROGRAMS = \
356         systemctl \
357         systemd-notify \
358         systemd-ask-password \
359         systemd-tty-ask-password-agent \
360         systemd-machine-id-setup \
361         systemd-escape
362
363 bin_PROGRAMS = \
364         systemd-cgls \
365         systemd-cgtop \
366         systemd-nspawn \
367         systemd-detect-virt \
368         systemd-delta \
369         systemd-analyze \
370         systemd-run \
371         systemd-stdio-bridge \
372         systemd-path
373
374 dist_bin_SCRIPTS = \
375         src/kernel-install/kernel-install
376
377 dist_kernelinstall_SCRIPTS = \
378         src/kernel-install/50-depmod.install \
379         src/kernel-install/90-loaderentry.install
380
381 rootlibexec_PROGRAMS = \
382         systemd \
383         systemd-cgroups-agent \
384         systemd-initctl \
385         systemd-shutdownd \
386         systemd-shutdown \
387         systemd-remount-fs \
388         systemd-reply-password \
389         systemd-fsck \
390         systemd-fsckd \
391         systemd-machine-id-commit \
392         systemd-ac-power \
393         systemd-sysctl \
394         systemd-sleep \
395         systemd-bus-proxyd \
396         systemd-socket-proxyd \
397         systemd-update-done
398
399 if HAVE_UTMP
400 rootlibexec_PROGRAMS += \
401         systemd-update-utmp
402 endif
403
404 systemgenerator_PROGRAMS = \
405         systemd-getty-generator \
406         systemd-fstab-generator \
407         systemd-system-update-generator \
408         systemd-debug-generator
409
410 dist_bashcompletion_DATA = \
411         shell-completion/bash/busctl \
412         shell-completion/bash/journalctl \
413         shell-completion/bash/systemd-analyze \
414         shell-completion/bash/systemd-cat \
415         shell-completion/bash/systemd-cgls \
416         shell-completion/bash/systemd-cgtop \
417         shell-completion/bash/systemd-delta \
418         shell-completion/bash/systemd-detect-virt \
419         shell-completion/bash/systemd-nspawn \
420         shell-completion/bash/systemd-run \
421         shell-completion/bash/udevadm \
422         shell-completion/bash/kernel-install
423
424 nodist_bashcompletion_DATA = \
425         shell-completion/bash/systemctl
426
427 dist_zshcompletion_DATA = \
428         shell-completion/zsh/_journalctl \
429         shell-completion/zsh/_udevadm \
430         shell-completion/zsh/_kernel-install \
431         shell-completion/zsh/_systemd-nspawn \
432         shell-completion/zsh/_systemd-analyze \
433         shell-completion/zsh/_systemd-run \
434         shell-completion/zsh/_sd_hosts_or_user_at_host \
435         shell-completion/zsh/_sd_outputmodes \
436         shell-completion/zsh/_sd_unit_files \
437         shell-completion/zsh/_systemd-delta \
438         shell-completion/zsh/_systemd
439
440 nodist_zshcompletion_DATA = \
441         shell-completion/zsh/_systemctl
442
443 EXTRA_DIST += \
444         shell-completion/bash/systemctl.in \
445         shell-completion/zsh/_systemctl.in
446
447 CLEANFILES += \
448         $(nodist_bashcompletion_DATA) \
449         $(nodist_zshcompletion_DATA)
450
451 dist_sysctl_DATA = \
452         sysctl.d/50-default.conf
453
454 dist_systemunit_DATA = \
455         units/graphical.target \
456         units/multi-user.target \
457         units/emergency.target \
458         units/sysinit.target \
459         units/basic.target \
460         units/getty.target \
461         units/halt.target \
462         units/kexec.target \
463         units/local-fs.target \
464         units/local-fs-pre.target \
465         units/initrd.target \
466         units/initrd-fs.target \
467         units/initrd-root-fs.target \
468         units/remote-fs.target \
469         units/remote-fs-pre.target \
470         units/network.target \
471         units/network-pre.target \
472         units/network-online.target \
473         units/nss-lookup.target \
474         units/nss-user-lookup.target \
475         units/poweroff.target \
476         units/reboot.target \
477         units/rescue.target \
478         units/rpcbind.target \
479         units/time-sync.target \
480         units/shutdown.target \
481         units/final.target \
482         units/umount.target \
483         units/sigpwr.target \
484         units/sleep.target \
485         units/sockets.target \
486         units/timers.target \
487         units/paths.target \
488         units/suspend.target \
489         units/swap.target \
490         units/slices.target \
491         units/system.slice \
492         units/x-.slice \
493         units/systemd-fsckd.socket \
494         units/systemd-initctl.socket \
495         units/systemd-shutdownd.socket \
496         units/syslog.socket \
497         units/dev-hugepages.mount \
498         units/dev-mqueue.mount \
499         units/sys-kernel-config.mount \
500         units/sys-kernel-debug.mount \
501         units/sys-fs-fuse-connections.mount \
502         units/tmp.mount \
503         units/var-lib-machines.mount \
504         units/printer.target \
505         units/sound.target \
506         units/bluetooth.target \
507         units/smartcard.target \
508         units/systemd-ask-password-wall.path \
509         units/systemd-ask-password-console.path \
510         units/systemd-udevd-control.socket \
511         units/systemd-udevd-kernel.socket \
512         units/system-update.target \
513         units/initrd-switch-root.target \
514         units/machines.target
515
516 if ENABLE_KDBUS
517 dist_systemunit_DATA += \
518         $(dist_systemunit_DATA_busnames)
519 endif
520
521 dist_systemunit_DATA_busnames += \
522         units/busnames.target
523
524 nodist_systemunit_DATA = \
525         units/getty@.service \
526         units/serial-getty@.service \
527         units/console-shell.service \
528         units/console-getty.service \
529         units/container-getty@.service \
530         units/systemd-initctl.service \
531         units/systemd-shutdownd.service \
532         units/systemd-remount-fs.service \
533         units/systemd-ask-password-wall.service \
534         units/systemd-ask-password-console.service \
535         units/systemd-sysctl.service \
536         units/emergency.service \
537         units/rescue.service \
538         units/user@.service \
539         units/systemd-suspend.service \
540         units/systemd-halt.service \
541         units/systemd-poweroff.service \
542         units/systemd-reboot.service \
543         units/systemd-kexec.service \
544         units/systemd-fsck@.service \
545         units/systemd-fsck-root.service \
546         units/systemd-fsckd.service \
547         units/systemd-machine-id-commit.service \
548         units/systemd-udevd.service \
549         units/systemd-udev-trigger.service \
550         units/systemd-udev-settle.service \
551         units/systemd-hwdb-update.service \
552         units/debug-shell.service \
553         units/initrd-parse-etc.service \
554         units/initrd-cleanup.service \
555         units/initrd-udevadm-cleanup-db.service \
556         units/initrd-switch-root.service \
557         units/systemd-nspawn@.service \
558         units/systemd-update-done.service
559
560 if HAVE_UTMP
561 nodist_systemunit_DATA += \
562         units/systemd-update-utmp.service \
563         units/systemd-update-utmp-runlevel.service
564 endif
565
566 dist_userunit_DATA = \
567         units/user/basic.target \
568         units/user/default.target \
569         units/user/exit.target
570
571 nodist_userunit_DATA = \
572         units/user/systemd-exit.service
573
574 dist_systempreset_DATA = \
575         system-preset/90-systemd.preset
576
577 EXTRA_DIST += \
578         units/getty@.service.m4 \
579         units/serial-getty@.service.m4 \
580         units/console-shell.service.m4.in \
581         units/console-getty.service.m4.in \
582         units/container-getty@.service.m4.in \
583         units/rescue.service.in \
584         units/systemd-initctl.service.in \
585         units/systemd-shutdownd.service.in \
586         units/systemd-remount-fs.service.in \
587         units/systemd-update-utmp.service.in \
588         units/systemd-update-utmp-runlevel.service.in \
589         units/systemd-ask-password-wall.service.in \
590         units/systemd-ask-password-console.service.in \
591         units/systemd-sysctl.service.in \
592         units/emergency.service.in \
593         units/systemd-halt.service.in \
594         units/systemd-poweroff.service.in \
595         units/systemd-reboot.service.in \
596         units/systemd-kexec.service.in \
597         units/user/systemd-exit.service.in \
598         units/systemd-fsck@.service.in \
599         units/systemd-fsck-root.service.in \
600         units/systemd-fsckd.service.in \
601         units/systemd-machine-id-commit.service.in \
602         units/user@.service.m4.in \
603         units/debug-shell.service.in \
604         units/systemd-suspend.service.in \
605         units/quotaon.service.in \
606         units/initrd-parse-etc.service.in \
607         units/initrd-cleanup.service.in \
608         units/initrd-udevadm-cleanup-db.service.in \
609         units/initrd-switch-root.service.in \
610         units/systemd-nspawn@.service.in \
611         units/systemd-update-done.service.in
612
613 CLEANFILES += \
614         units/console-shell.service.m4 \
615         units/console-getty.service.m4 \
616         units/container-getty@.service.m4 \
617         units/user@.service.m4
618
619 if HAVE_SYSV_COMPAT
620 nodist_systemunit_DATA += \
621         units/rc-local.service \
622         units/halt-local.service
623
624 systemgenerator_PROGRAMS += \
625         systemd-sysv-generator \
626         systemd-rc-local-generator
627 endif
628
629 EXTRA_DIST += \
630         units/rc-local.service.in \
631         units/halt-local.service.in
632
633 # automake is broken and can't handle files with a dash in front
634 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
635 units-install-hook:
636         mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
637
638 units-uninstall-hook:
639         rm -f $(DESTDIR)/$(systemunitdir)/-.slice
640
641 INSTALL_DATA_HOOKS += units-install-hook
642 UNINSTALL_DATA_HOOKS += units-uninstall-hook
643
644 dist_doc_DATA = \
645         README \
646         NEWS \
647         LICENSE.LGPL2.1 \
648         LICENSE.GPL2 \
649         LICENSE.MIT \
650         DISTRO_PORTING \
651         src/libsystemd/sd-bus/PORTING-DBUS1 \
652         src/libsystemd/sd-bus/DIFFERENCES \
653         src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
654
655 @INTLTOOL_POLICY_RULE@
656
657 # ------------------------------------------------------------------------------
658
659 MANPAGES =
660 MANPAGES_ALIAS =
661
662 include Makefile-man.am
663
664 .PHONY: man update-man-list
665 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
666
667 XML_FILES = \
668         ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
669 HTML_FILES = \
670         ${XML_FILES:.xml=.html}
671 HTML_ALIAS = \
672         ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
673
674 if ENABLE_MANPAGES
675 man_MANS = \
676         $(MANPAGES) \
677         $(MANPAGES_ALIAS)
678
679 noinst_DATA += \
680         $(HTML_FILES) \
681         $(HTML_ALIAS)
682
683 CLEANFILES += \
684         $(man_MANS) \
685         $(HTML_FILES) \
686         $(HTML_ALIAS)
687
688 docs/html/man:
689         $(AM_V_at)$(MKDIR_P) $(dir $@)
690         $(AM_V_LN)$(LN_S) -f ../../man $@
691
692 noinst_DATA += \
693         docs/html/man
694
695 CLEANFILES += \
696         docs/html/man
697
698 if HAVE_PYTHON
699 man/index.html: man/systemd.index.html
700         $(AM_V_LN)$(LN_S) -f systemd.index.html $@
701
702 noinst_DATA += \
703         man/index.html
704
705 CLEANFILES += \
706         man/index.html
707
708 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
709 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
710 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
711
712 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB)
713         $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
714         $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
715         @echo "Makefile-man.am has been regenerated"
716
717 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
718         $(AM_V_at)$(MKDIR_P) $(dir $@)
719         $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
720
721 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
722         $(AM_V_at)$(MKDIR_P) $(dir $@)
723         $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
724
725 EXTRA_DIST += \
726         man/systemd.index.xml \
727         man/index.html \
728         man/systemd.directives.xml \
729         man/glib-event-glue.c
730
731 CLEANFILES += \
732         man/systemd.index.xml \
733         man/systemd.directives.xml
734
735 endif
736
737 endif
738
739 EXTRA_DIST += \
740         $(XML_FILES) \
741         $(HTML_FILES) \
742         $(HTML_ALIAS) \
743         $(man_MANS) \
744         tools/make-man-index.py \
745         tools/make-directive-index.py \
746         tools/xml_helper.py
747
748 # ------------------------------------------------------------------------------
749 noinst_LTLIBRARIES += \
750         libsystemd-shared.la
751
752 libsystemd_shared_la_SOURCES = \
753         src/shared/capability.c \
754         src/shared/capability.h \
755         src/shared/linux/auto_dev-ioctl.h \
756         src/shared/ioprio.h \
757         src/shared/missing.h \
758         src/shared/initreq.h \
759         src/shared/securebits.h \
760         src/shared/special.h \
761         src/shared/list.h \
762         src/shared/unaligned.h \
763         src/shared/macro.h \
764         src/shared/def.h \
765         src/shared/sparse-endian.h \
766         src/shared/refcnt.h \
767         src/shared/udev-util.h \
768         src/shared/device-nodes.c \
769         src/shared/device-nodes.h \
770         src/shared/util.c \
771         src/shared/util.h \
772         src/shared/virt.c \
773         src/shared/virt.h \
774         src/shared/architecture.c \
775         src/shared/architecture.h \
776         src/shared/efivars.c \
777         src/shared/efivars.h \
778         src/shared/fstab-util.c \
779         src/shared/fstab-util.h \
780         src/shared/path-util.c \
781         src/shared/path-util.h \
782         src/shared/time-util.c \
783         src/shared/time-util.h \
784         src/shared/locale-util.c \
785         src/shared/locale-util.h \
786         src/shared/mempool.c \
787         src/shared/mempool.h \
788         src/shared/hashmap.c \
789         src/shared/hashmap.h \
790         src/shared/siphash24.c \
791         src/shared/siphash24.h \
792         src/shared/set.h \
793         src/shared/fdset.c \
794         src/shared/fdset.h \
795         src/shared/prioq.c \
796         src/shared/prioq.h \
797         src/shared/sleep-config.c \
798         src/shared/sleep-config.h \
799         src/shared/strv.c \
800         src/shared/strv.h \
801         src/shared/env-util.c \
802         src/shared/env-util.h \
803         src/shared/strbuf.c \
804         src/shared/strbuf.h \
805         src/shared/strxcpyx.c \
806         src/shared/strxcpyx.h \
807         src/shared/conf-parser.c \
808         src/shared/conf-parser.h \
809         src/shared/log.c \
810         src/shared/log.h \
811         src/shared/ratelimit.h \
812         src/shared/ratelimit.c \
813         src/shared/exit-status.c \
814         src/shared/exit-status.h \
815         src/shared/utf8.c \
816         src/shared/utf8.h \
817         src/shared/gunicode.c \
818         src/shared/gunicode.h \
819         src/shared/pager.c \
820         src/shared/pager.h \
821         src/shared/socket-util.c \
822         src/shared/socket-util.h \
823         src/shared/in-addr-util.c \
824         src/shared/in-addr-util.h \
825         src/shared/ether-addr-util.h \
826         src/shared/conf-files.c \
827         src/shared/conf-files.h \
828         src/shared/cgroup-util.c \
829         src/shared/cgroup-util.h \
830         src/shared/cgroup-show.c \
831         src/shared/cgroup-show.h \
832         src/shared/unit-name.c \
833         src/shared/unit-name.h \
834         src/shared/utmp-wtmp.h \
835         src/shared/watchdog.c \
836         src/shared/watchdog.h \
837         src/shared/spawn-ask-password-agent.c \
838         src/shared/spawn-ask-password-agent.h \
839         src/shared/replace-var.c \
840         src/shared/replace-var.h \
841         src/shared/spawn-polkit-agent.c \
842         src/shared/spawn-polkit-agent.h \
843         src/shared/clock-util.c \
844         src/shared/clock-util.h \
845         src/shared/time-dst.c \
846         src/shared/time-dst.h \
847         src/shared/calendarspec.c \
848         src/shared/calendarspec.h \
849         src/shared/fileio.c \
850         src/shared/fileio.h \
851         src/shared/output-mode.h \
852         src/shared/MurmurHash2.c \
853         src/shared/MurmurHash2.h \
854         src/shared/acpi-fpdt.h \
855         src/shared/acpi-fpdt.c \
856         src/shared/boot-timestamps.h \
857         src/shared/boot-timestamps.c \
858         src/shared/mkdir.c \
859         src/shared/mkdir.h \
860         src/shared/smack-util.c \
861         src/shared/smack-util.h \
862         src/shared/apparmor-util.c \
863         src/shared/apparmor-util.h \
864         src/shared/ima-util.c \
865         src/shared/ima-util.h \
866         src/shared/ptyfwd.c \
867         src/shared/ptyfwd.h \
868         src/shared/errno-list.c \
869         src/shared/errno-list.h \
870         src/shared/af-list.c \
871         src/shared/af-list.h \
872         src/shared/arphrd-list.c \
873         src/shared/arphrd-list.h \
874         src/shared/cap-list.c \
875         src/shared/cap-list.h \
876         src/shared/audit.c \
877         src/shared/audit.h \
878         src/shared/xml.c \
879         src/shared/xml.h \
880         src/shared/json.c \
881         src/shared/json.h \
882         src/shared/bus-label.c \
883         src/shared/bus-label.h \
884         src/shared/gpt.h \
885         src/shared/clean-ipc.h \
886         src/shared/clean-ipc.c \
887         src/shared/login-shared.c \
888         src/shared/login-shared.h \
889         src/shared/ring.c \
890         src/shared/ring.h \
891         src/shared/barrier.c \
892         src/shared/barrier.h \
893         src/shared/pty.c \
894         src/shared/pty.h \
895         src/shared/async.c \
896         src/shared/async.h \
897         src/shared/base-filesystem.c \
898         src/shared/base-filesystem.h \
899         src/shared/memfd-util.c \
900         src/shared/memfd-util.h \
901         src/shared/uid-range.c \
902         src/shared/uid-range.h \
903         src/shared/nss-util.h \
904         src/shared/verbs.c \
905         src/shared/verbs.h \
906         src/shared/sigbus.c \
907         src/shared/sigbus.h \
908         src/shared/build.h \
909         src/shared/import-util.c \
910         src/shared/import-util.h
911
912 if HAVE_UTMP
913 libsystemd_shared_la_SOURCES += \
914         src/shared/utmp-wtmp.c
915 endif
916
917 nodist_libsystemd_shared_la_SOURCES = \
918         src/shared/errno-from-name.h \
919         src/shared/errno-to-name.h \
920         src/shared/af-from-name.h \
921         src/shared/af-to-name.h \
922         src/shared/arphrd-from-name.h \
923         src/shared/arphrd-to-name.h \
924         src/shared/cap-from-name.h \
925         src/shared/cap-to-name.h
926
927 libsystemd_shared_la_CFLAGS = \
928         $(AM_CFLAGS) \
929         $(CAP_CFLAGS) \
930         $(SECCOMP_CFLAGS) \
931         -pthread
932
933 libsystemd_shared_la_LIBADD = \
934         $(CAP_LIBS) \
935         -lm
936
937 # ------------------------------------------------------------------------------
938 noinst_LTLIBRARIES += \
939         libsystemd-units.la
940
941 libsystemd_units_la_SOURCES = \
942         src/shared/install.c \
943         src/shared/install.h \
944         src/shared/install-printf.c \
945         src/shared/install-printf.h \
946         src/shared/path-lookup.c \
947         src/shared/path-lookup.h \
948         src/shared/specifier.c \
949         src/shared/specifier.h
950
951 # ------------------------------------------------------------------------------
952 noinst_LTLIBRARIES += \
953         libsystemd-label.la
954
955 libsystemd_label_la_SOURCES = \
956         src/shared/socket-label.c \
957         src/shared/label.c \
958         src/shared/label.h \
959         src/shared/selinux-util.c \
960         src/shared/selinux-util.h \
961         src/shared/mkdir-label.c \
962         src/shared/ask-password-api.c \
963         src/shared/ask-password-api.h \
964         src/shared/switch-root.h \
965         src/shared/switch-root.c \
966         src/shared/fileio-label.c \
967         src/shared/fileio-label.h \
968         src/shared/dev-setup.c \
969         src/shared/dev-setup.h \
970         src/shared/dropin.c \
971         src/shared/dropin.h \
972         src/shared/condition.c \
973         src/shared/condition.h \
974         src/shared/generator.h \
975         src/shared/generator.c \
976         src/shared/btrfs-util.c \
977         src/shared/btrfs-util.h \
978         src/shared/btrfs-ctree.h \
979         src/shared/machine-image.c \
980         src/shared/machine-image.h \
981         src/shared/machine-pool.c \
982         src/shared/machine-pool.h \
983         src/shared/copy.c \
984         src/shared/copy.h
985
986 libsystemd_label_la_CFLAGS = \
987         $(AM_CFLAGS) \
988         $(SELINUX_CFLAGS)
989
990 libsystemd_label_la_LIBADD = \
991         $(SELINUX_LIBS)
992
993 # -----------------------------------------------------------------------------
994
995 if HAVE_LIBIPTC
996 noinst_LTLIBRARIES += \
997         libsystemd-fw.la
998
999 libsystemd_fw_la_SOURCES = \
1000         src/shared/fw-util.h \
1001         src/shared/fw-util.c
1002
1003 libsystemd_fw_la_CFLAGS = \
1004         $(AM_CFLAGS) \
1005         $(LIBIPTC_CFLAGS)
1006
1007 libsystemd_fw_la_LIBADD = \
1008         $(LIBIPTC_LIBS)
1009 endif
1010
1011 # -----------------------------------------------------------------------------
1012
1013 if ENABLE_LDCONFIG
1014 dist_systemunit_DATA += \
1015         units/ldconfig.service
1016
1017 SYSINIT_TARGET_WANTS += \
1018         ldconfig.service
1019 endif
1020
1021 # ------------------------------------------------------------------------------
1022
1023 if HAVE_SECCOMP
1024 noinst_LTLIBRARIES += \
1025         libsystemd-seccomp.la
1026
1027 libsystemd_seccomp_la_SOURCES = \
1028         src/shared/seccomp-util.h \
1029         src/shared/seccomp-util.c
1030
1031 libsystemd_seccomp_la_CFLAGS = \
1032         $(AM_CFLAGS) \
1033         $(SECCOMP_CFLAGS)
1034
1035 libsystemd_seccomp_la_LIBADD = \
1036         $(SECCOMP_LIBS)
1037 endif
1038
1039 # ------------------------------------------------------------------------------
1040 noinst_LTLIBRARIES += \
1041         libsystemd-logs.la
1042
1043 libsystemd_logs_la_SOURCES = \
1044         src/shared/logs-show.c \
1045         src/shared/logs-show.h
1046
1047 # ------------------------------------------------------------------------------
1048 if HAVE_ACL
1049 noinst_LTLIBRARIES += \
1050         libsystemd-acl.la
1051
1052 libsystemd_acl_la_SOURCES = \
1053         src/shared/acl-util.c \
1054         src/shared/acl-util.h
1055
1056 libsystemd_acl_la_CFLAGS = \
1057         $(AM_CFLAGS) \
1058         $(ACL_CFLAGS)
1059
1060 libsystemd_acl_la_LIBADD = \
1061         $(ACL_LIBS)
1062 endif
1063
1064 # ------------------------------------------------------------------------------
1065 noinst_LTLIBRARIES += \
1066         libsystemd-core.la
1067
1068 libsystemd_core_la_SOURCES = \
1069         src/core/unit.c \
1070         src/core/unit.h \
1071         src/core/unit-printf.c \
1072         src/core/unit-printf.h \
1073         src/core/job.c \
1074         src/core/job.h \
1075         src/core/manager.c \
1076         src/core/manager.h \
1077         src/core/transaction.c \
1078         src/core/transaction.h \
1079         src/core/load-fragment.c \
1080         src/core/load-fragment.h \
1081         src/core/service.c \
1082         src/core/service.h \
1083         src/core/socket.c \
1084         src/core/socket.h \
1085         src/core/busname.c \
1086         src/core/busname.h \
1087         src/core/bus-endpoint.c \
1088         src/core/bus-endpoint.h \
1089         src/core/bus-policy.c \
1090         src/core/bus-policy.h \
1091         src/core/target.c \
1092         src/core/target.h \
1093         src/core/snapshot.c \
1094         src/core/snapshot.h \
1095         src/core/device.c \
1096         src/core/device.h \
1097         src/core/mount.c \
1098         src/core/mount.h \
1099         src/core/automount.c \
1100         src/core/automount.h \
1101         src/core/swap.c \
1102         src/core/swap.h \
1103         src/core/timer.c \
1104         src/core/timer.h \
1105         src/core/path.c \
1106         src/core/path.h \
1107         src/core/slice.c \
1108         src/core/slice.h \
1109         src/core/scope.c \
1110         src/core/scope.h \
1111         src/core/load-dropin.c \
1112         src/core/load-dropin.h \
1113         src/core/execute.c \
1114         src/core/execute.h \
1115         src/core/kill.c \
1116         src/core/kill.h \
1117         src/core/dbus.c \
1118         src/core/dbus.h \
1119         src/core/dbus-manager.c \
1120         src/core/dbus-manager.h \
1121         src/core/dbus-unit.c \
1122         src/core/dbus-unit.h \
1123         src/core/dbus-job.c \
1124         src/core/dbus-job.h \
1125         src/core/dbus-service.c \
1126         src/core/dbus-service.h \
1127         src/core/dbus-socket.c \
1128         src/core/dbus-socket.h \
1129         src/core/dbus-busname.c \
1130         src/core/dbus-busname.h \
1131         src/core/dbus-target.c \
1132         src/core/dbus-target.h \
1133         src/core/dbus-snapshot.c \
1134         src/core/dbus-snapshot.h \
1135         src/core/dbus-device.c \
1136         src/core/dbus-device.h \
1137         src/core/dbus-mount.c \
1138         src/core/dbus-mount.h \
1139         src/core/dbus-automount.c \
1140         src/core/dbus-automount.h \
1141         src/core/dbus-swap.c \
1142         src/core/dbus-swap.h \
1143         src/core/dbus-timer.c \
1144         src/core/dbus-timer.h \
1145         src/core/dbus-path.c \
1146         src/core/dbus-path.h \
1147         src/core/dbus-slice.c \
1148         src/core/dbus-slice.h \
1149         src/core/dbus-scope.c \
1150         src/core/dbus-scope.h \
1151         src/core/dbus-execute.c \
1152         src/core/dbus-execute.h \
1153         src/core/dbus-kill.c \
1154         src/core/dbus-kill.h \
1155         src/core/dbus-cgroup.c \
1156         src/core/dbus-cgroup.h \
1157         src/core/cgroup.c \
1158         src/core/cgroup.h \
1159         src/core/selinux-access.c \
1160         src/core/selinux-access.h \
1161         src/core/selinux-setup.c \
1162         src/core/selinux-setup.h \
1163         src/core/smack-setup.c \
1164         src/core/smack-setup.h \
1165         src/core/ima-setup.c \
1166         src/core/ima-setup.h \
1167         src/core/locale-setup.h \
1168         src/core/locale-setup.c \
1169         src/core/hostname-setup.c \
1170         src/core/hostname-setup.h \
1171         src/core/machine-id-setup.c \
1172         src/core/machine-id-setup.h \
1173         src/core/mount-setup.c \
1174         src/core/mount-setup.h \
1175         src/core/kmod-setup.c \
1176         src/core/kmod-setup.h \
1177         src/core/loopback-setup.h \
1178         src/core/loopback-setup.c \
1179         src/core/namespace.c \
1180         src/core/namespace.h \
1181         src/core/killall.h \
1182         src/core/killall.c \
1183         src/core/audit-fd.c \
1184         src/core/audit-fd.h \
1185         src/core/show-status.c \
1186         src/core/show-status.h \
1187         src/core/failure-action.c \
1188         src/core/failure-action.h
1189
1190 nodist_libsystemd_core_la_SOURCES = \
1191         src/core/load-fragment-gperf.c \
1192         src/core/load-fragment-gperf-nulstr.c
1193
1194 libsystemd_core_la_CFLAGS = \
1195         $(AM_CFLAGS) \
1196         $(PAM_CFLAGS) \
1197         $(AUDIT_CFLAGS) \
1198         $(KMOD_CFLAGS) \
1199         $(APPARMOR_CFLAGS) \
1200         $(SECCOMP_CFLAGS) \
1201         $(MOUNT_CFLAGS) \
1202         -pthread
1203
1204 libsystemd_core_la_LIBADD = \
1205         libsystemd-units.la \
1206         libsystemd-label.la \
1207         libudev-internal.la \
1208         libsystemd-shared.la \
1209         libsystemd-internal.la \
1210         $(PAM_LIBS) \
1211         $(AUDIT_LIBS) \
1212         $(KMOD_LIBS) \
1213         $(APPARMOR_LIBS) \
1214         $(SECCOMP_LIBS) \
1215         $(MOUNT_LIBS)
1216
1217 if HAVE_SECCOMP
1218 libsystemd_core_la_LIBADD += \
1219         libsystemd-seccomp.la
1220 endif
1221
1222 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1223         $(AM_V_at)$(MKDIR_P) $(dir $@)
1224         $(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 ";" }' < $< > $@
1225
1226 EXTRA_DIST += \
1227         src/core/load-fragment-gperf.gperf.m4
1228
1229 CLEANFILES += \
1230         src/core/load-fragment-gperf.gperf \
1231         src/core/load-fragment-gperf.c \
1232         src/core/load-fragment-gperf-nulstr.c \
1233         src/shared/errno-list.txt \
1234         src/shared/errno-from-name.gperf \
1235         src/shared/af-list.txt \
1236         src/shared/af-from-name.gperf \
1237         src/shared/arphrd-list.txt \
1238         src/shared/arphrd-from-name.gperf \
1239         src/shared/cap-list.txt \
1240         src/shared/cap-from-name.gperf \
1241         src/resolve/dns_type-list.txt \
1242         src/resolve/dns_type-from-name.gperf
1243
1244 BUILT_SOURCES += \
1245         src/shared/errno-from-name.h \
1246         src/shared/errno-to-name.h \
1247         src/shared/af-from-name.h \
1248         src/shared/af-to-name.h \
1249         src/shared/arphrd-from-name.h \
1250         src/shared/arphrd-to-name.h \
1251         src/shared/cap-from-name.h \
1252         src/shared/cap-to-name.h \
1253         src/resolve/dns_type-from-name.h \
1254         src/resolve/dns_type-to-name.h
1255
1256 %-from-name.gperf: %-list.txt
1257         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1258
1259 %-from-name.h: %-from-name.gperf
1260         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1261
1262
1263 src/shared/errno-list.txt:
1264         $(AM_V_at)$(MKDIR_P) $(dir $@)
1265         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1266
1267 src/shared/errno-to-name.h: src/shared/errno-list.txt
1268         $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1269
1270
1271 src/shared/af-list.txt:
1272         $(AM_V_at)$(MKDIR_P) $(dir $@)
1273         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/socket.h - </dev/null | grep -v AF_UNSPEC | grep -v AF_MAX | $(AWK) '/^#define[ \t]+AF_[^ \t]+[ \t]+PF_[^ \t]/ { print $$2; }' >$@
1274
1275 src/shared/af-to-name.h: src/shared/af-list.txt
1276         $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const af_names[] = { "} !/AF_FILE/ && !/AF_ROUTE/ && !/AF_LOCAL/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1277
1278
1279 src/shared/arphrd-list.txt:
1280         $(AM_V_at)$(MKDIR_P) $(dir $@)
1281         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include net/if_arp.h - </dev/null | $(AWK) '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $$2; }' | sed -e 's/ARPHRD_//' >$@
1282
1283 src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt
1284         $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1285
1286 src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt
1287         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct arphrd_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, ARPHRD_%s\n", $$1, $$1 }' <$< >$@
1288
1289
1290 src/shared/cap-list.txt:
1291         $(AM_V_at)$(MKDIR_P) $(dir $@)
1292         $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include linux/capability.h -include missing.h - </dev/null | $(AWK) '/^#define[ \t]+CAP_[A-Z_]+[ \t]+/ { print $$2; }' | grep -v CAP_LAST_CAP >$@
1293
1294 src/shared/cap-to-name.h: src/shared/cap-list.txt
1295         $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const capability_names[] = { "} { printf "[%s] = \"%s\",\n", $$1, tolower($$1) } END{print "};"}' <$< >$@
1296
1297 src/shared/cap-from-name.gperf: src/shared/cap-list.txt
1298         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct capability_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1299
1300 src/shared/cap-from-name.h: src/shared/cap-from-name.gperf
1301         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_capability -H hash_capability_name -p -C <$< >$@
1302
1303
1304 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1305         $(AM_V_at)$(MKDIR_P) $(dir $@)
1306         $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1307
1308 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1309         $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char *dns_type_to_string(int type) {\n\tswitch(type) {" } {printf "        case DNS_TYPE_%s: return ", $$1; sub(/_/, "-"); printf "\"%s\";\n", $$1 } END{ print "\ndefault: return NULL;\n\t}\n}\n" }' <$< >$@
1310
1311 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1312         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct dns_type_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { s=$$1; sub(/_/, "-", s); printf "%s, ", $$s; printf "DNS_TYPE_%s\n", $$1 }' <$< >$@
1313
1314 # ------------------------------------------------------------------------------
1315 systemd_SOURCES = \
1316         src/core/main.c
1317
1318 systemd_CFLAGS = \
1319         $(AM_CFLAGS) \
1320         $(SECCOMP_CFLAGS)
1321
1322 systemd_LDADD = \
1323         libsystemd-core.la \
1324         $(RT_LIBS)
1325
1326 dist_pkgsysconf_DATA += \
1327         src/core/system.conf \
1328         src/core/user.conf
1329
1330 dist_dbuspolicy_DATA += \
1331         src/core/org.freedesktop.systemd1.conf
1332
1333 dist_dbussystemservice_DATA += \
1334         src/core/org.freedesktop.systemd1.service
1335
1336 polkitpolicy_in_in_files += \
1337         src/core/org.freedesktop.systemd1.policy.in.in
1338
1339 pkgconfiglib_DATA += \
1340         src/core/systemd.pc
1341
1342 nodist_rpmmacros_DATA = \
1343         src/core/macros.systemd
1344
1345 EXTRA_DIST += \
1346         src/core/systemd.pc.in \
1347         src/core/macros.systemd.in
1348
1349 CLEANFILES += \
1350         src/core/macros.systemd \
1351         src/core/org.freedesktop.systemd1.policy.in
1352
1353 # ------------------------------------------------------------------------------
1354
1355 manual_tests += \
1356         test-ns \
1357         test-loopback \
1358         test-hostname \
1359         test-daemon \
1360         test-cgroup \
1361         test-install \
1362         test-watchdog \
1363         test-log \
1364         test-ipcrm \
1365         test-btrfs
1366
1367 if HAVE_LIBIPTC
1368 manual_tests += \
1369         test-fw-util
1370 endif
1371
1372 if HAVE_KMOD
1373 manual_tests += \
1374         test-rtnl-manual
1375 endif
1376
1377 tests += \
1378         test-engine \
1379         test-cgroup-mask \
1380         test-job-type \
1381         test-env-replace \
1382         test-strbuf \
1383         test-strv \
1384         test-path \
1385         test-path-util \
1386         test-strxcpyx \
1387         test-unit-name \
1388         test-unit-file \
1389         test-utf8 \
1390         test-ellipsize \
1391         test-util \
1392         test-path-lookup \
1393         test-ring \
1394         test-barrier \
1395         test-pty \
1396         test-tmpfiles \
1397         test-namespace \
1398         test-date \
1399         test-sleep \
1400         test-replace-var \
1401         test-sched-prio \
1402         test-calendarspec \
1403         test-strip-tab-ansi \
1404         test-cgroup-util \
1405         test-fstab-util \
1406         test-prioq \
1407         test-fileio \
1408         test-time \
1409         test-hashmap \
1410         test-set \
1411         test-list \
1412         test-unaligned \
1413         test-tables \
1414         test-device-nodes \
1415         test-xml \
1416         test-json \
1417         test-architecture \
1418         test-socket-util \
1419         test-fdset \
1420         test-conf-files \
1421         test-capability \
1422         test-async \
1423         test-ratelimit \
1424         test-condition \
1425         test-uid-range \
1426         test-bus-policy \
1427         test-locale-util \
1428         test-execute \
1429         test-copy \
1430         test-cap-list \
1431         test-sigbus \
1432         test-verbs
1433
1434 EXTRA_DIST += \
1435         test/a.service \
1436         test/basic.target \
1437         test/b.service \
1438         test/c.service \
1439         test/daughter.service \
1440         test/d.service \
1441         test/end.service.in \
1442         test/e.service \
1443         test/f.service \
1444         test/grandchild.service \
1445         test/g.service \
1446         test/hello-after-sleep.target \
1447         test/hello.service \
1448         test/h.service \
1449         test/parent-deep.slice \
1450         test/parent.slice \
1451         test/paths.target \
1452         test/sched_idle_bad.service \
1453         test/sched_idle_ok.service \
1454         test/sched_rr_bad.service \
1455         test/sched_rr_change.service \
1456         test/sched_rr_ok.service \
1457         test/shutdown.target \
1458         test/sleep.service \
1459         test/sockets.target \
1460         test/son.service \
1461         test/sysinit.target \
1462         test/testsuite.target \
1463         test/timers.target \
1464         test/unstoppable.service \
1465         test/path-changed.service \
1466         test/path-directorynotempty.service \
1467         test/path-existsglob.service \
1468         test/path-exists.service \
1469         test/path-makedirectory.service \
1470         test/path-modified.service \
1471         test/path-mycustomunit.service \
1472         test/path-service.service \
1473         test/path-changed.path \
1474         test/path-directorynotempty.path \
1475         test/path-existsglob.path \
1476         test/path-exists.path \
1477         test/path-makedirectory.path \
1478         test/path-modified.path \
1479         test/path-unit.path \
1480         test/exec-environment-empty.service \
1481         test/exec-environment-multiple.service \
1482         test/exec-environment.service \
1483         test/exec-group.service \
1484         test/exec-ignoresigpipe-no.service \
1485         test/exec-ignoresigpipe-yes.service \
1486         test/exec-personality-x86-64.service \
1487         test/exec-personality-x86.service \
1488         test/exec-privatedevices-no.service \
1489         test/exec-privatedevices-yes.service \
1490         test/exec-privatetmp-no.service \
1491         test/exec-privatetmp-yes.service \
1492         test/exec-systemcallerrornumber.service \
1493         test/exec-systemcallfilter-failing2.service \
1494         test/exec-systemcallfilter-failing.service \
1495         test/exec-systemcallfilter-not-failing2.service \
1496         test/exec-systemcallfilter-not-failing.service \
1497         test/exec-user.service \
1498         test/exec-workingdirectory.service \
1499         test/exec-umask-0177.service \
1500         test/exec-umask-default.service \
1501         test/bus-policy/hello.conf \
1502         test/bus-policy/methods.conf \
1503         test/bus-policy/ownerships.conf \
1504         test/bus-policy/signals.conf \
1505         test/bus-policy/check-own-rules.conf \
1506         test/bus-policy/many-rules.conf \
1507         test/bus-policy/test.conf
1508
1509
1510 EXTRA_DIST += \
1511         src/test/test-helper.h
1512
1513 test_device_nodes_SOURCES = \
1514         src/test/test-device-nodes.c
1515
1516 test_device_nodes_LDADD = \
1517         libsystemd-shared.la
1518
1519 test_engine_SOURCES = \
1520         src/test/test-engine.c
1521
1522 test_engine_CFLAGS = \
1523         $(AM_CFLAGS) \
1524         $(SECCOMP_CFLAGS)
1525
1526 test_engine_LDADD = \
1527         libsystemd-core.la \
1528         $(RT_LIBS)
1529
1530 test_job_type_SOURCES = \
1531         src/test/test-job-type.c
1532
1533 test_job_type_CFLAGS = \
1534         $(AM_CFLAGS) \
1535         $(SECCOMP_CFLAGS)
1536
1537 test_job_type_LDADD = \
1538         libsystemd-core.la \
1539         $(RT_LIBS)
1540
1541 test_ns_SOURCES = \
1542         src/test/test-ns.c
1543
1544 test_ns_CFLAGS = \
1545         $(AM_CFLAGS) \
1546         $(SECCOMP_CFLAGS)
1547
1548 test_ns_LDADD = \
1549         libsystemd-core.la
1550
1551 test_loopback_SOURCES = \
1552         src/test/test-loopback.c
1553
1554 test_loopback_LDADD = \
1555         libsystemd-core.la
1556
1557 test_hostname_SOURCES = \
1558         src/test/test-hostname.c
1559
1560 test_hostname_LDADD = \
1561         libsystemd-core.la
1562
1563 if ENABLE_EFI
1564 manual_tests += \
1565         test-boot-timestamp
1566
1567 test_boot_timestamp_SOURCES = \
1568         src/test/test-boot-timestamps.c
1569
1570 test_boot_timestamp_LDADD = \
1571         libsystemd-shared.la
1572 endif
1573
1574 test_unit_name_SOURCES = \
1575         src/test/test-unit-name.c
1576
1577 test_unit_name_CFLAGS = \
1578         $(AM_CFLAGS) \
1579         $(SECCOMP_CFLAGS)
1580
1581 test_unit_name_LDADD = \
1582         libsystemd-core.la \
1583         $(RT_LIBS)
1584
1585 test_unit_file_SOURCES = \
1586         src/test/test-unit-file.c
1587
1588 test_unit_file_CFLAGS = \
1589         $(AM_CFLAGS) \
1590         $(SECCOMP_CFLAGS)
1591
1592 test_unit_file_LDADD = \
1593         libsystemd-core.la \
1594         $(RT_LIBS)
1595
1596 test_utf8_SOURCES = \
1597         src/test/test-utf8.c
1598
1599 test_utf8_LDADD = \
1600         libsystemd-shared.la
1601
1602 test_capability_SOURCES = \
1603         src/test/test-capability.c
1604
1605 test_capability_LDADD = \
1606         libsystemd-shared.la
1607
1608 test_async_SOURCES = \
1609         src/test/test-async.c
1610
1611 test_async_LDADD = \
1612         libsystemd-shared.la
1613
1614 test_locale_util_SOURCES = \
1615         src/test/test-locale-util.c
1616
1617 test_locale_util_LDADD = \
1618         libsystemd-shared.la
1619
1620 test_copy_SOURCES = \
1621         src/test/test-copy.c
1622
1623 test_copy_LDADD = \
1624         libsystemd-label.la \
1625         libsystemd-shared.la
1626
1627 test_sigbus_SOURCES = \
1628         src/test/test-sigbus.c
1629
1630 test_sigbus_LDADD = \
1631         libsystemd-shared.la
1632
1633 test_condition_SOURCES = \
1634         src/test/test-condition.c
1635
1636 test_condition_LDADD = \
1637         libsystemd-label.la \
1638         libsystemd-internal.la \
1639         libsystemd-shared.la
1640
1641 test_fdset_SOURCES = \
1642         src/test/test-fdset.c
1643
1644 test_fdset_LDADD = \
1645         libsystemd-shared.la \
1646         libsystemd-internal.la
1647
1648 test_fstab_util_SOURCES = \
1649         src/test/test-fstab-util.c
1650
1651 test_fstab_util_LDADD = \
1652         libsystemd-shared.la
1653
1654 test_ratelimit_SOURCES = \
1655         src/test/test-ratelimit.c
1656
1657 test_ratelimit_LDADD = \
1658         libsystemd-shared.la
1659
1660 test_util_SOURCES = \
1661         src/test/test-util.c
1662
1663 test_util_LDADD = \
1664         libsystemd-shared.la
1665
1666 test_path_lookup_SOURCES = \
1667         src/test/test-path-lookup.c
1668
1669 test_path_lookup_LDADD = \
1670         -lm \
1671         libsystemd-units.la \
1672         libsystemd-shared.la
1673
1674 test_uid_range_SOURCES = \
1675         src/test/test-uid-range.c
1676
1677 test_uid_range_LDADD = \
1678         libsystemd-shared.la
1679
1680 test_cap_list_SOURCES = \
1681         src/test/test-cap-list.c
1682
1683 test_cap_list_LDADD = \
1684         libsystemd-shared.la
1685
1686 test_socket_util_SOURCES = \
1687         src/test/test-socket-util.c
1688
1689 test_socket_util_LDADD = \
1690         libsystemd-shared.la
1691
1692 test_ring_SOURCES = \
1693         src/test/test-ring.c
1694
1695 test_ring_LDADD = \
1696         libsystemd-shared.la
1697
1698 test_barrier_SOURCES = \
1699         src/test/test-barrier.c
1700
1701 test_barrier_LDADD = \
1702         libsystemd-shared.la
1703
1704 test_pty_SOURCES = \
1705         src/test/test-pty.c
1706
1707 test_pty_LDADD = \
1708         libsystemd-core.la
1709
1710 test_tmpfiles_SOURCES = \
1711         src/test/test-tmpfiles.c
1712
1713 test_tmpfiles_LDADD = \
1714         libsystemd-shared.la
1715
1716 test_namespace_SOURCES = \
1717         src/test/test-namespace.c
1718
1719 test_verbs_SOURCES = \
1720         src/test/test-verbs.c
1721
1722 test_verbs_LDADD = \
1723         libsystemd-shared.la
1724
1725 test_namespace_LDADD = \
1726         libsystemd-core.la
1727
1728 CLEANFILES += \
1729         src/test/test-hashmap-ordered.c
1730
1731 BUILT_SOURCES += \
1732         src/test/test-hashmap-ordered.c
1733
1734 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
1735         $(AM_V_at)$(MKDIR_P) $(dir $@)
1736         $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
1737                            { if (!match($$0, "^#include"))          \
1738                                  gsub(/hashmap/, "ordered_hashmap"); \
1739                              gsub(/HASHMAP/, "ORDERED_HASHMAP");     \
1740                              gsub(/Hashmap/, "OrderedHashmap");      \
1741                              print }' <$< >$@
1742
1743 nodist_test_hashmap_SOURCES = \
1744         src/test/test-hashmap-ordered.c
1745
1746 test_hashmap_SOURCES = \
1747         src/test/test-hashmap.c \
1748         src/test/test-hashmap-plain.c
1749
1750 test_hashmap_LDADD = \
1751         libsystemd-shared.la
1752
1753 test_set_SOURCES = \
1754         src/test/test-set.c
1755
1756 test_set_LDADD = \
1757         libsystemd-shared.la
1758
1759 test_xml_SOURCES = \
1760         src/test/test-xml.c
1761
1762 test_xml_LDADD = \
1763         libsystemd-shared.la
1764
1765 test_json_SOURCES = \
1766         src/test/test-json.c
1767
1768 test_json_LDADD = \
1769         libsystemd-shared.la
1770
1771 test_list_SOURCES = \
1772         src/test/test-list.c
1773
1774 test_list_LDADD = \
1775         libsystemd-shared.la
1776
1777 test_unaligned_LDADD = \
1778         libsystemd-shared.la
1779
1780 test_unaligned_SOURCES = \
1781         src/test/test-unaligned.c
1782
1783 test_tables_SOURCES = \
1784         src/test/test-tables.c \
1785         src/shared/test-tables.h \
1786         src/bus-proxyd/bus-xml-policy.c \
1787         src/bus-proxyd/bus-xml-policy.h \
1788         src/journal/journald-server.c \
1789         src/journal/journald-server.h
1790
1791 test_tables_CPPFLAGS = \
1792         $(AM_CPPFLAGS) \
1793         -I$(top_srcdir)/src/bus-proxyd
1794
1795 test_tables_CFLAGS = \
1796         $(AM_CFLAGS) \
1797         $(SECCOMP_CFLAGS)
1798
1799 test_tables_LDADD = \
1800         libsystemd-logs.la \
1801         libsystemd-journal-internal.la \
1802         libsystemd-journal-core.la \
1803         libsystemd-core.la \
1804         libudev-core.la \
1805         $(RT_LIBS)
1806
1807 test_prioq_SOURCES = \
1808         src/test/test-prioq.c
1809
1810 test_prioq_LDADD = \
1811         libsystemd-shared.la
1812
1813 test_fileio_SOURCES = \
1814         src/test/test-fileio.c
1815
1816 test_fileio_LDADD = \
1817         libsystemd-shared.la
1818
1819 test_time_SOURCES = \
1820         src/test/test-time.c
1821
1822 test_time_LDADD = \
1823         libsystemd-shared.la
1824
1825 test_architecture_SOURCES = \
1826         src/test/test-architecture.c
1827
1828 test_architecture_LDADD = \
1829         libsystemd-shared.la
1830
1831 test_log_SOURCES = \
1832         src/test/test-log.c
1833
1834 test_log_LDADD = \
1835         libsystemd-shared.la
1836
1837 test_ipcrm_SOURCES = \
1838         src/test/test-ipcrm.c
1839
1840 test_ipcrm_LDADD = \
1841         libsystemd-shared.la \
1842         -lrt
1843
1844 test_btrfs_SOURCES = \
1845         src/test/test-btrfs.c
1846
1847 test_btrfs_LDADD = \
1848         libsystemd-label.la \
1849         libsystemd-shared.la
1850
1851 if HAVE_LIBIPTC
1852 test_fw_util_SOURCES = \
1853         src/test/test-fw-util.c
1854
1855 test_fw_util_CFLAGS = \
1856         $(AM_CFLAGS) \
1857         $(LIBIPTC_CFLAGS)
1858
1859 test_fw_util_LDADD = \
1860         libsystemd-fw.la \
1861         libsystemd-shared.la \
1862         $(LIBIPTC_LIBS)
1863 endif
1864
1865 test_rtnl_manual_SOURCES = \
1866         src/test/test-rtnl-manual.c
1867
1868 test_rtnl_manual_CFLAGS = \
1869         $(AM_CFLAGS) \
1870         $(KMOD_CFLAGS)
1871
1872 test_rtnl_manual_LDADD = \
1873         libsystemd-internal.la \
1874         libsystemd-shared.la \
1875         $(KMOD_LIBS)
1876
1877 test_ellipsize_SOURCES = \
1878         src/test/test-ellipsize.c
1879
1880 test_ellipsize_LDADD = \
1881         libsystemd-shared.la
1882
1883 test_date_SOURCES = \
1884         src/test/test-date.c
1885
1886 test_date_LDADD = \
1887         libsystemd-shared.la
1888
1889 test_sleep_SOURCES = \
1890         src/test/test-sleep.c
1891
1892 test_sleep_LDADD = \
1893         libsystemd-core.la
1894
1895 test_replace_var_SOURCES = \
1896         src/test/test-replace-var.c
1897
1898 test_replace_var_LDADD = \
1899         libsystemd-shared.la
1900
1901 test_calendarspec_SOURCES = \
1902         src/test/test-calendarspec.c
1903
1904 test_calendarspec_LDADD = \
1905         libsystemd-shared.la
1906
1907 test_strip_tab_ansi_SOURCES = \
1908         src/test/test-strip-tab-ansi.c
1909
1910 test_strip_tab_ansi_LDADD = \
1911         libsystemd-shared.la
1912
1913 test_daemon_SOURCES = \
1914         src/test/test-daemon.c
1915
1916 test_daemon_LDADD = \
1917         libsystemd-internal.la \
1918         libsystemd-shared.la
1919
1920 test_cgroup_SOURCES = \
1921         src/test/test-cgroup.c
1922
1923 test_cgroup_LDADD = \
1924         libsystemd-label.la \
1925         libsystemd-shared.la \
1926         libsystemd-internal.la
1927
1928 test_cgroup_mask_SOURCES = \
1929         src/test/test-cgroup-mask.c
1930
1931 test_cgroup_mask_CPPFLAGS = \
1932         $(AM_CPPFLAGS)
1933
1934 test_cgroup_mask_CFLAGS = \
1935         $(AM_CFLAGS) \
1936         $(SECCOMP_CFLAGS)
1937
1938 test_cgroup_mask_LDADD = \
1939         libsystemd-core.la \
1940         $(RT_LIBS)
1941
1942 test_cgroup_util_SOURCES = \
1943         src/test/test-cgroup-util.c
1944
1945 test_cgroup_util_LDADD = \
1946         libsystemd-label.la \
1947         libsystemd-internal.la \
1948         libsystemd-shared.la
1949
1950 test_env_replace_SOURCES = \
1951         src/test/test-env-replace.c
1952
1953 test_env_replace_LDADD = \
1954         libsystemd-shared.la
1955
1956 test_strbuf_SOURCES = \
1957         src/test/test-strbuf.c
1958
1959 test_strbuf_LDADD = \
1960         libsystemd-shared.la
1961
1962 test_strv_SOURCES = \
1963         src/test/test-strv.c
1964
1965 test_strv_LDADD = \
1966         libsystemd-units.la \
1967         libsystemd-internal.la \
1968         libsystemd-shared.la
1969
1970 test_path_util_SOURCES = \
1971         src/test/test-path-util.c
1972
1973 test_path_util_LDADD = \
1974         libsystemd-shared.la
1975
1976 test_path_SOURCES = \
1977         src/test/test-path.c
1978
1979 test_path_CFLAGS = \
1980         $(AM_CFLAGS)
1981
1982 test_path_LDADD = \
1983         libsystemd-core.la
1984
1985 test_execute_SOURCES = \
1986         src/test/test-execute.c
1987
1988 test_execute_CFLAGS = \
1989         $(AM_CFLAGS)
1990
1991 test_execute_LDADD = \
1992         libsystemd-core.la
1993
1994 test_strxcpyx_SOURCES = \
1995         src/test/test-strxcpyx.c
1996
1997 test_strxcpyx_LDADD = \
1998         libsystemd-shared.la
1999
2000 test_install_SOURCES = \
2001         src/test/test-install.c
2002
2003 test_install_LDADD = \
2004         libsystemd-units.la \
2005         libsystemd-label.la \
2006         libsystemd-shared.la \
2007         libsystemd-internal.la
2008
2009 test_watchdog_SOURCES = \
2010         src/test/test-watchdog.c
2011
2012 test_watchdog_LDADD = \
2013         libsystemd-shared.la
2014
2015 test_sched_prio_SOURCES = \
2016         src/test/test-sched-prio.c
2017
2018 test_sched_prio_CPPFLAGS = \
2019         $(AM_CPPFLAGS)
2020
2021 test_sched_prio_CFLAGS = \
2022         $(AM_CFLAGS) \
2023         $(SECCOMP_CFLAGS)
2024
2025 test_sched_prio_LDADD = \
2026         libsystemd-core.la \
2027         $(RT_LIBS)
2028
2029 test_conf_files_SOURCES = \
2030         src/test/test-conf-files.c
2031
2032 test_conf_files_LDADD = \
2033         libsystemd-shared.la
2034
2035 test_bus_policy_SOURCES = \
2036         src/bus-proxyd/test-bus-xml-policy.c
2037
2038 test_bus_policy_LDADD = \
2039         libsystemd-proxy.la \
2040         libsystemd-internal.la \
2041         libsystemd-shared.la
2042
2043 # ------------------------------------------------------------------------------
2044 ## .PHONY so it always rebuilds it
2045 .PHONY: coverage lcov-run lcov-report coverage-sync
2046
2047 # run lcov from scratch, always
2048 coverage: all
2049         $(MAKE) lcov-run
2050         $(MAKE) lcov-report
2051
2052 coverage_dir = coverage
2053 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
2054
2055 if ENABLE_COVERAGE
2056 # reset run coverage tests
2057 lcov-run:
2058         @rm -rf $(coverage_dir)
2059         lcov $(coverage_opts) --zerocounters
2060         -$(MAKE) check
2061
2062 # generate report based on current coverage data
2063 lcov-report:
2064         $(MKDIR_P) $(coverage_dir)
2065         lcov $(coverage_opts) --compat-libtool --capture --no-external \
2066                 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
2067         lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
2068         genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
2069         @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
2070
2071 # lcov doesn't work properly with vpath builds, make sure that bad
2072 # output is not uploaded by mistake.
2073 coverage-sync: coverage
2074         test "$(builddir)" = "$(srcdir)"
2075         rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
2076
2077 else
2078 lcov-run lcov-report:
2079         echo "Need to reconfigure with --enable-coverage"
2080 endif
2081
2082 # ------------------------------------------------------------------------------
2083 systemd_analyze_SOURCES = \
2084         src/analyze/analyze.c \
2085         src/analyze/analyze-verify.c \
2086         src/analyze/analyze-verify.h
2087
2088 systemd_verify_CFLAGS = \
2089         $(AM_CFLAGS) \
2090         $(SECCOMP_CFLAGS)
2091
2092 systemd_analyze_LDADD = \
2093         libsystemd-core.la \
2094         libsystemd-internal.la \
2095         libsystemd-shared.la \
2096         $(RT_LIBS)
2097
2098 # ------------------------------------------------------------------------------
2099 systemd_initctl_SOURCES = \
2100         src/initctl/initctl.c
2101
2102 systemd_initctl_LDADD = \
2103         libsystemd-internal.la \
2104         libsystemd-shared.la
2105
2106 # ------------------------------------------------------------------------------
2107 systemd_update_utmp_SOURCES = \
2108         src/update-utmp/update-utmp.c
2109
2110 systemd_update_utmp_CFLAGS = \
2111         $(AM_CFLAGS) \
2112         $(AUDIT_CFLAGS)
2113
2114 systemd_update_utmp_LDADD = \
2115         libsystemd-internal.la \
2116         libsystemd-shared.la \
2117         $(AUDIT_LIBS)
2118
2119 # ------------------------------------------------------------------------------
2120 systemd_update_done_SOURCES = \
2121         src/update-done/update-done.c
2122
2123 systemd_update_done_LDADD = \
2124         libsystemd-internal.la \
2125         libsystemd-label.la \
2126         libsystemd-shared.la
2127
2128 # ------------------------------------------------------------------------------
2129 systemd_shutdownd_SOURCES = \
2130         src/shutdownd/shutdownd.c
2131
2132 systemd_shutdownd_LDADD = \
2133         libsystemd-label.la \
2134         libsystemd-internal.la \
2135         libsystemd-shared.la
2136
2137 dist_doc_DATA += \
2138         src/systemd/sd-shutdown.h
2139
2140 # ------------------------------------------------------------------------------
2141 systemd_shutdown_SOURCES = \
2142         src/core/umount.c \
2143         src/core/umount.h \
2144         src/core/shutdown.c \
2145         src/core/mount-setup.c \
2146         src/core/mount-setup.h \
2147         src/core/killall.h \
2148         src/core/killall.c
2149
2150 systemd_shutdown_LDADD = \
2151         libsystemd-label.la \
2152         libudev-internal.la \
2153         libsystemd-shared.la
2154
2155 # ------------------------------------------------------------------------------
2156 if HAVE_KMOD
2157 systemd_modules_load_SOURCES = \
2158         src/modules-load/modules-load.c
2159
2160 systemd_modules_load_CFLAGS = \
2161         $(AM_CFLAGS) \
2162         $(KMOD_CFLAGS)
2163
2164 systemd_modules_load_LDADD = \
2165         libsystemd-shared.la \
2166         $(KMOD_LIBS)
2167
2168 rootlibexec_PROGRAMS += \
2169         systemd-modules-load
2170
2171 nodist_systemunit_DATA += \
2172         units/systemd-modules-load.service
2173
2174 SYSINIT_TARGET_WANTS += \
2175         systemd-modules-load.service
2176
2177 if ENABLE_TMPFILES
2178 nodist_systemunit_DATA += \
2179         units/kmod-static-nodes.service
2180
2181 SYSINIT_TARGET_WANTS += \
2182         kmod-static-nodes.service
2183 endif
2184 endif
2185
2186 EXTRA_DIST += \
2187         units/systemd-modules-load.service.in \
2188         units/kmod-static-nodes.service.in
2189
2190 # ------------------------------------------------------------------------------
2191 if ENABLE_TMPFILES
2192 systemd_tmpfiles_SOURCES = \
2193         src/tmpfiles/tmpfiles.c
2194
2195 systemd_tmpfiles_LDADD = \
2196         libsystemd-units.la \
2197         libsystemd-label.la \
2198         libsystemd-internal.la \
2199         libsystemd-shared.la
2200
2201 if HAVE_ACL
2202 systemd_tmpfiles_LDADD += \
2203         libsystemd-acl.la
2204 endif
2205
2206 rootbin_PROGRAMS += \
2207         systemd-tmpfiles
2208
2209 dist_systemunit_DATA += \
2210         units/systemd-tmpfiles-clean.timer
2211
2212 nodist_systemunit_DATA += \
2213         units/systemd-tmpfiles-setup-dev.service \
2214         units/systemd-tmpfiles-setup.service \
2215         units/systemd-tmpfiles-clean.service
2216
2217 nodist_tmpfiles_DATA = \
2218         tmpfiles.d/systemd.conf \
2219         tmpfiles.d/etc.conf
2220
2221 dist_tmpfiles_DATA = \
2222         tmpfiles.d/systemd-nologin.conf \
2223         tmpfiles.d/tmp.conf \
2224         tmpfiles.d/x11.conf \
2225         tmpfiles.d/var.conf
2226
2227 if HAVE_SYSV_COMPAT
2228 dist_tmpfiles_DATA += \
2229         tmpfiles.d/legacy.conf
2230 endif
2231
2232 SYSINIT_TARGET_WANTS += \
2233         systemd-tmpfiles-setup-dev.service \
2234         systemd-tmpfiles-setup.service
2235
2236 dist_zshcompletion_DATA += \
2237         shell-completion/zsh/_systemd-tmpfiles
2238
2239 TIMERS_TARGET_WANTS += \
2240         systemd-tmpfiles-clean.timer
2241
2242 INSTALL_DIRS += \
2243         $(tmpfilesdir) \
2244         $(sysconfdir)/tmpfiles.d
2245 endif
2246
2247 EXTRA_DIST += \
2248         tmpfiles.d/systemd.conf.m4 \
2249         tmpfiles.d/etc.conf.m4 \
2250         units/systemd-tmpfiles-setup-dev.service.in \
2251         units/systemd-tmpfiles-setup.service.in \
2252         units/systemd-tmpfiles-clean.service.in
2253
2254 CLEANFILES += \
2255         tmpfiles.d/systemd.conf \
2256         tmpfiles.d/etc.conf
2257
2258 # ------------------------------------------------------------------------------
2259 if ENABLE_SYSUSERS
2260 systemd_sysusers_SOURCES = \
2261         src/sysusers/sysusers.c
2262
2263 systemd_sysusers_LDADD = \
2264         libsystemd-units.la \
2265         libsystemd-label.la \
2266         libsystemd-internal.la \
2267         libsystemd-shared.la
2268
2269 rootbin_PROGRAMS += \
2270         systemd-sysusers
2271
2272 nodist_systemunit_DATA += \
2273         units/systemd-sysusers.service
2274
2275 SYSINIT_TARGET_WANTS += \
2276         systemd-sysusers.service
2277
2278 nodist_sysusers_DATA = \
2279         sysusers.d/systemd.conf \
2280         sysusers.d/basic.conf
2281
2282 EXTRA_DIST += \
2283         units/systemd-sysusers.service.in \
2284         sysusers.d/systemd.conf.m4 \
2285         sysusers.d/basic.conf.in
2286
2287 CLEANFILES += \
2288         sysusers.d/systemd.conf \
2289         sysusers.d/basic.conf
2290
2291 INSTALL_DIRS += \
2292         $(sysusersdir)
2293 endif
2294
2295 # ------------------------------------------------------------------------------
2296 dist_factory_etc_DATA = \
2297         factory/etc/nsswitch.conf
2298
2299 if HAVE_PAM
2300 dist_factory_pam_DATA = \
2301         factory/etc/pam.d/system-auth \
2302         factory/etc/pam.d/other
2303 endif
2304
2305 # ------------------------------------------------------------------------------
2306 if ENABLE_FIRSTBOOT
2307 systemd_firstboot_SOURCES = \
2308         src/firstboot/firstboot.c
2309
2310 systemd_firstboot_LDADD = \
2311         libsystemd-units.la \
2312         libsystemd-label.la \
2313         libsystemd-internal.la \
2314         libsystemd-shared.la \
2315         -lcrypt
2316
2317 rootbin_PROGRAMS += \
2318         systemd-firstboot
2319
2320 nodist_systemunit_DATA += \
2321         units/systemd-firstboot.service
2322
2323 EXTRA_DIST += \
2324         units/systemd-firstboot.service.in
2325
2326 SYSINIT_TARGET_WANTS += \
2327         systemd-firstboot.service
2328 endif
2329
2330 # ------------------------------------------------------------------------------
2331 systemd_machine_id_setup_SOURCES = \
2332         src/machine-id-setup/machine-id-setup-main.c \
2333         src/core/machine-id-setup.c \
2334         src/core/machine-id-setup.h
2335
2336 systemd_machine_id_setup_LDADD = \
2337         libsystemd-label.la \
2338         libsystemd-internal.la \
2339         libsystemd-shared.la
2340
2341 # ------------------------------------------------------------------------------
2342 systemd_sysctl_SOURCES = \
2343         src/sysctl/sysctl.c
2344
2345 systemd_sysctl_LDADD = \
2346         libsystemd-shared.la
2347
2348 # ------------------------------------------------------------------------------
2349 systemd_sleep_SOURCES = \
2350         src/sleep/sleep.c
2351
2352 systemd_sleep_LDADD = \
2353         libsystemd-shared.la
2354
2355 # ------------------------------------------------------------------------------
2356 systemd_fsck_SOURCES = \
2357         src/fsck/fsck.c
2358
2359 systemd_fsck_LDADD = \
2360         libsystemd-internal.la \
2361         libudev-internal.la \
2362         libsystemd-shared.la
2363
2364 # ------------------------------------------------------------------------------
2365 systemd_fsckd_SOURCES = \
2366         src/fsckd/fsckd.c \
2367         src/fsckd/fsckd.h \
2368         $(NULL)
2369
2370 systemd_fsckd_LDADD = \
2371         libsystemd-internal.la \
2372         libsystemd-label.la \
2373         libsystemd-shared.la \
2374         libudev-internal.la \
2375         $(NULL)
2376
2377 # ------------------------------------------------------------------------------
2378 systemd_machine_id_commit_SOURCES = \
2379         src/machine-id-commit/machine-id-commit.c \
2380         src/core/machine-id-setup.c \
2381         src/core/machine-id-setup.h
2382
2383 systemd_machine_id_commit_LDADD = \
2384         libsystemd-label.la \
2385         libsystemd-internal.la \
2386         libsystemd-shared.la
2387
2388 SYSINIT_TARGET_WANTS += \
2389         systemd-machine-id-commit.service
2390
2391 # ------------------------------------------------------------------------------
2392 systemd_ac_power_SOURCES = \
2393         src/ac-power/ac-power.c
2394
2395 systemd_ac_power_LDADD = \
2396         libudev-internal.la \
2397         libsystemd-shared.la
2398
2399 # ------------------------------------------------------------------------------
2400 systemd_detect_virt_SOURCES = \
2401         src/detect-virt/detect-virt.c
2402
2403 systemd_detect_virt_LDADD = \
2404         libsystemd-shared.la
2405
2406 INSTALL_EXEC_HOOKS += \
2407         systemd-detect-virt-install-hook
2408
2409 # ------------------------------------------------------------------------------
2410 systemd_delta_SOURCES = \
2411         src/delta/delta.c
2412
2413 systemd_delta_LDADD = \
2414         libsystemd-shared.la
2415
2416 # ------------------------------------------------------------------------------
2417 systemd_getty_generator_SOURCES = \
2418         src/getty-generator/getty-generator.c
2419
2420 systemd_getty_generator_LDADD = \
2421         libsystemd-label.la \
2422         libsystemd-shared.la
2423
2424 # ------------------------------------------------------------------------------
2425 systemd_debug_generator_SOURCES = \
2426         src/debug-generator/debug-generator.c
2427
2428 systemd_debug_generator_LDADD = \
2429         libsystemd-label.la \
2430         libsystemd-shared.la
2431
2432 # ------------------------------------------------------------------------------
2433 systemd_fstab_generator_SOURCES = \
2434         src/fstab-generator/fstab-generator.c \
2435         src/core/mount-setup.c
2436
2437 systemd_fstab_generator_LDADD = \
2438         libsystemd-label.la \
2439         libsystemd-shared.la
2440
2441 # ------------------------------------------------------------------------------
2442 systemd_system_update_generator_SOURCES = \
2443         src/system-update-generator/system-update-generator.c
2444
2445 systemd_system_update_generator_LDADD = \
2446         libsystemd-label.la \
2447         libsystemd-shared.la
2448
2449 # ------------------------------------------------------------------------------
2450 if ENABLE_HIBERNATE
2451 systemgenerator_PROGRAMS += \
2452         systemd-hibernate-resume-generator
2453
2454 rootlibexec_PROGRAMS += \
2455         systemd-hibernate-resume
2456
2457 systemd_hibernate_resume_SOURCES = \
2458         src/hibernate-resume/hibernate-resume.c
2459
2460 systemd_hibernate_resume_LDADD = \
2461         libsystemd-internal.la \
2462         libsystemd-shared.la
2463
2464 systemd_hibernate_resume_generator_SOURCES = \
2465         src/hibernate-resume/hibernate-resume-generator.c
2466
2467 systemd_hibernate_resume_generator_LDADD = \
2468         libsystemd-label.la \
2469         libsystemd-shared.la
2470
2471 EXTRA_DIST += \
2472         units/systemd-hibernate.service.in \
2473         units/systemd-hibernate-resume@.service.in \
2474         units/systemd-hybrid-sleep.service.in
2475
2476 dist_systemunit_DATA += \
2477         units/hibernate.target \
2478         units/hybrid-sleep.target
2479
2480 nodist_systemunit_DATA += \
2481         units/systemd-hibernate.service \
2482         units/systemd-hibernate-resume@.service \
2483         units/systemd-hybrid-sleep.service
2484 endif
2485
2486 # ------------------------------------------------------------------------------
2487 if ENABLE_EFI
2488 systemgenerator_PROGRAMS +=  \
2489         systemd-efi-boot-generator
2490
2491 systemd_efi_boot_generator_SOURCES = \
2492         src/efi-boot-generator/efi-boot-generator.c
2493
2494 systemd_efi_boot_generator_LDADD = \
2495         libsystemd-label.la \
2496         libsystemd-shared.la
2497
2498 # ------------------------------------------------------------------------------
2499 if HAVE_BLKID
2500 bootctl_SOURCES = \
2501         src/boot/bootctl.c
2502
2503 bootctl_CPPFLAGS = \
2504         $(AM_CPPFLAGS) \
2505         -DEFI_MACHINE_TYPE_NAME=\"$(EFI_MACHINE_TYPE_NAME)\" \
2506         -DBOOTLIBDIR=\"$(bootlibdir)\"
2507
2508 bootctl_CFLAGS = \
2509         $(AM_CFLAGS) \
2510         $(BLKID_CFLAGS)
2511
2512 bootctl_LDADD = \
2513         libsystemd-shared.la \
2514         libsystemd-internal.la \
2515         $(BLKID_LIBS)
2516
2517 bin_PROGRAMS += \
2518         bootctl
2519
2520 dist_bashcompletion_DATA += \
2521         shell-completion/bash/bootctl
2522
2523 dist_zshcompletion_DATA += \
2524         shell-completion/zsh/_bootctl
2525 endif
2526
2527 # ------------------------------------------------------------------------------
2528 if HAVE_GNUEFI
2529 efi_cppflags = \
2530         $(EFI_CPPFLAGS) \
2531         -I$(top_builddir) -include config.h \
2532         -I$(EFI_INC_DIR)/efi \
2533         -I$(EFI_INC_DIR)/efi/$(EFI_ARCH) \
2534         -DEFI_MACHINE_TYPE_NAME=\"$(EFI_MACHINE_TYPE_NAME)\"
2535
2536 efi_cflags = \
2537         $(EFI_CFLAGS) \
2538         -Wall \
2539         -Wextra \
2540         -std=gnu90 \
2541         -nostdinc \
2542         -ggdb -O0 \
2543         -fpic \
2544         -fshort-wchar \
2545         -nostdinc \
2546         -ffreestanding \
2547         -fno-strict-aliasing \
2548         -fno-stack-protector \
2549         -Wsign-compare \
2550         -Wno-missing-field-initializers \
2551         -mno-sse \
2552         -mno-mmx
2553
2554 if ARCH_X86_64
2555 efi_cflags += \
2556         -mno-red-zone \
2557         -DEFI_FUNCTION_WRAPPER \
2558         -DGNU_EFI_USE_MS_ABI
2559 endif
2560
2561 efi_ldflags = \
2562         $(EFI_LDFLAGS) \
2563         -T $(EFI_LDS_DIR)/elf_$(EFI_ARCH)_efi.lds \
2564         -shared \
2565         -Bsymbolic \
2566         -nostdlib \
2567         -znocombreloc \
2568         -L $(EFI_LIB_DIR) \
2569         $(EFI_LDS_DIR)/crt0-efi-$(EFI_ARCH).o
2570
2571 # ------------------------------------------------------------------------------
2572 systemd_boot_headers = \
2573         src/boot/efi/util.h \
2574         src/boot/efi/console.h \
2575         src/boot/efi/graphics.h \
2576         src/boot/efi/pefile.h
2577
2578 systemd_boot_sources = \
2579         src/boot/efi/util.c \
2580         src/boot/efi/console.c \
2581         src/boot/efi/graphics.c \
2582         src/boot/efi/pefile.c \
2583         src/boot/efi/boot.c
2584
2585 systemd_boot_objects = $(addprefix $(top_builddir)/,$(systemd_boot_sources:.c=.o))
2586 systemd_boot_solib = $(top_builddir)/src/boot/efi/systemd_boot.so
2587 systemd_boot = systemd-boot$(EFI_MACHINE_TYPE_NAME).efi
2588
2589 bootlib_DATA = $(systemd_boot)
2590 CLEANFILES += $(systemd_boot_objects) $(systemd_boot_solib) $(systemd_boot)
2591 EXTRA_DIST += $(systemd_boot_sources) $(systemd_boot_headers)
2592
2593 $(top_builddir)/src/boot/efi/%.o: $(top_srcdir)/src/boot/efi/%.c $(addprefix $(top_srcdir)/,$(systemd_boot_headers))
2594         @$(MKDIR_P) $(top_builddir)/src/boot/efi/
2595         $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
2596
2597 $(systemd_boot_solib): $(systemd_boot_objects)
2598         $(AM_V_CCLD)$(LD) $(efi_ldflags) $(systemd_boot_objects) \
2599                 -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name); \
2600         nm -D -u $@ | grep ' U ' && exit 1 || :
2601
2602 $(systemd_boot): $(systemd_boot_solib)
2603         $(AM_V_GEN) objcopy -j .text -j .sdata -j .data -j .dynamic \
2604           -j .dynsym -j .rel -j .rela -j .reloc \
2605           --target=efi-app-$(EFI_ARCH) $< $@
2606
2607 # ------------------------------------------------------------------------------
2608 stub_headers = \
2609         src/boot/efi/util.h \
2610         src/boot/efi/pefile.h \
2611         src/boot/efi/graphics.h \
2612         src/boot/efi/splash.h \
2613         src/boot/efi/linux.h
2614
2615 stub_sources = \
2616         src/boot/efi/util.c \
2617         src/boot/efi/pefile.c \
2618         src/boot/efi/graphics.c \
2619         src/boot/efi/splash.c \
2620         src/boot/efi/linux.c \
2621         src/boot/efi/stub.c
2622
2623 stub_objects = $(addprefix $(top_builddir)/,$(stub_sources:.c=.o))
2624 stub_solib = $(top_builddir)/src/boot/efi/stub.so
2625 stub = linux$(EFI_MACHINE_TYPE_NAME).efi.stub
2626
2627 bootlib_DATA += $(stub)
2628 CLEANFILES += $(stub_objects) $(stub_solib) $(stub)
2629 EXTRA_DIST += $(stub_sources) $(stub_headers)
2630
2631 $(top_builddir)/src/boot/efi/%.o: $(top_srcdir)/src/boot/efi/%.c $(addprefix $(top_srcdir)/,$(stub_headers))
2632         @$(MKDIR_P) $(top_builddir)/src/boot/efi/
2633         $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
2634
2635 $(stub_solib): $(stub_objects)
2636         $(AM_V_CCLD)$(LD) $(efi_ldflags) $(stub_objects) \
2637                 -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name); \
2638         nm -D -u $@ | grep ' U ' && exit 1 || :
2639
2640 $(stub): $(stub_solib)
2641         $(AM_V_GEN) objcopy -j .text -j .sdata -j .data -j .dynamic \
2642           -j .dynsym -j .rel -j .rela -j .reloc \
2643           --target=efi-app-$(EFI_ARCH) $< $@
2644
2645 # ------------------------------------------------------------------------------
2646 CLEANFILES += test-efi-disk.img
2647 EXTRA_DIST += test/test-efi-create-disk.sh
2648
2649 test-efi-disk.img: $(systemd_boot) $(stub) test/test-efi-create-disk.sh
2650         $(AM_V_GEN)test/test-efi-create-disk.sh
2651
2652 test-efi: test-efi-disk.img
2653         $(QEMU) -machine accel=kvm -m 1024 -bios $(QEMU_BIOS) -snapshot test-efi-disk.img
2654 endif
2655 endif
2656
2657 # ------------------------------------------------------------------------------
2658 if HAVE_BLKID
2659 systemgenerator_PROGRAMS +=  \
2660         systemd-gpt-auto-generator
2661
2662 systemd_gpt_auto_generator_SOURCES = \
2663         src/gpt-auto-generator/gpt-auto-generator.c \
2664         src/shared/blkid-util.h
2665
2666 systemd_gpt_auto_generator_LDADD = \
2667         libsystemd-label.la \
2668         libsystemd-internal.la \
2669         libudev-internal.la \
2670         libsystemd-shared.la \
2671         $(BLKID_LIBS)
2672
2673 systemd_gpt_auto_generator_CFLAGS = \
2674         $(AM_CFLAGS) \
2675         $(BLKID_CFLAGS)
2676 endif
2677
2678 # ------------------------------------------------------------------------------
2679 if ENABLE_KDBUS
2680 systemgenerator_PROGRAMS +=  \
2681         systemd-dbus1-generator
2682
2683 systemd_dbus1_generator_SOURCES = \
2684         src/dbus1-generator/dbus1-generator.c
2685
2686 systemd_dbus1_generator_LDADD = \
2687         libsystemd-label.la \
2688         libsystemd-internal.la \
2689         libsystemd-shared.la
2690
2691 dbus1-generator-install-hook:
2692         $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
2693         $(AM_V_RM)rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2694         $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2695
2696 dbus1-generator-uninstall-hook:
2697         rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2698
2699 dist_xinitrc_SCRIPTS = \
2700         xorg/50-systemd-user.sh
2701
2702 INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
2703 UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
2704 endif
2705
2706 # ------------------------------------------------------------------------------
2707 systemd_sysv_generator_SOURCES = \
2708         src/sysv-generator/sysv-generator.c
2709
2710 systemd_sysv_generator_LDADD = \
2711         libsystemd-core.la \
2712         libsystemd-label.la \
2713         libsystemd-shared.la
2714
2715 # ------------------------------------------------------------------------------
2716 systemd_rc_local_generator_SOURCES = \
2717         src/rc-local-generator/rc-local-generator.c
2718
2719 systemd_rc_local_generator_LDADD = \
2720         libsystemd-label.la \
2721         libsystemd-shared.la
2722
2723 # ------------------------------------------------------------------------------
2724 systemd_remount_fs_SOURCES = \
2725         src/remount-fs/remount-fs.c \
2726         src/core/mount-setup.c \
2727         src/core/mount-setup.h
2728
2729 systemd_remount_fs_LDADD = \
2730         libsystemd-label.la \
2731         libsystemd-shared.la
2732
2733 # ------------------------------------------------------------------------------
2734 systemd_cgroups_agent_SOURCES = \
2735         src/cgroups-agent/cgroups-agent.c
2736
2737 systemd_cgroups_agent_LDADD = \
2738         libsystemd-internal.la \
2739         libsystemd-shared.la
2740
2741 # ------------------------------------------------------------------------------
2742 systemd_escape_SOURCES = \
2743         src/escape/escape.c
2744
2745 systemd_escape_LDADD = \
2746         libsystemd-shared.la
2747
2748 # -----------------------------------------------------------------------------
2749 systemctl_SOURCES = \
2750         src/systemctl/systemctl.c
2751
2752 systemctl_LDADD = \
2753         libsystemd-units.la \
2754         libsystemd-label.la \
2755         libsystemd-internal.la \
2756         libsystemd-logs.la \
2757         libsystemd-journal-internal.la \
2758         libsystemd-shared.la
2759
2760 # ------------------------------------------------------------------------------
2761 systemd_notify_SOURCES = \
2762         src/notify/notify.c
2763
2764 systemd_notify_LDADD = \
2765         libsystemd-internal.la \
2766         libsystemd-shared.la
2767
2768 # ------------------------------------------------------------------------------
2769 systemd_path_SOURCES = \
2770         src/path/path.c
2771
2772 systemd_path_LDADD = \
2773         libsystemd-internal.la \
2774         libsystemd-shared.la
2775
2776 # ------------------------------------------------------------------------------
2777 systemd_ask_password_SOURCES = \
2778         src/ask-password/ask-password.c
2779
2780 systemd_ask_password_LDADD = \
2781         libsystemd-label.la \
2782         libsystemd-shared.la
2783
2784 # ------------------------------------------------------------------------------
2785 systemd_reply_password_SOURCES = \
2786         src/reply-password/reply-password.c
2787
2788 systemd_reply_password_LDADD = \
2789         libsystemd-shared.la
2790
2791 # ------------------------------------------------------------------------------
2792 systemd_cgls_SOURCES = \
2793         src/cgls/cgls.c
2794
2795 systemd_cgls_LDADD = \
2796         libsystemd-internal.la \
2797         libsystemd-shared.la
2798
2799 # ------------------------------------------------------------------------------
2800 systemd_cgtop_SOURCES = \
2801         src/cgtop/cgtop.c
2802
2803 systemd_cgtop_LDADD = \
2804         libsystemd-shared.la
2805
2806 # ------------------------------------------------------------------------------
2807 systemd_nspawn_SOURCES = \
2808         src/nspawn/nspawn.c \
2809         src/core/mount-setup.c \
2810         src/core/mount-setup.h \
2811         src/core/loopback-setup.c \
2812         src/core/loopback-setup.h
2813
2814 systemd_nspawn_CFLAGS = \
2815         $(AM_CFLAGS) \
2816         $(SECCOMP_CFLAGS) \
2817         $(BLKID_CFLAGS)
2818
2819 systemd_nspawn_LDADD = \
2820         libsystemd-label.la \
2821         libsystemd-internal.la \
2822         libudev-internal.la \
2823         libsystemd-shared.la \
2824         $(BLKID_LIBS)
2825
2826 if HAVE_SECCOMP
2827 systemd_nspawn_LDADD += \
2828         libsystemd-seccomp.la \
2829         $(SECCOMP_LIBS)
2830 endif
2831
2832 if HAVE_LIBIPTC
2833 systemd_nspawn_LDADD += \
2834         libsystemd-fw.la
2835 endif
2836
2837 # ------------------------------------------------------------------------------
2838 systemd_run_SOURCES = \
2839         src/run/run.c
2840
2841 systemd_run_LDADD = \
2842         libsystemd-label.la \
2843         libsystemd-internal.la \
2844         libsystemd-shared.la
2845
2846 # ------------------------------------------------------------------------------
2847 noinst_LTLIBRARIES += \
2848         libsystemd-proxy.la
2849
2850 libsystemd_proxy_la_SOURCES = \
2851         src/bus-proxyd/bus-xml-policy.c \
2852         src/bus-proxyd/bus-xml-policy.h \
2853         src/bus-proxyd/driver.c \
2854         src/bus-proxyd/driver.h \
2855         src/bus-proxyd/proxy.c \
2856         src/bus-proxyd/proxy.h \
2857         src/bus-proxyd/synthesize.c \
2858         src/bus-proxyd/synthesize.h
2859
2860 libsystemd_proxy_la_CFLAGS = \
2861         $(AM_CFLAGS) \
2862         -pthread
2863
2864 libsystemd_proxy_la_LIBADD = \
2865         libsystemd-internal.la \
2866         libsystemd-shared.la
2867
2868 systemd_bus_proxyd_SOURCES = \
2869         src/bus-proxyd/bus-proxyd.c
2870
2871 systemd_bus_proxyd_CFLAGS = \
2872         $(AM_CFLAGS) \
2873         -pthread
2874
2875 systemd_bus_proxyd_LDADD = \
2876         libsystemd-proxy.la \
2877         libsystemd-internal.la \
2878         libsystemd-shared.la
2879
2880 systemd_stdio_bridge_SOURCES = \
2881         src/bus-proxyd/stdio-bridge.c
2882
2883 systemd_stdio_bridge_LDADD = \
2884         libsystemd-proxy.la \
2885         libsystemd-internal.la \
2886         libsystemd-shared.la
2887
2888 if ENABLE_KDBUS
2889 nodist_systemunit_DATA += \
2890         units/systemd-bus-proxyd.service
2891
2892 dist_systemunit_DATA += \
2893         units/systemd-bus-proxyd.socket
2894
2895 nodist_userunit_DATA += \
2896         units/user/systemd-bus-proxyd.service
2897
2898 dist_userunit_DATA += \
2899         units/user/systemd-bus-proxyd.socket
2900 endif
2901
2902 EXTRA_DIST += \
2903         units/systemd-bus-proxyd.service.m4.in \
2904         units/user/systemd-bus-proxyd.service.in
2905
2906 CLEANFILES += \
2907         units/systemd-bus-proxyd.service.m4
2908
2909 if HAVE_SMACK
2910 bus-proxyd-set-cap-hook:
2911         -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
2912
2913 INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
2914 endif
2915
2916 # ------------------------------------------------------------------------------
2917 systemd_tty_ask_password_agent_SOURCES = \
2918         src/tty-ask-password-agent/tty-ask-password-agent.c
2919
2920 systemd_tty_ask_password_agent_LDADD = \
2921         libsystemd-label.la \
2922         libsystemd-shared.la
2923
2924 # ------------------------------------------------------------------------------
2925 libsystemd_internal_la_SOURCES = \
2926         src/systemd/sd-bus.h \
2927         src/systemd/sd-bus-protocol.h \
2928         src/systemd/sd-bus-vtable.h \
2929         src/systemd/sd-utf8.h \
2930         src/systemd/sd-event.h \
2931         src/systemd/sd-rtnl.h \
2932         src/systemd/sd-resolve.h \
2933         src/systemd/sd-login.h \
2934         src/systemd/sd-id128.h \
2935         src/systemd/sd-daemon.h \
2936         src/systemd/sd-path.h \
2937         src/systemd/sd-network.h \
2938         src/systemd/sd-hwdb.h \
2939         src/libsystemd/sd-bus/sd-bus.c \
2940         src/libsystemd/sd-bus/bus-control.c \
2941         src/libsystemd/sd-bus/bus-control.h \
2942         src/libsystemd/sd-bus/bus-error.c \
2943         src/libsystemd/sd-bus/bus-error.h \
2944         src/libsystemd/sd-bus/bus-common-errors.h \
2945         src/libsystemd/sd-bus/bus-common-errors.c \
2946         src/libsystemd/sd-bus/bus-internal.c \
2947         src/libsystemd/sd-bus/bus-internal.h \
2948         src/libsystemd/sd-bus/bus-socket.c \
2949         src/libsystemd/sd-bus/bus-socket.h \
2950         src/libsystemd/sd-bus/bus-kernel.c \
2951         src/libsystemd/sd-bus/bus-kernel.h \
2952         src/libsystemd/sd-bus/bus-container.c \
2953         src/libsystemd/sd-bus/bus-container.h \
2954         src/libsystemd/sd-bus/bus-message.c \
2955         src/libsystemd/sd-bus/bus-message.h \
2956         src/libsystemd/sd-bus/bus-creds.c \
2957         src/libsystemd/sd-bus/bus-creds.h \
2958         src/libsystemd/sd-bus/bus-signature.c \
2959         src/libsystemd/sd-bus/bus-signature.h \
2960         src/libsystemd/sd-bus/bus-type.c \
2961         src/libsystemd/sd-bus/bus-type.h \
2962         src/libsystemd/sd-bus/bus-match.c \
2963         src/libsystemd/sd-bus/bus-match.h \
2964         src/libsystemd/sd-bus/bus-bloom.c \
2965         src/libsystemd/sd-bus/bus-bloom.h \
2966         src/libsystemd/sd-bus/bus-introspect.c \
2967         src/libsystemd/sd-bus/bus-introspect.h \
2968         src/libsystemd/sd-bus/bus-objects.c \
2969         src/libsystemd/sd-bus/bus-objects.h \
2970         src/libsystemd/sd-bus/bus-gvariant.c \
2971         src/libsystemd/sd-bus/bus-gvariant.h \
2972         src/libsystemd/sd-bus/bus-convenience.c \
2973         src/libsystemd/sd-bus/bus-track.c \
2974         src/libsystemd/sd-bus/bus-track.h \
2975         src/libsystemd/sd-bus/bus-util.c \
2976         src/libsystemd/sd-bus/bus-util.h \
2977         src/libsystemd/sd-bus/bus-slot.c \
2978         src/libsystemd/sd-bus/bus-slot.h \
2979         src/libsystemd/sd-bus/bus-protocol.h \
2980         src/libsystemd/sd-bus/kdbus.h \
2981         src/libsystemd/sd-utf8/sd-utf8.c \
2982         src/libsystemd/sd-event/sd-event.c \
2983         src/libsystemd/sd-event/event-util.h \
2984         src/libsystemd/sd-rtnl/sd-rtnl.c \
2985         src/libsystemd/sd-rtnl/rtnl-internal.h \
2986         src/libsystemd/sd-rtnl/rtnl-message.c \
2987         src/libsystemd/sd-rtnl/rtnl-types.h \
2988         src/libsystemd/sd-rtnl/rtnl-types.c \
2989         src/libsystemd/sd-rtnl/rtnl-util.h \
2990         src/libsystemd/sd-rtnl/rtnl-util.c \
2991         src/libsystemd/sd-rtnl/local-addresses.h \
2992         src/libsystemd/sd-rtnl/local-addresses.c \
2993         src/libsystemd/sd-id128/sd-id128.c \
2994         src/libsystemd/sd-daemon/sd-daemon.c \
2995         src/libsystemd/sd-login/sd-login.c \
2996         src/libsystemd/sd-path/sd-path.c \
2997         src/libsystemd/sd-network/sd-network.c \
2998         src/libsystemd/sd-network/network-util.h \
2999         src/libsystemd/sd-network/network-util.c \
3000         src/libsystemd/sd-hwdb/sd-hwdb.c \
3001         src/libsystemd/sd-hwdb/hwdb-util.h \
3002         src/libsystemd/sd-hwdb/hwdb-internal.h
3003
3004 nodist_libsystemd_internal_la_SOURCES = \
3005         src/libsystemd/libsystemd.sym
3006
3007 libsystemd_internal_la_CFLAGS = \
3008         $(AM_CFLAGS) \
3009         -pthread
3010
3011 libsystemd_internal_la_LIBADD = \
3012         $(RT_LIBS)
3013
3014 libsystemd_resolve_la_SOURCES = \
3015         src/libsystemd/sd-resolve/sd-resolve.c \
3016         src/libsystemd/sd-resolve/resolve-util.h
3017
3018 libsystemd_resolve_la_CFLAGS = \
3019         $(AM_CFLAGS) \
3020         -pthread
3021
3022 libsystemd_resolve_la_LIBADD = \
3023         -lresolv
3024
3025 noinst_LTLIBRARIES += \
3026         libsystemd-internal.la \
3027         libsystemd-resolve.la
3028
3029 libsystemd_dump_la_SOURCES = \
3030         src/libsystemd/sd-bus/bus-dump.c \
3031         src/libsystemd/sd-bus/bus-dump.h
3032
3033 noinst_LTLIBRARIES += \
3034         libsystemd-dump.la
3035
3036 EXTRA_DIST += \
3037         src/libsystemd/libsystemd.sym.m4 \
3038         src/libsystemd/libsystemd.pc.in \
3039         src/libsystemd/sd-bus/DIFFERENCES \
3040         src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
3041
3042 CLEANFILES += \
3043         src/libsystemd/libsystemd.sym
3044
3045 BUILT_SOURCES += \
3046         src/libsystemd/libsystemd.sym
3047
3048 libsystemd_la_SOURCES = \
3049         $(libsystemd_internal_la_SOURCES) \
3050         $(libsystemd_resolve_la_SOURCES) \
3051         $(libsystemd_journal_internal_la_SOURCES)
3052
3053 nodist_libsystemd_la_SOURCES = \
3054         $(nodist_libsystemd_internal_la_SOURCES)
3055
3056 libsystemd_la_CFLAGS = \
3057         $(libsystemd_internal_la_CFLAGS) \
3058         $(libsystemd_resolve_la_CFLAGS) \
3059         $(libsystemd_journal_internal_la_CFLAGS)
3060
3061 libsystemd_la_LDFLAGS = \
3062         $(AM_LDFLAGS) \
3063         -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
3064         -Wl,--version-script=$(top_builddir)/src/libsystemd/libsystemd.sym
3065
3066 libsystemd_la_LIBADD = \
3067         libsystemd-shared.la \
3068         $(libsystemd_internal_la_LIBADD) \
3069         $(libsystemd_journal_internal_la_LIBADD) \
3070         $(libsystemd_resolve_la_LIBADD)
3071
3072 libsystemd-install-hook:
3073         libname=libsystemd.so && $(move-to-rootlibdir)
3074
3075 libsystemd-uninstall-hook:
3076         rm -f $(DESTDIR)$(rootlibdir)/libsystemd.so*
3077
3078 INSTALL_EXEC_HOOKS += libsystemd-install-hook
3079 UNINSTALL_EXEC_HOOKS += libsystemd-uninstall-hook
3080
3081 pkgconfiglib_DATA += \
3082         src/libsystemd/libsystemd.pc
3083
3084 pkginclude_HEADERS += \
3085         src/systemd/sd-login.h \
3086         src/systemd/sd-id128.h \
3087         src/systemd/sd-daemon.h
3088
3089 if ENABLE_KDBUS
3090 pkginclude_HEADERS += \
3091         src/systemd/sd-bus.h \
3092         src/systemd/sd-bus-protocol.h \
3093         src/systemd/sd-bus-vtable.h \
3094         src/systemd/sd-utf8.h \
3095         src/systemd/sd-event.h \
3096         src/systemd/sd-rtnl.h \
3097         src/systemd/sd-resolve.h \
3098         src/systemd/sd-path.h
3099 endif
3100
3101 lib_LTLIBRARIES += \
3102         libsystemd.la
3103
3104 tests += \
3105         test-bus-marshal \
3106         test-bus-signature \
3107         test-bus-chat \
3108         test-bus-cleanup \
3109         test-bus-server \
3110         test-bus-match \
3111         test-bus-kernel \
3112         test-bus-kernel-bloom \
3113         test-bus-kernel-benchmark \
3114         test-bus-zero-copy \
3115         test-bus-introspect \
3116         test-bus-objects \
3117         test-bus-error \
3118         test-bus-creds \
3119         test-bus-gvariant \
3120         test-event \
3121         test-rtnl \
3122         test-local-addresses \
3123         test-resolve
3124
3125 bin_PROGRAMS += \
3126         busctl
3127
3128 test_bus_marshal_SOURCES = \
3129         src/libsystemd/sd-bus/test-bus-marshal.c
3130
3131 test_bus_marshal_LDADD = \
3132         libsystemd-dump.la \
3133         libsystemd-internal.la \
3134         libsystemd-shared.la \
3135         $(GLIB_LIBS) \
3136         $(DBUS_LIBS)
3137
3138 test_bus_marshal_CFLAGS = \
3139         $(AM_CFLAGS) \
3140         $(GLIB_CFLAGS) \
3141         $(DBUS_CFLAGS)
3142
3143 test_bus_signature_SOURCES = \
3144         src/libsystemd/sd-bus/test-bus-signature.c
3145
3146 test_bus_signature_LDADD = \
3147         libsystemd-internal.la \
3148         libsystemd-shared.la
3149
3150 test_bus_chat_SOURCES = \
3151         src/libsystemd/sd-bus/test-bus-chat.c
3152
3153 test_bus_chat_CFLAGS = \
3154         $(AM_CFLAGS) \
3155         -pthread
3156
3157 test_bus_chat_LDADD = \
3158         libsystemd-internal.la \
3159         libsystemd-shared.la
3160
3161 test_bus_cleanup_SOURCES = \
3162         src/libsystemd/sd-bus/test-bus-cleanup.c
3163
3164 test_bus_cleanup_CFLAGS = \
3165         $(AM_CFLAGS) \
3166         $(SECCOMP_CFLAGS)
3167
3168 test_bus_cleanup_LDADD = \
3169         libsystemd-internal.la \
3170         libsystemd-shared.la
3171
3172 test_bus_server_SOURCES = \
3173         src/libsystemd/sd-bus/test-bus-server.c
3174
3175 test_bus_server_CFLAGS = \
3176         $(AM_CFLAGS) \
3177         -pthread
3178
3179 test_bus_server_LDADD = \
3180         libsystemd-internal.la \
3181         libsystemd-shared.la
3182
3183 test_bus_objects_SOURCES = \
3184         src/libsystemd/sd-bus/test-bus-objects.c
3185
3186 test_bus_objects_CFLAGS = \
3187         $(AM_CFLAGS) \
3188         -pthread
3189
3190 test_bus_objects_LDADD = \
3191         libsystemd-dump.la \
3192         libsystemd-internal.la \
3193         libsystemd-shared.la
3194
3195 test_bus_error_SOURCES = \
3196         src/libsystemd/sd-bus/test-bus-error.c
3197
3198 test_bus_error_LDADD = \
3199         libsystemd-internal.la \
3200         libsystemd-shared.la
3201
3202 test_bus_gvariant_SOURCES = \
3203         src/libsystemd/sd-bus/test-bus-gvariant.c
3204
3205 test_bus_gvariant_LDADD = \
3206         libsystemd-dump.la \
3207         libsystemd-internal.la \
3208         libsystemd-shared.la \
3209         $(GLIB_LIBS)
3210
3211 test_bus_gvariant_CFLAGS = \
3212         $(AM_CFLAGS) \
3213         $(GLIB_CFLAGS)
3214
3215 test_bus_creds_SOURCES = \
3216         src/libsystemd/sd-bus/test-bus-creds.c
3217
3218 test_bus_creds_LDADD = \
3219         libsystemd-dump.la \
3220         libsystemd-internal.la \
3221         libsystemd-shared.la
3222
3223 test_bus_match_SOURCES = \
3224         src/libsystemd/sd-bus/test-bus-match.c
3225
3226 test_bus_match_LDADD = \
3227         libsystemd-internal.la \
3228         libsystemd-shared.la
3229
3230 test_bus_kernel_SOURCES = \
3231         src/libsystemd/sd-bus/test-bus-kernel.c
3232
3233 test_bus_kernel_LDADD = \
3234         libsystemd-dump.la \
3235         libsystemd-internal.la \
3236         libsystemd-shared.la
3237
3238 test_bus_kernel_bloom_SOURCES = \
3239         src/libsystemd/sd-bus/test-bus-kernel-bloom.c
3240
3241 test_bus_kernel_bloom_LDADD = \
3242         libsystemd-internal.la \
3243         libsystemd-shared.la
3244
3245 test_bus_kernel_benchmark_SOURCES = \
3246         src/libsystemd/sd-bus/test-bus-kernel-benchmark.c
3247
3248 test_bus_kernel_benchmark_LDADD = \
3249         libsystemd-internal.la \
3250         libsystemd-shared.la
3251
3252 test_bus_zero_copy_SOURCES = \
3253         src/libsystemd/sd-bus/test-bus-zero-copy.c
3254
3255 test_bus_zero_copy_LDADD = \
3256         libsystemd-dump.la \
3257         libsystemd-internal.la \
3258         libsystemd-shared.la
3259
3260 test_bus_introspect_SOURCES = \
3261         src/libsystemd/sd-bus/test-bus-introspect.c
3262
3263 test_bus_introspect_LDADD = \
3264         libsystemd-internal.la \
3265         libsystemd-shared.la
3266
3267 test_event_SOURCES = \
3268         src/libsystemd/sd-event/test-event.c
3269
3270 test_event_LDADD = \
3271         libsystemd-internal.la \
3272         libsystemd-shared.la
3273
3274 test_rtnl_SOURCES = \
3275         src/libsystemd/sd-rtnl/test-rtnl.c
3276
3277 test_rtnl_LDADD = \
3278         libsystemd-internal.la \
3279         libsystemd-shared.la
3280
3281 test_local_addresses_SOURCES = \
3282         src/libsystemd/sd-rtnl/test-local-addresses.c
3283
3284 test_local_addresses_LDADD = \
3285         libsystemd-internal.la \
3286         libsystemd-shared.la
3287
3288 test_resolve_SOURCES = \
3289         src/libsystemd/sd-resolve/test-resolve.c
3290
3291 test_resolve_LDADD = \
3292         libsystemd-resolve.la \
3293         libsystemd-internal.la \
3294         libsystemd-shared.la
3295
3296 test_resolve_CFLAGS = \
3297         $(AM_CFLAGS) \
3298         -pthread
3299
3300 busctl_SOURCES = \
3301         src/libsystemd/sd-bus/busctl.c \
3302         src/libsystemd/sd-bus/busctl-introspect.c \
3303         src/libsystemd/sd-bus/busctl-introspect.h
3304
3305 busctl_LDADD = \
3306         libsystemd-dump.la \
3307         libsystemd-internal.la \
3308         libsystemd-shared.la
3309
3310 # ------------------------------------------------------------------------------
3311 noinst_LTLIBRARIES += \
3312         libsystemd-network.la
3313
3314 libsystemd_network_la_CFLAGS = \
3315         $(AM_CFLAGS) \
3316         $(KMOD_CFLAGS)
3317
3318 libsystemd_network_la_SOURCES = \
3319         src/systemd/sd-dhcp-client.h \
3320         src/systemd/sd-dhcp-server.h \
3321         src/systemd/sd-dhcp-lease.h \
3322         src/systemd/sd-ipv4ll.h \
3323         src/systemd/sd-icmp6-nd.h \
3324         src/systemd/sd-dhcp6-client.h \
3325         src/systemd/sd-dhcp6-lease.h \
3326         src/systemd/sd-pppoe.h \
3327         src/systemd/sd-lldp.h \
3328         src/libsystemd-network/sd-dhcp-client.c \
3329         src/libsystemd-network/sd-dhcp-server.c \
3330         src/libsystemd-network/dhcp-network.c \
3331         src/libsystemd-network/dhcp-option.c \
3332         src/libsystemd-network/dhcp-packet.c \
3333         src/libsystemd-network/dhcp-internal.h \
3334         src/libsystemd-network/dhcp-server-internal.h \
3335         src/libsystemd-network/dhcp-protocol.h \
3336         src/libsystemd-network/dhcp-lease-internal.h \
3337         src/libsystemd-network/sd-dhcp-lease.c \
3338         src/libsystemd-network/sd-ipv4ll.c \
3339         src/libsystemd-network/ipv4ll-network.c \
3340         src/libsystemd-network/ipv4ll-packet.c \
3341         src/libsystemd-network/ipv4ll-internal.h \
3342         src/libsystemd-network/sd-pppoe.c \
3343         src/libsystemd-network/network-internal.c \
3344         src/libsystemd-network/network-internal.h \
3345         src/libsystemd-network/sd-icmp6-nd.c \
3346         src/libsystemd-network/sd-dhcp6-client.c \
3347         src/libsystemd-network/dhcp6-internal.h \
3348         src/libsystemd-network/dhcp6-protocol.h \
3349         src/libsystemd-network/dhcp6-network.c \
3350         src/libsystemd-network/dhcp6-option.c \
3351         src/libsystemd-network/dhcp6-lease-internal.h \
3352         src/libsystemd-network/sd-dhcp6-lease.c \
3353         src/libsystemd-network/dhcp-identifier.h \
3354         src/libsystemd-network/dhcp-identifier.c \
3355         src/libsystemd-network/lldp.h \
3356         src/libsystemd-network/lldp-tlv.h \
3357         src/libsystemd-network/lldp-tlv.c \
3358         src/libsystemd-network/lldp-network.h \
3359         src/libsystemd-network/lldp-network.c \
3360         src/libsystemd-network/lldp-port.h \
3361         src/libsystemd-network/lldp-port.c \
3362         src/libsystemd-network/lldp-internal.h \
3363         src/libsystemd-network/lldp-internal.c \
3364         src/libsystemd-network/lldp-util.h \
3365         src/libsystemd-network/sd-lldp.c
3366
3367 libsystemd_network_la_LIBADD = \
3368         libudev-internal.la \
3369         libsystemd-label.la \
3370         libsystemd-internal.la \
3371         libsystemd-shared.la \
3372         $(KMOD_LIBS)
3373
3374 test_dhcp_option_SOURCES = \
3375         src/libsystemd-network/dhcp-protocol.h \
3376         src/libsystemd-network/dhcp-internal.h \
3377         src/libsystemd-network/test-dhcp-option.c
3378
3379 test_dhcp_option_LDADD = \
3380         libsystemd-network.la \
3381         libsystemd-internal.la \
3382         libsystemd-shared.la
3383
3384 test_dhcp_client_SOURCES = \
3385         src/systemd/sd-dhcp-client.h \
3386         src/libsystemd-network/dhcp-protocol.h \
3387         src/libsystemd-network/dhcp-internal.h \
3388         src/libsystemd-network/test-dhcp-client.c
3389
3390 test_dhcp_client_LDADD = \
3391         libsystemd-network.la \
3392         libsystemd-label.la \
3393         libsystemd-internal.la \
3394         libsystemd-shared.la
3395
3396 test_dhcp_server_SOURCES = \
3397         src/libsystemd-network/test-dhcp-server.c
3398
3399 test_dhcp_server_LDADD = \
3400         libsystemd-network.la \
3401         libsystemd-internal.la \
3402         libsystemd-shared.la
3403
3404 test_ipv4ll_SOURCES = \
3405         src/systemd/sd-ipv4ll.h \
3406         src/libsystemd-network/ipv4ll-internal.h \
3407         src/libsystemd-network/test-ipv4ll.c
3408
3409 test_ipv4ll_LDADD = \
3410         libsystemd-network.la \
3411         libsystemd-label.la \
3412         libsystemd-internal.la \
3413         libsystemd-shared.la
3414
3415 test_pppoe_SOURCES = \
3416         src/systemd/sd-pppoe.h \
3417         src/libsystemd-network/test-pppoe.c
3418
3419 test_pppoe_LDADD = \
3420         libsystemd-network.la \
3421         libsystemd-shared.la
3422
3423 test_icmp6_rs_SOURCES = \
3424         src/systemd/sd-dhcp6-client.h \
3425         src/systemd/sd-icmp6-nd.h \
3426         src/libsystemd-network/dhcp6-internal.h \
3427         src/libsystemd-network/test-icmp6-rs.c \
3428         src/libsystemd-network/dhcp-identifier.h \
3429         src/libsystemd-network/dhcp-identifier.c
3430
3431 test_icmp6_rs_LDADD = \
3432         libsystemd-network.la \
3433         libsystemd-internal.la \
3434         libsystemd-shared.la
3435
3436 test_dhcp6_client_SOURCES = \
3437         src/systemd/sd-dhcp6-client.h \
3438         src/libsystemd-network/dhcp6-internal.h \
3439         src/libsystemd-network/test-dhcp6-client.c \
3440         src/libsystemd-network/dhcp-identifier.h \
3441         src/libsystemd-network/dhcp-identifier.c
3442
3443 test_dhcp6_client_LDADD = \
3444         libsystemd-network.la \
3445         libsystemd-internal.la \
3446         libsystemd-shared.la
3447
3448 test_lldp_SOURCES = \
3449        src/libsystemd-network/lldp.h \
3450        src/libsystemd-network/lldp-tlv.h \
3451        src/libsystemd-network/lldp-tlv.c \
3452        src/libsystemd-network/test-lldp.c
3453
3454 test_lldp_LDADD = \
3455         libsystemd-network.la \
3456         libsystemd-internal.la \
3457         libsystemd-shared.la
3458
3459 tests += \
3460         test-dhcp-option \
3461         test-dhcp-client \
3462         test-dhcp-server \
3463         test-ipv4ll \
3464         test-icmp6-rs \
3465         test-dhcp6-client \
3466         test-lldp
3467
3468 manual_tests += \
3469         test-pppoe
3470
3471 # ------------------------------------------------------------------------------
3472 if ENABLE_TERMINAL
3473 noinst_LTLIBRARIES += \
3474         libsystemd-terminal.la
3475
3476 rootlibexec_PROGRAMS += \
3477         systemd-consoled
3478
3479 noinst_PROGRAMS += \
3480         systemd-evcat \
3481         systemd-modeset \
3482         systemd-subterm
3483
3484 dist_pkgdata_DATA += \
3485        src/libsystemd-terminal/unifont-glyph-array.bin
3486
3487 nodist_userunit_DATA += \
3488         units/user/systemd-consoled.service
3489
3490 USER_DEFAULT_TARGET_WANTS += \
3491         systemd-consoled.service
3492
3493 tests += \
3494         test-term-page \
3495         test-term-parser \
3496         test-unifont
3497 endif
3498
3499 EXTRA_DIST += \
3500         units/user/systemd-consoled.service.in
3501
3502 libsystemd_terminal_la_CFLAGS = \
3503         $(AM_CFLAGS) \
3504         $(TERMINAL_CFLAGS)
3505
3506 libsystemd_terminal_la_SOURCES = \
3507         src/libsystemd-terminal/grdev.h \
3508         src/libsystemd-terminal/grdev-internal.h \
3509         src/libsystemd-terminal/grdev.c \
3510         src/libsystemd-terminal/grdev-drm.c \
3511         src/libsystemd-terminal/idev.h \
3512         src/libsystemd-terminal/idev-internal.h \
3513         src/libsystemd-terminal/idev.c \
3514         src/libsystemd-terminal/idev-evdev.c \
3515         src/libsystemd-terminal/idev-keyboard.c \
3516         src/libsystemd-terminal/sysview.h \
3517         src/libsystemd-terminal/sysview-internal.h \
3518         src/libsystemd-terminal/sysview.c \
3519         src/libsystemd-terminal/term.h \
3520         src/libsystemd-terminal/term-internal.h \
3521         src/libsystemd-terminal/term-charset.c \
3522         src/libsystemd-terminal/term-page.c \
3523         src/libsystemd-terminal/term-parser.c \
3524         src/libsystemd-terminal/term-screen.c \
3525         src/libsystemd-terminal/term-wcwidth.c \
3526         src/libsystemd-terminal/unifont.h \
3527         src/libsystemd-terminal/unifont-def.h \
3528         src/libsystemd-terminal/unifont.c
3529
3530 libsystemd_terminal_la_LIBADD = \
3531         libudev-internal.la \
3532         libsystemd-internal.la \
3533         libsystemd-shared.la \
3534         $(TERMINAL_LIBS)
3535
3536 systemd_consoled_CFLAGS = \
3537         $(AM_CFLAGS) \
3538         $(TERMINAL_CFLAGS)
3539
3540 systemd_consoled_SOURCES = \
3541         src/console/consoled.h \
3542         src/console/consoled.c \
3543         src/console/consoled-display.c \
3544         src/console/consoled-manager.c \
3545         src/console/consoled-session.c \
3546         src/console/consoled-terminal.c \
3547         src/console/consoled-workspace.c
3548
3549 systemd_consoled_LDADD = \
3550         libsystemd-terminal.la \
3551         libsystemd-internal.la \
3552         libsystemd-shared.la \
3553         $(TERMINAL_LIBS)
3554
3555 systemd_evcat_CFLAGS = \
3556         $(AM_CFLAGS) \
3557         $(TERMINAL_CFLAGS)
3558
3559 systemd_evcat_SOURCES = \
3560         src/libsystemd-terminal/evcat.c
3561
3562 systemd_evcat_LDADD = \
3563         libsystemd-terminal.la \
3564         libsystemd-internal.la \
3565         libsystemd-shared.la \
3566         $(TERMINAL_LIBS)
3567
3568 systemd_modeset_CFLAGS = \
3569         $(AM_CFLAGS) \
3570         $(TERMINAL_CFLAGS)
3571
3572 systemd_modeset_SOURCES = \
3573         src/libsystemd-terminal/modeset.c
3574
3575 systemd_modeset_LDADD = \
3576         libsystemd-terminal.la \
3577         libsystemd-internal.la \
3578         libsystemd-shared.la \
3579         $(TERMINAL_LIBS)
3580
3581 systemd_subterm_SOURCES = \
3582         src/libsystemd-terminal/subterm.c
3583
3584 systemd_subterm_LDADD = \
3585         libsystemd-terminal.la \
3586         libsystemd-internal.la \
3587         libsystemd-shared.la
3588
3589 test_term_page_SOURCES = \
3590         src/libsystemd-terminal/test-term-page.c
3591
3592 test_term_page_LDADD = \
3593         libsystemd-terminal.la \
3594         libsystemd-internal.la \
3595         libsystemd-shared.la
3596
3597 test_term_parser_SOURCES = \
3598         src/libsystemd-terminal/test-term-parser.c
3599
3600 test_term_parser_LDADD = \
3601         libsystemd-terminal.la \
3602         libsystemd-internal.la \
3603         libsystemd-shared.la
3604
3605 test_unifont_SOURCES = \
3606         src/libsystemd-terminal/test-unifont.c
3607
3608 test_unifont_LDADD = \
3609         libsystemd-terminal.la \
3610         libsystemd-internal.la \
3611         libsystemd-shared.la
3612
3613 src/libsystemd-terminal/unifont-glyph-array.bin: tools/compile-unifont.py $(UNIFONT)
3614         $(AM_V_GEN)$(PYTHON) $< <$(UNIFONT) >$@
3615
3616 # ------------------------------------------------------------------------------
3617 if ENABLE_GTK_DOC
3618 SUBDIRS += \
3619         docs/libudev
3620
3621 noinst_DATA += \
3622         docs/html/libudev \
3623         docs/html/gudev
3624 endif
3625
3626 include_HEADERS += \
3627         src/libudev/libudev.h
3628
3629 lib_LTLIBRARIES += \
3630         libudev.la
3631
3632 libudev_la_SOURCES =\
3633         src/libudev/libudev.sym \
3634         src/libudev/libudev-private.h \
3635         src/libudev/libudev.c \
3636         src/libudev/libudev-list.c \
3637         src/libudev/libudev-util.c \
3638         src/libudev/libudev-device.c \
3639         src/libudev/libudev-enumerate.c \
3640         src/libudev/libudev-monitor.c \
3641         src/libudev/libudev-queue.c \
3642         src/libudev/libudev-hwdb.c
3643
3644 libudev_la_CFLAGS = \
3645         $(AM_CFLAGS) \
3646         -fvisibility=hidden
3647
3648 libudev_la_LDFLAGS = \
3649         $(AM_LDFLAGS) \
3650         -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3651         -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3652
3653 libudev_la_LIBADD = \
3654         libsystemd-internal.la \
3655         libsystemd-shared.la
3656
3657 pkgconfiglib_DATA += \
3658         src/libudev/libudev.pc
3659
3660 EXTRA_DIST += \
3661         src/libudev/libudev.pc.in
3662
3663 CLEANFILES += \
3664         src/libudev/libudev.pc \
3665         docs/html/libudev \
3666         docs/html/gudev
3667
3668 docs/html/libudev:
3669         $(AM_V_at)$(MKDIR_P) $(dir $@)
3670         $(AM_V_LN)$(LN_S) -f ../libudev/html $@
3671
3672 docs/html/gudev:
3673         $(AM_V_at)$(MKDIR_P) $(dir $@)
3674         $(AM_V_LN)$(LN_S) -f ../gudev/html $@
3675
3676 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3677 libudev-install-hook:
3678         libname=libudev.so && $(move-to-rootlibdir)
3679
3680 libudev-uninstall-hook:
3681         rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
3682
3683 INSTALL_EXEC_HOOKS += libudev-install-hook
3684 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
3685
3686 # ------------------------------------------------------------------------------
3687 noinst_LTLIBRARIES += \
3688         libudev-internal.la
3689
3690 libudev_internal_la_SOURCES =\
3691         $(libudev_la_SOURCES) \
3692         src/libudev/libudev-device-private.c
3693
3694 libudev_internal_la_CFLAGS = \
3695         $(AM_CFLAGS) \
3696         -fvisibility=default
3697
3698 # ------------------------------------------------------------------------------
3699 INSTALL_DIRS += \
3700         $(sysconfdir)/udev/rules.d
3701
3702 dist_network_DATA = \
3703         network/99-default.link \
3704         network/80-container-host0.network \
3705         network/80-container-ve.network
3706
3707 dist_udevrules_DATA += \
3708         rules/42-usb-hid-pm.rules \
3709         rules/50-udev-default.rules \
3710         rules/60-drm.rules \
3711         rules/60-keyboard.rules \
3712         rules/60-persistent-storage-tape.rules \
3713         rules/60-persistent-serial.rules \
3714         rules/60-persistent-input.rules \
3715         rules/60-persistent-alsa.rules \
3716         rules/60-persistent-storage.rules \
3717         rules/64-btrfs.rules \
3718         rules/70-mouse.rules \
3719         rules/70-touchpad.rules \
3720         rules/75-net-description.rules \
3721         rules/75-tty-description.rules \
3722         rules/78-sound-card.rules \
3723         rules/80-net-setup-link.rules \
3724         rules/95-udev-late.rules
3725
3726 nodist_udevrules_DATA += \
3727         rules/99-systemd.rules
3728
3729 udevconfdir = $(sysconfdir)/udev
3730 dist_udevconf_DATA = \
3731         src/udev/udev.conf
3732
3733 sharepkgconfigdir = $(datadir)/pkgconfig
3734 sharepkgconfig_DATA = \
3735         src/udev/udev.pc
3736
3737 EXTRA_DIST += \
3738         rules/99-systemd.rules.in \
3739         src/udev/udev.pc.in
3740
3741 CLEANFILES += \
3742         rules/99-systemd.rules \
3743         src/udev/udev.pc
3744
3745 EXTRA_DIST += \
3746         units/systemd-udevd.service.in \
3747         units/systemd-udev-trigger.service.in \
3748         units/systemd-udev-settle.service.in
3749
3750 CLEANFILES += \
3751         units/systemd-udevd.service \
3752         units/systemd-udev-trigger.service \
3753         units/systemd-udev-settle.service
3754
3755 SOCKETS_TARGET_WANTS += \
3756         systemd-udevd-control.socket \
3757         systemd-udevd-kernel.socket
3758
3759 SYSINIT_TARGET_WANTS += \
3760         systemd-udevd.service \
3761         systemd-udev-trigger.service
3762
3763 rootbin_PROGRAMS += \
3764         udevadm
3765
3766 rootlibexec_PROGRAMS += \
3767         systemd-udevd
3768
3769 noinst_LTLIBRARIES += \
3770         libudev-core.la
3771
3772 src/udev/keyboard-keys.txt:
3773         $(AM_V_at)$(MKDIR_P) $(dir $@)
3774         $(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/' > $@
3775
3776 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt
3777         $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3778
3779 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3780         $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3781
3782 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt
3783         $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
3784
3785 libudev_core_la_SOURCES = \
3786         src/udev/udev.h \
3787         src/udev/udev-event.c \
3788         src/udev/udev-watch.c \
3789         src/udev/udev-node.c \
3790         src/udev/udev-rules.c \
3791         src/udev/udev-ctrl.c \
3792         src/udev/udev-builtin.c \
3793         src/udev/udev-builtin-btrfs.c \
3794         src/udev/udev-builtin-hwdb.c \
3795         src/udev/udev-builtin-input_id.c \
3796         src/udev/udev-builtin-keyboard.c \
3797         src/udev/udev-builtin-net_id.c \
3798         src/udev/udev-builtin-net_setup_link.c \
3799         src/udev/udev-builtin-path_id.c \
3800         src/udev/udev-builtin-usb_id.c \
3801         src/udev/net/link-config.h \
3802         src/udev/net/link-config.c \
3803         src/udev/net/ethtool-util.h \
3804         src/udev/net/ethtool-util.c
3805
3806 nodist_libudev_core_la_SOURCES = \
3807         src/udev/keyboard-keys-from-name.h \
3808         src/udev/keyboard-keys-to-name.h \
3809         src/udev/net/link-config-gperf.c
3810
3811 BUILT_SOURCES += \
3812         $(nodist_libudev_core_la_SOURCES)
3813
3814 CLEANFILES += \
3815         src/udev/keyboard-keys-from-name.gperf \
3816         src/udev/keyboard-keys.txt \
3817         src/udev/net/link-config-gperf.c
3818
3819 EXTRA_DIST += \
3820         src/udev/net/link-config-gperf.gperf
3821
3822 libudev_core_la_CFLAGS = \
3823         $(AM_CFLAGS) \
3824         $(BLKID_CFLAGS) \
3825         $(KMOD_CFLAGS)
3826
3827 libudev_core_la_LIBADD = \
3828         libudev-internal.la \
3829         libsystemd-label.la \
3830         libsystemd-internal.la \
3831         libsystemd-network.la \
3832         libsystemd-shared.la \
3833         $(BLKID_LIBS) \
3834         $(KMOD_LIBS)
3835
3836 if HAVE_KMOD
3837 libudev_core_la_SOURCES += \
3838         src/udev/udev-builtin-kmod.c
3839
3840 dist_udevrules_DATA += \
3841         rules/80-drivers.rules
3842 endif
3843
3844 if HAVE_BLKID
3845 libudev_core_la_SOURCES += \
3846         src/udev/udev-builtin-blkid.c
3847 endif
3848
3849 if HAVE_ACL
3850 libudev_core_la_SOURCES += \
3851         src/udev/udev-builtin-uaccess.c \
3852         src/login/logind-acl.c \
3853         src/libsystemd/sd-login/sd-login.c \
3854         src/systemd/sd-login.h
3855
3856 libudev_core_la_LIBADD += \
3857         libsystemd-acl.la
3858 endif
3859
3860 systemd_udevd_SOURCES = \
3861         src/udev/udevd.c
3862
3863 systemd_udevd_LDADD = \
3864         libudev-core.la
3865
3866 udevadm_SOURCES = \
3867         src/udev/udevadm.c \
3868         src/udev/udevadm-info.c \
3869         src/udev/udevadm-control.c \
3870         src/udev/udevadm-monitor.c \
3871         src/udev/udevadm-hwdb.c \
3872         src/udev/udevadm-settle.c \
3873         src/udev/udevadm-trigger.c \
3874         src/udev/udevadm-test.c \
3875         src/udev/udevadm-test-builtin.c \
3876         src/udev/udevadm-util.c \
3877         src/udev/udevadm-util.h
3878
3879 udevadm_LDADD = \
3880         libudev-core.la
3881
3882 # ------------------------------------------------------------------------------
3883 if ENABLE_HWDB
3884 INSTALL_DIRS += \
3885         $(sysconfdir)/udev/hwdb.d
3886
3887 systemd_hwdb_SOURCES = \
3888         src/libsystemd/sd-hwdb/hwdb-internal.h \
3889         src/hwdb/hwdb.c
3890
3891 systemd_hwdb_LDADD = \
3892         libsystemd-shared.la \
3893         libsystemd-internal.la \
3894         libudev-internal.la
3895
3896 rootbin_PROGRAMS += \
3897         systemd-hwdb
3898
3899 dist_udevhwdb_DATA = \
3900         hwdb/20-pci-vendor-model.hwdb \
3901         hwdb/20-pci-classes.hwdb \
3902         hwdb/20-usb-vendor-model.hwdb \
3903         hwdb/20-usb-classes.hwdb \
3904         hwdb/20-sdio-vendor-model.hwdb \
3905         hwdb/20-sdio-classes.hwdb \
3906         hwdb/20-bluetooth-vendor-product.hwdb \
3907         hwdb/20-acpi-vendor.hwdb \
3908         hwdb/20-OUI.hwdb \
3909         hwdb/20-net-ifname.hwdb \
3910         hwdb/60-keyboard.hwdb \
3911         hwdb/70-mouse.hwdb \
3912         hwdb/70-touchpad.hwdb
3913
3914 EXTRA_DIST += \
3915         units/systemd-hwdb-update.service.in
3916
3917 CLEANFILES += \
3918         units/systemd-hwdb-update.service
3919
3920 SYSINIT_TARGET_WANTS += \
3921         systemd-hwdb-update.service
3922
3923 # Update hwdb on installation. Do not bother if installing
3924 # in DESTDIR, since this is likely for packaging purposes.
3925 hwdb-update-hook:
3926         -test -n "$(DESTDIR)" || $(rootbindir)/systemd-hwdb update
3927
3928 INSTALL_DATA_HOOKS += \
3929         hwdb-update-hook
3930
3931 hwdb-remove-hook:
3932         -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3933 endif
3934
3935 # ------------------------------------------------------------------------------
3936 TESTS += \
3937         test/udev-test.pl \
3938         $(NULL)
3939
3940 if HAVE_PYTHON
3941 TESTS += \
3942         test/rule-syntax-check.py \
3943         test/sysv-generator-test.py \
3944         $(NULL)
3945 endif
3946
3947 manual_tests += \
3948         test-libudev \
3949         test-udev
3950
3951 test_libudev_SOURCES = \
3952         src/test/test-libudev.c
3953
3954 test_libudev_LDADD = \
3955         libsystemd-label.la \
3956         libudev-internal.la \
3957         libsystemd-shared.la \
3958         libsystemd-internal.la
3959
3960 test_udev_SOURCES = \
3961         src/test/test-udev.c
3962
3963 test_udev_LDADD = \
3964         libudev-core.la  \
3965         $(BLKID_LIBS) \
3966         $(KMOD_LIBS) \
3967         $(SELINUX_LIBS)
3968
3969 if HAVE_ACL
3970 test_udev_LDADD += \
3971         libsystemd-acl.la
3972 endif
3973
3974 check_DATA += \
3975         test/sys
3976
3977 # packed sysfs test tree
3978 test/sys:
3979         $(AM_V_at)$(MKDIR_P) $(dir $@)
3980         $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3981
3982 test-sys-distclean:
3983         -rm -rf test/sys
3984 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3985
3986 EXTRA_DIST += \
3987         test/sys.tar.xz \
3988         test/udev-test.pl \
3989         test/rule-syntax-check.py \
3990         test/sysv-generator-test.py \
3991         $(NULL)
3992
3993
3994 # ------------------------------------------------------------------------------
3995 ata_id_SOURCES = \
3996         src/udev/ata_id/ata_id.c
3997
3998 ata_id_LDADD = \
3999         libudev-internal.la \
4000         libsystemd-shared.la
4001
4002 udevlibexec_PROGRAMS += \
4003         ata_id
4004
4005 # ------------------------------------------------------------------------------
4006 cdrom_id_SOURCES = \
4007         src/udev/cdrom_id/cdrom_id.c
4008
4009 cdrom_id_LDADD = \
4010         libudev-internal.la \
4011         libsystemd-shared.la
4012
4013 udevlibexec_PROGRAMS += \
4014         cdrom_id
4015
4016 dist_udevrules_DATA += \
4017         rules/60-cdrom_id.rules
4018
4019 # ------------------------------------------------------------------------------
4020 collect_SOURCES = \
4021         src/udev/collect/collect.c
4022
4023 collect_LDADD = \
4024         libudev-internal.la \
4025         libsystemd-shared.la
4026
4027 udevlibexec_PROGRAMS += \
4028         collect
4029
4030 # ------------------------------------------------------------------------------
4031 scsi_id_SOURCES =\
4032         src/udev/scsi_id/scsi_id.c \
4033         src/udev/scsi_id/scsi_serial.c \
4034         src/udev/scsi_id/scsi.h \
4035         src/udev/scsi_id/scsi_id.h
4036
4037 scsi_id_LDADD = \
4038         libudev-internal.la \
4039         libsystemd-shared.la
4040
4041 udevlibexec_PROGRAMS += \
4042         scsi_id
4043
4044 EXTRA_DIST += \
4045         src/udev/scsi_id/README
4046
4047 # ------------------------------------------------------------------------------
4048 v4l_id_SOURCES = \
4049         src/udev/v4l_id/v4l_id.c
4050
4051 v4l_id_LDADD = \
4052         libudev-internal.la \
4053         libsystemd-shared.la
4054
4055 udevlibexec_PROGRAMS += \
4056         v4l_id
4057
4058 dist_udevrules_DATA += \
4059         rules/60-persistent-v4l.rules
4060
4061 # ------------------------------------------------------------------------------
4062 accelerometer_SOURCES = \
4063         src/udev/accelerometer/accelerometer.c
4064
4065 accelerometer_LDADD = \
4066         libudev-internal.la \
4067         libsystemd-shared.la
4068
4069 udevlibexec_PROGRAMS += \
4070         accelerometer
4071
4072 dist_udevrules_DATA += \
4073         rules/61-accelerometer.rules
4074
4075 # ------------------------------------------------------------------------------
4076 if ENABLE_GUDEV
4077 if ENABLE_GTK_DOC
4078 SUBDIRS += \
4079         docs/gudev
4080 endif
4081
4082 libgudev_includedir = \
4083         $(includedir)/gudev-1.0/gudev
4084
4085 libgudev_include_HEADERS = \
4086         src/gudev/gudev.h \
4087         src/gudev/gudevenums.h \
4088         src/gudev/gudevenumtypes.h \
4089         src/gudev/gudevtypes.h \
4090         src/gudev/gudevclient.h \
4091         src/gudev/gudevdevice.h \
4092         src/gudev/gudevenumerator.h
4093
4094 lib_LTLIBRARIES += libgudev-1.0.la
4095
4096 pkgconfiglib_DATA += \
4097         src/gudev/gudev-1.0.pc
4098
4099 CLEANFILES += \
4100         src/gudev/gudev-1.0.pc
4101
4102 libgudev_1_0_la_SOURCES = \
4103         src/gudev/libgudev-1.0.sym \
4104         src/gudev/gudevenums.h \
4105         src/gudev/gudevenumtypes.h \
4106         src/gudev/gudevenumtypes.h\
4107         src/gudev/gudevtypes.h \
4108         src/gudev/gudevclient.h \
4109         src/gudev/gudevclient.c \
4110         src/gudev/gudevdevice.h \
4111         src/gudev/gudevdevice.c \
4112         src/gudev/gudevenumerator.h \
4113         src/gudev/gudevenumerator.c \
4114         src/gudev/gudevprivate.h
4115
4116 nodist_libgudev_1_0_la_SOURCES = \
4117         src/gudev/gudevmarshal.h \
4118         src/gudev/gudevmarshal.c \
4119         src/gudev/gudevenumtypes.h \
4120         src/gudev/gudevenumtypes.c
4121
4122 BUILT_SOURCES += \
4123         $(nodist_libgudev_1_0_la_SOURCES)
4124
4125 libgudev_1_0_la_CPPFLAGS = \
4126         $(AM_CPPFLAGS) \
4127         -I$(top_builddir)/src\
4128         -I$(top_srcdir)/src\
4129         -I$(top_builddir)/src/gudev \
4130         -I$(top_srcdir)/src/gudev \
4131         -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
4132         -D_GUDEV_COMPILATION \
4133         -DG_LOG_DOMAIN=\"GUdev\"
4134
4135 libgudev_1_0_la_CFLAGS = \
4136         $(AM_CFLAGS) \
4137         -fvisibility=default \
4138         $(GLIB_CFLAGS)
4139
4140 libgudev_1_0_la_LIBADD = \
4141         libudev.la \
4142         $(GLIB_LIBS)
4143
4144 libgudev_1_0_la_LDFLAGS = \
4145         $(AM_LDFLAGS) \
4146         -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
4147         -export-dynamic \
4148         -no-undefined \
4149         -Wl,--version-script=$(top_srcdir)/src/gudev/libgudev-1.0.sym
4150
4151 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
4152         $(AM_V_at)$(MKDIR_P) $(dir $@)
4153         $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
4154
4155 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
4156         $(AM_V_at)$(MKDIR_P) $(dir $@)
4157         $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
4158         glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
4159
4160 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
4161         $(AM_V_at)$(MKDIR_P) $(dir $@)
4162         $(AM_V_GEN)glib-mkenums --template $^ > $@
4163
4164 if HAVE_INTROSPECTION
4165 -include $(INTROSPECTION_MAKEFILE)
4166
4167 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
4168
4169 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
4170
4171 src_gudev_GUdev_1_0_gir_CFLAGS = \
4172         $(AM_CFLAGS) \
4173         $(INCLUDES) \
4174         -D_GUDEV_COMPILATION \
4175         -D_GUDEV_WORK_AROUND_DEV_T_BUG \
4176         -I$(top_srcdir)/src \
4177         -I$(top_builddir)/src \
4178         -I$(top_srcdir)/src/gudev \
4179         -I$(top_builddir)/src/gudev
4180
4181 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
4182
4183 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
4184         --pkg-export=gudev-1.0 \
4185         --warn-all
4186
4187 src_gudev_GUdev_1_0_gir_FILES = \
4188         src/gudev/gudev.h \
4189         src/gudev/gudevtypes.h \
4190         src/gudev/gudevenums.h \
4191         src/gudev/gudevenumtypes.h \
4192         src/gudev/gudevclient.h \
4193         src/gudev/gudevdevice.h \
4194         src/gudev/gudevenumerator.h \
4195         src/gudev/gudevclient.c \
4196         src/gudev/gudevdevice.c \
4197         src/gudev/gudevenumerator.c
4198
4199 INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir
4200 INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h
4201
4202 girdir = $(datadir)/gir-1.0
4203 gir_DATA = \
4204         src/gudev/GUdev-1.0.gir
4205
4206 typelibsdir = $(libdir)/girepository-1.0
4207 typelibs_DATA = \
4208         src/gudev/GUdev-1.0.typelib
4209
4210 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
4211 endif # HAVE_INTROSPECTION
4212 endif
4213
4214 EXTRA_DIST += \
4215         src/gudev/gudev-1.0.pc.in \
4216         src/gudev/gudevmarshal.list \
4217         src/gudev/gudevenumtypes.h.template \
4218         src/gudev/gudevenumtypes.c.template \
4219         src/gudev/gjs-example.js \
4220         src/gudev/seed-example-enum.js \
4221         src/gudev/seed-example.js
4222
4223 # ------------------------------------------------------------------------------
4224 mtd_probe_SOURCES =  \
4225         src/udev/mtd_probe/mtd_probe.c \
4226         src/udev/mtd_probe/mtd_probe.h \
4227         src/udev/mtd_probe/probe_smartmedia.c
4228
4229 dist_udevrules_DATA += \
4230         rules/75-probe_mtd.rules
4231
4232 udevlibexec_PROGRAMS += \
4233         mtd_probe
4234
4235 # ------------------------------------------------------------------------------
4236 test_id128_SOURCES = \
4237         src/test/test-id128.c
4238
4239 test_id128_LDADD = \
4240         libsystemd-internal.la \
4241         libsystemd-shared.la
4242
4243 tests += \
4244         test-id128
4245
4246 # ------------------------------------------------------------------------------
4247
4248 rootlibexec_PROGRAMS += \
4249         systemd-activate
4250
4251 systemd_activate_SOURCES = \
4252         src/activate/activate.c
4253
4254 systemd_activate_LDADD = \
4255         libsystemd-label.la \
4256         libsystemd-internal.la \
4257         libsystemd-shared.la
4258
4259 # ------------------------------------------------------------------------------
4260 systemd_journald_SOURCES = \
4261         src/journal/journald.c \
4262         src/journal/journald-server.h
4263
4264 systemd_journald_LDADD = \
4265         libsystemd-journal-core.la \
4266         libsystemd-internal.la \
4267         libsystemd-shared.la
4268
4269 systemd_cat_SOURCES = \
4270         src/journal/cat.c
4271
4272 systemd_cat_LDADD = \
4273         libsystemd-journal-core.la
4274
4275 if HAVE_MICROHTTPD
4276 rootlibexec_PROGRAMS += \
4277         systemd-journal-remote
4278
4279 systemd_journal_remote_SOURCES = \
4280         src/journal-remote/journal-remote-parse.h \
4281         src/journal-remote/journal-remote-parse.c \
4282         src/journal-remote/journal-remote-write.h \
4283         src/journal-remote/journal-remote-write.c \
4284         src/journal-remote/journal-remote.h \
4285         src/journal-remote/journal-remote.c
4286
4287 systemd_journal_remote_LDADD = \
4288         libsystemd-internal.la \
4289         libsystemd-journal-core.la
4290
4291 systemd_journal_remote_SOURCES += \
4292         src/journal-remote/microhttpd-util.h \
4293         src/journal-remote/microhttpd-util.c
4294
4295 systemd_journal_remote_CFLAGS = \
4296         $(AM_CFLAGS) \
4297         $(MICROHTTPD_CFLAGS)
4298
4299 systemd_journal_remote_LDADD += \
4300         $(MICROHTTPD_LIBS)
4301
4302 if ENABLE_SYSUSERS
4303 dist_sysusers_DATA += \
4304         sysusers.d/systemd-remote.conf
4305 endif
4306
4307 if ENABLE_TMPFILES
4308 dist_tmpfiles_DATA += \
4309         tmpfiles.d/systemd-remote.conf
4310 endif
4311
4312 if HAVE_GNUTLS
4313 systemd_journal_remote_LDADD += \
4314         $(GNUTLS_LIBS)
4315
4316 # systemd-journal-remote make sense mostly with full crypto stack
4317 dist_systemunit_DATA += \
4318         units/systemd-journal-remote.socket
4319
4320 nodist_systemunit_DATA += \
4321         units/systemd-journal-remote.service
4322
4323 EXTRA_DIST += \
4324         units/systemd-journal-remote.service.in
4325
4326 journal-remote-install-hook: journal-install-hook
4327         -$(MKDIR_P) $(DESTDIR)/var/log/journal/remote
4328         -chown 0:0 $(DESTDIR)/var/log/journal/remote
4329         -chmod 755 $(DESTDIR)/var/log/journal/remote
4330
4331 INSTALL_EXEC_HOOKS += journal-remote-install-hook
4332
4333 endif
4334
4335 nodist_pkgsysconf_DATA += \
4336         src/journal-remote/journal-remote.conf
4337
4338 EXTRA_DIST += \
4339         src/journal-remote/journal-remote.conf.in
4340
4341 CLEANFILES += \
4342         src/journal-remote/journal-remote.conf
4343 endif
4344
4345 if HAVE_LIBCURL
4346 rootlibexec_PROGRAMS += \
4347         systemd-journal-upload
4348
4349 systemd_journal_upload_SOURCES = \
4350         src/journal-remote/journal-upload.h \
4351         src/journal-remote/journal-upload.c \
4352         src/journal-remote/journal-upload-journal.c
4353
4354 systemd_journal_upload_CFLAGS = \
4355         $(AM_CFLAGS) \
4356         $(LIBCURL_CFLAGS)
4357
4358 systemd_journal_upload_LDADD = \
4359         libsystemd-internal.la \
4360         libsystemd-journal-internal.la \
4361         libsystemd-shared.la \
4362         $(LIBCURL_LIBS)
4363
4364 nodist_systemunit_DATA += \
4365         units/systemd-journal-upload.service
4366
4367 EXTRA_DIST += \
4368         units/systemd-journal-upload.service.in
4369
4370 nodist_pkgsysconf_DATA += \
4371         src/journal-remote/journal-upload.conf
4372
4373 EXTRA_DIST += \
4374         src/journal-remote/journal-upload.conf.in
4375
4376 CLEANFILES += \
4377         src/journal-remote/journal-upload.conf
4378 endif
4379
4380 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
4381 journalctl_CFLAGS = \
4382         $(AM_CFLAGS)
4383
4384 journalctl_SOURCES = \
4385         src/journal/journalctl.c
4386
4387 journalctl_LDADD = \
4388         libsystemd-journal-internal.la \
4389         libsystemd-internal.la \
4390         libsystemd-logs.la \
4391         libsystemd-shared.la
4392
4393 if HAVE_ACL
4394 journalctl_LDADD += \
4395         libsystemd-acl.la
4396 endif
4397
4398 if HAVE_QRENCODE
4399 journalctl_SOURCES += \
4400         src/journal/journal-qrcode.c \
4401         src/journal/journal-qrcode.h
4402
4403 journalctl_CFLAGS += \
4404         $(QRENCODE_CFLAGS)
4405
4406 journalctl_LDADD += \
4407         $(QRENCODE_LIBS)
4408 endif
4409
4410 test_journal_SOURCES = \
4411         src/journal/test-journal.c
4412
4413 test_journal_LDADD = \
4414         libsystemd-journal-core.la
4415
4416 test_journal_send_SOURCES = \
4417         src/journal/test-journal-send.c
4418
4419 test_journal_send_LDADD = \
4420         libsystemd-journal-core.la
4421
4422 test_journal_syslog_SOURCES = \
4423         src/journal/test-journal-syslog.c
4424
4425 test_journal_syslog_LDADD = \
4426         libsystemd-journal-core.la
4427
4428 test_journal_match_SOURCES = \
4429         src/journal/test-journal-match.c
4430
4431 test_journal_match_LDADD = \
4432         libsystemd-journal-core.la
4433
4434 test_journal_enum_SOURCES = \
4435         src/journal/test-journal-enum.c
4436
4437 test_journal_enum_LDADD = \
4438         libsystemd-journal-core.la
4439
4440 test_journal_stream_SOURCES = \
4441         src/journal/test-journal-stream.c
4442
4443 test_journal_stream_LDADD = \
4444         libsystemd-journal-core.la
4445
4446 test_journal_flush_SOURCES = \
4447         src/journal/test-journal-flush.c
4448
4449 test_journal_flush_LDADD = \
4450         libsystemd-journal-core.la
4451
4452 test_journal_init_SOURCES = \
4453         src/journal/test-journal-init.c
4454
4455 test_journal_init_LDADD = \
4456         libsystemd-journal-core.la
4457
4458 test_journal_verify_SOURCES = \
4459         src/journal/test-journal-verify.c
4460
4461 test_journal_verify_LDADD = \
4462         libsystemd-journal-core.la
4463
4464 test_journal_interleaving_SOURCES = \
4465         src/journal/test-journal-interleaving.c
4466
4467 test_journal_interleaving_LDADD = \
4468         libsystemd-journal-core.la
4469
4470 test_mmap_cache_SOURCES = \
4471         src/journal/test-mmap-cache.c
4472
4473 test_mmap_cache_LDADD = \
4474         libsystemd-journal-core.la
4475
4476 test_catalog_SOURCES = \
4477         src/journal/test-catalog.c
4478
4479 test_catalog_CPPFLAGS = \
4480         $(AM_CPPFLAGS) \
4481         -DCATALOG_DIR=\"$(abs_top_srcdir)/catalog\"
4482
4483 test_catalog_LDADD = \
4484         libsystemd-journal-core.la
4485
4486 test_compress_SOURCES = \
4487         src/journal/test-compress.c
4488
4489 test_compress_LDADD = \
4490         libsystemd-journal-internal.la \
4491         libsystemd-shared.la
4492
4493 test_compress_benchmark_SOURCES = \
4494         src/journal/test-compress-benchmark.c
4495
4496 test_compress_benchmark_LDADD = \
4497         libsystemd-journal-internal.la \
4498         libsystemd-shared.la
4499
4500 libsystemd_journal_core_la_SOURCES = \
4501         src/journal/journald-kmsg.c \
4502         src/journal/journald-kmsg.h \
4503         src/journal/journald-syslog.c \
4504         src/journal/journald-syslog.h \
4505         src/journal/journald-stream.c \
4506         src/journal/journald-stream.h \
4507         src/journal/journald-server.c \
4508         src/journal/journald-server.h \
4509         src/journal/journald-console.c \
4510         src/journal/journald-console.h \
4511         src/journal/journald-wall.c \
4512         src/journal/journald-wall.h \
4513         src/journal/journald-native.c \
4514         src/journal/journald-native.h \
4515         src/journal/journald-audit.c \
4516         src/journal/journald-audit.h \
4517         src/journal/journald-rate-limit.c \
4518         src/journal/journald-rate-limit.h \
4519         src/journal/journal-internal.h
4520
4521 nodist_libsystemd_journal_core_la_SOURCES = \
4522         src/journal/journald-gperf.c
4523
4524 libsystemd_journal_core_la_LIBADD = \
4525         libsystemd-journal-internal.la \
4526         libudev-internal.la \
4527         libsystemd-label.la \
4528         libsystemd-internal.la \
4529         libsystemd-shared.la
4530
4531 if HAVE_ACL
4532 libsystemd_journal_core_la_LIBADD += \
4533         libsystemd-acl.la
4534 endif
4535
4536 noinst_LTLIBRARIES += \
4537         libsystemd-journal-core.la
4538
4539 journal-install-hook:
4540         -$(MKDIR_P) $(DESTDIR)/var/log/journal
4541         -chown 0:0 $(DESTDIR)/var/log/journal
4542         -chmod 755 $(DESTDIR)/var/log/journal
4543         -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
4544         -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
4545
4546 journal-uninstall-hook:
4547         -rmdir $(DESTDIR)/var/log/journal/remote
4548         -rmdir $(DESTDIR)/var/log/journal/
4549
4550 INSTALL_EXEC_HOOKS += journal-install-hook
4551 UNINSTALL_EXEC_HOOKS += journal-uninstall-hook
4552
4553 # ------------------------------------------------------------------------------
4554 # Update catalog on installation. Do not bother if installing
4555 # in DESTDIR, since this is likely for packaging purposes.
4556 catalog-update-hook:
4557         -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog
4558
4559 INSTALL_DATA_HOOKS += \
4560         catalog-update-hook
4561
4562 catalog-remove-hook:
4563         -test -n "$(DESTDIR)" || rm -f $(catalogstatedir)/database
4564
4565 UNINSTALL_DATA_HOOKS += \
4566         catalog-remove-hook
4567
4568 manual_tests += \
4569         test-journal-enum
4570
4571 tests += \
4572         test-journal \
4573         test-journal-send \
4574         test-journal-syslog \
4575         test-journal-match \
4576         test-journal-stream \
4577         test-journal-init \
4578         test-journal-verify \
4579         test-journal-interleaving \
4580         test-journal-flush \
4581         test-mmap-cache \
4582         test-catalog
4583
4584 if HAVE_COMPRESSION
4585 tests += \
4586         test-compress \
4587         test-compress-benchmark
4588 endif
4589
4590 pkginclude_HEADERS += \
4591         src/systemd/sd-journal.h \
4592         src/systemd/sd-messages.h \
4593         src/systemd/_sd-common.h
4594
4595 libsystemd_journal_internal_la_SOURCES = \
4596         src/journal/sd-journal.c \
4597         src/systemd/sd-journal.h \
4598         src/systemd/_sd-common.h \
4599         src/journal/journal-file.c \
4600         src/journal/journal-file.h \
4601         src/journal/journal-vacuum.c \
4602         src/journal/journal-vacuum.h \
4603         src/journal/journal-verify.c \
4604         src/journal/journal-verify.h \
4605         src/journal/lookup3.c \
4606         src/journal/lookup3.h \
4607         src/journal/journal-send.c \
4608         src/journal/journal-def.h \
4609         src/journal/compress.h \
4610         src/journal/catalog.c \
4611         src/journal/catalog.h \
4612         src/journal/mmap-cache.c \
4613         src/journal/mmap-cache.h \
4614         src/journal/compress.c
4615
4616 # using _CFLAGS = in the conditional below would suppress AM_CFLAGS
4617 libsystemd_journal_internal_la_CFLAGS = \
4618         $(AM_CFLAGS)
4619
4620 libsystemd_journal_internal_la_LIBADD = \
4621         libsystemd-label.la
4622
4623 if HAVE_XZ
4624 libsystemd_journal_internal_la_CFLAGS += \
4625         $(XZ_CFLAGS)
4626
4627 libsystemd_journal_internal_la_LIBADD += \
4628         $(XZ_LIBS)
4629 endif
4630
4631 if HAVE_LZ4
4632 libsystemd_journal_internal_la_LIBADD += \
4633         -llz4
4634 endif
4635
4636 if HAVE_GCRYPT
4637 libsystemd_journal_internal_la_SOURCES += \
4638         src/journal/journal-authenticate.c \
4639         src/journal/journal-authenticate.h \
4640         src/journal/fsprg.c \
4641         src/journal/fsprg.h
4642
4643 libsystemd_journal_internal_la_LIBADD += \
4644         $(GCRYPT_LIBS)
4645
4646 # fsprg.c is a drop-in file using void pointer arithmetic
4647 libsystemd_journal_internal_la_CFLAGS += \
4648         $(GCRYPT_CFLAGS) \
4649         -Wno-pointer-arith
4650 endif
4651
4652 noinst_LTLIBRARIES += \
4653         libsystemd-journal-internal.la
4654
4655 rootlibexec_PROGRAMS += \
4656         systemd-journald
4657
4658 rootbin_PROGRAMS += \
4659         journalctl
4660
4661 bin_PROGRAMS += \
4662         systemd-cat
4663
4664 dist_systemunit_DATA += \
4665         units/systemd-journald.socket \
4666         units/systemd-journald-dev-log.socket \
4667         units/systemd-journald-audit.socket
4668
4669 nodist_systemunit_DATA += \
4670         units/systemd-journald.service \
4671         units/systemd-journal-flush.service \
4672         units/systemd-journal-catalog-update.service
4673
4674 dist_pkgsysconf_DATA += \
4675         src/journal/journald.conf
4676
4677 dist_catalog_DATA = \
4678         catalog/systemd.fr.catalog \
4679         catalog/systemd.it.catalog \
4680         catalog/systemd.pl.catalog \
4681         catalog/systemd.pt_BR.catalog \
4682         catalog/systemd.ru.catalog \
4683         catalog/systemd.catalog
4684
4685 SOCKETS_TARGET_WANTS += \
4686         systemd-journald.socket \
4687         systemd-journald-dev-log.socket \
4688         systemd-journald-audit.socket
4689
4690 SYSINIT_TARGET_WANTS += \
4691         systemd-journald.service \
4692         systemd-journal-flush.service \
4693         systemd-journal-catalog-update.service
4694
4695 EXTRA_DIST += \
4696         units/systemd-journald.service.in \
4697         units/systemd-journal-flush.service.in \
4698         units/systemd-journal-catalog-update.service.in \
4699         src/journal/journald-gperf.gperf
4700
4701 CLEANFILES += \
4702         src/journal/journald-gperf.c
4703
4704 # ------------------------------------------------------------------------------
4705 if HAVE_MICROHTTPD
4706 gatewayddocumentrootdir=$(pkgdatadir)/gatewayd
4707
4708 rootlibexec_PROGRAMS += \
4709         systemd-journal-gatewayd
4710
4711 systemd_journal_gatewayd_SOURCES = \
4712         src/journal-remote/journal-gatewayd.c \
4713         src/journal-remote/microhttpd-util.h \
4714         src/journal-remote/microhttpd-util.c
4715
4716 systemd_journal_gatewayd_LDADD = \
4717         libsystemd-logs.la \
4718         libsystemd-journal-internal.la \
4719         libsystemd-internal.la \
4720         libsystemd-shared.la \
4721         $(MICROHTTPD_LIBS)
4722
4723 if HAVE_GNUTLS
4724 systemd_journal_gatewayd_LDADD += \
4725         $(GNUTLS_LIBS)
4726 endif
4727
4728 systemd_journal_gatewayd_CFLAGS = \
4729         $(AM_CFLAGS) \
4730         $(MICROHTTPD_CFLAGS)
4731
4732 systemd_journal_gatewayd_CPPFLAGS = \
4733         $(AM_CPPFLAGS) \
4734         -DDOCUMENT_ROOT=\"$(gatewayddocumentrootdir)\"
4735
4736 dist_systemunit_DATA += \
4737         units/systemd-journal-gatewayd.socket
4738
4739 nodist_systemunit_DATA += \
4740         units/systemd-journal-gatewayd.service
4741
4742 dist_gatewayddocumentroot_DATA = \
4743         src/journal-remote/browse.html
4744
4745 endif
4746
4747 EXTRA_DIST += \
4748         units/systemd-journal-gatewayd.service.in
4749
4750 # ------------------------------------------------------------------------------
4751
4752 systemd_socket_proxyd_SOURCES = \
4753         src/socket-proxy/socket-proxyd.c
4754
4755 systemd_socket_proxyd_LDADD = \
4756         libsystemd-logs.la \
4757         libsystemd-internal.la \
4758         libsystemd-journal-internal.la \
4759         libsystemd-shared.la \
4760         libsystemd-resolve.la
4761
4762 # ------------------------------------------------------------------------------
4763 if ENABLE_COREDUMP
4764 systemd_coredump_SOURCES = \
4765         src/journal/coredump.c \
4766         src/journal/coredump-vacuum.c \
4767         src/journal/coredump-vacuum.h
4768
4769 systemd_coredump_LDADD = \
4770         libsystemd-journal-internal.la \
4771         libsystemd-label.la \
4772         libsystemd-internal.la \
4773         libsystemd-shared.la
4774
4775 if HAVE_ELFUTILS
4776 systemd_coredump_SOURCES += \
4777         src/journal/stacktrace.c \
4778         src/journal/stacktrace.h
4779
4780 systemd_coredump_LDADD += \
4781         $(ELFUTILS_LIBS)
4782 endif
4783
4784 rootlibexec_PROGRAMS += \
4785         systemd-coredump
4786
4787 dist_pkgsysconf_DATA += \
4788         src/journal/coredump.conf
4789
4790 if HAVE_ACL
4791 systemd_coredump_LDADD += \
4792         libsystemd-acl.la
4793 endif
4794
4795 coredumpctl_SOURCES = \
4796         src/journal/coredumpctl.c
4797
4798 coredumpctl_LDADD = \
4799         libsystemd-journal-internal.la \
4800         libsystemd-internal.la \
4801         libsystemd-shared.la
4802
4803 bin_PROGRAMS += \
4804         coredumpctl
4805
4806 manual_tests += \
4807         test-coredump-vacuum
4808
4809 test_coredump_vacuum_SOURCES = \
4810         src/journal/test-coredump-vacuum.c  \
4811         src/journal/coredump-vacuum.c \
4812         src/journal/coredump-vacuum.h
4813
4814 test_coredump_vacuum_LDADD = \
4815         libsystemd-internal.la \
4816         libsystemd-shared.la
4817
4818 dist_bashcompletion_DATA += \
4819         shell-completion/bash/coredumpctl
4820
4821 dist_zshcompletion_DATA += \
4822         shell-completion/zsh/_coredumpctl
4823
4824 nodist_sysctl_DATA = \
4825         sysctl.d/50-coredump.conf
4826
4827 CLEANFILES += \
4828         sysctl.d/50-coredump.conf
4829 endif
4830
4831 EXTRA_DIST += \
4832         sysctl.d/50-coredump.conf.in
4833
4834 # ------------------------------------------------------------------------------
4835 if ENABLE_BINFMT
4836 systemd_binfmt_SOURCES = \
4837         src/binfmt/binfmt.c
4838
4839 systemd_binfmt_LDADD = \
4840         libsystemd-shared.la
4841
4842 rootlibexec_PROGRAMS += \
4843         systemd-binfmt
4844
4845 dist_systemunit_DATA += \
4846         units/proc-sys-fs-binfmt_misc.automount \
4847         units/proc-sys-fs-binfmt_misc.mount
4848
4849 nodist_systemunit_DATA += \
4850         units/systemd-binfmt.service
4851
4852 INSTALL_DIRS += \
4853         $(prefix)/lib/binfmt.d \
4854         $(sysconfdir)/binfmt.d
4855
4856 SYSINIT_TARGET_WANTS += \
4857         systemd-binfmt.service \
4858         proc-sys-fs-binfmt_misc.automount
4859
4860 endif
4861
4862 EXTRA_DIST += \
4863         units/systemd-binfmt.service.in
4864
4865 # ------------------------------------------------------------------------------
4866 if ENABLE_VCONSOLE
4867 systemd_vconsole_setup_SOURCES = \
4868         src/vconsole/vconsole-setup.c
4869
4870 systemd_vconsole_setup_LDADD = \
4871         libsystemd-shared.la
4872
4873 rootlibexec_PROGRAMS += \
4874         systemd-vconsole-setup
4875
4876 nodist_systemunit_DATA += \
4877         units/systemd-vconsole-setup.service
4878
4879 nodist_udevrules_DATA += \
4880         src/vconsole/90-vconsole.rules
4881
4882 SYSINIT_TARGET_WANTS += \
4883         systemd-vconsole-setup.service
4884
4885 CLEANFILES += \
4886         src/vconsole/90-vconsole.rules
4887 endif
4888
4889 EXTRA_DIST += \
4890         src/vconsole/90-vconsole.rules.in \
4891         units/systemd-vconsole-setup.service.in
4892
4893 # ------------------------------------------------------------------------------
4894 if ENABLE_BOOTCHART
4895 systemd_bootchart_SOURCES = \
4896         src/bootchart/bootchart.c \
4897         src/bootchart/bootchart.h \
4898         src/bootchart/store.c \
4899         src/bootchart/store.h \
4900         src/bootchart/svg.c \
4901         src/bootchart/svg.h
4902
4903 systemd_bootchart_LDADD = \
4904         libsystemd-journal-internal.la \
4905         libsystemd-shared.la
4906
4907 rootlibexec_PROGRAMS += \
4908         systemd-bootchart
4909
4910 dist_pkgsysconf_DATA += \
4911         src/bootchart/bootchart.conf
4912
4913 nodist_systemunit_DATA += \
4914         units/systemd-bootchart.service
4915
4916 EXTRA_DIST += \
4917         units/systemd-bootchart.service.in
4918
4919 CLEANFILES += \
4920         units/systemd-bootchart.service
4921 endif
4922
4923 # ------------------------------------------------------------------------------
4924 if ENABLE_QUOTACHECK
4925 rootlibexec_PROGRAMS += \
4926         systemd-quotacheck
4927
4928 nodist_systemunit_DATA += \
4929         units/systemd-quotacheck.service
4930
4931 systemd_quotacheck_SOURCES = \
4932         src/quotacheck/quotacheck.c
4933
4934 systemd_quotacheck_LDADD = \
4935         libsystemd-shared.la
4936 endif
4937
4938 EXTRA_DIST += \
4939         units/systemd-quotacheck.service.in
4940
4941 nodist_systemunit_DATA += \
4942         units/quotaon.service
4943
4944 # ------------------------------------------------------------------------------
4945 if ENABLE_RANDOMSEED
4946 rootlibexec_PROGRAMS += \
4947         systemd-random-seed
4948
4949 nodist_systemunit_DATA += \
4950         units/systemd-random-seed.service
4951
4952 systemd_random_seed_SOURCES = \
4953         src/random-seed/random-seed.c
4954
4955 systemd_random_seed_LDADD = \
4956         libsystemd-label.la \
4957         libsystemd-shared.la
4958
4959 SYSINIT_TARGET_WANTS += \
4960         systemd-random-seed.service
4961
4962 endif
4963
4964 EXTRA_DIST += \
4965         units/systemd-random-seed.service.in
4966
4967 # ------------------------------------------------------------------------------
4968 if ENABLE_BACKLIGHT
4969 rootlibexec_PROGRAMS += \
4970         systemd-backlight
4971
4972 nodist_systemunit_DATA += \
4973         units/systemd-backlight@.service
4974
4975 systemd_backlight_SOURCES = \
4976         src/backlight/backlight.c
4977
4978 systemd_backlight_LDADD = \
4979         libsystemd-label.la \
4980         libudev-internal.la \
4981         libsystemd-shared.la
4982 endif
4983
4984 EXTRA_DIST += \
4985         units/systemd-backlight@.service.in
4986
4987 # ------------------------------------------------------------------------------
4988 if ENABLE_RFKILL
4989 rootlibexec_PROGRAMS += \
4990         systemd-rfkill
4991
4992 nodist_systemunit_DATA += \
4993         units/systemd-rfkill@.service
4994
4995 systemd_rfkill_SOURCES = \
4996         src/rfkill/rfkill.c
4997
4998 systemd_rfkill_LDADD = \
4999         libsystemd-label.la \
5000         libudev-internal.la \
5001         libsystemd-shared.la
5002 endif
5003
5004 EXTRA_DIST += \
5005         units/systemd-rfkill@.service.in
5006
5007 # ------------------------------------------------------------------------------
5008 if HAVE_LIBCRYPTSETUP
5009 rootlibexec_PROGRAMS += \
5010         systemd-cryptsetup
5011
5012 systemgenerator_PROGRAMS += \
5013         systemd-cryptsetup-generator
5014
5015 dist_systemunit_DATA += \
5016         units/cryptsetup.target \
5017         units/cryptsetup-pre.target
5018
5019 systemd_cryptsetup_SOURCES = \
5020         src/cryptsetup/cryptsetup.c
5021
5022 systemd_cryptsetup_CFLAGS = \
5023         $(AM_CFLAGS) \
5024         $(LIBCRYPTSETUP_CFLAGS)
5025
5026 systemd_cryptsetup_LDADD = \
5027         libsystemd-label.la \
5028         libudev-internal.la \
5029         libsystemd-shared.la \
5030         $(LIBCRYPTSETUP_LIBS)
5031
5032 systemd_cryptsetup_generator_SOURCES = \
5033         src/cryptsetup/cryptsetup-generator.c
5034
5035 systemd_cryptsetup_generator_LDADD = \
5036         libsystemd-label.la \
5037         libsystemd-shared.la
5038
5039 SYSINIT_TARGET_WANTS += \
5040         cryptsetup.target
5041
5042 endif
5043
5044 # ------------------------------------------------------------------------------
5045 if ENABLE_HOSTNAMED
5046 systemd_hostnamed_SOURCES = \
5047         src/hostname/hostnamed.c
5048
5049 systemd_hostnamed_LDADD = \
5050         libsystemd-label.la \
5051         libsystemd-internal.la \
5052         libsystemd-shared.la
5053
5054 rootlibexec_PROGRAMS += \
5055         systemd-hostnamed
5056
5057 nodist_systemunit_DATA += \
5058         units/systemd-hostnamed.service
5059
5060 dist_systemunit_DATA_busnames += \
5061         units/org.freedesktop.hostname1.busname
5062
5063 dist_dbuspolicy_DATA += \
5064         src/hostname/org.freedesktop.hostname1.conf
5065
5066 dist_dbussystemservice_DATA += \
5067         src/hostname/org.freedesktop.hostname1.service
5068
5069 polkitpolicy_files += \
5070         src/hostname/org.freedesktop.hostname1.policy
5071
5072 SYSTEM_UNIT_ALIASES += \
5073         systemd-hostnamed.service dbus-org.freedesktop.hostname1.service
5074
5075 BUSNAMES_TARGET_WANTS += \
5076         org.freedesktop.hostname1.busname
5077
5078 hostnamectl_SOURCES = \
5079         src/hostname/hostnamectl.c
5080
5081 hostnamectl_LDADD = \
5082         libsystemd-internal.la \
5083         libsystemd-shared.la
5084
5085 bin_PROGRAMS += \
5086         hostnamectl
5087
5088 dist_bashcompletion_DATA += \
5089         shell-completion/bash/hostnamectl
5090
5091 dist_zshcompletion_DATA += \
5092         shell-completion/zsh/_hostnamectl
5093
5094 endif
5095
5096 polkitpolicy_in_files += \
5097         src/hostname/org.freedesktop.hostname1.policy.in
5098
5099 EXTRA_DIST += \
5100         units/systemd-hostnamed.service.in
5101
5102 # ------------------------------------------------------------------------------
5103 dist_systemunit_DATA_busnames += \
5104         units/org.freedesktop.systemd1.busname
5105
5106 BUSNAMES_TARGET_WANTS += \
5107         org.freedesktop.systemd1.busname
5108
5109 # ------------------------------------------------------------------------------
5110 if ENABLE_LOCALED
5111 systemd_localed_SOURCES = \
5112         src/locale/localed.c
5113
5114 systemd_localed_LDADD = \
5115         libsystemd-label.la \
5116         libsystemd-internal.la \
5117         libsystemd-shared.la \
5118         $(XKBCOMMON_LIBS)
5119
5120 systemd_localed_CFLAGS = \
5121         $(AM_CFLAGS) \
5122         $(XKBCOMMON_CFLAGS)
5123
5124 nodist_systemunit_DATA += \
5125         units/systemd-localed.service
5126
5127 dist_systemunit_DATA_busnames += \
5128         units/org.freedesktop.locale1.busname
5129
5130 rootlibexec_PROGRAMS += \
5131         systemd-localed
5132
5133 dist_dbuspolicy_DATA += \
5134         src/locale/org.freedesktop.locale1.conf
5135
5136 dist_dbussystemservice_DATA += \
5137         src/locale/org.freedesktop.locale1.service
5138
5139 polkitpolicy_files += \
5140         src/locale/org.freedesktop.locale1.policy
5141
5142 SYSTEM_UNIT_ALIASES += \
5143         systemd-localed.service dbus-org.freedesktop.locale1.service
5144
5145 BUSNAMES_TARGET_WANTS += \
5146         org.freedesktop.locale1.busname
5147
5148 dist_pkgdata_DATA += \
5149         src/locale/kbd-model-map \
5150         src/locale/language-fallback-map
5151
5152 localectl_SOURCES = \
5153         src/locale/localectl.c
5154
5155 localectl_LDADD = \
5156         libsystemd-internal.la \
5157         libsystemd-shared.la
5158
5159 bin_PROGRAMS += \
5160         localectl
5161
5162 dist_bashcompletion_DATA += \
5163         shell-completion/bash/localectl
5164
5165 dist_zshcompletion_DATA += \
5166         shell-completion/zsh/_localectl
5167
5168 endif
5169
5170 .PHONY: update-kbd-model-map
5171
5172 polkitpolicy_in_files += \
5173         src/locale/org.freedesktop.locale1.policy.in
5174
5175 EXTRA_DIST += \
5176         units/systemd-localed.service.in
5177
5178 # ------------------------------------------------------------------------------
5179 if ENABLE_TIMEDATED
5180 systemd_timedated_SOURCES = \
5181         src/timedate/timedated.c
5182
5183 systemd_timedated_LDADD = \
5184         libsystemd-label.la \
5185         libsystemd-internal.la \
5186         libsystemd-shared.la
5187
5188 rootlibexec_PROGRAMS += \
5189         systemd-timedated
5190
5191 dist_dbussystemservice_DATA += \
5192         src/timedate/org.freedesktop.timedate1.service
5193
5194 dist_dbuspolicy_DATA += \
5195         src/timedate/org.freedesktop.timedate1.conf
5196
5197 nodist_systemunit_DATA += \
5198         units/systemd-timedated.service
5199
5200 dist_systemunit_DATA_busnames += \
5201         units/org.freedesktop.timedate1.busname
5202
5203 polkitpolicy_files += \
5204         src/timedate/org.freedesktop.timedate1.policy
5205
5206 SYSTEM_UNIT_ALIASES += \
5207         systemd-timedated.service dbus-org.freedesktop.timedate1.service
5208
5209 BUSNAMES_TARGET_WANTS += \
5210         org.freedesktop.timedate1.busname
5211
5212 timedatectl_SOURCES = \
5213         src/timedate/timedatectl.c
5214
5215 timedatectl_LDADD = \
5216         libsystemd-internal.la \
5217         libsystemd-shared.la
5218
5219 bin_PROGRAMS += \
5220         timedatectl
5221
5222 dist_bashcompletion_DATA += \
5223         shell-completion/bash/timedatectl
5224
5225 dist_zshcompletion_DATA += \
5226         shell-completion/zsh/_timedatectl
5227 endif
5228
5229 polkitpolicy_in_files += \
5230         src/timedate/org.freedesktop.timedate1.policy.in
5231
5232 EXTRA_DIST += \
5233         units/systemd-timedated.service.in
5234
5235 # ------------------------------------------------------------------------------
5236 if ENABLE_TIMESYNCD
5237 systemd_timesyncd_SOURCES = \
5238         src/timesync/timesyncd.c \
5239         src/timesync/timesyncd-manager.c \
5240         src/timesync/timesyncd-manager.h \
5241         src/timesync/timesyncd-conf.c \
5242         src/timesync/timesyncd-conf.h \
5243         src/timesync/timesyncd-server.c \
5244         src/timesync/timesyncd-server.h
5245
5246 nodist_systemd_timesyncd_SOURCES = \
5247         src/timesync/timesyncd-gperf.c
5248
5249 EXTRA_DIST += \
5250         src/timesync/timesyncd-gperf.gperf
5251
5252 CLEANFILES += \
5253         src/timesync/timesyncd-gperf.c
5254
5255 systemd_timesyncd_LDADD = \
5256         libsystemd-resolve.la \
5257         libsystemd-network.la \
5258         libsystemd-label.la \
5259         libsystemd-internal.la \
5260         libsystemd-shared.la
5261
5262 rootlibexec_PROGRAMS += \
5263         systemd-timesyncd
5264
5265 nodist_systemunit_DATA += \
5266         units/systemd-timesyncd.service
5267
5268 GENERAL_ALIASES += \
5269         $(systemunitdir)/systemd-timesyncd.service $(pkgsysconfdir)/system/sysinit.target.wants/systemd-timesyncd.service
5270
5271 EXTRA_DIST += \
5272         units/systemd-timesyncd.service.in
5273
5274 nodist_pkgsysconf_DATA += \
5275         src/timesync/timesyncd.conf
5276
5277 EXTRA_DIST += \
5278         src/timesync/timesyncd.conf.in
5279
5280 CLEANFILES += \
5281         src/timesync/timesyncd.conf
5282 endif
5283
5284 # ------------------------------------------------------------------------------
5285 if HAVE_MYHOSTNAME
5286 libnss_myhostname_la_SOURCES = \
5287         src/nss-myhostname/nss-myhostname.sym \
5288         src/nss-myhostname/nss-myhostname.c
5289
5290 libnss_myhostname_la_LDFLAGS = \
5291         $(AM_LDFLAGS) \
5292         -module \
5293         -export-dynamic \
5294         -avoid-version \
5295         -shared \
5296         -shrext .so.2 \
5297         -Wl,--version-script=$(top_srcdir)/src/nss-myhostname/nss-myhostname.sym
5298
5299 libnss_myhostname_la_LIBADD = \
5300         libsystemd-shared.la \
5301         libsystemd-internal.la
5302
5303 lib_LTLIBRARIES += \
5304         libnss_myhostname.la
5305 endif
5306
5307 # ------------------------------------------------------------------------------
5308 if ENABLE_MACHINED
5309 systemd_machined_SOURCES = \
5310         src/machine/machined.c \
5311         src/machine/machined.h
5312
5313 systemd_machined_LDADD = \
5314         libsystemd-machine-core.la
5315
5316 rootlibexec_PROGRAMS += \
5317         systemd-machined
5318
5319 libsystemd_machine_core_la_SOURCES = \
5320         src/machine/machine.c \
5321         src/machine/machine.h \
5322         src/machine/machined-dbus.c \
5323         src/machine/machine-dbus.c \
5324         src/machine/machine-dbus.h \
5325         src/machine/image-dbus.c \
5326         src/machine/image-dbus.h
5327
5328 libsystemd_machine_core_la_LIBADD = \
5329         libsystemd-label.la \
5330         libsystemd-internal.la \
5331         libudev-internal.la \
5332         libsystemd-shared.la
5333
5334 noinst_LTLIBRARIES += \
5335         libsystemd-machine-core.la
5336
5337 machinectl_SOURCES = \
5338         src/machine/machinectl.c
5339
5340 machinectl_LDADD = \
5341         libsystemd-internal.la \
5342         libsystemd-logs.la \
5343         libsystemd-journal-internal.la \
5344         libsystemd-shared.la
5345
5346 rootbin_PROGRAMS += \
5347         machinectl
5348
5349 dist_bashcompletion_DATA += \
5350         shell-completion/bash/machinectl
5351
5352 test_machine_tables_SOURCES = \
5353         src/machine/test-machine-tables.c
5354
5355 test_machine_tables_LDADD = \
5356         libsystemd-machine-core.la
5357
5358 tests += \
5359         test-machine-tables
5360
5361 nodist_systemunit_DATA += \
5362         units/systemd-machined.service
5363
5364 dist_systemunit_DATA += \
5365         units/machine.slice
5366
5367 dist_systemunit_DATA_busnames += \
5368         units/org.freedesktop.machine1.busname
5369
5370 dist_dbussystemservice_DATA += \
5371         src/machine/org.freedesktop.machine1.service
5372
5373 dist_dbuspolicy_DATA += \
5374         src/machine/org.freedesktop.machine1.conf
5375
5376 polkitpolicy_files += \
5377         src/machine/org.freedesktop.machine1.policy
5378
5379 polkitpolicy_in_files += \
5380         src/machine/org.freedesktop.machine1.policy.in
5381
5382 dist_zshcompletion_DATA += \
5383         shell-completion/zsh/_machinectl \
5384         shell-completion/zsh/_sd_machines
5385
5386 SYSTEM_UNIT_ALIASES += \
5387         systemd-machined.service dbus-org.freedesktop.machine1.service
5388
5389 BUSNAMES_TARGET_WANTS += \
5390         org.freedesktop.machine1.busname
5391
5392 EXTRA_DIST += \
5393         units/systemd-machined.service.in
5394
5395 libnss_mymachines_la_SOURCES = \
5396         src/nss-mymachines/nss-mymachines.sym \
5397         src/nss-mymachines/nss-mymachines.c
5398
5399 libnss_mymachines_la_LDFLAGS = \
5400         $(AM_LDFLAGS) \
5401         -module \
5402         -export-dynamic \
5403         -avoid-version \
5404         -shared \
5405         -shrext .so.2 \
5406         -Wl,--version-script=$(top_srcdir)/src/nss-mymachines/nss-mymachines.sym
5407
5408 libnss_mymachines_la_LIBADD = \
5409         libsystemd-shared.la \
5410         libsystemd-internal.la
5411
5412 lib_LTLIBRARIES += \
5413         libnss_mymachines.la
5414
5415 endif
5416
5417 # ------------------------------------------------------------------------------
5418 if ENABLE_IMPORTD
5419
5420 if HAVE_LIBCURL
5421 if HAVE_XZ
5422 if HAVE_ZLIB
5423 if HAVE_BZIP2
5424 if HAVE_GCRYPT
5425
5426 rootlibexec_PROGRAMS += \
5427         systemd-importd \
5428         systemd-pull
5429
5430 systemd_importd_SOURCES = \
5431         src/import/importd.c
5432
5433 systemd_importd_CFLAGS = \
5434         $(AM_CFLAGS) \
5435         -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-pull\"
5436
5437 systemd_importd_LDADD = \
5438         libsystemd-internal.la \
5439         libsystemd-label.la \
5440         libsystemd-shared.la
5441
5442 systemd_pull_SOURCES = \
5443         src/import/pull.c \
5444         src/import/import-raw.c \
5445         src/import/import-raw.h \
5446         src/import/import-tar.c \
5447         src/import/import-tar.h \
5448         src/import/import-dkr.c \
5449         src/import/import-dkr.h \
5450         src/import/import-job.c \
5451         src/import/import-job.h \
5452         src/import/import-common.c \
5453         src/import/import-common.h \
5454         src/import/curl-util.c \
5455         src/import/curl-util.h \
5456         src/import/aufs-util.c \
5457         src/import/aufs-util.h \
5458         src/import/qcow2-util.c \
5459         src/import/qcow2-util.h
5460
5461 systemd_pull_CFLAGS = \
5462         $(AM_CFLAGS) \
5463         $(LIBCURL_CFLAGS) \
5464         $(XZ_CFLAGS) \
5465         $(ZLIB_CFLAGS) \
5466         $(GCRYPT_CFLAGS) \
5467         -D VENDOR_KEYRING_PATH=\"$(rootlibexecdir)/import-pubring.gpg\" \
5468         -D USER_KEYRING_PATH=\"$(pkgsysconfdir)/import-pubring.gpg\"
5469
5470 systemd_pull_LDADD = \
5471         libsystemd-internal.la \
5472         libsystemd-label.la \
5473         libsystemd-shared.la \
5474         $(LIBCURL_LIBS) \
5475         $(XZ_LIBS) \
5476         $(ZLIB_LIBS) \
5477         -lbz2 \
5478         $(GCRYPT_LIBS)
5479
5480 dist_rootlibexec_DATA = \
5481         src/import/import-pubring.gpg
5482
5483 nodist_systemunit_DATA += \
5484         units/systemd-importd.service
5485
5486 EXTRA_DIST += \
5487         units/systemd-importd.service.in
5488
5489 dist_systemunit_DATA_busnames += \
5490         units/org.freedesktop.import1.busname
5491
5492 BUSNAMES_TARGET_WANTS += \
5493         org.freedesktop.import1.busname
5494
5495 SYSTEM_UNIT_ALIASES += \
5496         systemd-importd.service dbus-org.freedesktop.import1.service
5497
5498 dist_dbussystemservice_DATA += \
5499         src/import/org.freedesktop.import1.service
5500
5501 dist_dbuspolicy_DATA += \
5502         src/import/org.freedesktop.import1.conf
5503
5504 polkitpolicy_files += \
5505         src/import/org.freedesktop.import1.policy
5506
5507 polkitpolicy_in_files += \
5508         src/import/org.freedesktop.import1.policy.in
5509
5510 manual_tests += \
5511         test-qcow2
5512
5513 test_qcow2_SOURCES = \
5514         src/import/test-qcow2.c \
5515         src/import/qcow2-util.c \
5516         src/import/qcow2-util.h
5517
5518 test_qcow2_CFLAGS = \
5519         $(AM_CFLAGS) \
5520         $(ZLIB_CFLAGS)
5521
5522 test_qcow2_LDADD = \
5523         libsystemd-internal.la \
5524         libsystemd-label.la \
5525         libsystemd-shared.la \
5526         $(ZLIB_LIBS)
5527
5528 endif
5529 endif
5530 endif
5531 endif
5532 endif
5533
5534 endif
5535
5536 # ------------------------------------------------------------------------------
5537 if ENABLE_RESOLVED
5538 systemd_resolved_SOURCES = \
5539         src/resolve/resolved.c \
5540         src/resolve/resolved-manager.c \
5541         src/resolve/resolved-manager.h \
5542         src/resolve/resolved-conf.c \
5543         src/resolve/resolved-conf.h \
5544         src/resolve/resolved-bus.c \
5545         src/resolve/resolved-bus.h \
5546         src/resolve/resolved-link.h \
5547         src/resolve/resolved-link.c \
5548         src/resolve/resolved-def.h \
5549         src/resolve/resolved-dns-domain.h \
5550         src/resolve/resolved-dns-domain.c \
5551         src/resolve/resolved-dns-rr.h \
5552         src/resolve/resolved-dns-rr.c \
5553         src/resolve/resolved-dns-question.h \
5554         src/resolve/resolved-dns-question.c \
5555         src/resolve/resolved-dns-answer.h \
5556         src/resolve/resolved-dns-answer.c \
5557         src/resolve/resolved-dns-packet.h \
5558         src/resolve/resolved-dns-packet.c \
5559         src/resolve/resolved-dns-query.h \
5560         src/resolve/resolved-dns-query.c \
5561         src/resolve/resolved-dns-transaction.h \
5562         src/resolve/resolved-dns-transaction.c \
5563         src/resolve/resolved-dns-scope.h \
5564         src/resolve/resolved-dns-scope.c \
5565         src/resolve/resolved-dns-server.h \
5566         src/resolve/resolved-dns-server.c \
5567         src/resolve/resolved-dns-cache.h \
5568         src/resolve/resolved-dns-cache.c \
5569         src/resolve/resolved-dns-zone.h \
5570         src/resolve/resolved-dns-zone.c \
5571         src/resolve/resolved-dns-stream.h \
5572         src/resolve/resolved-dns-stream.c \
5573         src/resolve/dns-type.c \
5574         src/resolve/dns-type.h \
5575         src/resolve/dns_type-from-name.h \
5576         src/resolve/dns_type-to-name.h
5577
5578 nodist_systemd_resolved_SOURCES = \
5579         src/resolve/resolved-gperf.c
5580
5581 EXTRA_DIST += \
5582         src/resolve/resolved-gperf.gperf \
5583         src/resolve/dns_type-from-name.gperf
5584
5585 CLEANFILES += \
5586         src/resolve/resolved-gperf.c
5587
5588 systemd_resolved_LDADD = \
5589         libsystemd-network.la \
5590         libsystemd-label.la \
5591         libsystemd-internal.la \
5592         libsystemd-shared.la \
5593         $(LIBIDN_LIBS)
5594
5595 rootlibexec_PROGRAMS += \
5596         systemd-resolved
5597
5598 nodist_systemunit_DATA += \
5599         units/systemd-resolved.service
5600
5601 dist_systemunit_DATA_busnames += \
5602         units/org.freedesktop.resolve1.busname
5603
5604 dist_dbuspolicy_DATA += \
5605         src/resolve/org.freedesktop.resolve1.conf
5606
5607 dist_dbussystemservice_DATA += \
5608         src/resolve/org.freedesktop.resolve1.service
5609
5610 EXTRA_DIST += \
5611         units/systemd-resolved.service.in
5612
5613 SYSTEM_UNIT_ALIASES += \
5614         systemd-resolved.service dbus-org.freedesktop.resolve1.service
5615
5616 BUSNAMES_TARGET_WANTS += \
5617         org.freedesktop.resolve1.busname
5618
5619 GENERAL_ALIASES += \
5620         $(systemunitdir)/systemd-resolved.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-resolved.service
5621
5622 nodist_pkgsysconf_DATA += \
5623         src/resolve/resolved.conf
5624
5625 EXTRA_DIST += \
5626         src/resolve/resolved.conf.in
5627
5628 CLEANFILES += \
5629         src/resolve/resolved.conf
5630
5631 tests += \
5632         test-dns-domain
5633
5634 test_dns_domain_SOURCES = \
5635         src/resolve/resolved-dns-domain.h \
5636         src/resolve/resolved-dns-domain.c \
5637         src/resolve/test-dns-domain.c
5638
5639 test_dns_domain_LDADD = \
5640         libsystemd-network.la \
5641         libsystemd-label.la \
5642         libsystemd-internal.la \
5643         libsystemd-shared.la \
5644         $(LIBIDN_LIBS)
5645
5646 libnss_resolve_la_SOURCES = \
5647         src/nss-resolve/nss-resolve.sym \
5648         src/nss-resolve/nss-resolve.c
5649
5650 libnss_resolve_la_LDFLAGS = \
5651         $(AM_LDFLAGS) \
5652         -module \
5653         -export-dynamic \
5654         -avoid-version \
5655         -shared \
5656         -shrext .so.2 \
5657         -Wl,--version-script=$(top_srcdir)/src/nss-resolve/nss-resolve.sym
5658
5659 libnss_resolve_la_LIBADD = \
5660         libsystemd-internal.la \
5661         libsystemd-shared.la
5662
5663 lib_LTLIBRARIES += \
5664         libnss_resolve.la
5665
5666 systemd_resolve_host_SOURCES = \
5667         src/resolve-host/resolve-host.c \
5668         src/resolve/resolved-dns-packet.c \
5669         src/resolve/resolved-dns-packet.h \
5670         src/resolve/resolved-dns-rr.c \
5671         src/resolve/resolved-dns-rr.h \
5672         src/resolve/resolved-dns-answer.c \
5673         src/resolve/resolved-dns-answer.h \
5674         src/resolve/resolved-dns-question.c \
5675         src/resolve/resolved-dns-question.h \
5676         src/resolve/resolved-dns-domain.c \
5677         src/resolve/resolved-dns-domain.h \
5678         src/resolve/dns-type.c \
5679         src/resolve/dns-type.h \
5680         src/resolve/dns_type-from-name.h \
5681         src/resolve/dns_type-to-name.h
5682
5683 systemd_resolve_host_LDADD = \
5684         libsystemd-internal.la \
5685         libsystemd-shared.la \
5686         $(LIBIDN_LIBS)
5687
5688 rootlibexec_PROGRAMS += \
5689         systemd-resolve-host
5690
5691 endif
5692
5693 # ------------------------------------------------------------------------------
5694 if ENABLE_NETWORKD
5695 rootlibexec_PROGRAMS += \
5696         systemd-networkd
5697
5698 systemd_networkd_SOURCES = \
5699         src/network/networkd.c
5700
5701 systemd_networkd_LDADD = \
5702         libsystemd-networkd-core.la
5703
5704 if HAVE_LIBIPTC
5705 systemd_networkd_LDADD += \
5706         libsystemd-fw.la
5707 endif
5708
5709 noinst_LTLIBRARIES += \
5710         libsystemd-networkd-core.la
5711
5712 libsystemd_networkd_core_la_CFLAGS = \
5713         $(AM_CFLAGS)
5714
5715 libsystemd_networkd_core_la_SOURCES = \
5716         src/libsystemd-network/network-internal.h \
5717         src/network/networkd.h \
5718         src/network/networkd-link.h \
5719         src/network/networkd-netdev.h \
5720         src/network/networkd-netdev-tunnel.h \
5721         src/network/networkd-netdev-veth.h \
5722         src/network/networkd-netdev-vxlan.h \
5723         src/network/networkd-netdev-vlan.h \
5724         src/network/networkd-netdev-macvlan.h \
5725         src/network/networkd-netdev-ipvlan.h \
5726         src/network/networkd-netdev-dummy.h \
5727         src/network/networkd-netdev-tuntap.h \
5728         src/network/networkd-netdev-bond.h \
5729         src/network/networkd-netdev-bridge.h \
5730         src/network/networkd-netdev.c \
5731         src/network/networkd-netdev-tunnel.c \
5732         src/network/networkd-netdev-veth.c \
5733         src/network/networkd-netdev-vxlan.c \
5734         src/network/networkd-netdev-vlan.c \
5735         src/network/networkd-netdev-macvlan.c \
5736         src/network/networkd-netdev-ipvlan.c \
5737         src/network/networkd-netdev-dummy.c \
5738         src/network/networkd-netdev-tuntap.c \
5739         src/network/networkd-netdev-bond.c \
5740         src/network/networkd-netdev-bridge.c \
5741         src/network/networkd-link.c \
5742         src/network/networkd-link-bus.c \
5743         src/network/networkd-ipv4ll.c \
5744         src/network/networkd-dhcp4.c \
5745         src/network/networkd-dhcp6.c \
5746         src/network/networkd-network.c \
5747         src/network/networkd-network-bus.c \
5748         src/network/networkd-address.c \
5749         src/network/networkd-route.c \
5750         src/network/networkd-manager.c \
5751         src/network/networkd-manager-bus.c \
5752         src/network/networkd-fdb.c \
5753         src/network/networkd-address-pool.c
5754
5755 nodist_libsystemd_networkd_core_la_SOURCES = \
5756         src/network/networkd-network-gperf.c \
5757         src/network/networkd-netdev-gperf.c
5758
5759 libsystemd_networkd_core_la_LIBADD = \
5760         libudev-internal.la \
5761         libsystemd-internal.la \
5762         libsystemd-network.la \
5763         libsystemd-label.la \
5764         libsystemd-shared.la
5765
5766 rootlibexec_PROGRAMS += \
5767         systemd-networkd-wait-online
5768
5769 systemd_networkd_wait_online_CFLAGS = \
5770         $(AM_CFLAGS)
5771
5772 systemd_networkd_wait_online_SOURCES = \
5773         src/libsystemd-network/network-internal.h \
5774         src/network/networkd-wait-online.h \
5775         src/network/networkd-wait-online-link.h \
5776         src/network/networkd-wait-online.c \
5777         src/network/networkd-wait-online-manager.c \
5778         src/network/networkd-wait-online-link.c
5779
5780 systemd_networkd_wait_online_LDADD = \
5781         libsystemd-network.la \
5782         libudev-internal.la \
5783         libsystemd-internal.la \
5784         libsystemd-shared.la
5785
5786 rootbin_PROGRAMS += \
5787         networkctl
5788
5789 networkctl_SOURCES = \
5790         src/network/networkctl.c
5791
5792 networkctl_LDADD = \
5793         libsystemd-internal.la \
5794         libudev-internal.la \
5795         libsystemd-shared.la \
5796         libsystemd-network.la
5797
5798 test_network_SOURCES = \
5799         src/network/test-network.c
5800
5801 test_network_LDADD = \
5802         libsystemd-networkd-core.la
5803
5804 if HAVE_LIBIPTC
5805 test_network_LDADD += \
5806         libsystemd-fw.la
5807 endif
5808
5809 test_network_tables_SOURCES = \
5810         src/network/test-network-tables.c \
5811         src/shared/test-tables.h
5812
5813 test_network_tables_LDADD = \
5814         libsystemd-networkd-core.la \
5815         libudev-core.la
5816
5817 if HAVE_LIBIPTC
5818 test_network_tables_LDADD += \
5819         libsystemd-fw.la
5820 endif
5821
5822 tests += \
5823         test-network \
5824         test-network-tables
5825
5826 dist_systemunit_DATA += \
5827         units/systemd-networkd.socket
5828
5829 nodist_systemunit_DATA += \
5830         units/systemd-networkd.service \
5831         units/systemd-networkd-wait-online.service
5832
5833 dist_systemunit_DATA_busnames += \
5834         units/org.freedesktop.network1.busname
5835
5836 dist_dbussystemservice_DATA += \
5837         src/network/org.freedesktop.network1.service
5838
5839 dist_dbuspolicy_DATA += \
5840         src/network/org.freedesktop.network1.conf
5841
5842 GENERAL_ALIASES += \
5843         $(systemunitdir)/systemd-networkd.socket $(pkgsysconfdir)/system/sockets.target.wants/systemd-networkd.socket \
5844         $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service \
5845         $(systemunitdir)/systemd-networkd-wait-online.service $(pkgsysconfdir)/system/network-online.target.wants/systemd-networkd-wait-online.service
5846
5847 SYSTEM_UNIT_ALIASES += \
5848         systemd-networkd.service dbus-org.freedesktop.network1.service
5849
5850 BUSNAMES_TARGET_WANTS += \
5851         org.freedesktop.network1.busname
5852
5853 EXTRA_DIST += \
5854         src/network/networkd-network-gperf.gperf \
5855         src/network/networkd-netdev-gperf.gperf \
5856         units/systemd-networkd.service.in \
5857         units/systemd-networkd-wait-online.service.in
5858
5859 CLEANFILES += \
5860         src/network/networkd-network-gperf.c \
5861         src/network/networkd-netdev-gperf.c
5862 endif
5863
5864 # ------------------------------------------------------------------------------
5865 if ENABLE_LOGIND
5866 systemd_logind_SOURCES = \
5867         src/login/logind.c \
5868         src/login/logind.h
5869
5870 nodist_systemd_logind_SOURCES = \
5871         src/login/logind-gperf.c
5872
5873 systemd_logind_LDADD = \
5874         libsystemd-logind-core.la
5875
5876 libsystemd_logind_core_la_SOURCES = \
5877         src/login/logind-core.c \
5878         src/login/logind-device.c \
5879         src/login/logind-device.h \
5880         src/login/logind-button.c \
5881         src/login/logind-button.h \
5882         src/login/logind-action.c \
5883         src/login/logind-action.h \
5884         src/login/logind-seat.c \
5885         src/login/logind-seat.h \
5886         src/login/logind-session.c \
5887         src/login/logind-session.h \
5888         src/login/logind-session-device.c \
5889         src/login/logind-session-device.h \
5890         src/login/logind-user.c \
5891         src/login/logind-user.h \
5892         src/login/logind-inhibit.c \
5893         src/login/logind-inhibit.h \
5894         src/login/logind-dbus.c \
5895         src/login/logind-session-dbus.c \
5896         src/login/logind-seat-dbus.c \
5897         src/login/logind-user-dbus.c \
5898         src/login/logind-acl.h
5899
5900 libsystemd_logind_core_la_LIBADD = \
5901         libsystemd-label.la \
5902         libsystemd-internal.la \
5903         libudev-internal.la \
5904         libsystemd-shared.la
5905
5906 if HAVE_ACL
5907 libsystemd_logind_core_la_SOURCES += \
5908         src/login/logind-acl.c
5909
5910 libsystemd_logind_core_la_LIBADD += \
5911         libsystemd-acl.la
5912 endif
5913
5914 noinst_LTLIBRARIES += \
5915         libsystemd-logind-core.la
5916
5917 rootlibexec_PROGRAMS += \
5918         systemd-logind
5919
5920 loginctl_SOURCES = \
5921         src/login/loginctl.c \
5922         src/login/sysfs-show.h \
5923         src/login/sysfs-show.c
5924
5925 loginctl_LDADD = \
5926         libsystemd-internal.la \
5927         libsystemd-logs.la \
5928         libsystemd-journal-internal.la \
5929         libudev-internal.la \
5930         libsystemd-shared.la
5931
5932 rootbin_PROGRAMS += \
5933         loginctl
5934
5935 dist_bashcompletion_DATA += \
5936         shell-completion/bash/loginctl
5937
5938 dist_zshcompletion_DATA += \
5939         shell-completion/zsh/_loginctl \
5940         shell-completion/zsh/_systemd-inhibit
5941
5942 systemd_inhibit_SOURCES = \
5943         src/login/inhibit.c
5944
5945 systemd_inhibit_LDADD = \
5946         libsystemd-internal.la \
5947         libsystemd-shared.la
5948
5949 rootbin_PROGRAMS += \
5950         systemd-inhibit
5951
5952 test_login_SOURCES = \
5953         src/libsystemd/sd-login/test-login.c
5954
5955 test_login_LDADD = \
5956         libsystemd-internal.la \
5957         libsystemd-shared.la
5958
5959 test_login_shared_SOURCES = \
5960         src/login/test-login-shared.c
5961
5962 test_login_shared_LDADD = \
5963         libsystemd-internal.la \
5964         libsystemd-shared.la
5965
5966 test_inhibit_SOURCES = \
5967         src/login/test-inhibit.c
5968
5969 test_inhibit_LDADD = \
5970         libsystemd-internal.la \
5971         libsystemd-shared.la
5972
5973 test_login_tables_SOURCES = \
5974         src/login/test-login-tables.c
5975
5976 test_login_tables_LDADD = \
5977         libsystemd-logind-core.la
5978
5979 manual_tests += \
5980         test-login \
5981         test-inhibit
5982
5983 tests += \
5984         test-login-tables \
5985         test-login-shared
5986
5987 if HAVE_PAM
5988 pam_systemd_la_SOURCES = \
5989         src/login/pam_systemd.sym \
5990         src/login/pam_systemd.c
5991
5992 pam_systemd_la_CFLAGS = \
5993         $(AM_CFLAGS) \
5994         $(PAM_CFLAGS) \
5995         -fvisibility=hidden
5996
5997 pam_systemd_la_LDFLAGS = \
5998         $(AM_LDFLAGS) \
5999         -module \
6000         -export-dynamic \
6001         -avoid-version \
6002         -shared \
6003         -Wl,--version-script=$(top_srcdir)/src/login/pam_systemd.sym
6004
6005 pam_systemd_la_LIBADD = \
6006         libsystemd-internal.la \
6007         libsystemd-shared.la \
6008         $(PAM_LIBS)
6009
6010 pamlib_LTLIBRARIES = \
6011         pam_systemd.la
6012
6013 dist_pamconf_DATA = \
6014         src/login/systemd-user
6015
6016 endif
6017
6018 nodist_systemunit_DATA += \
6019         units/systemd-logind.service
6020
6021 dist_systemunit_DATA += \
6022         units/user.slice
6023
6024 dist_systemunit_DATA_busnames += \
6025         units/org.freedesktop.login1.busname
6026
6027 dist_dbussystemservice_DATA += \
6028         src/login/org.freedesktop.login1.service
6029
6030 dist_dbuspolicy_DATA += \
6031         src/login/org.freedesktop.login1.conf
6032
6033 dist_pkgsysconf_DATA += \
6034         src/login/logind.conf
6035
6036 polkitpolicy_files += \
6037         src/login/org.freedesktop.login1.policy
6038
6039 INSTALL_DIRS += \
6040         $(systemdstatedir)
6041
6042 MULTI_USER_TARGET_WANTS += \
6043         systemd-logind.service
6044
6045 SYSTEM_UNIT_ALIASES += \
6046         systemd-logind.service dbus-org.freedesktop.login1.service
6047
6048 BUSNAMES_TARGET_WANTS += \
6049         org.freedesktop.login1.busname
6050
6051 dist_udevrules_DATA += \
6052         src/login/70-uaccess.rules \
6053         src/login/70-power-switch.rules
6054
6055 nodist_udevrules_DATA += \
6056         src/login/71-seat.rules \
6057         src/login/73-seat-late.rules
6058
6059 CLEANFILES += \
6060         src/login/logind-gperf.c \
6061         src/login/71-seat.rules \
6062         src/login/73-seat-late.rules
6063 endif
6064
6065 polkitpolicy_in_files += \
6066         src/login/org.freedesktop.login1.policy.in
6067
6068 EXTRA_DIST += \
6069         src/login/logind-gperf.gperf \
6070         src/login/71-seat.rules.in \
6071         src/login/73-seat-late.rules.in \
6072         units/systemd-logind.service.in
6073
6074 # ------------------------------------------------------------------------------
6075 if HAVE_PAM
6076
6077 systemd_user_sessions_SOURCES = \
6078         src/user-sessions/user-sessions.c
6079
6080 systemd_user_sessions_LDADD = \
6081         libsystemd-shared.la
6082
6083 rootlibexec_PROGRAMS += \
6084         systemd-user-sessions
6085
6086 nodist_systemunit_DATA += \
6087         units/systemd-user-sessions.service
6088
6089 EXTRA_DIST += \
6090         units/systemd-user-sessions.service.in
6091
6092 MULTI_USER_TARGET_WANTS += \
6093         systemd-user-sessions.service
6094
6095 endif
6096
6097 # ------------------------------------------------------------------------------
6098
6099 if HAVE_PYTHON_DEVEL
6100 pkgpyexec_LTLIBRARIES = \
6101         _journal.la \
6102         id128.la \
6103         _daemon.la \
6104         _reader.la \
6105         login.la
6106
6107 _journal_la_SOURCES = \
6108         src/python-systemd/_journal.c
6109
6110 _journal_la_CFLAGS = \
6111         $(AM_CFLAGS) \
6112         -fvisibility=default \
6113         $(PYTHON_DEVEL_CFLAGS)
6114
6115 _journal_la_LDFLAGS = \
6116         $(AM_LDFLAGS) \
6117         -shared \
6118         -module \
6119         -avoid-version
6120
6121 _journal_la_LIBADD = \
6122         $(PYTHON_DEVEL_LIBS) \
6123         libsystemd.la
6124
6125 id128_la_SOURCES = \
6126         src/python-systemd/id128.c \
6127         src/python-systemd/pyutil.c \
6128         src/python-systemd/pyutil.h
6129
6130 nodist_id128_la_SOURCES = \
6131         src/python-systemd/id128-constants.h
6132
6133 id128_la_CFLAGS = \
6134         $(AM_CFLAGS) \
6135         -fvisibility=default \
6136         $(PYTHON_DEVEL_CFLAGS) \
6137         -I$(top_builddir)/src/python-systemd
6138
6139 id128_la_LDFLAGS = \
6140         $(AM_LDFLAGS) \
6141         -shared \
6142         -module \
6143         -avoid-version
6144
6145 id128_la_LIBADD = \
6146         $(PYTHON_DEVEL_LIBS) \
6147         libsystemd-shared.la \
6148         libsystemd.la
6149
6150 _daemon_la_SOURCES = \
6151         src/python-systemd/_daemon.c \
6152         src/python-systemd/pyutil.c \
6153         src/python-systemd/pyutil.h
6154
6155 _daemon_la_CFLAGS = \
6156         $(AM_CFLAGS) \
6157         -fvisibility=default \
6158         $(PYTHON_DEVEL_CFLAGS) \
6159         -I$(top_builddir)/src/python-systemd
6160
6161 _daemon_la_LDFLAGS = \
6162         $(AM_LDFLAGS) \
6163         -shared \
6164         -module \
6165         -avoid-version
6166
6167 _daemon_la_LIBADD = \
6168         $(PYTHON_DEVEL_LIBS) \
6169         libsystemd-shared.la \
6170         libsystemd.la
6171
6172 _reader_la_SOURCES = \
6173         src/python-systemd/_reader.c \
6174         src/python-systemd/pyutil.c \
6175         src/python-systemd/pyutil.h
6176
6177 _reader_la_CFLAGS = \
6178         $(AM_CFLAGS) \
6179         -fvisibility=default \
6180         $(PYTHON_DEVEL_CFLAGS)
6181
6182 _reader_la_LDFLAGS = \
6183         $(AM_LDFLAGS) \
6184         -shared \
6185         -module \
6186         -avoid-version
6187
6188 _reader_la_LIBADD = \
6189         $(PYTHON_DEVEL_LIBS) \
6190         libsystemd-shared.la \
6191         libsystemd.la
6192
6193 login_la_SOURCES = \
6194         src/python-systemd/login.c \
6195         src/python-systemd/pyutil.c \
6196         src/python-systemd/pyutil.h
6197
6198 login_la_CFLAGS = \
6199         $(AM_CFLAGS) \
6200         -fvisibility=default \
6201         $(PYTHON_DEVEL_CFLAGS)
6202
6203 login_la_LDFLAGS = \
6204         $(AM_LDFLAGS) \
6205         -shared \
6206         -module \
6207         -avoid-version
6208
6209 login_la_LIBADD = \
6210         $(PYTHON_DEVEL_LIBS) \
6211         libsystemd-shared.la \
6212         libsystemd.la
6213
6214 dist_pkgpyexec_PYTHON = \
6215         src/python-systemd/journal.py \
6216         src/python-systemd/daemon.py \
6217         src/python-systemd/__init__.py
6218
6219 src/python-systemd/id128-constants.h: src/systemd/sd-messages.h
6220         $(AM_V_at)$(MKDIR_P) $(dir $@)
6221         $(AM_V_GEN)$(SED) -n -r 's/,//g; s/#define (SD_MESSAGE_[A-Z0-9_]+)\s.*/add_id(m, "\1", \1) JOINER/p' <$< >$@
6222
6223 BUILT_SOURCES += \
6224         src/python-systemd/id128-constants.h
6225
6226 SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
6227 sphinx-%:
6228         $(AM_V_at)test -n "$(SPHINX_BUILD)" || { echo " *** sphinx-build is not available"; exit 1; }
6229         $(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/
6230         $(AM_V_at)echo Output has been generated in $(abs_top_builddir)/docs/html/python-systemd/
6231
6232 python-shell:
6233         $(AM_V_at)echo "Starting python with $(DESTDIR)$(pyexecdir)"
6234         $(AM_V_at)PYTHONPATH=$(DESTDIR)$(pyexecdir) LD_LIBRARY_PATH=$(DESTDIR)$(libdir) $(PYTHON)
6235
6236 destdir-sphinx: all
6237         dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
6238                 $(MAKE) DESTDIR="$$dir" install && \
6239                 $(MAKE) DESTDIR="$$dir" sphinx-html && \
6240                 rm -rf "$$dir"
6241
6242 endif
6243
6244 CLEAN_LOCAL_HOOKS += clean-sphinx
6245
6246 .PHONY: python-shell destdir-sphinx clean-sphinx clean-python
6247
6248 clean-sphinx:
6249         -rm -rf docs/html/python-systemd/
6250
6251 # Remove Python stuff, e.g. to force rebuilding for a different Python version.
6252 clean-python:
6253         -rm -rf src/python-systemd/.libs src/python-systemd/*.l[ao]
6254         -rm -f _daemon.la id128.la _journal.la login.la _reader.la
6255
6256 # ------------------------------------------------------------------------------
6257 if ENABLE_COMPAT_LIBS
6258 EXTRA_DIST += \
6259         src/compat-libs/linkwarning.h
6260
6261 libsystemd-%.c: src/compat-libs/libsystemd-%.sym
6262         $(AM_V_at)$(MKDIR_P) $(dir $@)
6263         $(AM_V_GEN)sed -r -n 's/^ +(sd_.*);/obsolete_lib(\1,$(notdir $(basename $<)));/p' <$< >$@
6264
6265 BUILT_SOURCES += \
6266         libsystemd-journal.c \
6267         libsystemd-login.c \
6268         libsystemd-id128.c \
6269         libsystemd-daemon.c
6270
6271 libsystemd_journal_la_SOURCES = \
6272         libsystemd-journal.c \
6273         src/compat-libs/libsystemd-journal.sym
6274
6275 libsystemd_journal_la_CPPFLAGS = \
6276         $(AM_CFLAGS) \
6277         -imacros$(top_srcdir)/src/compat-libs/linkwarning.h
6278
6279 libsystemd_journal_la_LDFLAGS = \
6280         $(AM_LDFLAGS) \
6281         -version-info $(LIBSYSTEMD_JOURNAL_CURRENT):$(LIBSYSTEMD_JOURNAL_REVISION):$(LIBSYSTEMD_JOURNAL_AGE) \
6282         -Wl,--version-script=$(top_srcdir)/src/compat-libs/libsystemd-journal.sym
6283
6284 libsystemd_journal_la_LIBADD = \
6285         libsystemd-journal-internal.la \
6286         libsystemd-internal.la \
6287         libsystemd-shared.la
6288
6289 libsystemd_login_la_SOURCES = \
6290         libsystemd-login.c \
6291         src/compat-libs/libsystemd-login.sym
6292
6293 libsystemd_login_la_CPPFLAGS = \
6294         $(AM_CFLAGS) \
6295         -imacros$(top_srcdir)/src/compat-libs/linkwarning.h
6296
6297 libsystemd_login_la_LDFLAGS = \
6298         $(AM_LDFLAGS) \
6299         -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \
6300         -Wl,--version-script=$(top_srcdir)/src/compat-libs/libsystemd-login.sym
6301
6302 libsystemd_login_la_LIBADD = \
6303         libsystemd-internal.la \
6304         libsystemd-shared.la
6305
6306 libsystemd_id128_la_SOURCES = \
6307         libsystemd-id128.c \
6308         src/compat-libs/libsystemd-id128.sym
6309
6310 libsystemd_id128_la_CPPFLAGS = \
6311         $(AM_CFLAGS) \
6312         -imacros$(top_srcdir)/src/compat-libs/linkwarning.h
6313
6314 libsystemd_id128_la_LDFLAGS = \
6315         $(AM_LDFLAGS) \
6316         -version-info $(LIBSYSTEMD_ID128_CURRENT):$(LIBSYSTEMD_ID128_REVISION):$(LIBSYSTEMD_ID128_AGE) \
6317         -Wl,--version-script=$(top_srcdir)/src/compat-libs/libsystemd-id128.sym
6318
6319 libsystemd_id128_la_LIBADD = \
6320         libsystemd-internal.la \
6321         libsystemd-shared.la
6322
6323 libsystemd_daemon_la_SOURCES = \
6324         libsystemd-daemon.c \
6325         src/compat-libs/libsystemd-daemon.sym
6326
6327 libsystemd_daemon_la_CPPFLAGS = \
6328         $(AM_CFLAGS) \
6329         -imacros$(top_srcdir)/src/compat-libs/linkwarning.h
6330
6331 libsystemd_daemon_la_LDFLAGS = \
6332         $(AM_LDFLAGS) \
6333         -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) \
6334         -Wl,--version-script=$(top_srcdir)/src/compat-libs/libsystemd-daemon.sym
6335
6336 libsystemd_daemon_la_LIBADD = \
6337         libsystemd-internal.la \
6338         libsystemd-shared.la
6339
6340 lib_LTLIBRARIES += \
6341         libsystemd-journal.la \
6342         libsystemd-login.la \
6343         libsystemd-id128.la \
6344         libsystemd-daemon.la
6345
6346 pkgconfiglib_DATA += \
6347         src/compat-libs/libsystemd-journal.pc \
6348         src/compat-libs/libsystemd-login.pc \
6349         src/compat-libs/libsystemd-id128.pc \
6350         src/compat-libs/libsystemd-daemon.pc
6351
6352 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
6353 compat-lib-install-hook:
6354         libname=libsystemd-login.so && $(move-to-rootlibdir)
6355         libname=libsystemd-journal.so && $(move-to-rootlibdir)
6356         libname=libsystemd-id128.so && $(move-to-rootlibdir)
6357         libname=libsystemd-daemon.so && $(move-to-rootlibdir)
6358
6359 compat-lib-uninstall-hook:
6360         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-login.so*
6361         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-journal.so*
6362         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-id128.so*
6363         rm -f $(DESTDIR)$(rootlibdir)/libsystemd-daemon.so*
6364
6365 INSTALL_EXEC_HOOKS += compat-lib-install-hook
6366 UNINSTALL_EXEC_HOOKS += compat-lib-uninstall-hook
6367 endif
6368
6369 EXTRA_DIST += \
6370         src/compat-libs/libsystemd-journal.pc.in \
6371         src/compat-libs/libsystemd-login.pc.in \
6372         src/compat-libs/libsystemd-id128.pc.in \
6373         src/compat-libs/libsystemd-daemon.pc.in
6374
6375 # ------------------------------------------------------------------------------
6376 substitutions = \
6377        '|rootlibexecdir=$(rootlibexecdir)|' \
6378        '|rootbindir=$(rootbindir)|' \
6379        '|bindir=$(bindir)|' \
6380        '|SYSTEMCTL=$(rootbindir)/systemctl|' \
6381        '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \
6382        '|pkgsysconfdir=$(pkgsysconfdir)|' \
6383        '|SYSTEM_CONFIG_UNIT_PATH=$(pkgsysconfdir)/system|' \
6384        '|USER_CONFIG_UNIT_PATH=$(pkgsysconfdir)/user|' \
6385        '|pkgdatadir=$(pkgdatadir)|' \
6386        '|systemunitdir=$(systemunitdir)|' \
6387        '|userunitdir=$(userunitdir)|' \
6388        '|systempresetdir=$(systempresetdir)|' \
6389        '|userpresetdir=$(userpresetdir)|' \
6390        '|udevhwdbdir=$(udevhwdbdir)|' \
6391        '|udevrulesdir=$(udevrulesdir)|' \
6392        '|catalogdir=$(catalogdir)|' \
6393        '|tmpfilesdir=$(tmpfilesdir)|' \
6394        '|sysusersdir=$(sysusersdir)|' \
6395        '|sysctldir=$(sysctldir)|' \
6396        '|systemgeneratordir=$(systemgeneratordir)|' \
6397        '|usergeneratordir=$(usergeneratordir)|' \
6398        '|CERTIFICATEROOT=$(CERTIFICATEROOT)|' \
6399        '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
6400        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
6401        '|PACKAGE_URL=$(PACKAGE_URL)|' \
6402        '|RANDOM_SEED_DIR=$(localstatedir)/lib/systemd/|' \
6403        '|RANDOM_SEED=$(localstatedir)/lib/systemd/random-seed|' \
6404        '|prefix=$(prefix)|' \
6405        '|exec_prefix=$(exec_prefix)|' \
6406        '|libdir=$(libdir)|' \
6407        '|includedir=$(includedir)|' \
6408        '|VERSION=$(VERSION)|' \
6409        '|rootprefix=$(rootprefix)|' \
6410        '|udevlibexecdir=$(udevlibexecdir)|' \
6411        '|SUSHELL=$(SUSHELL)|' \
6412        '|SULOGIN=$(SULOGIN)|' \
6413        '|DEBUGTTY=$(DEBUGTTY)|' \
6414        '|KILL=$(KILL)|' \
6415        '|KMOD=$(KMOD)|' \
6416        '|MKDIR_P=$(MKDIR_P)|' \
6417        '|QUOTAON=$(QUOTAON)|' \
6418        '|QUOTACHECK=$(QUOTACHECK)|' \
6419        '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \
6420        '|VARLOGDIR=$(varlogdir)|' \
6421        '|RC_LOCAL_SCRIPT_PATH_START=$(RC_LOCAL_SCRIPT_PATH_START)|' \
6422        '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \
6423        '|PYTHON=$(PYTHON)|' \
6424        '|PYTHON_BINARY=$(PYTHON_BINARY)|' \
6425        '|NTP_SERVERS=$(NTP_SERVERS)|' \
6426        '|DNS_SERVERS=$(DNS_SERVERS)|' \
6427        '|systemuidmax=$(SYSTEM_UID_MAX)|' \
6428        '|systemgidmax=$(SYSTEM_GID_MAX)|' \
6429        '|TTY_GID=$(TTY_GID)|' \
6430        '|systemsleepdir=$(systemsleepdir)|' \
6431        '|systemshutdowndir=$(systemshutdowndir)|' \
6432        '|binfmtdir=$(binfmtdir)|' \
6433        '|modulesloaddir=$(modulesloaddir)|'
6434
6435 SED_PROCESS = \
6436         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
6437         $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
6438                 < $< > $@
6439
6440 units/%: units/%.in
6441         $(SED_PROCESS)
6442
6443 man/%: man/%.in
6444         $(SED_PROCESS)
6445
6446 sysctl.d/%: sysctl.d/%.in
6447         $(SED_PROCESS)
6448
6449 %.pc: %.pc.in
6450         $(SED_PROCESS)
6451
6452 %.conf: %.conf.in
6453         $(SED_PROCESS)
6454
6455 src/core/macros.%: src/core/macros.%.in
6456         $(SED_PROCESS)
6457
6458 src/%.policy.in: src/%.policy.in.in
6459         $(SED_PROCESS)
6460
6461 shell-completion/%: shell-completion/%.in
6462         $(SED_PROCESS)
6463
6464 %.rules: %.rules.in
6465         $(SED_PROCESS)
6466
6467 %.conf: %.conf.in
6468         $(SED_PROCESS)
6469
6470 %.sh: %.sh.in
6471         $(SED_PROCESS)
6472         $(AM_V_GEN)chmod +x $@
6473
6474 src/%.c: src/%.gperf
6475         $(AM_V_at)$(MKDIR_P) $(dir $@)
6476         $(AM_V_GPERF)$(GPERF) < $< > $@
6477
6478 src/%: src/%.m4
6479         $(AM_V_at)$(MKDIR_P) $(dir $@)
6480         $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6481
6482 sysusers.d/%: sysusers.d/%.m4
6483         $(AM_V_at)$(MKDIR_P) $(dir $@)
6484         $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6485
6486 tmpfiles.d/%: tmpfiles.d/%.m4
6487         $(AM_V_at)$(MKDIR_P) $(dir $@)
6488         $(AM_V_M4)$(M4) -P $(M4_DEFINES) < $< > $@
6489
6490
6491 units/%: units/%.m4
6492         $(AM_V_at)$(MKDIR_P) $(dir $@)
6493         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@
6494
6495 units/user/%: units/user/%.m4
6496         $(AM_V_at)$(MKDIR_P) $(dir $@)
6497         $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
6498
6499 if ENABLE_POLKIT
6500 nodist_polkitpolicy_DATA = \
6501         $(polkitpolicy_files) \
6502         $(polkitpolicy_in_in_files:.policy.in.in=.policy)
6503 endif
6504
6505 EXTRA_DIST += \
6506         $(polkitpolicy_in_files) \
6507         $(polkitpolicy_in_in_files)
6508
6509 CLEANFILES += \
6510         $(nodist_systemunit_DATA) \
6511         $(nodist_userunit_DATA) \
6512         $(pkgconfiglib_DATA) \
6513         $(nodist_polkitpolicy_DATA)
6514
6515 # ------------------------------------------------------------------------------
6516 if ENABLE_MANPAGES
6517 man/custom-entities.ent: configure.ac
6518         $(AM_V_GEN)$(MKDIR_P) $(dir $@)
6519         $(AM_V_GEN)(echo '<?xml version="1.0" encoding="utf-8" ?>' && \
6520          printf '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">\n,$(substitutions))))') \
6521          > $@ # '
6522
6523 DISTCLEANFILES += \
6524         man/custom-entities.ent
6525
6526 XSLTPROC_FLAGS = \
6527         --nonet \
6528         --xinclude \
6529         --stringparam man.output.quietly 1 \
6530         --stringparam funcsynopsis.style ansi \
6531         --stringparam man.authors.section.enabled 0 \
6532         --stringparam man.copyright.section.enabled 0 \
6533         --stringparam systemd.version $(VERSION) \
6534         --path '$(builddir)/man:$(srcdir)/man'
6535
6536 XSLTPROC_PROCESS_MAN = \
6537         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-man.xsl $<
6538
6539 XSLTPROC_PROCESS_HTML = \
6540         $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
6541
6542 man/%.1: man/%.xml man/custom-man.xsl man/custom-entities.ent
6543         $(XSLTPROC_PROCESS_MAN)
6544
6545 man/%.3: man/%.xml man/custom-man.xsl man/custom-entities.ent
6546         $(XSLTPROC_PROCESS_MAN)
6547
6548 man/%.5: man/%.xml man/custom-man.xsl man/custom-entities.ent
6549         $(XSLTPROC_PROCESS_MAN)
6550
6551 man/%.7: man/%.xml man/custom-man.xsl man/custom-entities.ent
6552         $(XSLTPROC_PROCESS_MAN)
6553
6554 man/%.8: man/%.xml man/custom-man.xsl man/custom-entities.ent
6555         $(XSLTPROC_PROCESS_MAN)
6556
6557 man/%.html: man/%.xml man/custom-html.xsl man/custom-entities.ent
6558         $(XSLTPROC_PROCESS_HTML)
6559
6560 define html-alias
6561         $(AM_V_LN)$(LN_S) -f $(notdir $<) $@
6562 endef
6563
6564 endif
6565
6566 EXTRA_DIST += \
6567         man/custom-html.xsl \
6568         man/custom-man.xsl
6569
6570 # ------------------------------------------------------------------------------
6571 if HAVE_SYSV_COMPAT
6572 sysvinit_DATA = \
6573         docs/sysvinit/README
6574
6575 varlog_DATA = \
6576         docs/var-log/README
6577
6578 docs/sysvinit/README: docs/sysvinit/README.in
6579         $(SED_PROCESS)
6580
6581 docs/var-log/README: docs/var-log/README.in
6582         $(SED_PROCESS)
6583
6584 CLEANFILES += \
6585         docs/sysvinit/README \
6586         docs/var-log/README
6587 endif
6588
6589 EXTRA_DIST += \
6590         docs/sysvinit/README.in \
6591         docs/var-log/README.in
6592
6593 SOCKETS_TARGET_WANTS += \
6594         systemd-initctl.socket \
6595         systemd-shutdownd.socket
6596
6597 if HAVE_UTMP
6598 if HAVE_SYSV_COMPAT
6599 MULTI_USER_TARGET_WANTS += \
6600         systemd-update-utmp-runlevel.service
6601 GRAPHICAL_TARGET_WANTS += \
6602         systemd-update-utmp-runlevel.service
6603 RESCUE_TARGET_WANTS += \
6604         systemd-update-utmp-runlevel.service
6605 endif
6606
6607 SYSINIT_TARGET_WANTS += \
6608         systemd-update-utmp.service
6609 endif
6610
6611 SYSINIT_TARGET_WANTS += \
6612         systemd-update-done.service
6613
6614 LOCAL_FS_TARGET_WANTS += \
6615         systemd-remount-fs.service \
6616         tmp.mount \
6617         var-lib-machines.mount
6618
6619 MULTI_USER_TARGET_WANTS += \
6620         getty.target \
6621         systemd-ask-password-wall.path
6622
6623 SYSINIT_TARGET_WANTS += \
6624         dev-hugepages.mount \
6625         dev-mqueue.mount \
6626         sys-kernel-config.mount \
6627         sys-kernel-debug.mount \
6628         sys-fs-fuse-connections.mount \
6629         systemd-sysctl.service \
6630         systemd-ask-password-console.path
6631
6632 if HAVE_SYSV_COMPAT
6633 SYSTEM_UNIT_ALIASES += \
6634         poweroff.target runlevel0.target \
6635         rescue.target runlevel1.target \
6636         multi-user.target runlevel2.target \
6637         multi-user.target runlevel3.target \
6638         multi-user.target runlevel4.target \
6639         graphical.target runlevel5.target \
6640         reboot.target runlevel6.target
6641 endif
6642
6643 SYSTEM_UNIT_ALIASES += \
6644         graphical.target default.target \
6645         reboot.target ctrl-alt-del.target \
6646         getty@.service autovt@.service
6647
6648 USER_UNIT_ALIASES += \
6649         $(systemunitdir)/shutdown.target shutdown.target \
6650         $(systemunitdir)/sockets.target sockets.target \
6651         $(systemunitdir)/timers.target timers.target \
6652         $(systemunitdir)/paths.target paths.target \
6653         $(systemunitdir)/bluetooth.target bluetooth.target \
6654         $(systemunitdir)/printer.target printer.target \
6655         $(systemunitdir)/sound.target sound.target \
6656         $(systemunitdir)/smartcard.target smartcard.target
6657
6658 if ENABLE_KDBUS
6659 USER_UNIT_ALIASES += \
6660         $(systemunitdir)/busnames.target busnames.target
6661 endif
6662
6663 GENERAL_ALIASES += \
6664         $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \
6665         $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \
6666         $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \
6667         $(dbussystemservicedir)/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service
6668
6669 if HAVE_SYSV_COMPAT
6670 INSTALL_DIRS += \
6671         $(systemunitdir)/runlevel1.target.wants \
6672         $(systemunitdir)/runlevel2.target.wants \
6673         $(systemunitdir)/runlevel3.target.wants \
6674         $(systemunitdir)/runlevel4.target.wants \
6675         $(systemunitdir)/runlevel5.target.wants
6676 endif
6677
6678 INSTALL_DIRS += \
6679         $(prefix)/lib/modules-load.d \
6680         $(sysconfdir)/modules-load.d \
6681         $(prefix)/lib/systemd/network \
6682         $(sysconfdir)/systemd/network \
6683         $(prefix)/lib/sysctl.d \
6684         $(sysconfdir)/sysctl.d \
6685         $(prefix)/lib/kernel/install.d \
6686         $(sysconfdir)/kernel/install.d \
6687         $(systemshutdowndir) \
6688         $(systemsleepdir) \
6689         $(systemgeneratordir) \
6690         $(usergeneratordir) \
6691         \
6692         $(userunitdir) \
6693         $(pkgsysconfdir)/system \
6694         $(pkgsysconfdir)/system/multi-user.target.wants \
6695         $(pkgsysconfdir)/system/getty.target.wants \
6696         $(pkgsysconfdir)/user \
6697         $(dbussessionservicedir) \
6698         $(sysconfdir)/xdg/systemd
6699
6700 install-exec-hook: $(INSTALL_EXEC_HOOKS)
6701
6702 uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS)
6703
6704 install-data-hook: $(INSTALL_DATA_HOOKS)
6705
6706 distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
6707
6708 clean-local: $(CLEAN_LOCAL_HOOKS)
6709         rm -rf $(abs_srcdir)/install-tree
6710         rm -f $(abs_srcdir)/hwdb/usb.ids $(abs_srcdir)/hwdb/pci.ids $(abs_srcdir)/hwdb/oui.txt \
6711               $(abs_srcdir)/hwdb/iab.txt
6712
6713 DISTCHECK_CONFIGURE_FLAGS = \
6714         --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
6715         --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
6716         --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
6717         --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \
6718         --with-zshcompletiondir=$$dc_install_base/$(zshcompletiondir) \
6719         --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
6720         --with-pamconfdir=$$dc_install_base/$(pamconfdir) \
6721         --with-rootprefix=$$dc_install_base \
6722         --disable-split-usr \
6723         --enable-kdbus \
6724         --enable-compat-libs
6725
6726 if HAVE_SYSV_COMPAT
6727 DISTCHECK_CONFIGURE_FLAGS += \
6728         --with-sysvinit-path=$$dc_install_base/$(sysvinitdir) \
6729         --with-sysvrcnd-path=$$dc_install_base/$(sysvrcnddir)
6730 else
6731 DISTCHECK_CONFIGURE_FLAGS += \
6732         --with-sysvinit-path= \
6733         --with-sysvrcnd-path=
6734 endif
6735
6736 if HAVE_PYTHON
6737 DISTCHECK_CONFIGURE_FLAGS += \
6738         --with-python
6739 endif
6740
6741 if ENABLE_GTK_DOC
6742 DISTCHECK_CONFIGURE_FLAGS += \
6743         --enable-gtk-doc
6744 endif
6745
6746 #
6747 # Require python when making dist
6748 #
6749 .PHONY: dist-check-python dist-check-compat-libs dist-check-help
6750 dist-check-python:
6751 if !HAVE_PYTHON
6752         @echo "*** python and python-lxml module must be installed and enabled in order to make dist"
6753         @false
6754 endif
6755
6756 dist-check-compat-libs:
6757 if !ENABLE_COMPAT_LIBS
6758         @echo "*** compat-libs must be enabled in order to make dist"
6759         @false
6760 endif
6761
6762 dist-check-help: $(rootbin_PROGRAMS) $(bin_PROGRAMS)
6763         for i in $(abspath $^); do                                             \
6764             if $$i  --help | grep -v 'default:' | grep -E -q '.{80}.' ; then   \
6765                 echo "$(basename $$i) --help output is too wide:";             \
6766                 $$i  --help | awk 'length > 80' | grep -E --color=yes '.{80}'; \
6767                 exit 1;                                                        \
6768             fi; done
6769
6770 dist: dist-check-python dist-check-compat-libs
6771
6772 # check "broken" platforms limited toolchains for link breakage before we release
6773 .PHONY: linkcheck
6774 linkcheck:
6775         $(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,-fuse-ld=gold -Wl,--as-needed -Wl,--no-gc-sections' distcheck
6776
6777 .PHONY: hwdb-update
6778 hwdb-update:
6779         ( cd $(top_srcdir)/hwdb && \
6780         wget -N http://www.linux-usb.org/usb.ids \
6781                 http://pci-ids.ucw.cz/v2.2/pci.ids \
6782                 http://standards.ieee.org/develop/regauth/oui/oui.txt \
6783                 http://standards.ieee.org/develop/regauth/iab/iab.txt && \
6784         ./ids-update.pl )
6785
6786 .PHONY: kdbus-update
6787 kdbus-update:
6788         ( cd $(top_srcdir)/src/libsystemd/sd-bus/ && \
6789         wget -N https://d-bus.googlecode.com/git/kdbus.h )
6790
6791 .PHONY: git-tag
6792 git-tag:
6793         git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
6794
6795 www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
6796 .PHONY: upload
6797 upload: all check dist
6798         scp systemd-$(VERSION).tar.xz $(www_target)
6799
6800 .PHONY: doc-sync
6801 doc-sync: all destdir-sphinx
6802         gtkdoc-rebase --html-dir=docs/libudev/html --online
6803         rsync -rlv --delete docs/libudev/html/ --omit-dir-times $(www_target)/libudev/
6804         gtkdoc-rebase --html-dir=docs/gudev/html --online
6805         rsync -rlv --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/
6806         rsync -rlv --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/
6807         rsync -rlv --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/
6808
6809 .PHONY: gardel
6810 gardel: upload
6811         scp man/*.html gardel:public/systemd-man/
6812
6813 .PHONY: lennart-fedora
6814 lennart-fedora:
6815         cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
6816
6817 .PHONY: install-tree
6818 install-tree: all
6819         rm -rf $(abs_srcdir)/install-tree
6820         $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree
6821         tree $(abs_srcdir)/install-tree
6822
6823 # Let's run all tests of the test suite, but under valgrind. Let's
6824 # exclude the one perl script we have in there
6825 .PHONY: valgrind-tests
6826 valgrind-tests: $(TESTS)
6827         $(AM_V_GEN)for f in $(filter-out %.pl, $^); do \
6828                 if file $$f | grep -q shell; then \
6829                 echo -e "$${x}Skipping non-binary $$f"; else \
6830                 echo -e "$${x}Running $$f"; \
6831                 libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \
6832                 x="\n\n"; \
6833         done
6834
6835 exported-%: %
6836         $(AM_V_GEN)$(NM) -g --defined-only $(builddir)/.libs/$(<:.la=.so) 2>&1 /dev/null | grep " T " | cut -d" " -f3 > $@
6837
6838 exported: $(addprefix exported-, $(lib_LTLIBRARIES))
6839         $(AM_V_GEN)cat $^ > $@
6840
6841 .PHONY: check-api-docs
6842 check-api-docs: exported man
6843         $(AM_V_GEN)for symbol in `cat exported` ; do \
6844                 if test -f $(builddir)/man/$$symbol.html ; then \
6845                         echo "  Symbol $$symbol() is documented." ; \
6846                 else \
6847                         echo "‣ Symbol $$symbol() lacks documentation." ; \
6848                 fi ; \
6849         done
6850
6851 OBJECT_VARIABLES:=$(filter %_OBJECTS,$(.VARIABLES))
6852 ALL_OBJECTS:=$(foreach v,$(OBJECT_VARIABLES),$($(v)))
6853
6854 undefined defined: $(ALL_OBJECTS)
6855         $(AM_V_GEN)for f in $(ALL_OBJECTS) ; do \
6856                 $(NM) -g --$@-only `echo $(builddir)/"$$f" | sed -e 's,\([^/]*\).lo$$,.libs/\1.o,'` ; \
6857         done | cut -c 20- | cut -d @ -f 1 | sort -u > $@
6858
6859 CLEANFILES += \
6860         defined \
6861         undefined
6862
6863 .PHONY: check-api-unused
6864 check-api-unused: defined undefined exported
6865         ( cat exported undefined ) | sort -u  | diff -u - defined | grep ^+ | grep -v ^+++ | cut -c2-
6866
6867 .PHONY: check-includes
6868 check-includes: $(top_srcdir)/tools/check-includes.pl
6869         $(AM_V_GEN) find * -name '*.[hcS]' -type f -print | sort -u \
6870                 | xargs $(top_srcdir)/tools/check-includes.pl
6871
6872 EXTRA_DIST += \
6873         $(top_srcdir)/tools/check-includes.pl
6874
6875 # Stupid test that everything purported to be exported really is
6876 define generate-sym-test
6877         $(AM_V_at)$(MKDIR_P) $(dir $@)
6878         $(AM_V_at)printf '#include <stdio.h>\n' > $@
6879         $(AM_V_at)printf '#include "%s"\n' $(notdir $(filter %.h, $^)) >> $@
6880         $(AM_V_at)printf 'void* functions[] = {\n' >> $@
6881         $(AM_V_GEN)sed -r -n 's/^ +([a-zA-Z0-9_]+);/\1,/p' $< >> $@
6882         $(AM_V_at)printf '};\nint main(void) {\n' >> $@
6883         $(AM_V_at)printf 'unsigned i; for (i=0;i<sizeof(functions)/sizeof(void*);i++) printf("%%p\\n", functions[i]);\n' >> $@
6884         $(AM_V_at)printf 'return 0; }\n' >> $@
6885 endef
6886
6887 test-libsystemd-sym.c: \
6888                 $(top_builddir)/src/libsystemd/libsystemd.sym \
6889                 src/systemd/sd-journal.h \
6890                 src/systemd/sd-daemon.h \
6891                 src/systemd/sd-login.h \
6892                 src/systemd/sd-bus.h \
6893                 src/systemd/sd-utf8.h \
6894                 src/systemd/sd-resolve.h \
6895                 src/systemd/sd-path.h
6896         $(generate-sym-test)
6897
6898 test-libudev-sym.c: \
6899                 src/libudev/libudev.sym \
6900                 src/udev/udev.h
6901         $(generate-sym-test)
6902
6903 test_libsystemd_sym_SOURCES = \
6904         test-libsystemd-sym.c
6905 test_libsystemd_sym_LDADD = \
6906         libsystemd.la
6907
6908 test_libudev_sym_SOURCES = \
6909         test-libudev-sym.c
6910 test_libudev_sym_CFLAGS = \
6911         $(AM_CFLAGS) \
6912         -Wno-deprecated-declarations
6913 test_libudev_sym_LDADD = \
6914         libudev.la
6915
6916 BUILT_SOURCES += \
6917         $(test_libsystemd_sym_SOURCES) \
6918         $(test_libudev_sym_SOURCES)
6919
6920 tests += \
6921         test-libsystemd-sym \
6922         test-libudev-sym
6923
6924 .PHONY: cppcheck
6925 cppcheck:
6926         cppcheck --enable=all -q $(top_srcdir)
6927
6928 # Used to extract compile flags for YCM.
6929 print-%:
6930         @echo $($*)
6931
6932 git-contrib:
6933         @git shortlog -s `git describe --abbrev=0`.. | cut -c8- | awk '{ print $$0 "," }' | sort -u
6934
6935 EXTRA_DIST += \
6936         tools/gdb-sd_dump_hashmaps.py
6937
6938 list-keys:
6939         gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --list-keys
6940
6941 add-key:
6942         gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import -