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