1 # -*- Mode: makefile; indent-tabs-mode: t -*-
3 # This file is part of systemd.
5 # Copyright 2010-2012 Lennart Poettering
6 # Copyright 2010-2012 Kay Sievers
7 # Copyright 2013 Zbigniew Jędrzejewski-Szmek
8 # Copyright 2013 David Strauss
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.
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.
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/>.
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
24 AM_MAKEFLAGS = --no-print-directory
25 AUTOMAKE_OPTIONS = color-tests parallel-tests
27 GCC_COLORS ?= 'ooh, shiny!'
32 # remove targets if the command fails
35 # keep intermediate files
38 # Keep the test-suite.log
39 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
53 # The following four libraries only exist for compatibility reasons,
54 # their version info should not be bumped anymore
55 LIBSYSTEMD_LOGIN_CURRENT=9
56 LIBSYSTEMD_LOGIN_REVISION=3
57 LIBSYSTEMD_LOGIN_AGE=9
59 LIBSYSTEMD_DAEMON_CURRENT=0
60 LIBSYSTEMD_DAEMON_REVISION=12
61 LIBSYSTEMD_DAEMON_AGE=0
63 LIBSYSTEMD_ID128_CURRENT=0
64 LIBSYSTEMD_ID128_REVISION=28
65 LIBSYSTEMD_ID128_AGE=0
67 LIBSYSTEMD_JOURNAL_CURRENT=11
68 LIBSYSTEMD_JOURNAL_REVISION=5
69 LIBSYSTEMD_JOURNAL_AGE=11
71 # Dirs of external packages
72 dbuspolicydir=@dbuspolicydir@
73 dbussessionservicedir=@dbussessionservicedir@
74 dbussystemservicedir=@dbussystemservicedir@
76 pamconfdir=@pamconfdir@
77 pkgconfigdatadir=$(datadir)/pkgconfig
78 pkgconfiglibdir=$(libdir)/pkgconfig
79 polkitpolicydir=$(datadir)/polkit-1/actions
80 bashcompletiondir=@bashcompletiondir@
81 zshcompletiondir=@zshcompletiondir@
82 rpmmacrosdir=$(prefix)/lib/rpm/macros.d
83 sysvinitdir=$(SYSTEM_SYSVINIT_PATH)
84 sysvrcnddir=$(SYSTEM_SYSVRCND_PATH)
85 varlogdir=$(localstatedir)/log
86 systemdstatedir=$(localstatedir)/lib/systemd
87 catalogstatedir=$(systemdstatedir)/catalog
89 # Our own, non-special dirs
90 pkgsysconfdir=$(sysconfdir)/systemd
91 userunitdir=$(prefix)/lib/systemd/user
92 userpresetdir=$(prefix)/lib/systemd/user-preset
93 tmpfilesdir=$(prefix)/lib/tmpfiles.d
94 sysusersdir=$(prefix)/lib/sysusers.d
95 sysctldir=$(prefix)/lib/sysctl.d
96 binfmtdir=$(prefix)/lib/binfmt.d
97 modulesloaddir=$(prefix)/lib/modules-load.d
98 networkdir=$(rootprefix)/lib/systemd/network
99 pkgincludedir=$(includedir)/systemd
100 systemgeneratordir=$(rootlibexecdir)/system-generators
101 usergeneratordir=$(prefix)/lib/systemd/user-generators
102 systemshutdowndir=$(rootlibexecdir)/system-shutdown
103 systemsleepdir=$(rootlibexecdir)/system-sleep
104 systemunitdir=$(rootprefix)/lib/systemd/system
105 systempresetdir=$(rootprefix)/lib/systemd/system-preset
106 udevlibexecdir=$(rootprefix)/lib/udev
107 udevhomedir=$(udevlibexecdir)
108 udevrulesdir=$(udevlibexecdir)/rules.d
109 udevhwdbdir=$(udevlibexecdir)/hwdb.d
110 catalogdir=$(prefix)/lib/systemd/catalog
111 kernelinstalldir = $(prefix)/lib/kernel/install.d
112 factory_etcdir = $(prefix)/share/factory/etc
113 factory_pamdir = $(prefix)/share/factory/etc/pam.d
115 # And these are the special ones for /
116 rootprefix=@rootprefix@
117 rootbindir=$(rootprefix)/bin
118 rootlibexecdir=$(rootprefix)/lib/systemd
120 CLEANFILES = $(BUILT_SOURCES)
125 UNINSTALL_EXEC_HOOKS =
127 UNINSTALL_DATA_HOOKS =
128 DISTCLEAN_LOCAL_HOOKS =
136 polkitpolicy_in_in_files =
137 polkitpolicy_in_files =
139 dist_udevrules_DATA =
140 nodist_udevrules_DATA =
141 dist_pkgsysconf_DATA =
142 nodist_pkgsysconf_DATA =
144 dist_dbuspolicy_DATA =
145 dist_dbussystemservice_DATA =
146 dist_systemunit_DATA_busnames =
152 noinst_PROGRAMS = $(manual_tests) $(tests)
158 udevlibexec_PROGRAMS =
160 .PHONY: $(INSTALL_EXEC_HOOKS) $(UNINSTALL_EXEC_HOOKS) \
161 $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS) \
162 $(DISTCLEAN_LOCAL_HOOKS) $(CLEAN_LOCAL_HOOKS)
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-network \
221 -I $(top_srcdir)/src/libsystemd-terminal \
224 AM_CFLAGS = $(OUR_CFLAGS)
225 AM_LDFLAGS = $(OUR_LDFLAGS)
227 # ------------------------------------------------------------------------------
228 define move-to-rootlibdir
229 if test "$(libdir)" != "$(rootlibdir)"; then \
230 $(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
231 so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
232 rm -f $(DESTDIR)$(libdir)/$$libname && \
233 $(LN_S) --relative -f $(DESTDIR)$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
234 mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
240 RUNLEVEL1_TARGET_WANTS =
241 RUNLEVEL2_TARGET_WANTS =
242 RUNLEVEL3_TARGET_WANTS =
243 RUNLEVEL4_TARGET_WANTS =
244 RUNLEVEL5_TARGET_WANTS =
245 SHUTDOWN_TARGET_WANTS =
246 LOCAL_FS_TARGET_WANTS =
247 MULTI_USER_TARGET_WANTS =
248 SYSINIT_TARGET_WANTS =
249 SOCKETS_TARGET_WANTS =
250 BUSNAMES_TARGET_WANTS =
251 TIMERS_TARGET_WANTS =
252 USER_SOCKETS_TARGET_WANTS =
253 USER_DEFAULT_TARGET_WANTS =
254 USER_BUSNAMES_TARGET_WANTS =
256 SYSTEM_UNIT_ALIASES =
260 install-target-wants-hook:
261 what="$(RUNLEVEL1_TARGET_WANTS)" && wants=runlevel1.target && dir=$(systemunitdir) && $(add-wants)
262 what="$(RUNLEVEL2_TARGET_WANTS)" && wants=runlevel2.target && dir=$(systemunitdir) && $(add-wants)
263 what="$(RUNLEVEL3_TARGET_WANTS)" && wants=runlevel3.target && dir=$(systemunitdir) && $(add-wants)
264 what="$(RUNLEVEL4_TARGET_WANTS)" && wants=runlevel4.target && dir=$(systemunitdir) && $(add-wants)
265 what="$(RUNLEVEL5_TARGET_WANTS)" && wants=runlevel5.target && dir=$(systemunitdir) && $(add-wants)
266 what="$(SHUTDOWN_TARGET_WANTS)" && wants=shutdown.target && dir=$(systemunitdir) && $(add-wants)
267 what="$(LOCAL_FS_TARGET_WANTS)" && wants=local-fs.target && dir=$(systemunitdir) && $(add-wants)
268 what="$(MULTI_USER_TARGET_WANTS)" && wants=multi-user.target && dir=$(systemunitdir) && $(add-wants)
269 what="$(SYSINIT_TARGET_WANTS)" && wants=sysinit.target && dir=$(systemunitdir) && $(add-wants)
270 what="$(SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(systemunitdir) && $(add-wants)
271 what="$(TIMERS_TARGET_WANTS)" && wants=timers.target && dir=$(systemunitdir) && $(add-wants)
272 what="$(SLICES_TARGET_WANTS)" && wants=slices.target && dir=$(systemunitdir) && $(add-wants)
273 what="$(USER_SOCKETS_TARGET_WANTS)" && wants=sockets.target && dir=$(userunitdir) && $(add-wants)
274 what="$(USER_DEFAULT_TARGET_WANTS)" && wants=default.target && dir=$(userunitdir) && $(add-wants)
276 install-busnames-target-wants-hook:
277 what="$(BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(systemunitdir) && $(add-wants)
278 what="$(USER_BUSNAMES_TARGET_WANTS)" && wants=busnames.target && dir=$(userunitdir) && $(add-wants)
281 [ -z "$$what" ] || ( \
282 dir=$(DESTDIR)$$dir/$$wants.wants && \
283 $(MKDIR_P) -m 0755 $$dir && \
286 for i in $$what; do $(LN_S) ../$$i . || exit $$? ; done )
289 install-directories-hook:
290 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
292 install-aliases-hook:
293 set -- $(SYSTEM_UNIT_ALIASES) && \
294 dir=$(systemunitdir) && $(install-aliases)
295 set -- $(USER_UNIT_ALIASES) && \
296 dir=$(userunitdir) && $(install-relative-aliases)
297 set -- $(GENERAL_ALIASES) && \
298 dir= && $(install-relative-aliases)
300 define install-aliases
301 while [ -n "$$1" ]; do \
302 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
303 rm -f $(DESTDIR)$$dir/$$2 && \
304 $(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
305 shift 2 || exit $$?; \
309 define install-relative-aliases
310 while [ -n "$$1" ]; do \
311 $(MKDIR_P) `dirname $(DESTDIR)$$dir/$$2` && \
312 rm -f $(DESTDIR)$$dir/$$2 && \
313 $(LN_S) --relative $(DESTDIR)$$1 $(DESTDIR)$$dir/$$2 && \
314 shift 2 || exit $$?; \
318 install-touch-usr-hook:
319 touch -c $(DESTDIR)/$(prefix)
321 INSTALL_EXEC_HOOKS += \
322 install-target-wants-hook \
323 install-directories-hook \
324 install-aliases-hook \
325 install-touch-usr-hook
328 INSTALL_EXEC_HOOKS += \
329 install-busnames-target-wants-hook
332 # ------------------------------------------------------------------------------
333 AM_V_M4 = $(AM_V_M4_$(V))
334 AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
335 AM_V_M4_0 = @echo " M4 " $@;
337 AM_V_XSLT = $(AM_V_XSLT_$(V))
338 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
339 AM_V_XSLT_0 = @echo " XSLT " $@;
341 AM_V_GPERF = $(AM_V_GPERF_$(V))
342 AM_V_GPERF_ = $(AM_V_GPERF_$(AM_DEFAULT_VERBOSITY))
343 AM_V_GPERF_0 = @echo " GPERF " $@;
345 AM_V_LN = $(AM_V_LN_$(V))
346 AM_V_LN_ = $(AM_V_LN_$(AM_DEFAULT_VERBOSITY))
347 AM_V_LN_0 = @echo " LN " $@;
349 AM_V_RM = $(AM_V_RM_$(V))
350 AM_V_RM_ = $(AM_V_RM_$(AM_DEFAULT_VERBOSITY))
351 AM_V_RM_0 = @echo " RM " $@;
353 # ------------------------------------------------------------------------------
357 systemd-ask-password \
358 systemd-tty-ask-password-agent \
359 systemd-machine-id-setup \
366 systemd-detect-virt \
373 src/kernel-install/kernel-install
375 dist_kernelinstall_SCRIPTS = \
376 src/kernel-install/50-depmod.install \
377 src/kernel-install/90-loaderentry.install
379 rootlibexec_PROGRAMS = \
381 systemd-cgroups-agent \
386 systemd-reply-password \
388 systemd-machine-id-commit \
393 systemd-socket-proxyd \
397 rootlibexec_PROGRAMS += \
401 systemgenerator_PROGRAMS = \
402 systemd-getty-generator \
403 systemd-fstab-generator \
404 systemd-system-update-generator \
405 systemd-debug-generator
407 dist_bashcompletion_DATA = \
408 shell-completion/bash/busctl \
409 shell-completion/bash/journalctl \
410 shell-completion/bash/systemd-analyze \
411 shell-completion/bash/systemd-cat \
412 shell-completion/bash/systemd-cgls \
413 shell-completion/bash/systemd-cgtop \
414 shell-completion/bash/systemd-delta \
415 shell-completion/bash/systemd-detect-virt \
416 shell-completion/bash/systemd-nspawn \
417 shell-completion/bash/systemd-run \
418 shell-completion/bash/udevadm \
419 shell-completion/bash/kernel-install
421 nodist_bashcompletion_DATA = \
422 shell-completion/bash/systemctl
424 dist_zshcompletion_DATA = \
425 shell-completion/zsh/_journalctl \
426 shell-completion/zsh/_udevadm \
427 shell-completion/zsh/_kernel-install \
428 shell-completion/zsh/_systemd-nspawn \
429 shell-completion/zsh/_systemd-analyze \
430 shell-completion/zsh/_systemd-run \
431 shell-completion/zsh/_sd_hosts_or_user_at_host \
432 shell-completion/zsh/_sd_outputmodes \
433 shell-completion/zsh/_sd_unit_files \
434 shell-completion/zsh/_systemd-delta \
435 shell-completion/zsh/_systemd
437 nodist_zshcompletion_DATA = \
438 shell-completion/zsh/_systemctl
441 shell-completion/bash/systemctl.in \
442 shell-completion/zsh/_systemctl.in
445 $(nodist_bashcompletion_DATA) \
446 $(nodist_zshcompletion_DATA)
449 sysctl.d/50-default.conf
451 dist_systemunit_DATA = \
452 units/graphical.target \
453 units/multi-user.target \
454 units/emergency.target \
455 units/sysinit.target \
460 units/local-fs.target \
461 units/local-fs-pre.target \
462 units/initrd.target \
463 units/initrd-fs.target \
464 units/initrd-root-fs.target \
465 units/remote-fs.target \
466 units/remote-fs-pre.target \
467 units/network.target \
468 units/network-pre.target \
469 units/network-online.target \
470 units/nss-lookup.target \
471 units/nss-user-lookup.target \
472 units/poweroff.target \
473 units/reboot.target \
474 units/rescue.target \
475 units/rpcbind.target \
476 units/time-sync.target \
477 units/shutdown.target \
479 units/umount.target \
480 units/sigpwr.target \
482 units/sockets.target \
483 units/timers.target \
485 units/suspend.target \
487 units/slices.target \
490 units/systemd-initctl.socket \
491 units/systemd-shutdownd.socket \
492 units/syslog.socket \
493 units/dev-hugepages.mount \
494 units/dev-mqueue.mount \
495 units/sys-kernel-config.mount \
496 units/sys-kernel-debug.mount \
497 units/sys-fs-fuse-connections.mount \
499 units/printer.target \
501 units/bluetooth.target \
502 units/smartcard.target \
503 units/systemd-ask-password-wall.path \
504 units/systemd-ask-password-console.path \
505 units/systemd-udevd-control.socket \
506 units/systemd-udevd-kernel.socket \
507 units/system-update.target \
508 units/initrd-switch-root.target
511 dist_systemunit_DATA += \
512 $(dist_systemunit_DATA_busnames)
515 dist_systemunit_DATA_busnames += \
516 units/busnames.target
518 nodist_systemunit_DATA = \
519 units/getty@.service \
520 units/serial-getty@.service \
521 units/console-shell.service \
522 units/console-getty.service \
523 units/container-getty@.service \
524 units/systemd-initctl.service \
525 units/systemd-shutdownd.service \
526 units/systemd-remount-fs.service \
527 units/systemd-ask-password-wall.service \
528 units/systemd-ask-password-console.service \
529 units/systemd-sysctl.service \
530 units/emergency.service \
531 units/rescue.service \
532 units/user@.service \
533 units/systemd-suspend.service \
534 units/systemd-halt.service \
535 units/systemd-poweroff.service \
536 units/systemd-reboot.service \
537 units/systemd-kexec.service \
538 units/systemd-fsck@.service \
539 units/systemd-fsck-root.service \
540 units/systemd-machine-id-commit.service \
541 units/systemd-udevd.service \
542 units/systemd-udev-trigger.service \
543 units/systemd-udev-settle.service \
544 units/systemd-udev-hwdb-update.service \
545 units/debug-shell.service \
546 units/initrd-parse-etc.service \
547 units/initrd-cleanup.service \
548 units/initrd-udevadm-cleanup-db.service \
549 units/initrd-switch-root.service \
550 units/systemd-nspawn@.service \
551 units/systemd-update-done.service
554 nodist_systemunit_DATA += \
555 units/systemd-update-utmp.service \
556 units/systemd-update-utmp-runlevel.service
559 dist_userunit_DATA = \
560 units/user/basic.target \
561 units/user/default.target \
562 units/user/exit.target
564 nodist_userunit_DATA = \
565 units/user/systemd-exit.service
567 dist_systempreset_DATA = \
568 system-preset/90-systemd.preset
571 units/getty@.service.m4 \
572 units/serial-getty@.service.m4 \
573 units/console-shell.service.m4.in \
574 units/console-getty.service.m4.in \
575 units/container-getty@.service.m4.in \
576 units/rescue.service.in \
577 units/systemd-initctl.service.in \
578 units/systemd-shutdownd.service.in \
579 units/systemd-remount-fs.service.in \
580 units/systemd-update-utmp.service.in \
581 units/systemd-update-utmp-runlevel.service.in \
582 units/systemd-ask-password-wall.service.in \
583 units/systemd-ask-password-console.service.in \
584 units/systemd-sysctl.service.in \
585 units/emergency.service.in \
586 units/systemd-halt.service.in \
587 units/systemd-poweroff.service.in \
588 units/systemd-reboot.service.in \
589 units/systemd-kexec.service.in \
590 units/user/systemd-exit.service.in \
591 units/systemd-fsck@.service.in \
592 units/systemd-fsck-root.service.in \
593 units/systemd-machine-id-commit.service.in \
594 units/user@.service.m4.in \
595 units/debug-shell.service.in \
596 units/systemd-suspend.service.in \
597 units/quotaon.service.in \
598 units/initrd-parse-etc.service.in \
599 units/initrd-cleanup.service.in \
600 units/initrd-udevadm-cleanup-db.service.in \
601 units/initrd-switch-root.service.in \
602 units/systemd-nspawn@.service.in \
603 units/systemd-update-done.service.in
606 units/console-shell.service.m4 \
607 units/console-getty.service.m4 \
608 units/container-getty@.service.m4 \
609 units/user@.service.m4
612 nodist_systemunit_DATA += \
613 units/rc-local.service \
614 units/halt-local.service
616 systemgenerator_PROGRAMS += \
617 systemd-sysv-generator \
618 systemd-rc-local-generator
622 units/rc-local.service.in \
623 units/halt-local.service.in
625 # automake is broken and can't handle files with a dash in front
626 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
628 mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
630 units-uninstall-hook:
631 rm -f $(DESTDIR)/$(systemunitdir)/-.slice
633 INSTALL_DATA_HOOKS += units-install-hook
634 UNINSTALL_DATA_HOOKS += units-uninstall-hook
643 src/libsystemd/sd-bus/PORTING-DBUS1 \
644 src/libsystemd/sd-bus/DIFFERENCES \
645 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
647 @INTLTOOL_POLICY_RULE@
649 # ------------------------------------------------------------------------------
654 include Makefile-man.am
656 .PHONY: man update-man-list
657 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
660 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
662 ${XML_FILES:.xml=.html}
664 ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
681 $(AM_V_at)$(MKDIR_P) $(dir $@)
682 $(AM_V_LN)$(LN_S) -f ../../man $@
691 man/index.html: man/systemd.index.html
692 $(AM_V_LN)$(LN_S) -f systemd.index.html $@
700 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
701 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
702 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
704 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB)
705 $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
706 $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
707 @echo "Makefile-man.am has been regenerated"
709 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
710 $(AM_V_at)$(MKDIR_P) $(dir $@)
711 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
713 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
714 $(AM_V_at)$(MKDIR_P) $(dir $@)
715 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
718 man/systemd.index.xml \
720 man/systemd.directives.xml \
721 man/glib-event-glue.c
724 man/systemd.index.xml \
725 man/systemd.directives.xml
736 tools/make-man-index.py \
737 tools/make-directive-index.py \
740 # ------------------------------------------------------------------------------
741 noinst_LTLIBRARIES += \
744 libsystemd_shared_la_SOURCES = \
745 src/shared/capability.c \
746 src/shared/capability.h \
747 src/shared/linux/auto_dev-ioctl.h \
748 src/shared/ioprio.h \
749 src/shared/missing.h \
750 src/shared/initreq.h \
751 src/shared/securebits.h \
752 src/shared/special.h \
754 src/shared/unaligned.h \
757 src/shared/sparse-endian.h \
758 src/shared/refcnt.h \
759 src/shared/udev-util.h \
760 src/shared/bus-errors.h \
761 src/shared/bus-errors.c \
762 src/shared/device-nodes.c \
763 src/shared/device-nodes.h \
768 src/shared/architecture.c \
769 src/shared/architecture.h \
770 src/shared/efivars.c \
771 src/shared/efivars.h \
772 src/shared/path-util.c \
773 src/shared/path-util.h \
774 src/shared/time-util.c \
775 src/shared/time-util.h \
776 src/shared/locale-util.c \
777 src/shared/locale-util.h \
778 src/shared/mempool.c \
779 src/shared/mempool.h \
780 src/shared/hashmap.c \
781 src/shared/hashmap.h \
782 src/shared/siphash24.c \
783 src/shared/siphash24.h \
789 src/shared/sleep-config.c \
790 src/shared/sleep-config.h \
793 src/shared/env-util.c \
794 src/shared/env-util.h \
795 src/shared/strbuf.c \
796 src/shared/strbuf.h \
797 src/shared/strxcpyx.c \
798 src/shared/strxcpyx.h \
799 src/shared/conf-parser.c \
800 src/shared/conf-parser.h \
803 src/shared/ratelimit.h \
804 src/shared/ratelimit.c \
805 src/shared/exit-status.c \
806 src/shared/exit-status.h \
809 src/shared/gunicode.c \
810 src/shared/gunicode.h \
813 src/shared/socket-util.c \
814 src/shared/socket-util.h \
815 src/shared/in-addr-util.c \
816 src/shared/in-addr-util.h \
817 src/shared/ether-addr-util.h \
818 src/shared/conf-files.c \
819 src/shared/conf-files.h \
820 src/shared/cgroup-util.c \
821 src/shared/cgroup-util.h \
822 src/shared/cgroup-show.c \
823 src/shared/cgroup-show.h \
824 src/shared/unit-name.c \
825 src/shared/unit-name.h \
826 src/shared/utmp-wtmp.h \
827 src/shared/watchdog.c \
828 src/shared/watchdog.h \
829 src/shared/spawn-ask-password-agent.c \
830 src/shared/spawn-ask-password-agent.h \
831 src/shared/replace-var.c \
832 src/shared/replace-var.h \
833 src/shared/spawn-polkit-agent.c \
834 src/shared/spawn-polkit-agent.h \
835 src/shared/clock-util.c \
836 src/shared/clock-util.h \
837 src/shared/time-dst.c \
838 src/shared/time-dst.h \
839 src/shared/calendarspec.c \
840 src/shared/calendarspec.h \
841 src/shared/fileio.c \
842 src/shared/fileio.h \
843 src/shared/output-mode.h \
844 src/shared/MurmurHash2.c \
845 src/shared/MurmurHash2.h \
846 src/shared/acpi-fpdt.h \
847 src/shared/acpi-fpdt.c \
848 src/shared/boot-timestamps.h \
849 src/shared/boot-timestamps.c \
852 src/shared/smack-util.c \
853 src/shared/smack-util.h \
854 src/shared/apparmor-util.c \
855 src/shared/apparmor-util.h \
856 src/shared/ima-util.c \
857 src/shared/ima-util.h \
858 src/shared/ptyfwd.c \
859 src/shared/ptyfwd.h \
860 src/shared/errno-list.c \
861 src/shared/errno-list.h \
862 src/shared/af-list.c \
863 src/shared/af-list.h \
864 src/shared/arphrd-list.c \
865 src/shared/arphrd-list.h \
870 src/shared/bus-label.c \
871 src/shared/bus-label.h \
873 src/shared/clean-ipc.h \
874 src/shared/clean-ipc.c \
875 src/shared/login-shared.c \
876 src/shared/login-shared.h \
879 src/shared/barrier.c \
880 src/shared/barrier.h \
887 src/shared/base-filesystem.c \
888 src/shared/base-filesystem.h \
889 src/shared/memfd-util.c \
890 src/shared/memfd-util.h \
891 src/shared/uid-range.c \
892 src/shared/uid-range.h \
893 src/shared/nss-util.h
896 libsystemd_shared_la_SOURCES += \
897 src/shared/utmp-wtmp.c
900 nodist_libsystemd_shared_la_SOURCES = \
901 src/shared/errno-from-name.h \
902 src/shared/errno-to-name.h \
903 src/shared/af-from-name.h \
904 src/shared/af-to-name.h \
905 src/shared/arphrd-from-name.h \
906 src/shared/arphrd-to-name.h
908 libsystemd_shared_la_CFLAGS = \
914 libsystemd_shared_la_LIBADD = \
917 # ------------------------------------------------------------------------------
918 noinst_LTLIBRARIES += \
921 libsystemd_units_la_SOURCES = \
922 src/shared/install.c \
923 src/shared/install.h \
924 src/shared/install-printf.c \
925 src/shared/install-printf.h \
926 src/shared/path-lookup.c \
927 src/shared/path-lookup.h \
928 src/shared/specifier.c \
929 src/shared/specifier.h
931 # ------------------------------------------------------------------------------
932 noinst_LTLIBRARIES += \
935 libsystemd_label_la_SOURCES = \
936 src/shared/socket-label.c \
939 src/shared/selinux-util.c \
940 src/shared/selinux-util.h \
941 src/shared/mkdir-label.c \
942 src/shared/ask-password-api.c \
943 src/shared/ask-password-api.h \
944 src/shared/switch-root.h \
945 src/shared/switch-root.c \
946 src/shared/fileio-label.c \
947 src/shared/fileio-label.h \
948 src/shared/dev-setup.c \
949 src/shared/dev-setup.h \
950 src/shared/dropin.c \
951 src/shared/dropin.h \
952 src/shared/condition.c \
953 src/shared/condition.h \
954 src/shared/generator.h \
955 src/shared/generator.c
957 libsystemd_label_la_CFLAGS = \
961 libsystemd_label_la_LIBADD = \
964 # -----------------------------------------------------------------------------
967 dist_systemunit_DATA += \
968 units/ldconfig.service
970 SYSINIT_TARGET_WANTS += \
974 # ------------------------------------------------------------------------------
977 noinst_LTLIBRARIES += \
978 libsystemd-seccomp.la
980 libsystemd_seccomp_la_SOURCES = \
981 src/shared/seccomp-util.h \
982 src/shared/seccomp-util.c
984 libsystemd_seccomp_la_CFLAGS = \
988 libsystemd_seccomp_la_LIBADD = \
992 # ------------------------------------------------------------------------------
993 noinst_LTLIBRARIES += \
996 libsystemd_logs_la_SOURCES = \
997 src/shared/logs-show.c \
998 src/shared/logs-show.h
1000 # ------------------------------------------------------------------------------
1002 noinst_LTLIBRARIES += \
1005 libsystemd_acl_la_SOURCES = \
1006 src/shared/acl-util.c \
1007 src/shared/acl-util.h
1009 libsystemd_acl_la_CFLAGS = \
1013 libsystemd_acl_la_LIBADD = \
1017 # ------------------------------------------------------------------------------
1018 noinst_LTLIBRARIES += \
1021 libsystemd_core_la_SOURCES = \
1024 src/core/unit-printf.c \
1025 src/core/unit-printf.h \
1028 src/core/manager.c \
1029 src/core/manager.h \
1030 src/core/transaction.c \
1031 src/core/transaction.h \
1032 src/core/load-fragment.c \
1033 src/core/load-fragment.h \
1034 src/core/service.c \
1035 src/core/service.h \
1038 src/core/busname.c \
1039 src/core/busname.h \
1040 src/core/bus-common.c \
1041 src/core/bus-common.h \
1042 src/core/bus-endpoint.c \
1043 src/core/bus-endpoint.h \
1046 src/core/snapshot.c \
1047 src/core/snapshot.h \
1052 src/core/automount.c \
1053 src/core/automount.h \
1064 src/core/load-dropin.c \
1065 src/core/load-dropin.h \
1066 src/core/execute.c \
1067 src/core/execute.h \
1072 src/core/dbus-manager.c \
1073 src/core/dbus-manager.h \
1074 src/core/dbus-unit.c \
1075 src/core/dbus-unit.h \
1076 src/core/dbus-job.c \
1077 src/core/dbus-job.h \
1078 src/core/dbus-service.c \
1079 src/core/dbus-service.h \
1080 src/core/dbus-socket.c \
1081 src/core/dbus-socket.h \
1082 src/core/dbus-busname.c \
1083 src/core/dbus-busname.h \
1084 src/core/dbus-target.c \
1085 src/core/dbus-target.h \
1086 src/core/dbus-snapshot.c \
1087 src/core/dbus-snapshot.h \
1088 src/core/dbus-device.c \
1089 src/core/dbus-device.h \
1090 src/core/dbus-mount.c \
1091 src/core/dbus-mount.h \
1092 src/core/dbus-automount.c \
1093 src/core/dbus-automount.h \
1094 src/core/dbus-swap.c \
1095 src/core/dbus-swap.h \
1096 src/core/dbus-timer.c \
1097 src/core/dbus-timer.h \
1098 src/core/dbus-path.c \
1099 src/core/dbus-path.h \
1100 src/core/dbus-slice.c \
1101 src/core/dbus-slice.h \
1102 src/core/dbus-scope.c \
1103 src/core/dbus-scope.h \
1104 src/core/dbus-execute.c \
1105 src/core/dbus-execute.h \
1106 src/core/dbus-kill.c \
1107 src/core/dbus-kill.h \
1108 src/core/dbus-cgroup.c \
1109 src/core/dbus-cgroup.h \
1112 src/core/selinux-access.c \
1113 src/core/selinux-access.h \
1114 src/core/selinux-setup.c \
1115 src/core/selinux-setup.h \
1116 src/core/smack-setup.c \
1117 src/core/smack-setup.h \
1118 src/core/ima-setup.c \
1119 src/core/ima-setup.h \
1120 src/core/locale-setup.h \
1121 src/core/locale-setup.c \
1122 src/core/hostname-setup.c \
1123 src/core/hostname-setup.h \
1124 src/core/machine-id-setup.c \
1125 src/core/machine-id-setup.h \
1126 src/core/mount-setup.c \
1127 src/core/mount-setup.h \
1128 src/core/kmod-setup.c \
1129 src/core/kmod-setup.h \
1130 src/core/loopback-setup.h \
1131 src/core/loopback-setup.c \
1132 src/core/namespace.c \
1133 src/core/namespace.h \
1135 src/core/sysfs-show.h \
1136 src/core/killall.h \
1137 src/core/killall.c \
1138 src/core/audit-fd.c \
1139 src/core/audit-fd.h \
1140 src/core/show-status.c \
1141 src/core/show-status.h \
1142 src/core/failure-action.c \
1143 src/core/failure-action.h
1145 nodist_libsystemd_core_la_SOURCES = \
1146 src/core/load-fragment-gperf.c \
1147 src/core/load-fragment-gperf-nulstr.c
1149 libsystemd_core_la_CFLAGS = \
1154 $(APPARMOR_CFLAGS) \
1159 libsystemd_core_la_LIBADD = \
1160 libsystemd-units.la \
1161 libsystemd-label.la \
1162 libudev-internal.la \
1163 libsystemd-shared.la \
1164 libsystemd-internal.la \
1173 libsystemd_core_la_LIBADD += \
1174 libsystemd-seccomp.la
1177 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1178 $(AM_V_at)$(MKDIR_P) $(dir $@)
1179 $(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 ";" }' < $< > $@
1182 src/core/load-fragment-gperf.gperf.m4
1185 src/core/load-fragment-gperf.gperf \
1186 src/core/load-fragment-gperf.c \
1187 src/core/load-fragment-gperf-nulstr.c \
1188 src/shared/errno-list.txt \
1189 src/shared/errno-from-name.gperf \
1190 src/shared/af-list.txt \
1191 src/shared/af-from-name.gperf \
1192 src/shared/arphrd-list.txt \
1193 src/shared/arphrd-from-name.gperf \
1194 src/resolve/dns_type-list.txt \
1195 src/resolve/dns_type-from-name.gperf
1198 src/shared/errno-from-name.h \
1199 src/shared/errno-to-name.h \
1200 src/shared/af-from-name.h \
1201 src/shared/af-to-name.h \
1202 src/shared/arphrd-from-name.h \
1203 src/shared/arphrd-to-name.h \
1204 src/resolve/dns_type-from-name.h \
1205 src/resolve/dns_type-to-name.h
1207 %-from-name.gperf: %-list.txt
1208 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1210 %-from-name.h: %-from-name.gperf
1211 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1214 src/shared/errno-list.txt:
1215 $(AM_V_at)$(MKDIR_P) $(dir $@)
1216 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1218 src/shared/errno-to-name.h: src/shared/errno-list.txt
1219 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1222 src/shared/af-list.txt:
1223 $(AM_V_at)$(MKDIR_P) $(dir $@)
1224 $(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; }' >$@
1226 src/shared/af-to-name.h: src/shared/af-list.txt
1227 $(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 "};"}' <$< >$@
1229 src/shared/arphrd-list.txt:
1230 $(AM_V_at)$(MKDIR_P) $(dir $@)
1231 $(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_//' >$@
1233 src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt
1234 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1236 src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt
1237 $(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 }' <$< >$@
1240 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1241 $(AM_V_at)$(MKDIR_P) $(dir $@)
1242 $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1244 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1245 $(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" }' <$< >$@
1247 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1248 $(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 }' <$< >$@
1250 # ------------------------------------------------------------------------------
1259 libsystemd-core.la \
1262 dist_pkgsysconf_DATA += \
1263 src/core/system.conf \
1266 dist_dbuspolicy_DATA += \
1267 src/core/org.freedesktop.systemd1.conf
1269 dist_dbussystemservice_DATA += \
1270 src/core/org.freedesktop.systemd1.service
1272 polkitpolicy_in_in_files += \
1273 src/core/org.freedesktop.systemd1.policy.in.in
1275 pkgconfigdata_DATA = \
1278 nodist_rpmmacros_DATA = \
1279 src/core/macros.systemd
1282 src/core/systemd.pc.in \
1283 src/core/macros.systemd.in
1286 src/core/macros.systemd \
1287 src/core/org.freedesktop.systemd1.policy.in
1289 # ------------------------------------------------------------------------------
1332 test-strip-tab-ansi \
1363 test/daughter.service \
1368 test/grandchild.service \
1370 test/hello-after-sleep.target \
1371 test/hello.service \
1373 test/parent-deep.slice \
1376 test/sched_idle_bad.service \
1377 test/sched_idle_ok.service \
1378 test/sched_rr_bad.service \
1379 test/sched_rr_change.service \
1380 test/sched_rr_ok.service \
1381 test/shutdown.target \
1382 test/sleep.service \
1383 test/sockets.target \
1385 test/sysinit.target \
1386 test/testsuite.target \
1387 test/timers.target \
1388 test/unstoppable.service \
1389 test/path-changed.service \
1390 test/path-directorynotempty.service \
1391 test/path-existsglob.service \
1392 test/path-exists.service \
1393 test/path-makedirectory.service \
1394 test/path-modified.service \
1395 test/path-mycustomunit.service \
1396 test/path-service.service \
1397 test/path-changed.path \
1398 test/path-directorynotempty.path \
1399 test/path-existsglob.path \
1400 test/path-exists.path \
1401 test/path-makedirectory.path \
1402 test/path-modified.path \
1403 test/path-unit.path \
1404 test/exec-environment-empty.service \
1405 test/exec-environment-multiple.service \
1406 test/exec-environment.service \
1407 test/exec-group.service \
1408 test/exec-ignoresigpipe-no.service \
1409 test/exec-ignoresigpipe-yes.service \
1410 test/exec-personality-x86-64.service \
1411 test/exec-personality-x86.service \
1412 test/exec-privatedevices-no.service \
1413 test/exec-privatedevices-yes.service \
1414 test/exec-privatetmp-no.service \
1415 test/exec-privatetmp-yes.service \
1416 test/exec-systemcallerrornumber.service \
1417 test/exec-systemcallfilter-failing2.service \
1418 test/exec-systemcallfilter-failing.service \
1419 test/exec-systemcallfilter-not-failing2.service \
1420 test/exec-systemcallfilter-not-failing.service \
1421 test/exec-user.service \
1422 test/exec-workingdirectory.service \
1423 test/bus-policy/hello.conf \
1424 test/bus-policy/methods.conf \
1425 test/bus-policy/ownerships.conf \
1426 test/bus-policy/signals.conf \
1427 test/bus-policy/check-own-rules.conf \
1428 test/bus-policy/many-rules.conf \
1429 test/bus-policy/test.conf
1433 src/test/test-helper.h
1435 test_device_nodes_SOURCES = \
1436 src/test/test-device-nodes.c
1438 test_device_nodes_LDADD = \
1439 libsystemd-shared.la
1441 test_engine_SOURCES = \
1442 src/test/test-engine.c
1444 test_engine_CFLAGS = \
1448 test_engine_LDADD = \
1449 libsystemd-core.la \
1452 test_job_type_SOURCES = \
1453 src/test/test-job-type.c
1455 test_job_type_CFLAGS = \
1459 test_job_type_LDADD = \
1460 libsystemd-core.la \
1473 test_loopback_SOURCES = \
1474 src/test/test-loopback.c
1476 test_loopback_LDADD = \
1479 test_hostname_SOURCES = \
1480 src/test/test-hostname.c
1482 test_hostname_LDADD = \
1489 test_boot_timestamp_SOURCES = \
1490 src/test/test-boot-timestamps.c
1492 test_boot_timestamp_LDADD = \
1493 libsystemd-shared.la
1496 test_unit_name_SOURCES = \
1497 src/test/test-unit-name.c
1499 test_unit_name_CFLAGS = \
1503 test_unit_name_LDADD = \
1504 libsystemd-core.la \
1507 test_unit_file_SOURCES = \
1508 src/test/test-unit-file.c
1510 test_unit_file_CFLAGS = \
1514 test_unit_file_LDADD = \
1515 libsystemd-core.la \
1518 test_utf8_SOURCES = \
1519 src/test/test-utf8.c
1522 libsystemd-shared.la
1524 test_capability_SOURCES = \
1525 src/test/test-capability.c
1527 test_capability_LDADD = \
1528 libsystemd-shared.la
1530 test_async_SOURCES = \
1531 src/test/test-async.c
1533 test_async_LDADD = \
1534 libsystemd-shared.la
1536 test_locale_util_SOURCES = \
1537 src/test/test-locale-util.c
1539 test_locale_util_LDADD = \
1540 libsystemd-shared.la
1542 test_copy_SOURCES = \
1543 src/test/test-copy.c
1546 libsystemd-shared.la
1548 test_condition_SOURCES = \
1549 src/test/test-condition.c
1551 test_condition_LDADD = \
1552 libsystemd-label.la \
1553 libsystemd-internal.la \
1554 libsystemd-shared.la
1556 test_fdset_SOURCES = \
1557 src/test/test-fdset.c
1559 test_fdset_LDADD = \
1560 libsystemd-shared.la \
1561 libsystemd-internal.la
1563 test_ratelimit_SOURCES = \
1564 src/test/test-ratelimit.c
1566 test_ratelimit_LDADD = \
1567 libsystemd-shared.la
1569 test_util_SOURCES = \
1570 src/test/test-util.c
1574 libsystemd-shared.la
1576 test_uid_range_SOURCES = \
1577 src/test/test-uid-range.c
1579 test_uid_range_LDADD = \
1580 libsystemd-shared.la
1582 test_socket_util_SOURCES = \
1583 src/test/test-socket-util.c
1585 test_socket_util_LDADD = \
1586 libsystemd-shared.la
1588 test_ring_SOURCES = \
1589 src/test/test-ring.c
1592 libsystemd-shared.la
1594 test_barrier_SOURCES = \
1595 src/test/test-barrier.c
1597 test_barrier_LDADD = \
1598 libsystemd-shared.la
1600 test_pty_SOURCES = \
1606 test_tmpfiles_SOURCES = \
1607 src/test/test-tmpfiles.c
1609 test_tmpfiles_LDADD = \
1610 libsystemd-shared.la
1612 test_namespace_SOURCES = \
1613 src/test/test-namespace.c
1615 test_namespace_LDADD = \
1619 src/test/test-hashmap-ordered.c
1622 src/test/test-hashmap-ordered.c
1624 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
1625 $(AM_V_at)$(MKDIR_P) $(dir $@)
1626 $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
1627 { if (!match($$0, "^#include")) \
1628 gsub(/hashmap/, "ordered_hashmap"); \
1629 gsub(/HASHMAP/, "ORDERED_HASHMAP"); \
1630 gsub(/Hashmap/, "OrderedHashmap"); \
1633 nodist_test_hashmap_SOURCES = \
1634 src/test/test-hashmap-ordered.c
1636 test_hashmap_SOURCES = \
1637 src/test/test-hashmap.c \
1638 src/test/test-hashmap-plain.c
1640 test_hashmap_LDADD = \
1641 libsystemd-shared.la
1643 test_set_SOURCES = \
1647 libsystemd-shared.la
1649 test_xml_SOURCES = \
1653 libsystemd-shared.la
1655 test_list_SOURCES = \
1656 src/test/test-list.c
1659 libsystemd-shared.la
1661 test_unaligned_LDADD = \
1662 libsystemd-shared.la
1664 test_unaligned_SOURCES = \
1665 src/test/test-unaligned.c
1667 test_tables_SOURCES = \
1668 src/test/test-tables.c \
1669 src/shared/test-tables.h \
1670 src/bus-proxyd/bus-policy.c \
1671 src/bus-proxyd/bus-policy.h \
1672 src/journal/journald-server.c \
1673 src/journal/journald-server.h
1675 test_tables_CPPFLAGS = \
1677 -I$(top_srcdir)/src/bus-proxyd
1679 test_tables_CFLAGS = \
1683 test_tables_LDADD = \
1684 libsystemd-logs.la \
1685 libsystemd-journal-internal.la \
1686 libsystemd-journal-core.la \
1687 libsystemd-core.la \
1691 test_prioq_SOURCES = \
1692 src/test/test-prioq.c
1694 test_prioq_LDADD = \
1695 libsystemd-shared.la
1697 test_fileio_SOURCES = \
1698 src/test/test-fileio.c
1700 test_fileio_LDADD = \
1701 libsystemd-shared.la
1703 test_time_SOURCES = \
1704 src/test/test-time.c
1707 libsystemd-shared.la
1709 test_architecture_SOURCES = \
1710 src/test/test-architecture.c
1712 test_architecture_LDADD = \
1713 libsystemd-shared.la
1715 test_log_SOURCES = \
1719 libsystemd-shared.la
1721 test_ipcrm_SOURCES = \
1722 src/test/test-ipcrm.c
1724 test_ipcrm_LDADD = \
1725 libsystemd-shared.la \
1728 test_rtnl_manual_SOURCES = \
1729 src/test/test-rtnl-manual.c
1731 test_rtnl_manual_CFLAGS = \
1735 test_rtnl_manual_LDADD = \
1736 libsystemd-internal.la \
1737 libsystemd-shared.la \
1740 test_ellipsize_SOURCES = \
1741 src/test/test-ellipsize.c
1743 test_ellipsize_LDADD = \
1744 libsystemd-shared.la
1746 test_date_SOURCES = \
1747 src/test/test-date.c
1750 libsystemd-shared.la
1752 test_sleep_SOURCES = \
1753 src/test/test-sleep.c
1755 test_sleep_LDADD = \
1758 test_replace_var_SOURCES = \
1759 src/test/test-replace-var.c
1761 test_replace_var_LDADD = \
1762 libsystemd-shared.la
1764 test_calendarspec_SOURCES = \
1765 src/test/test-calendarspec.c
1767 test_calendarspec_LDADD = \
1768 libsystemd-shared.la
1770 test_strip_tab_ansi_SOURCES = \
1771 src/test/test-strip-tab-ansi.c
1773 test_strip_tab_ansi_LDADD = \
1774 libsystemd-shared.la
1776 test_daemon_SOURCES = \
1777 src/test/test-daemon.c
1779 test_daemon_LDADD = \
1780 libsystemd-internal.la \
1781 libsystemd-shared.la
1783 test_cgroup_SOURCES = \
1784 src/test/test-cgroup.c
1786 test_cgroup_LDADD = \
1787 libsystemd-label.la \
1788 libsystemd-shared.la \
1789 libsystemd-internal.la
1791 test_cgroup_mask_SOURCES = \
1792 src/test/test-cgroup-mask.c
1794 test_cgroup_mask_CPPFLAGS = \
1797 test_cgroup_mask_CFLAGS = \
1801 test_cgroup_mask_LDADD = \
1802 libsystemd-core.la \
1805 test_cgroup_util_SOURCES = \
1806 src/test/test-cgroup-util.c
1808 test_cgroup_util_LDADD = \
1809 libsystemd-label.la \
1810 libsystemd-internal.la \
1811 libsystemd-shared.la
1813 test_env_replace_SOURCES = \
1814 src/test/test-env-replace.c
1816 test_env_replace_LDADD = \
1817 libsystemd-shared.la
1819 test_strbuf_SOURCES = \
1820 src/test/test-strbuf.c
1822 test_strbuf_LDADD = \
1823 libsystemd-shared.la
1825 test_strv_SOURCES = \
1826 src/test/test-strv.c
1829 libsystemd-units.la \
1830 libsystemd-internal.la \
1831 libsystemd-shared.la
1833 test_path_util_SOURCES = \
1834 src/test/test-path-util.c
1836 test_path_util_LDADD = \
1837 libsystemd-shared.la
1839 test_path_SOURCES = \
1840 src/test/test-path.c
1842 test_path_CFLAGS = \
1848 test_execute_SOURCES = \
1849 src/test/test-execute.c
1851 test_execute_CFLAGS = \
1854 test_execute_LDADD = \
1857 test_strxcpyx_SOURCES = \
1858 src/test/test-strxcpyx.c
1860 test_strxcpyx_LDADD = \
1861 libsystemd-shared.la
1863 test_install_SOURCES = \
1864 src/test/test-install.c
1866 test_install_LDADD = \
1867 libsystemd-units.la \
1868 libsystemd-label.la \
1869 libsystemd-shared.la \
1870 libsystemd-internal.la
1872 test_watchdog_SOURCES = \
1873 src/test/test-watchdog.c
1875 test_watchdog_LDADD = \
1876 libsystemd-shared.la
1878 test_sched_prio_SOURCES = \
1879 src/test/test-sched-prio.c
1881 test_sched_prio_CPPFLAGS = \
1884 test_sched_prio_CFLAGS = \
1888 test_sched_prio_LDADD = \
1889 libsystemd-core.la \
1892 test_conf_files_SOURCES = \
1893 src/test/test-conf-files.c
1895 test_conf_files_LDADD = \
1896 libsystemd-shared.la
1898 test_bus_policy_SOURCES = \
1899 src/bus-proxyd/test-bus-policy.c \
1900 src/bus-proxyd/bus-policy.c \
1901 src/bus-proxyd/bus-policy.h
1903 test_bus_policy_LDADD = \
1904 libsystemd-internal.la \
1905 libsystemd-shared.la
1907 # ------------------------------------------------------------------------------
1908 ## .PHONY so it always rebuilds it
1909 .PHONY: coverage lcov-run lcov-report coverage-sync
1911 # run lcov from scratch, always
1916 coverage_dir = coverage
1917 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
1920 # reset run coverage tests
1922 @rm -rf $(coverage_dir)
1923 lcov $(coverage_opts) --zerocounters
1926 # generate report based on current coverage data
1928 $(MKDIR_P) $(coverage_dir)
1929 lcov $(coverage_opts) --compat-libtool --capture --no-external \
1930 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
1931 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
1932 genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov-clean.info
1933 @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
1935 # lcov doesn't work properly with vpath builds, make sure that bad
1936 # output is not uploaded by mistake.
1937 coverage-sync: coverage
1938 test "$(builddir)" = "$(srcdir)"
1939 rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
1942 lcov-run lcov-report:
1943 echo "Need to reconfigure with --enable-coverage"
1946 # ------------------------------------------------------------------------------
1947 systemd_analyze_SOURCES = \
1948 src/analyze/analyze.c \
1949 src/analyze/analyze-verify.c \
1950 src/analyze/analyze-verify.h
1952 systemd_verify_CFLAGS = \
1956 systemd_analyze_LDADD = \
1957 libsystemd-core.la \
1958 libsystemd-internal.la \
1959 libsystemd-shared.la \
1962 # ------------------------------------------------------------------------------
1963 systemd_initctl_SOURCES = \
1964 src/initctl/initctl.c
1966 systemd_initctl_LDADD = \
1967 libsystemd-internal.la \
1968 libsystemd-shared.la
1970 # ------------------------------------------------------------------------------
1971 systemd_update_utmp_SOURCES = \
1972 src/update-utmp/update-utmp.c
1974 systemd_update_utmp_CFLAGS = \
1978 systemd_update_utmp_LDADD = \
1979 libsystemd-internal.la \
1980 libsystemd-shared.la \
1983 # ------------------------------------------------------------------------------
1984 systemd_update_done_SOURCES = \
1985 src/update-done/update-done.c
1987 systemd_update_done_LDADD = \
1988 libsystemd-internal.la \
1989 libsystemd-label.la \
1990 libsystemd-shared.la
1992 # ------------------------------------------------------------------------------
1993 systemd_shutdownd_SOURCES = \
1994 src/shutdownd/shutdownd.c
1996 systemd_shutdownd_LDADD = \
1997 libsystemd-label.la \
1998 libsystemd-internal.la \
1999 libsystemd-shared.la
2002 src/systemd/sd-shutdown.h
2004 # ------------------------------------------------------------------------------
2005 systemd_shutdown_SOURCES = \
2008 src/core/shutdown.c \
2009 src/core/mount-setup.c \
2010 src/core/mount-setup.h \
2011 src/core/killall.h \
2014 systemd_shutdown_LDADD = \
2015 libsystemd-label.la \
2016 libudev-internal.la \
2017 libsystemd-shared.la
2019 # ------------------------------------------------------------------------------
2021 systemd_modules_load_SOURCES = \
2022 src/modules-load/modules-load.c
2024 systemd_modules_load_CFLAGS = \
2028 systemd_modules_load_LDADD = \
2029 libsystemd-shared.la \
2032 rootlibexec_PROGRAMS += \
2033 systemd-modules-load
2035 nodist_systemunit_DATA += \
2036 units/systemd-modules-load.service
2038 SYSINIT_TARGET_WANTS += \
2039 systemd-modules-load.service
2042 nodist_systemunit_DATA += \
2043 units/kmod-static-nodes.service
2045 SYSINIT_TARGET_WANTS += \
2046 kmod-static-nodes.service
2051 units/systemd-modules-load.service.in \
2052 units/kmod-static-nodes.service.in
2054 # ------------------------------------------------------------------------------
2056 systemd_tmpfiles_SOURCES = \
2057 src/tmpfiles/tmpfiles.c
2059 systemd_tmpfiles_LDADD = \
2060 libsystemd-units.la \
2061 libsystemd-label.la \
2062 libsystemd-internal.la \
2063 libsystemd-shared.la
2065 rootbin_PROGRAMS += \
2068 dist_systemunit_DATA += \
2069 units/systemd-tmpfiles-clean.timer
2071 nodist_systemunit_DATA += \
2072 units/systemd-tmpfiles-setup-dev.service \
2073 units/systemd-tmpfiles-setup.service \
2074 units/systemd-tmpfiles-clean.service
2076 nodist_tmpfiles_DATA = \
2079 dist_tmpfiles_DATA = \
2080 tmpfiles.d/systemd.conf \
2081 tmpfiles.d/systemd-nologin.conf \
2082 tmpfiles.d/tmp.conf \
2083 tmpfiles.d/x11.conf \
2087 dist_tmpfiles_DATA += \
2088 tmpfiles.d/legacy.conf
2091 SYSINIT_TARGET_WANTS += \
2092 systemd-tmpfiles-setup-dev.service \
2093 systemd-tmpfiles-setup.service
2095 dist_zshcompletion_DATA += \
2096 shell-completion/zsh/_systemd-tmpfiles
2098 TIMERS_TARGET_WANTS += \
2099 systemd-tmpfiles-clean.timer
2103 $(sysconfdir)/tmpfiles.d
2107 tmpfiles.d/etc.conf.m4 \
2108 units/systemd-tmpfiles-setup-dev.service.in \
2109 units/systemd-tmpfiles-setup.service.in \
2110 units/systemd-tmpfiles-clean.service.in
2115 # ------------------------------------------------------------------------------
2117 systemd_sysusers_SOURCES = \
2118 src/sysusers/sysusers.c
2120 systemd_sysusers_LDADD = \
2121 libsystemd-units.la \
2122 libsystemd-label.la \
2123 libsystemd-internal.la \
2124 libsystemd-shared.la
2126 rootbin_PROGRAMS += \
2129 nodist_systemunit_DATA += \
2130 units/systemd-sysusers.service
2132 SYSINIT_TARGET_WANTS += \
2133 systemd-sysusers.service
2135 dist_sysusers_DATA = \
2136 sysusers.d/systemd.conf
2138 nodist_sysusers_DATA = \
2139 sysusers.d/basic.conf
2142 units/systemd-sysusers.service.in \
2143 sysusers.d/basic.conf.in
2146 sysusers.d/basic.conf
2152 # ------------------------------------------------------------------------------
2153 dist_factory_etc_DATA = \
2154 factory/etc/nsswitch.conf
2157 dist_factory_pam_DATA = \
2158 factory/etc/pam.d/system-auth \
2159 factory/etc/pam.d/other
2162 # ------------------------------------------------------------------------------
2164 systemd_firstboot_SOURCES = \
2165 src/firstboot/firstboot.c
2167 systemd_firstboot_LDADD = \
2168 libsystemd-units.la \
2169 libsystemd-label.la \
2170 libsystemd-internal.la \
2171 libsystemd-shared.la \
2174 rootbin_PROGRAMS += \
2177 nodist_systemunit_DATA += \
2178 units/systemd-firstboot.service
2181 units/systemd-firstboot.service.in
2183 SYSINIT_TARGET_WANTS += \
2184 systemd-firstboot.service
2187 # ------------------------------------------------------------------------------
2188 systemd_machine_id_setup_SOURCES = \
2189 src/machine-id-setup/machine-id-setup-main.c \
2190 src/core/machine-id-setup.c \
2191 src/core/machine-id-setup.h
2193 systemd_machine_id_setup_LDADD = \
2194 libsystemd-label.la \
2195 libsystemd-internal.la \
2196 libsystemd-shared.la
2198 # ------------------------------------------------------------------------------
2199 systemd_sysctl_SOURCES = \
2202 systemd_sysctl_LDADD = \
2203 libsystemd-shared.la
2205 # ------------------------------------------------------------------------------
2206 systemd_sleep_SOURCES = \
2209 systemd_sleep_LDADD = \
2210 libsystemd-shared.la
2212 # ------------------------------------------------------------------------------
2213 systemd_fsck_SOURCES = \
2216 systemd_fsck_LDADD = \
2217 libsystemd-internal.la \
2218 libudev-internal.la \
2219 libsystemd-shared.la
2221 # ------------------------------------------------------------------------------
2222 systemd_machine_id_commit_SOURCES = \
2223 src/machine-id-commit/machine-id-commit.c \
2224 src/core/machine-id-setup.c \
2225 src/core/machine-id-setup.h
2227 systemd_machine_id_commit_LDADD = \
2228 libsystemd-label.la \
2229 libsystemd-internal.la \
2230 libsystemd-shared.la
2232 SYSINIT_TARGET_WANTS += \
2233 systemd-machine-id-commit.service
2235 # ------------------------------------------------------------------------------
2236 systemd_ac_power_SOURCES = \
2237 src/ac-power/ac-power.c
2239 systemd_ac_power_LDADD = \
2240 libudev-internal.la \
2241 libsystemd-shared.la
2243 # ------------------------------------------------------------------------------
2244 systemd_detect_virt_SOURCES = \
2245 src/detect-virt/detect-virt.c
2247 systemd_detect_virt_LDADD = \
2248 libsystemd-shared.la
2250 INSTALL_EXEC_HOOKS += \
2251 systemd-detect-virt-install-hook
2253 # ------------------------------------------------------------------------------
2254 systemd_delta_SOURCES = \
2257 systemd_delta_LDADD = \
2258 libsystemd-shared.la
2260 # ------------------------------------------------------------------------------
2261 systemd_getty_generator_SOURCES = \
2262 src/getty-generator/getty-generator.c
2264 systemd_getty_generator_LDADD = \
2265 libsystemd-label.la \
2266 libsystemd-shared.la
2268 # ------------------------------------------------------------------------------
2269 systemd_debug_generator_SOURCES = \
2270 src/debug-generator/debug-generator.c
2272 systemd_debug_generator_LDADD = \
2273 libsystemd-label.la \
2274 libsystemd-shared.la
2276 # ------------------------------------------------------------------------------
2277 systemd_fstab_generator_SOURCES = \
2278 src/fstab-generator/fstab-generator.c \
2279 src/core/mount-setup.c
2281 systemd_fstab_generator_LDADD = \
2282 libsystemd-label.la \
2283 libsystemd-shared.la
2285 # ------------------------------------------------------------------------------
2286 systemd_system_update_generator_SOURCES = \
2287 src/system-update-generator/system-update-generator.c
2289 systemd_system_update_generator_LDADD = \
2290 libsystemd-label.la \
2291 libsystemd-shared.la
2293 # ------------------------------------------------------------------------------
2295 systemgenerator_PROGRAMS += \
2296 systemd-hibernate-resume-generator
2298 rootlibexec_PROGRAMS += \
2299 systemd-hibernate-resume
2301 systemd_hibernate_resume_SOURCES = \
2302 src/hibernate-resume/hibernate-resume.c
2304 systemd_hibernate_resume_LDADD = \
2305 libsystemd-internal.la \
2306 libsystemd-shared.la
2308 systemd_hibernate_resume_generator_SOURCES = \
2309 src/hibernate-resume/hibernate-resume-generator.c
2311 systemd_hibernate_resume_generator_LDADD = \
2312 libsystemd-label.la \
2313 libsystemd-shared.la
2316 units/systemd-hibernate.service.in \
2317 units/systemd-hibernate-resume@.service.in \
2318 units/systemd-hybrid-sleep.service.in
2320 dist_systemunit_DATA += \
2321 units/hibernate.target \
2322 units/hybrid-sleep.target
2324 nodist_systemunit_DATA += \
2325 units/systemd-hibernate.service \
2326 units/systemd-hibernate-resume@.service \
2327 units/systemd-hybrid-sleep.service
2330 # ------------------------------------------------------------------------------
2332 systemgenerator_PROGRAMS += \
2333 systemd-efi-boot-generator
2335 systemd_efi_boot_generator_SOURCES = \
2336 src/efi-boot-generator/efi-boot-generator.c
2338 systemd_efi_boot_generator_LDADD = \
2339 libsystemd-label.la \
2340 libsystemd-shared.la
2342 # ------------------------------------------------------------------------------
2345 src/boot/boot-loader.h \
2346 src/boot/bootctl.c \
2347 src/boot/boot-loader.c \
2351 libsystemd-shared.la \
2352 libsystemd-internal.la
2357 dist_bashcompletion_DATA += \
2358 shell-completion/bash/bootctl
2360 dist_zshcompletion_DATA += \
2361 shell-completion/zsh/_bootctl
2365 # ------------------------------------------------------------------------------
2367 systemgenerator_PROGRAMS += \
2368 systemd-gpt-auto-generator
2370 systemd_gpt_auto_generator_SOURCES = \
2371 src/gpt-auto-generator/gpt-auto-generator.c \
2372 src/shared/blkid-util.h
2374 systemd_gpt_auto_generator_LDADD = \
2375 libsystemd-label.la \
2376 libsystemd-internal.la \
2377 libudev-internal.la \
2378 libsystemd-shared.la \
2381 systemd_gpt_auto_generator_CFLAGS = \
2386 # ------------------------------------------------------------------------------
2388 systemgenerator_PROGRAMS += \
2389 systemd-dbus1-generator
2391 systemd_dbus1_generator_SOURCES = \
2392 src/dbus1-generator/dbus1-generator.c
2394 systemd_dbus1_generator_LDADD = \
2395 libsystemd-label.la \
2396 libsystemd-shared.la \
2397 libsystemd-internal.la
2399 dbus1-generator-install-hook:
2400 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
2401 $(AM_V_RM)rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2402 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2404 dbus1-generator-uninstall-hook:
2405 rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2407 INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
2408 UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
2411 # ------------------------------------------------------------------------------
2412 systemd_sysv_generator_SOURCES = \
2413 src/sysv-generator/sysv-generator.c
2415 systemd_sysv_generator_LDADD = \
2416 libsystemd-core.la \
2417 libsystemd-label.la \
2418 libsystemd-shared.la
2420 # ------------------------------------------------------------------------------
2421 systemd_rc_local_generator_SOURCES = \
2422 src/rc-local-generator/rc-local-generator.c
2424 systemd_rc_local_generator_LDADD = \
2425 libsystemd-label.la \
2426 libsystemd-shared.la
2428 # ------------------------------------------------------------------------------
2429 systemd_remount_fs_SOURCES = \
2430 src/remount-fs/remount-fs.c \
2431 src/core/mount-setup.c \
2432 src/core/mount-setup.h
2434 systemd_remount_fs_LDADD = \
2435 libsystemd-label.la \
2436 libsystemd-shared.la
2438 # ------------------------------------------------------------------------------
2439 systemd_cgroups_agent_SOURCES = \
2440 src/cgroups-agent/cgroups-agent.c
2442 systemd_cgroups_agent_LDADD = \
2443 libsystemd-internal.la \
2444 libsystemd-shared.la
2446 # ------------------------------------------------------------------------------
2447 systemd_escape_SOURCES = \
2450 systemd_escape_LDADD = \
2451 libsystemd-shared.la
2453 # -----------------------------------------------------------------------------
2454 systemctl_SOURCES = \
2455 src/systemctl/systemctl.c
2458 libsystemd-units.la \
2459 libsystemd-label.la \
2460 libsystemd-internal.la \
2461 libsystemd-logs.la \
2462 libsystemd-journal-internal.la \
2463 libsystemd-shared.la
2465 # ------------------------------------------------------------------------------
2466 systemd_notify_SOURCES = \
2469 systemd_notify_LDADD = \
2470 libsystemd-internal.la \
2471 libsystemd-shared.la
2473 # ------------------------------------------------------------------------------
2474 systemd_path_SOURCES = \
2477 systemd_path_LDADD = \
2478 libsystemd-internal.la \
2479 libsystemd-shared.la
2481 # ------------------------------------------------------------------------------
2482 systemd_ask_password_SOURCES = \
2483 src/ask-password/ask-password.c
2485 systemd_ask_password_LDADD = \
2486 libsystemd-label.la \
2487 libsystemd-shared.la
2489 # ------------------------------------------------------------------------------
2490 systemd_reply_password_SOURCES = \
2491 src/reply-password/reply-password.c
2493 systemd_reply_password_LDADD = \
2494 libsystemd-shared.la
2496 # ------------------------------------------------------------------------------
2497 systemd_cgls_SOURCES = \
2500 systemd_cgls_LDADD = \
2501 libsystemd-internal.la \
2502 libsystemd-shared.la
2504 # ------------------------------------------------------------------------------
2505 systemd_cgtop_SOURCES = \
2508 systemd_cgtop_LDADD = \
2509 libsystemd-shared.la
2511 # ------------------------------------------------------------------------------
2512 systemd_nspawn_SOURCES = \
2513 src/nspawn/nspawn.c \
2514 src/core/mount-setup.c \
2515 src/core/mount-setup.h \
2516 src/core/loopback-setup.c \
2517 src/core/loopback-setup.h
2519 systemd_nspawn_CFLAGS = \
2524 systemd_nspawn_LDADD = \
2525 libsystemd-label.la \
2526 libsystemd-internal.la \
2527 libudev-internal.la \
2528 libsystemd-shared.la \
2532 systemd_nspawn_LDADD += \
2533 libsystemd-seccomp.la \
2537 # ------------------------------------------------------------------------------
2538 systemd_run_SOURCES = \
2541 systemd_run_LDADD = \
2542 libsystemd-label.la \
2543 libsystemd-internal.la \
2544 libsystemd-shared.la
2546 # ------------------------------------------------------------------------------
2547 systemd_bus_proxyd_SOURCES = \
2548 src/bus-proxyd/bus-proxyd.c \
2549 src/bus-proxyd/bus-policy.c \
2550 src/bus-proxyd/bus-policy.h
2552 systemd_bus_proxyd_LDADD = \
2553 libsystemd-internal.la \
2554 libsystemd-shared.la
2556 bus-proxyd-install-hook:
2557 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(bindir)
2558 $(AM_V_RM)rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2559 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
2561 bus-proxyd-uninstall-hook:
2562 rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2564 INSTALL_EXEC_HOOKS += bus-proxyd-install-hook
2565 UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook
2568 nodist_systemunit_DATA += \
2569 units/systemd-bus-proxyd@.service
2571 dist_systemunit_DATA += \
2572 units/systemd-bus-proxyd.socket
2574 nodist_userunit_DATA += \
2575 units/user/systemd-bus-proxyd@.service
2577 dist_userunit_DATA += \
2578 units/user/systemd-bus-proxyd.socket
2582 units/systemd-bus-proxyd@.service.m4.in \
2583 units/user/systemd-bus-proxyd@.service.in
2586 bus-proxyd-set-cap-hook:
2587 -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
2589 INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
2592 # ------------------------------------------------------------------------------
2593 systemd_tty_ask_password_agent_SOURCES = \
2594 src/tty-ask-password-agent/tty-ask-password-agent.c
2596 systemd_tty_ask_password_agent_LDADD = \
2597 libsystemd-label.la \
2598 libsystemd-shared.la
2600 # ------------------------------------------------------------------------------
2601 libsystemd_internal_la_SOURCES = \
2602 src/systemd/sd-bus.h \
2603 src/systemd/sd-bus-protocol.h \
2604 src/systemd/sd-bus-vtable.h \
2605 src/systemd/sd-utf8.h \
2606 src/systemd/sd-event.h \
2607 src/systemd/sd-rtnl.h \
2608 src/systemd/sd-resolve.h \
2609 src/systemd/sd-login.h \
2610 src/systemd/sd-id128.h \
2611 src/systemd/sd-daemon.h \
2612 src/systemd/sd-path.h \
2613 src/systemd/sd-network.h \
2614 src/libsystemd/sd-bus/sd-bus.c \
2615 src/libsystemd/sd-bus/bus-control.c \
2616 src/libsystemd/sd-bus/bus-control.h \
2617 src/libsystemd/sd-bus/bus-error.c \
2618 src/libsystemd/sd-bus/bus-error.h \
2619 src/libsystemd/sd-bus/bus-internal.c \
2620 src/libsystemd/sd-bus/bus-internal.h \
2621 src/libsystemd/sd-bus/bus-socket.c \
2622 src/libsystemd/sd-bus/bus-socket.h \
2623 src/libsystemd/sd-bus/bus-kernel.c \
2624 src/libsystemd/sd-bus/bus-kernel.h \
2625 src/libsystemd/sd-bus/bus-container.c \
2626 src/libsystemd/sd-bus/bus-container.h \
2627 src/libsystemd/sd-bus/bus-message.c \
2628 src/libsystemd/sd-bus/bus-message.h \
2629 src/libsystemd/sd-bus/bus-creds.c \
2630 src/libsystemd/sd-bus/bus-creds.h \
2631 src/libsystemd/sd-bus/bus-signature.c \
2632 src/libsystemd/sd-bus/bus-signature.h \
2633 src/libsystemd/sd-bus/bus-type.c \
2634 src/libsystemd/sd-bus/bus-type.h \
2635 src/libsystemd/sd-bus/bus-match.c \
2636 src/libsystemd/sd-bus/bus-match.h \
2637 src/libsystemd/sd-bus/bus-bloom.c \
2638 src/libsystemd/sd-bus/bus-bloom.h \
2639 src/libsystemd/sd-bus/bus-introspect.c \
2640 src/libsystemd/sd-bus/bus-introspect.h \
2641 src/libsystemd/sd-bus/bus-objects.c \
2642 src/libsystemd/sd-bus/bus-objects.h \
2643 src/libsystemd/sd-bus/bus-gvariant.c \
2644 src/libsystemd/sd-bus/bus-gvariant.h \
2645 src/libsystemd/sd-bus/bus-convenience.c \
2646 src/libsystemd/sd-bus/bus-track.c \
2647 src/libsystemd/sd-bus/bus-track.h \
2648 src/libsystemd/sd-bus/bus-util.c \
2649 src/libsystemd/sd-bus/bus-util.h \
2650 src/libsystemd/sd-bus/bus-slot.c \
2651 src/libsystemd/sd-bus/bus-slot.h \
2652 src/libsystemd/sd-bus/bus-protocol.h \
2653 src/libsystemd/sd-bus/kdbus.h \
2654 src/libsystemd/sd-utf8/sd-utf8.c \
2655 src/libsystemd/sd-event/sd-event.c \
2656 src/libsystemd/sd-event/event-util.h \
2657 src/libsystemd/sd-rtnl/sd-rtnl.c \
2658 src/libsystemd/sd-rtnl/rtnl-internal.h \
2659 src/libsystemd/sd-rtnl/rtnl-message.c \
2660 src/libsystemd/sd-rtnl/rtnl-types.h \
2661 src/libsystemd/sd-rtnl/rtnl-types.c \
2662 src/libsystemd/sd-rtnl/rtnl-util.h \
2663 src/libsystemd/sd-rtnl/rtnl-util.c \
2664 src/libsystemd/sd-rtnl/local-addresses.h \
2665 src/libsystemd/sd-rtnl/local-addresses.c \
2666 src/libsystemd/sd-id128/sd-id128.c \
2667 src/libsystemd/sd-daemon/sd-daemon.c \
2668 src/libsystemd/sd-login/sd-login.c \
2669 src/libsystemd/sd-path/sd-path.c \
2670 src/libsystemd/sd-network/sd-network.c \
2671 src/libsystemd/sd-network/network-util.h \
2672 src/libsystemd/sd-network/network-util.c
2674 nodist_libsystemd_internal_la_SOURCES = \
2675 src/libsystemd/libsystemd.sym
2677 libsystemd_internal_la_CFLAGS = \
2681 libsystemd_internal_la_LIBADD = \
2684 libsystemd_resolve_la_SOURCES = \
2685 src/libsystemd/sd-resolve/sd-resolve.c \
2686 src/libsystemd/sd-resolve/resolve-util.h
2688 libsystemd_resolve_la_CFLAGS = \
2692 libsystemd_resolve_la_LIBADD = \
2695 noinst_LTLIBRARIES += \
2696 libsystemd-internal.la \
2697 libsystemd-resolve.la
2699 libsystemd_dump_la_SOURCES = \
2700 src/libsystemd/sd-bus/bus-dump.c \
2701 src/libsystemd/sd-bus/bus-dump.h
2703 noinst_LTLIBRARIES += \
2707 src/libsystemd/libsystemd.sym.m4 \
2708 src/libsystemd/libsystemd.pc.in \
2709 src/libsystemd/sd-bus/DIFFERENCES \
2710 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
2713 src/libsystemd/libsystemd.sym
2716 src/libsystemd/libsystemd.sym
2718 libsystemd_la_SOURCES = \
2719 $(libsystemd_internal_la_SOURCES) \
2720 $(libsystemd_resolve_la_SOURCES) \
2721 $(libsystemd_journal_internal_la_SOURCES)
2723 nodist_libsystemd_la_SOURCES = \
2724 $(nodist_libsystemd_internal_la_SOURCES)
2726 libsystemd_la_CFLAGS = \
2727 $(libsystemd_internal_la_CFLAGS) \
2728 $(libsystemd_resolve_la_CFLAGS) \
2729 $(libsystemd_journal_internal_la_CFLAGS)
2731 libsystemd_la_LDFLAGS = \
2733 -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
2734 -Wl,--version-script=$(top_builddir)/src/libsystemd/libsystemd.sym
2736 libsystemd_la_LIBADD = \
2737 libsystemd-shared.la \
2738 $(libsystemd_internal_la_LIBADD) \
2739 $(libsystemd_journal_internal_la_LIBADD) \
2740 $(libsystemd_resolve_la_LIBADD)
2742 libsystemd-install-hook:
2743 libname=libsystemd.so && $(move-to-rootlibdir)
2745 libsystemd-uninstall-hook:
2746 rm -f $(DESTDIR)$(rootlibdir)/libsystemd.so*
2748 INSTALL_EXEC_HOOKS += libsystemd-install-hook
2749 UNINSTALL_EXEC_HOOKS += libsystemd-uninstall-hook
2751 pkgconfiglib_DATA += \
2752 src/libsystemd/libsystemd.pc
2754 pkginclude_HEADERS += \
2755 src/systemd/sd-login.h \
2756 src/systemd/sd-id128.h \
2757 src/systemd/sd-daemon.h
2760 pkginclude_HEADERS += \
2761 src/systemd/sd-bus.h \
2762 src/systemd/sd-bus-protocol.h \
2763 src/systemd/sd-bus-vtable.h \
2764 src/systemd/sd-utf8.h \
2765 src/systemd/sd-event.h \
2766 src/systemd/sd-rtnl.h \
2767 src/systemd/sd-resolve.h \
2768 src/systemd/sd-path.h
2771 lib_LTLIBRARIES += \
2776 test-bus-signature \
2782 test-bus-kernel-bloom \
2783 test-bus-kernel-benchmark \
2784 test-bus-zero-copy \
2785 test-bus-introspect \
2792 test-local-addresses \
2798 test_bus_marshal_SOURCES = \
2799 src/libsystemd/sd-bus/test-bus-marshal.c
2801 test_bus_marshal_LDADD = \
2802 libsystemd-dump.la \
2803 libsystemd-internal.la \
2804 libsystemd-shared.la \
2808 test_bus_marshal_CFLAGS = \
2813 test_bus_signature_SOURCES = \
2814 src/libsystemd/sd-bus/test-bus-signature.c
2816 test_bus_signature_LDADD = \
2817 libsystemd-shared.la \
2818 libsystemd-internal.la
2820 test_bus_chat_SOURCES = \
2821 src/libsystemd/sd-bus/test-bus-chat.c
2823 test_bus_chat_CFLAGS = \
2827 test_bus_chat_LDADD = \
2828 libsystemd-internal.la \
2829 libsystemd-shared.la
2831 test_bus_cleanup_SOURCES = \
2832 src/libsystemd/sd-bus/test-bus-cleanup.c
2834 test_bus_cleanup_CFLAGS = \
2838 test_bus_cleanup_LDADD = \
2839 libsystemd-internal.la \
2840 libsystemd-shared.la
2842 test_bus_server_SOURCES = \
2843 src/libsystemd/sd-bus/test-bus-server.c
2845 test_bus_server_CFLAGS = \
2849 test_bus_server_LDADD = \
2850 libsystemd-internal.la \
2851 libsystemd-shared.la
2853 test_bus_objects_SOURCES = \
2854 src/libsystemd/sd-bus/test-bus-objects.c
2856 test_bus_objects_CFLAGS = \
2860 test_bus_objects_LDADD = \
2861 libsystemd-dump.la \
2862 libsystemd-internal.la \
2863 libsystemd-shared.la
2865 test_bus_error_SOURCES = \
2866 src/libsystemd/sd-bus/test-bus-error.c
2868 test_bus_error_LDADD = \
2869 libsystemd-internal.la \
2870 libsystemd-shared.la
2872 test_bus_gvariant_SOURCES = \
2873 src/libsystemd/sd-bus/test-bus-gvariant.c
2875 test_bus_gvariant_LDADD = \
2876 libsystemd-dump.la \
2877 libsystemd-internal.la \
2878 libsystemd-shared.la \
2881 test_bus_gvariant_CFLAGS = \
2885 test_bus_creds_SOURCES = \
2886 src/libsystemd/sd-bus/test-bus-creds.c
2888 test_bus_creds_LDADD = \
2889 libsystemd-dump.la \
2890 libsystemd-internal.la \
2891 libsystemd-shared.la
2893 test_bus_match_SOURCES = \
2894 src/libsystemd/sd-bus/test-bus-match.c
2896 test_bus_match_LDADD = \
2897 libsystemd-internal.la \
2898 libsystemd-shared.la
2900 test_bus_kernel_SOURCES = \
2901 src/libsystemd/sd-bus/test-bus-kernel.c
2903 test_bus_kernel_LDADD = \
2904 libsystemd-dump.la \
2905 libsystemd-internal.la \
2906 libsystemd-shared.la
2908 test_bus_kernel_bloom_SOURCES = \
2909 src/libsystemd/sd-bus/test-bus-kernel-bloom.c
2911 test_bus_kernel_bloom_LDADD = \
2912 libsystemd-internal.la \
2913 libsystemd-shared.la
2915 test_bus_kernel_benchmark_SOURCES = \
2916 src/libsystemd/sd-bus/test-bus-kernel-benchmark.c
2918 test_bus_kernel_benchmark_LDADD = \
2919 libsystemd-internal.la \
2920 libsystemd-shared.la
2922 test_bus_zero_copy_SOURCES = \
2923 src/libsystemd/sd-bus/test-bus-zero-copy.c
2925 test_bus_zero_copy_LDADD = \
2926 libsystemd-dump.la \
2927 libsystemd-internal.la \
2928 libsystemd-shared.la
2930 test_bus_introspect_SOURCES = \
2931 src/libsystemd/sd-bus/test-bus-introspect.c
2933 test_bus_introspect_LDADD = \
2934 libsystemd-internal.la \
2935 libsystemd-shared.la
2937 test_event_SOURCES = \
2938 src/libsystemd/sd-event/test-event.c
2940 test_event_LDADD = \
2941 libsystemd-internal.la \
2942 libsystemd-shared.la
2944 test_rtnl_SOURCES = \
2945 src/libsystemd/sd-rtnl/test-rtnl.c
2948 libsystemd-internal.la \
2949 libsystemd-shared.la
2951 test_local_addresses_SOURCES = \
2952 src/libsystemd/sd-rtnl/test-local-addresses.c
2954 test_local_addresses_LDADD = \
2955 libsystemd-internal.la \
2956 libsystemd-shared.la
2958 test_resolve_SOURCES = \
2959 src/libsystemd/sd-resolve/test-resolve.c
2961 test_resolve_LDADD = \
2962 libsystemd-resolve.la \
2963 libsystemd-internal.la \
2964 libsystemd-shared.la
2966 test_resolve_CFLAGS = \
2971 src/libsystemd/sd-bus/busctl.c \
2972 src/libsystemd/sd-bus/busctl-introspect.c \
2973 src/libsystemd/sd-bus/busctl-introspect.h
2976 libsystemd-dump.la \
2977 libsystemd-internal.la \
2978 libsystemd-shared.la
2980 # ------------------------------------------------------------------------------
2981 noinst_LTLIBRARIES += \
2982 libsystemd-network.la
2984 libsystemd_network_la_CFLAGS = \
2988 libsystemd_network_la_SOURCES = \
2989 src/systemd/sd-dhcp-client.h \
2990 src/systemd/sd-dhcp-server.h \
2991 src/systemd/sd-dhcp-lease.h \
2992 src/systemd/sd-ipv4ll.h \
2993 src/systemd/sd-icmp6-nd.h \
2994 src/systemd/sd-dhcp6-client.h \
2995 src/systemd/sd-dhcp6-lease.h \
2996 src/systemd/sd-pppoe.h \
2997 src/libsystemd-network/sd-dhcp-client.c \
2998 src/libsystemd-network/sd-dhcp-server.c \
2999 src/libsystemd-network/dhcp-network.c \
3000 src/libsystemd-network/dhcp-option.c \
3001 src/libsystemd-network/dhcp-packet.c \
3002 src/libsystemd-network/dhcp-internal.h \
3003 src/libsystemd-network/dhcp-server-internal.h \
3004 src/libsystemd-network/dhcp-protocol.h \
3005 src/libsystemd-network/dhcp-lease-internal.h \
3006 src/libsystemd-network/sd-dhcp-lease.c \
3007 src/libsystemd-network/sd-ipv4ll.c \
3008 src/libsystemd-network/ipv4ll-network.c \
3009 src/libsystemd-network/ipv4ll-packet.c \
3010 src/libsystemd-network/ipv4ll-internal.h \
3011 src/libsystemd-network/sd-pppoe.c \
3012 src/libsystemd-network/network-internal.c \
3013 src/libsystemd-network/network-internal.h \
3014 src/libsystemd-network/sd-icmp6-nd.c \
3015 src/libsystemd-network/sd-dhcp6-client.c \
3016 src/libsystemd-network/dhcp6-internal.h \
3017 src/libsystemd-network/dhcp6-protocol.h \
3018 src/libsystemd-network/dhcp6-network.c \
3019 src/libsystemd-network/dhcp6-option.c \
3020 src/libsystemd-network/dhcp6-lease-internal.h \
3021 src/libsystemd-network/sd-dhcp6-lease.c
3023 libsystemd_network_la_LIBADD = \
3024 libudev-internal.la \
3025 libsystemd-label.la \
3026 libsystemd-internal.la \
3027 libsystemd-shared.la \
3030 test_dhcp_option_SOURCES = \
3031 src/libsystemd-network/dhcp-protocol.h \
3032 src/libsystemd-network/dhcp-internal.h \
3033 src/libsystemd-network/test-dhcp-option.c
3035 test_dhcp_option_LDADD = \
3036 libsystemd-network.la \
3037 libsystemd-internal.la \
3038 libsystemd-shared.la
3040 test_dhcp_client_SOURCES = \
3041 src/systemd/sd-dhcp-client.h \
3042 src/libsystemd-network/dhcp-protocol.h \
3043 src/libsystemd-network/dhcp-internal.h \
3044 src/libsystemd-network/test-dhcp-client.c
3046 test_dhcp_client_LDADD = \
3047 libsystemd-network.la \
3048 libsystemd-label.la \
3049 libsystemd-internal.la \
3050 libsystemd-shared.la
3052 test_dhcp_server_SOURCES = \
3053 src/libsystemd-network/test-dhcp-server.c
3055 test_dhcp_server_LDADD = \
3056 libsystemd-network.la \
3057 libsystemd-internal.la \
3058 libsystemd-shared.la
3060 test_ipv4ll_SOURCES = \
3061 src/systemd/sd-ipv4ll.h \
3062 src/libsystemd-network/ipv4ll-internal.h \
3063 src/libsystemd-network/test-ipv4ll.c
3065 test_ipv4ll_LDADD = \
3066 libsystemd-network.la \
3067 libsystemd-label.la \
3068 libsystemd-internal.la \
3069 libsystemd-shared.la
3071 test_pppoe_SOURCES = \
3072 src/systemd/sd-pppoe.h \
3073 src/libsystemd-network/test-pppoe.c
3075 test_pppoe_LDADD = \
3076 libsystemd-network.la \
3077 libsystemd-shared.la
3079 test_icmp6_rs_SOURCES = \
3080 src/systemd/sd-dhcp6-client.h \
3081 src/systemd/sd-icmp6-nd.h \
3082 src/libsystemd-network/dhcp6-internal.h \
3083 src/libsystemd-network/test-icmp6-rs.c
3085 test_icmp6_rs_LDADD = \
3086 libsystemd-network.la \
3087 libsystemd-internal.la \
3088 libsystemd-shared.la
3090 test_dhcp6_client_SOURCES = \
3091 src/systemd/sd-dhcp6-client.h \
3092 src/libsystemd-network/dhcp6-internal.h \
3093 src/libsystemd-network/test-dhcp6-client.c
3095 test_dhcp6_client_LDADD = \
3096 libsystemd-network.la \
3097 libsystemd-internal.la \
3098 libsystemd-shared.la
3111 # ------------------------------------------------------------------------------
3113 noinst_LTLIBRARIES += \
3114 libsystemd-terminal.la
3116 rootlibexec_PROGRAMS += \
3119 noinst_PROGRAMS += \
3124 dist_pkgdata_DATA += \
3125 src/libsystemd-terminal/unifont-glyph-array.bin
3127 nodist_userunit_DATA += \
3128 units/user/systemd-consoled.service
3130 USER_DEFAULT_TARGET_WANTS += \
3131 systemd-consoled.service
3134 units/user/systemd-consoled.service.in
3142 libsystemd_terminal_la_CFLAGS = \
3146 libsystemd_terminal_la_SOURCES = \
3147 src/libsystemd-terminal/grdev.h \
3148 src/libsystemd-terminal/grdev-internal.h \
3149 src/libsystemd-terminal/grdev.c \
3150 src/libsystemd-terminal/grdev-drm.c \
3151 src/libsystemd-terminal/idev.h \
3152 src/libsystemd-terminal/idev-internal.h \
3153 src/libsystemd-terminal/idev.c \
3154 src/libsystemd-terminal/idev-evdev.c \
3155 src/libsystemd-terminal/idev-keyboard.c \
3156 src/libsystemd-terminal/sysview.h \
3157 src/libsystemd-terminal/sysview-internal.h \
3158 src/libsystemd-terminal/sysview.c \
3159 src/libsystemd-terminal/term.h \
3160 src/libsystemd-terminal/term-internal.h \
3161 src/libsystemd-terminal/term-charset.c \
3162 src/libsystemd-terminal/term-page.c \
3163 src/libsystemd-terminal/term-parser.c \
3164 src/libsystemd-terminal/term-screen.c \
3165 src/libsystemd-terminal/term-wcwidth.c \
3166 src/libsystemd-terminal/unifont.h \
3167 src/libsystemd-terminal/unifont-def.h \
3168 src/libsystemd-terminal/unifont.c
3170 libsystemd_terminal_la_LIBADD = \
3171 libudev-internal.la \
3172 libsystemd-internal.la \
3173 libsystemd-shared.la \
3176 systemd_consoled_CFLAGS = \
3180 systemd_consoled_SOURCES = \
3181 src/console/consoled.h \
3182 src/console/consoled.c \
3183 src/console/consoled-display.c \
3184 src/console/consoled-manager.c \
3185 src/console/consoled-session.c \
3186 src/console/consoled-terminal.c \
3187 src/console/consoled-workspace.c
3189 systemd_consoled_LDADD = \
3190 libsystemd-terminal.la \
3191 libsystemd-internal.la \
3192 libsystemd-shared.la \
3195 systemd_evcat_CFLAGS = \
3199 systemd_evcat_SOURCES = \
3200 src/libsystemd-terminal/evcat.c
3202 systemd_evcat_LDADD = \
3203 libsystemd-terminal.la \
3204 libsystemd-internal.la \
3205 libsystemd-shared.la \
3208 systemd_modeset_CFLAGS = \
3212 systemd_modeset_SOURCES = \
3213 src/libsystemd-terminal/modeset.c
3215 systemd_modeset_LDADD = \
3216 libsystemd-terminal.la \
3217 libsystemd-internal.la \
3218 libsystemd-shared.la \
3221 systemd_subterm_SOURCES = \
3222 src/libsystemd-terminal/subterm.c
3224 systemd_subterm_LDADD = \
3225 libsystemd-terminal.la \
3226 libsystemd-internal.la \
3227 libsystemd-shared.la
3229 test_term_page_SOURCES = \
3230 src/libsystemd-terminal/test-term-page.c
3232 test_term_page_LDADD = \
3233 libsystemd-terminal.la \
3234 libsystemd-internal.la \
3235 libsystemd-shared.la
3237 test_term_parser_SOURCES = \
3238 src/libsystemd-terminal/test-term-parser.c
3240 test_term_parser_LDADD = \
3241 libsystemd-terminal.la \
3242 libsystemd-internal.la \
3243 libsystemd-shared.la
3245 test_unifont_SOURCES = \
3246 src/libsystemd-terminal/test-unifont.c
3248 test_unifont_LDADD = \
3249 libsystemd-terminal.la \
3250 libsystemd-internal.la \
3251 libsystemd-shared.la
3253 .PHONY: update-unifont
3254 update-unifont: tools/compile-unifont.py
3255 $(AM_V_GEN)$(PYTHON) $< \
3256 <$(top_srcdir)/src/libsystemd-terminal/unifont.hex \
3257 >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin
3258 @echo "unifont-glyph-array.bin has been regenerated"
3260 # ------------------------------------------------------------------------------
3270 include_HEADERS += \
3271 src/libudev/libudev.h
3273 lib_LTLIBRARIES += \
3276 libudev_la_SOURCES =\
3277 src/libudev/libudev.sym \
3278 src/libudev/libudev-private.h \
3279 src/libudev/libudev.c \
3280 src/libudev/libudev-list.c \
3281 src/libudev/libudev-util.c \
3282 src/libudev/libudev-device.c \
3283 src/libudev/libudev-enumerate.c \
3284 src/libudev/libudev-monitor.c \
3285 src/libudev/libudev-queue.c \
3286 src/libudev/libudev-hwdb-def.h \
3287 src/libudev/libudev-hwdb.c
3289 libudev_la_CFLAGS = \
3293 libudev_la_LDFLAGS = \
3295 -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3296 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3298 libudev_la_LIBADD = \
3299 libsystemd-internal.la \
3300 libsystemd-shared.la
3302 pkgconfiglib_DATA += \
3303 src/libudev/libudev.pc
3306 src/libudev/libudev.pc.in
3309 src/libudev/libudev.pc \
3314 $(AM_V_at)$(MKDIR_P) $(dir $@)
3315 $(AM_V_LN)$(LN_S) -f ../libudev/html $@
3318 $(AM_V_at)$(MKDIR_P) $(dir $@)
3319 $(AM_V_LN)$(LN_S) -f ../gudev/html $@
3321 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3322 libudev-install-hook:
3323 libname=libudev.so && $(move-to-rootlibdir)
3325 libudev-uninstall-hook:
3326 rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
3328 INSTALL_EXEC_HOOKS += libudev-install-hook
3329 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
3331 # ------------------------------------------------------------------------------
3332 noinst_LTLIBRARIES += \
3335 libudev_internal_la_SOURCES =\
3336 $(libudev_la_SOURCES) \
3337 src/libudev/libudev-device-private.c
3339 libudev_internal_la_CFLAGS = \
3341 -fvisibility=default
3343 # ------------------------------------------------------------------------------
3345 $(sysconfdir)/udev/rules.d \
3346 $(sysconfdir)/udev/hwdb.d
3348 dist_network_DATA = \
3349 network/99-default.link \
3350 network/80-container-host0.network \
3351 network/80-container-ve.network
3353 dist_udevrules_DATA += \
3354 rules/42-usb-hid-pm.rules \
3355 rules/50-udev-default.rules \
3356 rules/60-drm.rules \
3357 rules/60-keyboard.rules \
3358 rules/70-mouse.rules \
3359 rules/60-persistent-storage-tape.rules \
3360 rules/60-persistent-serial.rules \
3361 rules/60-persistent-input.rules \
3362 rules/60-persistent-alsa.rules \
3363 rules/60-persistent-storage.rules \
3364 rules/64-btrfs.rules \
3365 rules/75-net-description.rules \
3366 rules/75-tty-description.rules \
3367 rules/78-sound-card.rules \
3368 rules/80-net-setup-link.rules \
3369 rules/95-udev-late.rules
3371 nodist_udevrules_DATA += \
3372 rules/99-systemd.rules
3374 dist_udevhwdb_DATA = \
3375 hwdb/20-pci-vendor-model.hwdb \
3376 hwdb/20-pci-classes.hwdb \
3377 hwdb/20-usb-vendor-model.hwdb \
3378 hwdb/20-usb-classes.hwdb \
3379 hwdb/20-sdio-vendor-model.hwdb \
3380 hwdb/20-sdio-classes.hwdb \
3381 hwdb/20-bluetooth-vendor-product.hwdb \
3382 hwdb/20-acpi-vendor.hwdb \
3384 hwdb/20-net-ifname.hwdb \
3385 hwdb/60-keyboard.hwdb \
3388 udevconfdir = $(sysconfdir)/udev
3389 dist_udevconf_DATA = \
3392 sharepkgconfigdir = $(datadir)/pkgconfig
3393 sharepkgconfig_DATA = \
3397 rules/99-systemd.rules.in \
3401 rules/99-systemd.rules \
3405 units/systemd-udevd.service.in \
3406 units/systemd-udev-trigger.service.in \
3407 units/systemd-udev-settle.service.in \
3408 units/systemd-udev-hwdb-update.service.in
3411 units/systemd-udevd.service \
3412 units/systemd-udev-trigger.service \
3413 units/systemd-udev-settle.service \
3414 units/systemd-udev-hwdb-update.service
3416 SOCKETS_TARGET_WANTS += \
3417 systemd-udevd-control.socket \
3418 systemd-udevd-kernel.socket
3420 SYSINIT_TARGET_WANTS += \
3421 systemd-udevd.service \
3422 systemd-udev-trigger.service \
3423 systemd-udev-hwdb-update.service
3425 rootbin_PROGRAMS += \
3428 rootlibexec_PROGRAMS += \
3431 noinst_LTLIBRARIES += \
3434 src/udev/keyboard-keys.txt:
3435 $(AM_V_at)$(MKDIR_P) $(dir $@)
3436 $(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/' > $@
3438 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt
3439 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3441 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3442 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3444 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt
3445 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
3447 libudev_core_la_SOURCES = \
3449 src/udev/udev-event.c \
3450 src/udev/udev-watch.c \
3451 src/udev/udev-node.c \
3452 src/udev/udev-rules.c \
3453 src/udev/udev-ctrl.c \
3454 src/udev/udev-builtin.c \
3455 src/udev/udev-builtin-btrfs.c \
3456 src/udev/udev-builtin-hwdb.c \
3457 src/udev/udev-builtin-input_id.c \
3458 src/udev/udev-builtin-keyboard.c \
3459 src/udev/udev-builtin-net_id.c \
3460 src/udev/udev-builtin-net_setup_link.c \
3461 src/udev/udev-builtin-path_id.c \
3462 src/udev/udev-builtin-usb_id.c \
3463 src/udev/net/link-config.h \
3464 src/udev/net/link-config.c \
3465 src/udev/net/ethtool-util.h \
3466 src/udev/net/ethtool-util.c
3468 nodist_libudev_core_la_SOURCES = \
3469 src/udev/keyboard-keys-from-name.h \
3470 src/udev/keyboard-keys-to-name.h \
3471 src/udev/net/link-config-gperf.c
3474 $(nodist_libudev_core_la_SOURCES)
3477 src/udev/keyboard-keys-from-name.gperf \
3478 src/udev/keyboard-keys.txt \
3479 src/udev/net/link-config-gperf.c
3482 src/udev/net/link-config-gperf.gperf
3484 libudev_core_la_CFLAGS = \
3489 libudev_core_la_LIBADD = \
3490 libudev-internal.la \
3491 libsystemd-label.la \
3492 libsystemd-internal.la \
3493 libsystemd-network.la \
3494 libsystemd-shared.la \
3499 libudev_core_la_SOURCES += \
3500 src/udev/udev-builtin-kmod.c
3502 dist_udevrules_DATA += \
3503 rules/80-drivers.rules
3507 libudev_core_la_SOURCES += \
3508 src/udev/udev-builtin-blkid.c
3512 libudev_core_la_SOURCES += \
3513 src/udev/udev-builtin-uaccess.c \
3514 src/login/logind-acl.c \
3515 src/libsystemd/sd-login/sd-login.c \
3516 src/systemd/sd-login.h
3518 libudev_core_la_LIBADD += \
3522 systemd_udevd_SOURCES = \
3525 systemd_udevd_LDADD = \
3529 src/udev/udevadm.c \
3530 src/udev/udevadm-info.c \
3531 src/udev/udevadm-control.c \
3532 src/udev/udevadm-monitor.c \
3533 src/udev/udevadm-hwdb.c \
3534 src/udev/udevadm-settle.c \
3535 src/udev/udevadm-trigger.c \
3536 src/udev/udevadm-test.c \
3537 src/udev/udevadm-test-builtin.c \
3538 src/udev/udevadm-util.c \
3539 src/udev/udevadm-util.h
3544 # Update hwdb on installation. Do not bother if installing
3545 # in DESTDIR, since this is likely for packaging purposes.
3547 -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update
3549 INSTALL_DATA_HOOKS += \
3553 -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3555 # ------------------------------------------------------------------------------
3564 test_libudev_SOURCES = \
3565 src/test/test-libudev.c
3567 test_libudev_LDADD = \
3568 libsystemd-label.la \
3569 libudev-internal.la \
3570 libsystemd-shared.la
3572 test_udev_SOURCES = \
3573 src/test/test-udev.c
3582 test_udev_LDADD += \
3589 # packed sysfs test tree
3591 $(AM_V_at)$(MKDIR_P) $(dir $@)
3592 $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3596 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3601 test/rules-test.sh \
3602 test/rule-syntax-check.py
3604 # ------------------------------------------------------------------------------
3606 src/udev/ata_id/ata_id.c
3609 libudev-internal.la \
3610 libsystemd-shared.la
3612 udevlibexec_PROGRAMS += \
3615 # ------------------------------------------------------------------------------
3616 cdrom_id_SOURCES = \
3617 src/udev/cdrom_id/cdrom_id.c
3620 libudev-internal.la \
3621 libsystemd-shared.la
3623 udevlibexec_PROGRAMS += \
3626 dist_udevrules_DATA += \
3627 rules/60-cdrom_id.rules
3629 # ------------------------------------------------------------------------------
3631 src/udev/collect/collect.c
3634 libudev-internal.la \
3635 libsystemd-shared.la
3637 udevlibexec_PROGRAMS += \
3640 # ------------------------------------------------------------------------------
3642 src/udev/scsi_id/scsi_id.c \
3643 src/udev/scsi_id/scsi_serial.c \
3644 src/udev/scsi_id/scsi.h \
3645 src/udev/scsi_id/scsi_id.h
3648 libudev-internal.la \
3649 libsystemd-shared.la
3651 udevlibexec_PROGRAMS += \
3655 src/udev/scsi_id/README
3657 # ------------------------------------------------------------------------------
3659 src/udev/v4l_id/v4l_id.c
3664 udevlibexec_PROGRAMS += \
3667 dist_udevrules_DATA += \
3668 rules/60-persistent-v4l.rules
3670 # ------------------------------------------------------------------------------
3671 accelerometer_SOURCES = \
3672 src/udev/accelerometer/accelerometer.c
3674 accelerometer_LDADD = \
3675 libudev-internal.la -lm \
3676 libsystemd-shared.la
3678 udevlibexec_PROGRAMS += \
3681 dist_udevrules_DATA += \
3682 rules/61-accelerometer.rules
3684 # ------------------------------------------------------------------------------
3691 libgudev_includedir = \
3692 $(includedir)/gudev-1.0/gudev
3694 libgudev_include_HEADERS = \
3696 src/gudev/gudevenums.h \
3697 src/gudev/gudevenumtypes.h \
3698 src/gudev/gudevtypes.h \
3699 src/gudev/gudevclient.h \
3700 src/gudev/gudevdevice.h \
3701 src/gudev/gudevenumerator.h
3703 lib_LTLIBRARIES += libgudev-1.0.la
3705 pkgconfiglib_DATA += \
3706 src/gudev/gudev-1.0.pc
3709 src/gudev/gudev-1.0.pc
3711 libgudev_1_0_la_SOURCES = \
3712 src/gudev/libgudev-1.0.sym \
3713 src/gudev/gudevenums.h \
3714 src/gudev/gudevenumtypes.h \
3715 src/gudev/gudevenumtypes.h\
3716 src/gudev/gudevtypes.h \
3717 src/gudev/gudevclient.h \
3718 src/gudev/gudevclient.c \
3719 src/gudev/gudevdevice.h \
3720 src/gudev/gudevdevice.c \
3721 src/gudev/gudevenumerator.h \
3722 src/gudev/gudevenumerator.c \
3723 src/gudev/gudevprivate.h
3725 nodist_libgudev_1_0_la_SOURCES = \
3726 src/gudev/gudevmarshal.h \
3727 src/gudev/gudevmarshal.c \
3728 src/gudev/gudevenumtypes.h \
3729 src/gudev/gudevenumtypes.c
3732 $(nodist_libgudev_1_0_la_SOURCES)
3734 libgudev_1_0_la_CPPFLAGS = \
3736 -I$(top_builddir)/src\
3737 -I$(top_srcdir)/src\
3738 -I$(top_builddir)/src/gudev \
3739 -I$(top_srcdir)/src/gudev \
3740 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
3741 -D_GUDEV_COMPILATION \
3742 -DG_LOG_DOMAIN=\"GUdev\"
3744 libgudev_1_0_la_CFLAGS = \
3746 -fvisibility=default \
3749 libgudev_1_0_la_LIBADD = \
3753 libgudev_1_0_la_LDFLAGS = \
3755 -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
3758 -Wl,--version-script=$(top_srcdir)/src/gudev/libgudev-1.0.sym
3760 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
3761 $(AM_V_at)$(MKDIR_P) $(dir $@)
3762 $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
3764 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
3765 $(AM_V_at)$(MKDIR_P) $(dir $@)
3766 $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
3767 glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
3769 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
3770 $(AM_V_at)$(MKDIR_P) $(dir $@)
3771 $(AM_V_GEN)glib-mkenums --template $^ > $@
3773 if HAVE_INTROSPECTION
3774 -include $(INTROSPECTION_MAKEFILE)
3776 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
3778 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
3780 src_gudev_GUdev_1_0_gir_CFLAGS = \
3783 -D_GUDEV_COMPILATION \
3784 -D_GUDEV_WORK_AROUND_DEV_T_BUG \
3785 -I$(top_srcdir)/src \
3786 -I$(top_builddir)/src \
3787 -I$(top_srcdir)/src/gudev \
3788 -I$(top_builddir)/src/gudev
3790 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
3792 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
3793 --pkg-export=gudev-1.0 \
3796 src_gudev_GUdev_1_0_gir_FILES = \
3798 src/gudev/gudevtypes.h \
3799 src/gudev/gudevenums.h \
3800 src/gudev/gudevenumtypes.h \
3801 src/gudev/gudevclient.h \
3802 src/gudev/gudevdevice.h \
3803 src/gudev/gudevenumerator.h \
3804 src/gudev/gudevclient.c \
3805 src/gudev/gudevdevice.c \
3806 src/gudev/gudevenumerator.c
3808 INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir
3809 INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h
3811 girdir = $(datadir)/gir-1.0
3813 src/gudev/GUdev-1.0.gir
3815 typelibsdir = $(libdir)/girepository-1.0
3817 src/gudev/GUdev-1.0.typelib
3819 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
3820 endif # HAVE_INTROSPECTION
3824 src/gudev/gudev-1.0.pc.in \
3825 src/gudev/gudevmarshal.list \
3826 src/gudev/gudevenumtypes.h.template \
3827 src/gudev/gudevenumtypes.c.template \
3828 src/gudev/gjs-example.js \
3829 src/gudev/seed-example-enum.js \
3830 src/gudev/seed-example.js
3832 # ------------------------------------------------------------------------------
3833 mtd_probe_SOURCES = \
3834 src/udev/mtd_probe/mtd_prob