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