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 \
392 systemd-socket-proxyd \
396 rootlibexec_PROGRAMS += \
400 systemgenerator_PROGRAMS = \
401 systemd-getty-generator \
402 systemd-fstab-generator \
403 systemd-system-update-generator \
404 systemd-debug-generator
406 dist_bashcompletion_DATA = \
407 shell-completion/bash/busctl \
408 shell-completion/bash/journalctl \
409 shell-completion/bash/systemd-analyze \
410 shell-completion/bash/systemd-cat \
411 shell-completion/bash/systemd-cgls \
412 shell-completion/bash/systemd-cgtop \
413 shell-completion/bash/systemd-delta \
414 shell-completion/bash/systemd-detect-virt \
415 shell-completion/bash/systemd-nspawn \
416 shell-completion/bash/systemd-run \
417 shell-completion/bash/udevadm \
418 shell-completion/bash/kernel-install
420 nodist_bashcompletion_DATA = \
421 shell-completion/bash/systemctl
423 dist_zshcompletion_DATA = \
424 shell-completion/zsh/_journalctl \
425 shell-completion/zsh/_udevadm \
426 shell-completion/zsh/_kernel-install \
427 shell-completion/zsh/_systemd-nspawn \
428 shell-completion/zsh/_systemd-analyze \
429 shell-completion/zsh/_systemd-run \
430 shell-completion/zsh/_sd_hosts_or_user_at_host \
431 shell-completion/zsh/_sd_outputmodes \
432 shell-completion/zsh/_sd_unit_files \
433 shell-completion/zsh/_systemd-delta \
434 shell-completion/zsh/_systemd
436 nodist_zshcompletion_DATA = \
437 shell-completion/zsh/_systemctl
440 shell-completion/bash/systemctl.in \
441 shell-completion/zsh/_systemctl.in
444 $(nodist_bashcompletion_DATA) \
445 $(nodist_zshcompletion_DATA)
448 sysctl.d/50-default.conf
450 dist_systemunit_DATA = \
451 units/graphical.target \
452 units/multi-user.target \
453 units/emergency.target \
454 units/sysinit.target \
459 units/local-fs.target \
460 units/local-fs-pre.target \
461 units/initrd.target \
462 units/initrd-fs.target \
463 units/initrd-root-fs.target \
464 units/remote-fs.target \
465 units/remote-fs-pre.target \
466 units/network.target \
467 units/network-pre.target \
468 units/network-online.target \
469 units/nss-lookup.target \
470 units/nss-user-lookup.target \
471 units/poweroff.target \
472 units/reboot.target \
473 units/rescue.target \
474 units/rpcbind.target \
475 units/time-sync.target \
476 units/shutdown.target \
478 units/umount.target \
479 units/sigpwr.target \
481 units/sockets.target \
482 units/timers.target \
484 units/suspend.target \
486 units/slices.target \
489 units/systemd-initctl.socket \
490 units/systemd-shutdownd.socket \
491 units/syslog.socket \
492 units/dev-hugepages.mount \
493 units/dev-mqueue.mount \
494 units/sys-kernel-config.mount \
495 units/sys-kernel-debug.mount \
496 units/sys-fs-fuse-connections.mount \
498 units/printer.target \
500 units/bluetooth.target \
501 units/smartcard.target \
502 units/systemd-ask-password-wall.path \
503 units/systemd-ask-password-console.path \
504 units/systemd-udevd-control.socket \
505 units/systemd-udevd-kernel.socket \
506 units/system-update.target \
507 units/initrd-switch-root.target
510 dist_systemunit_DATA += \
511 $(dist_systemunit_DATA_busnames)
514 dist_systemunit_DATA_busnames += \
515 units/busnames.target
517 nodist_systemunit_DATA = \
518 units/getty@.service \
519 units/serial-getty@.service \
520 units/console-shell.service \
521 units/console-getty.service \
522 units/container-getty@.service \
523 units/systemd-initctl.service \
524 units/systemd-shutdownd.service \
525 units/systemd-remount-fs.service \
526 units/systemd-ask-password-wall.service \
527 units/systemd-ask-password-console.service \
528 units/systemd-sysctl.service \
529 units/emergency.service \
530 units/rescue.service \
531 units/user@.service \
532 units/systemd-suspend.service \
533 units/systemd-halt.service \
534 units/systemd-poweroff.service \
535 units/systemd-reboot.service \
536 units/systemd-kexec.service \
537 units/systemd-fsck@.service \
538 units/systemd-fsck-root.service \
539 units/systemd-udevd.service \
540 units/systemd-udev-trigger.service \
541 units/systemd-udev-settle.service \
542 units/systemd-udev-hwdb-update.service \
543 units/debug-shell.service \
544 units/initrd-parse-etc.service \
545 units/initrd-cleanup.service \
546 units/initrd-udevadm-cleanup-db.service \
547 units/initrd-switch-root.service \
548 units/systemd-nspawn@.service \
549 units/systemd-update-done.service
552 nodist_systemunit_DATA += \
553 units/systemd-update-utmp.service \
554 units/systemd-update-utmp-runlevel.service
557 dist_userunit_DATA = \
558 units/user/basic.target \
559 units/user/default.target \
560 units/user/exit.target
562 nodist_userunit_DATA = \
563 units/user/systemd-exit.service
565 dist_systempreset_DATA = \
566 system-preset/90-systemd.preset
569 units/getty@.service.m4 \
570 units/serial-getty@.service.m4 \
571 units/console-shell.service.m4.in \
572 units/console-getty.service.m4.in \
573 units/container-getty@.service.m4.in \
574 units/rescue.service.in \
575 units/systemd-initctl.service.in \
576 units/systemd-shutdownd.service.in \
577 units/systemd-remount-fs.service.in \
578 units/systemd-update-utmp.service.in \
579 units/systemd-update-utmp-runlevel.service.in \
580 units/systemd-ask-password-wall.service.in \
581 units/systemd-ask-password-console.service.in \
582 units/systemd-sysctl.service.in \
583 units/emergency.service.in \
584 units/systemd-halt.service.in \
585 units/systemd-poweroff.service.in \
586 units/systemd-reboot.service.in \
587 units/systemd-kexec.service.in \
588 units/user/systemd-exit.service.in \
589 units/systemd-fsck@.service.in \
590 units/systemd-fsck-root.service.in \
591 units/user@.service.in \
592 units/debug-shell.service.in \
593 units/systemd-suspend.service.in \
594 units/quotaon.service.in \
595 units/initrd-parse-etc.service.in \
596 units/initrd-cleanup.service.in \
597 units/initrd-udevadm-cleanup-db.service.in \
598 units/initrd-switch-root.service.in \
599 units/systemd-nspawn@.service.in \
600 units/systemd-update-done.service.in
603 units/console-shell.service.m4 \
604 units/console-getty.service.m4 \
605 units/container-getty@.service.m4 \
606 units/user@.service.m4
609 nodist_systemunit_DATA += \
610 units/rc-local.service \
611 units/halt-local.service
613 systemgenerator_PROGRAMS += \
614 systemd-sysv-generator \
615 systemd-rc-local-generator
619 units/rc-local.service.in \
620 units/halt-local.service.in
622 # automake is broken and can't handle files with a dash in front
623 # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728#8
625 mv $(DESTDIR)$(systemunitdir)/x-.slice $(DESTDIR)/$(systemunitdir)/-.slice
627 units-uninstall-hook:
628 rm -f $(DESTDIR)/$(systemunitdir)/-.slice
630 INSTALL_DATA_HOOKS += units-install-hook
631 UNINSTALL_DATA_HOOKS += units-uninstall-hook
640 src/libsystemd/sd-bus/PORTING-DBUS1 \
641 src/libsystemd/sd-bus/DIFFERENCES \
642 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
644 @INTLTOOL_POLICY_RULE@
646 # ------------------------------------------------------------------------------
651 include Makefile-man.am
653 .PHONY: man update-man-list
654 man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
657 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
659 ${XML_FILES:.xml=.html}
661 ${patsubst %.1,%.html,${patsubst %.3,%.html,${patsubst %.5,%.html,${patsubst %.7,%.html,${patsubst %.8,%.html,$(MANPAGES_ALIAS)}}}}}
678 $(AM_V_at)$(MKDIR_P) $(dir $@)
679 $(AM_V_LN)$(LN_S) -f ../../man $@
688 man/index.html: man/systemd.index.html
689 $(AM_V_LN)$(LN_S) -f systemd.index.html $@
697 XML_GLOB = $(wildcard $(top_srcdir)/man/*.xml $(top_builddir)/man/*.xml)
698 NON_INDEX_XML_FILES = $(filter-out man/systemd.index.xml,$(XML_FILES))
699 SOURCE_XML_FILES = $(filter-out man/systemd.directives.xml,$(NON_INDEX_XML_FILES))
701 update-man-list: $(top_srcdir)/tools/make-man-rules.py $(XML_GLOB)
702 $(AM_V_GEN)$(PYTHON) $^ > $(top_srcdir)/Makefile-man.tmp
703 $(AM_V_at)mv $(top_srcdir)/Makefile-man.tmp $(top_srcdir)/Makefile-man.am
704 @echo "Makefile-man.am has been regenerated"
706 man/systemd.index.xml: $(top_srcdir)/tools/make-man-index.py $(NON_INDEX_XML_FILES)
707 $(AM_V_at)$(MKDIR_P) $(dir $@)
708 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
710 man/systemd.directives.xml: $(top_srcdir)/tools/make-directive-index.py $(SOURCE_XML_FILES)
711 $(AM_V_at)$(MKDIR_P) $(dir $@)
712 $(AM_V_GEN)$(PYTHON) $< $@ $(filter-out $<,$^)
715 man/systemd.index.xml \
717 man/systemd.directives.xml \
718 man/glib-event-glue.c
721 man/systemd.index.xml \
722 man/systemd.directives.xml
733 tools/make-man-index.py \
734 tools/make-directive-index.py \
737 # ------------------------------------------------------------------------------
738 noinst_LTLIBRARIES += \
741 libsystemd_shared_la_SOURCES = \
742 src/shared/linux/auto_dev-ioctl.h \
743 src/shared/ioprio.h \
744 src/shared/missing.h \
745 src/shared/initreq.h \
746 src/shared/securebits.h \
747 src/shared/special.h \
749 src/shared/unaligned.h \
752 src/shared/sparse-endian.h \
753 src/shared/refcnt.h \
754 src/shared/udev-util.h \
755 src/shared/bus-errors.h \
756 src/shared/bus-errors.c \
757 src/shared/device-nodes.c \
758 src/shared/device-nodes.h \
763 src/shared/architecture.c \
764 src/shared/architecture.h \
765 src/shared/efivars.c \
766 src/shared/efivars.h \
767 src/shared/path-util.c \
768 src/shared/path-util.h \
769 src/shared/time-util.c \
770 src/shared/time-util.h \
771 src/shared/locale-util.c \
772 src/shared/locale-util.h \
773 src/shared/mempool.c \
774 src/shared/mempool.h \
775 src/shared/hashmap.c \
776 src/shared/hashmap.h \
777 src/shared/siphash24.c \
778 src/shared/siphash24.h \
784 src/shared/sleep-config.c \
785 src/shared/sleep-config.h \
788 src/shared/env-util.c \
789 src/shared/env-util.h \
790 src/shared/strbuf.c \
791 src/shared/strbuf.h \
792 src/shared/strxcpyx.c \
793 src/shared/strxcpyx.h \
794 src/shared/conf-parser.c \
795 src/shared/conf-parser.h \
798 src/shared/ratelimit.h \
799 src/shared/ratelimit.c \
800 src/shared/exit-status.c \
801 src/shared/exit-status.h \
804 src/shared/gunicode.c \
805 src/shared/gunicode.h \
808 src/shared/socket-util.c \
809 src/shared/socket-util.h \
810 src/shared/in-addr-util.c \
811 src/shared/in-addr-util.h \
812 src/shared/conf-files.c \
813 src/shared/conf-files.h \
814 src/shared/cgroup-util.c \
815 src/shared/cgroup-util.h \
816 src/shared/cgroup-show.c \
817 src/shared/cgroup-show.h \
818 src/shared/unit-name.c \
819 src/shared/unit-name.h \
820 src/shared/utmp-wtmp.h \
821 src/shared/watchdog.c \
822 src/shared/watchdog.h \
823 src/shared/spawn-ask-password-agent.c \
824 src/shared/spawn-ask-password-agent.h \
825 src/shared/replace-var.c \
826 src/shared/replace-var.h \
827 src/shared/spawn-polkit-agent.c \
828 src/shared/spawn-polkit-agent.h \
829 src/shared/clock-util.c \
830 src/shared/clock-util.h \
831 src/shared/time-dst.c \
832 src/shared/time-dst.h \
833 src/shared/calendarspec.c \
834 src/shared/calendarspec.h \
835 src/shared/fileio.c \
836 src/shared/fileio.h \
837 src/shared/output-mode.h \
838 src/shared/MurmurHash2.c \
839 src/shared/MurmurHash2.h \
840 src/shared/acpi-fpdt.h \
841 src/shared/acpi-fpdt.c \
842 src/shared/boot-timestamps.h \
843 src/shared/boot-timestamps.c \
846 src/shared/smack-util.c \
847 src/shared/smack-util.h \
848 src/shared/apparmor-util.c \
849 src/shared/apparmor-util.h \
850 src/shared/ima-util.c \
851 src/shared/ima-util.h \
852 src/shared/ptyfwd.c \
853 src/shared/ptyfwd.h \
854 src/shared/errno-list.c \
855 src/shared/errno-list.h \
856 src/shared/af-list.c \
857 src/shared/af-list.h \
858 src/shared/arphrd-list.c \
859 src/shared/arphrd-list.h \
864 src/shared/condition-util.c \
865 src/shared/condition-util.h \
866 src/shared/bus-label.c \
867 src/shared/bus-label.h \
869 src/shared/clean-ipc.h \
870 src/shared/clean-ipc.c \
871 src/shared/login-shared.c \
872 src/shared/login-shared.h \
875 src/shared/barrier.c \
876 src/shared/barrier.h \
883 src/shared/base-filesystem.c \
884 src/shared/base-filesystem.h \
885 src/shared/memfd-util.c \
886 src/shared/memfd-util.h \
887 src/shared/uid-range.c \
888 src/shared/uid-range.h \
889 src/shared/nss-util.h
892 libsystemd_shared_la_SOURCES += \
893 src/shared/utmp-wtmp.c
896 nodist_libsystemd_shared_la_SOURCES = \
897 src/shared/errno-from-name.h \
898 src/shared/errno-to-name.h \
899 src/shared/af-from-name.h \
900 src/shared/af-to-name.h \
901 src/shared/arphrd-from-name.h \
902 src/shared/arphrd-to-name.h
904 libsystemd_shared_la_CFLAGS = \
909 # ------------------------------------------------------------------------------
910 noinst_LTLIBRARIES += \
913 libsystemd_units_la_SOURCES = \
914 src/shared/install.c \
915 src/shared/install.h \
916 src/shared/install-printf.c \
917 src/shared/install-printf.h \
918 src/shared/path-lookup.c \
919 src/shared/path-lookup.h \
920 src/shared/specifier.c \
921 src/shared/specifier.h
923 # ------------------------------------------------------------------------------
924 noinst_LTLIBRARIES += \
927 libsystemd_label_la_SOURCES = \
928 src/shared/socket-label.c \
931 src/shared/selinux-util.c \
932 src/shared/selinux-util.h \
933 src/shared/mkdir-label.c \
934 src/shared/ask-password-api.c \
935 src/shared/ask-password-api.h \
936 src/shared/switch-root.h \
937 src/shared/switch-root.c \
938 src/shared/fileio-label.c \
939 src/shared/fileio-label.h \
940 src/shared/dev-setup.c \
941 src/shared/dev-setup.h \
942 src/shared/dropin.c \
943 src/shared/dropin.h \
944 src/shared/generator.h \
945 src/shared/generator.c
947 libsystemd_label_la_CFLAGS = \
951 libsystemd_label_la_LIBADD = \
954 # -----------------------------------------------------------------------------
957 dist_systemunit_DATA += \
958 units/ldconfig.service
960 SYSINIT_TARGET_WANTS += \
964 # ------------------------------------------------------------------------------
967 noinst_LTLIBRARIES += \
968 libsystemd-seccomp.la
970 libsystemd_seccomp_la_SOURCES = \
971 src/shared/seccomp-util.h \
972 src/shared/seccomp-util.c
974 libsystemd_seccomp_la_CFLAGS = \
978 libsystemd_seccomp_la_LIBADD = \
982 # ------------------------------------------------------------------------------
983 noinst_LTLIBRARIES += \
986 libsystemd_logs_la_SOURCES = \
987 src/shared/logs-show.c \
988 src/shared/logs-show.h
990 # ------------------------------------------------------------------------------
991 noinst_LTLIBRARIES += \
992 libsystemd-capability.la
994 libsystemd_capability_la_SOURCES = \
995 src/shared/capability.c \
996 src/shared/capability.h
998 libsystemd_capability_la_CFLAGS = \
1002 libsystemd_capability_la_LIBADD = \
1005 # ------------------------------------------------------------------------------
1007 noinst_LTLIBRARIES += \
1010 libsystemd_acl_la_SOURCES = \
1011 src/shared/acl-util.c \
1012 src/shared/acl-util.h
1014 libsystemd_acl_la_CFLAGS = \
1018 libsystemd_acl_la_LIBADD = \
1022 # ------------------------------------------------------------------------------
1023 noinst_LTLIBRARIES += \
1026 libsystemd_core_la_SOURCES = \
1029 src/core/unit-printf.c \
1030 src/core/unit-printf.h \
1033 src/core/manager.c \
1034 src/core/manager.h \
1035 src/core/transaction.c \
1036 src/core/transaction.h \
1037 src/core/load-fragment.c \
1038 src/core/load-fragment.h \
1039 src/core/service.c \
1040 src/core/service.h \
1043 src/core/busname.c \
1044 src/core/busname.h \
1045 src/core/bus-common.c \
1046 src/core/bus-common.h \
1047 src/core/bus-endpoint.c \
1048 src/core/bus-endpoint.h \
1051 src/core/snapshot.c \
1052 src/core/snapshot.h \
1057 src/core/automount.c \
1058 src/core/automount.h \
1069 src/core/load-dropin.c \
1070 src/core/load-dropin.h \
1071 src/core/execute.c \
1072 src/core/execute.h \
1077 src/core/dbus-manager.c \
1078 src/core/dbus-manager.h \
1079 src/core/dbus-unit.c \
1080 src/core/dbus-unit.h \
1081 src/core/dbus-job.c \
1082 src/core/dbus-job.h \
1083 src/core/dbus-service.c \
1084 src/core/dbus-service.h \
1085 src/core/dbus-socket.c \
1086 src/core/dbus-socket.h \
1087 src/core/dbus-busname.c \
1088 src/core/dbus-busname.h \
1089 src/core/dbus-target.c \
1090 src/core/dbus-target.h \
1091 src/core/dbus-snapshot.c \
1092 src/core/dbus-snapshot.h \
1093 src/core/dbus-device.c \
1094 src/core/dbus-device.h \
1095 src/core/dbus-mount.c \
1096 src/core/dbus-mount.h \
1097 src/core/dbus-automount.c \
1098 src/core/dbus-automount.h \
1099 src/core/dbus-swap.c \
1100 src/core/dbus-swap.h \
1101 src/core/dbus-timer.c \
1102 src/core/dbus-timer.h \
1103 src/core/dbus-path.c \
1104 src/core/dbus-path.h \
1105 src/core/dbus-slice.c \
1106 src/core/dbus-slice.h \
1107 src/core/dbus-scope.c \
1108 src/core/dbus-scope.h \
1109 src/core/dbus-execute.c \
1110 src/core/dbus-execute.h \
1111 src/core/dbus-kill.c \
1112 src/core/dbus-kill.h \
1113 src/core/dbus-cgroup.c \
1114 src/core/dbus-cgroup.h \
1117 src/core/selinux-access.c \
1118 src/core/selinux-access.h \
1119 src/core/selinux-setup.c \
1120 src/core/selinux-setup.h \
1121 src/core/smack-setup.c \
1122 src/core/smack-setup.h \
1123 src/core/ima-setup.c \
1124 src/core/ima-setup.h \
1125 src/core/locale-setup.h \
1126 src/core/locale-setup.c \
1127 src/core/hostname-setup.c \
1128 src/core/hostname-setup.h \
1129 src/core/machine-id-setup.c \
1130 src/core/machine-id-setup.h \
1131 src/core/mount-setup.c \
1132 src/core/mount-setup.h \
1133 src/core/loopback-setup.h \
1134 src/core/loopback-setup.c \
1135 src/core/condition.c \
1136 src/core/condition.h \
1137 src/core/namespace.c \
1138 src/core/namespace.h \
1140 src/core/sysfs-show.h \
1141 src/core/killall.h \
1142 src/core/killall.c \
1143 src/core/audit-fd.c \
1144 src/core/audit-fd.h \
1145 src/core/show-status.c \
1146 src/core/show-status.h \
1147 src/core/failure-action.c \
1148 src/core/failure-action.h
1151 libsystemd_core_la_SOURCES += \
1152 src/core/kmod-setup.c \
1153 src/core/kmod-setup.h
1156 nodist_libsystemd_core_la_SOURCES = \
1157 src/core/load-fragment-gperf.c \
1158 src/core/load-fragment-gperf-nulstr.c
1160 libsystemd_core_la_CFLAGS = \
1166 $(APPARMOR_CFLAGS) \
1170 libsystemd_core_la_LIBADD = \
1171 libsystemd-capability.la \
1172 libsystemd-units.la \
1173 libsystemd-label.la \
1174 libudev-internal.la \
1175 libsystemd-shared.la \
1176 libsystemd-internal.la \
1185 libsystemd_core_la_LIBADD += \
1186 libsystemd-seccomp.la
1189 src/core/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
1190 $(AM_V_at)$(MKDIR_P) $(dir $@)
1191 $(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 ";" }' < $< > $@
1194 src/core/load-fragment-gperf.gperf.m4
1197 src/core/load-fragment-gperf.gperf \
1198 src/core/load-fragment-gperf.c \
1199 src/core/load-fragment-gperf-nulstr.c \
1200 src/shared/errno-list.txt \
1201 src/shared/errno-from-name.gperf \
1202 src/shared/af-list.txt \
1203 src/shared/af-from-name.gperf \
1204 src/shared/arphrd-list.txt \
1205 src/shared/arphrd-from-name.gperf \
1206 src/shared/dns_type-list.txt \
1207 src/shared/dns_type-from-name.gperf
1210 src/shared/errno-from-name.h \
1211 src/shared/errno-to-name.h \
1212 src/shared/af-from-name.h \
1213 src/shared/af-to-name.h \
1214 src/shared/arphrd-from-name.h \
1215 src/shared/arphrd-to-name.h \
1216 src/resolve/dns_type-from-name.h \
1217 src/resolve/dns_type-to-name.h
1219 %-from-name.gperf: %-list.txt
1220 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@
1222 %-from-name.h: %-from-name.gperf
1223 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
1226 src/shared/errno-list.txt:
1227 $(AM_V_at)$(MKDIR_P) $(dir $@)
1228 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@
1230 src/shared/errno-to-name.h: src/shared/errno-list.txt
1231 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const errno_names[] = { "} !/EDEADLOCK/ && !/EWOULDBLOCK/ && !/ENOTSUP/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1234 src/shared/af-list.txt:
1235 $(AM_V_at)$(MKDIR_P) $(dir $@)
1236 $(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include sys/socket.h - </dev/null | grep -v AF_UNSPEC | grep -v AF_MAX | $(AWK) '/^#define[ \t]+AF_[^ \t]+[ \t]+PF_[^ \t]/ { print $$2; }' >$@
1238 src/shared/af-to-name.h: src/shared/af-list.txt
1239 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const af_names[] = { "} !/AF_FILE/ && !/AF_ROUTE/ && !/AF_LOCAL/ { printf "[%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1241 src/shared/arphrd-list.txt:
1242 $(AM_V_at)$(MKDIR_P) $(dir $@)
1243 $(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_//' >$@
1245 src/shared/arphrd-to-name.h: src/shared/arphrd-list.txt
1246 $(AM_V_GEN)$(AWK) 'BEGIN{ print "static const char* const arphrd_names[] = { "} !/CISCO/ { printf "[ARPHRD_%s] = \"%s\",\n", $$1, $$1 } END{print "};"}' <$< >$@
1248 src/shared/arphrd-from-name.gperf: src/shared/arphrd-list.txt
1249 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct arphrd_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, ARPHRD_%s\n", $$1, $$1 }' <$< >$@
1252 src/resolve/dns_type-list.txt: src/resolve/dns-type.h
1253 $(AM_V_at)$(MKDIR_P) $(dir $@)
1254 $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@
1256 src/resolve/dns_type-to-name.h: src/resolve/dns_type-list.txt
1257 $(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" }' <$< >$@
1259 src/resolve/dns_type-from-name.gperf: src/resolve/dns_type-list.txt
1260 $(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 }' <$< >$@
1262 # ------------------------------------------------------------------------------
1271 libsystemd-core.la \
1274 dist_pkgsysconf_DATA += \
1275 src/core/system.conf \
1278 dist_dbuspolicy_DATA += \
1279 src/core/org.freedesktop.systemd1.conf
1281 dist_dbussystemservice_DATA += \
1282 src/core/org.freedesktop.systemd1.service
1284 polkitpolicy_in_in_files += \
1285 src/core/org.freedesktop.systemd1.policy.in.in
1287 pkgconfigdata_DATA = \
1290 nodist_rpmmacros_DATA = \
1291 src/core/macros.systemd
1294 src/core/systemd.pc.in \
1295 src/core/macros.systemd.in
1298 src/core/macros.systemd \
1299 src/core/org.freedesktop.systemd1.policy.in
1301 # ------------------------------------------------------------------------------
1343 test-strip-tab-ansi \
1362 test-condition-util \
1373 test/daughter.service \
1378 test/grandchild.service \
1380 test/hello-after-sleep.target \
1381 test/hello.service \
1383 test/parent-deep.slice \
1386 test/sched_idle_bad.service \
1387 test/sched_idle_ok.service \
1388 test/sched_rr_bad.service \
1389 test/sched_rr_change.service \
1390 test/sched_rr_ok.service \
1391 test/shutdown.target \
1392 test/sleep.service \
1393 test/sockets.target \
1395 test/sysinit.target \
1396 test/testsuite.target \
1397 test/timers.target \
1398 test/unstoppable.service \
1399 test/bus-policy/hello.conf \
1400 test/bus-policy/methods.conf \
1401 test/bus-policy/ownerships.conf \
1402 test/bus-policy/signals.conf
1406 src/test/test-helper.h
1408 test_device_nodes_SOURCES = \
1409 src/test/test-device-nodes.c
1411 test_device_nodes_LDADD = \
1412 libsystemd-shared.la
1414 test_engine_SOURCES = \
1415 src/test/test-engine.c
1417 test_engine_CFLAGS = \
1421 test_engine_LDADD = \
1422 libsystemd-core.la \
1425 test_job_type_SOURCES = \
1426 src/test/test-job-type.c
1428 test_job_type_CFLAGS = \
1432 test_job_type_LDADD = \
1433 libsystemd-core.la \
1446 test_loopback_SOURCES = \
1447 src/test/test-loopback.c
1449 test_loopback_LDADD = \
1452 test_hostname_SOURCES = \
1453 src/test/test-hostname.c
1455 test_hostname_LDADD = \
1462 test_boot_timestamp_SOURCES = \
1463 src/test/test-boot-timestamps.c
1465 test_boot_timestamp_LDADD = \
1466 libsystemd-shared.la
1469 test_unit_name_SOURCES = \
1470 src/test/test-unit-name.c
1472 test_unit_name_CFLAGS = \
1476 test_unit_name_LDADD = \
1477 libsystemd-core.la \
1480 test_unit_file_SOURCES = \
1481 src/test/test-unit-file.c
1483 test_unit_file_CFLAGS = \
1487 test_unit_file_LDADD = \
1488 libsystemd-core.la \
1491 test_utf8_SOURCES = \
1492 src/test/test-utf8.c
1495 libsystemd-shared.la
1497 test_capability_SOURCES = \
1498 src/test/test-capability.c
1500 test_capability_LDADD = \
1501 libsystemd-shared.la \
1502 libsystemd-capability.la
1504 test_async_SOURCES = \
1505 src/test/test-async.c
1507 test_async_LDADD = \
1508 libsystemd-shared.la
1510 test_locale_util_SOURCES = \
1511 src/test/test-locale-util.c
1513 test_locale_util_LDADD = \
1514 libsystemd-shared.la
1516 test_copy_SOURCES = \
1517 src/test/test-copy.c
1520 libsystemd-shared.la
1522 test_condition_util_SOURCES = \
1523 src/test/test-condition-util.c
1525 test_condition_util_LDADD = \
1526 libsystemd-shared.la \
1527 libsystemd-internal.la
1530 test_fdset_SOURCES = \
1531 src/test/test-fdset.c
1533 test_fdset_LDADD = \
1536 test_ratelimit_SOURCES = \
1537 src/test/test-ratelimit.c
1539 test_ratelimit_LDADD = \
1540 libsystemd-shared.la
1542 test_util_SOURCES = \
1543 src/test/test-util.c
1548 test_uid_range_SOURCES = \
1549 src/test/test-uid-range.c
1551 test_uid_range_LDADD = \
1554 test_socket_util_SOURCES = \
1555 src/test/test-socket-util.c
1557 test_socket_util_LDADD = \
1560 test_ring_SOURCES = \
1561 src/test/test-ring.c
1566 test_barrier_SOURCES = \
1567 src/test/test-barrier.c
1569 test_barrier_LDADD = \
1572 test_pty_SOURCES = \
1578 test_tmpfiles_SOURCES = \
1579 src/test/test-tmpfiles.c
1581 test_tmpfiles_LDADD = \
1582 libsystemd-shared.la
1584 test_namespace_SOURCES = \
1585 src/test/test-namespace.c
1587 test_namespace_LDADD = \
1591 src/test/test-hashmap-ordered.c
1594 src/test/test-hashmap-ordered.c
1596 src/test/test-hashmap-ordered.c: src/test/test-hashmap-plain.c
1597 $(AM_V_at)$(MKDIR_P) $(dir $@)
1598 $(AM_V_GEN)$(AWK) 'BEGIN { print "/* GENERATED FILE */\n#define ORDERED" } \
1599 { if (!match($$0, "^#include")) \
1600 gsub(/hashmap/, "ordered_hashmap"); \
1601 gsub(/HASHMAP/, "ORDERED_HASHMAP"); \
1602 gsub(/Hashmap/, "OrderedHashmap"); \
1605 nodist_test_hashmap_SOURCES = \
1606 src/test/test-hashmap-ordered.c
1608 test_hashmap_SOURCES = \
1609 src/test/test-hashmap.c \
1610 src/test/test-hashmap-plain.c
1612 test_hashmap_LDADD = \
1615 test_set_SOURCES = \
1621 test_xml_SOURCES = \
1625 libsystemd-shared.la
1627 test_list_SOURCES = \
1628 src/test/test-list.c
1630 test_unaligned_LDADD = \
1633 test_unaligned_SOURCES = \
1634 src/test/test-unaligned.c
1639 test_tables_SOURCES = \
1640 src/test/test-tables.c \
1641 src/shared/test-tables.h \
1642 src/bus-proxyd/bus-policy.c \
1643 src/bus-proxyd/bus-policy.h \
1644 src/journal/journald-server.c \
1645 src/journal/journald-server.h
1647 test_tables_CPPFLAGS = \
1649 -I$(top_srcdir)/src/bus-proxyd
1651 test_tables_CFLAGS = \
1655 test_tables_LDADD = \
1656 libsystemd-logs.la \
1657 libsystemd-journal-internal.la \
1658 libsystemd-journal-core.la \
1659 libsystemd-core.la \
1663 test_prioq_SOURCES = \
1664 src/test/test-prioq.c
1666 test_prioq_LDADD = \
1669 test_fileio_SOURCES = \
1670 src/test/test-fileio.c
1672 test_fileio_LDADD = \
1675 test_time_SOURCES = \
1676 src/test/test-time.c
1681 test_architecture_SOURCES = \
1682 src/test/test-architecture.c
1684 test_architecture_LDADD = \
1685 libsystemd-shared.la
1687 test_log_SOURCES = \
1693 test_ipcrm_SOURCES = \
1694 src/test/test-ipcrm.c
1696 test_ipcrm_LDADD = \
1697 libsystemd-shared.la \
1700 test_rtnl_manual_SOURCES = \
1701 src/test/test-rtnl-manual.c
1703 test_rtnl_manual_CFLAGS = \
1707 test_rtnl_manual_LDADD = \
1708 libsystemd-internal.la \
1709 libsystemd-shared.la \
1712 test_ellipsize_SOURCES = \
1713 src/test/test-ellipsize.c
1715 test_ellipsize_LDADD = \
1718 test_date_SOURCES = \
1719 src/test/test-date.c
1724 test_sleep_SOURCES = \
1725 src/test/test-sleep.c
1727 test_sleep_LDADD = \
1730 test_replace_var_SOURCES = \
1731 src/test/test-replace-var.c
1733 test_replace_var_LDADD = \
1734 libsystemd-shared.la
1736 test_calendarspec_SOURCES = \
1737 src/test/test-calendarspec.c
1739 test_calendarspec_LDADD = \
1740 libsystemd-shared.la
1742 test_strip_tab_ansi_SOURCES = \
1743 src/test/test-strip-tab-ansi.c
1745 test_strip_tab_ansi_LDADD = \
1746 libsystemd-shared.la
1748 test_daemon_SOURCES = \
1749 src/test/test-daemon.c
1751 test_daemon_LDADD = \
1752 libsystemd-internal.la \
1753 libsystemd-shared.la
1755 test_cgroup_SOURCES = \
1756 src/test/test-cgroup.c
1758 test_cgroup_LDADD = \
1759 libsystemd-label.la \
1760 libsystemd-shared.la \
1761 libsystemd-internal.la
1763 test_cgroup_mask_SOURCES = \
1764 src/test/test-cgroup-mask.c
1766 test_cgroup_mask_CPPFLAGS = \
1768 -DTEST_DIR=\"$(abs_top_srcdir)/test\"
1770 test_cgroup_mask_CFLAGS = \
1774 test_cgroup_mask_LDADD = \
1775 libsystemd-core.la \
1778 test_cgroup_util_SOURCES = \
1779 src/test/test-cgroup-util.c
1781 test_cgroup_util_LDADD = \
1782 libsystemd-label.la \
1783 libsystemd-internal.la \
1784 libsystemd-shared.la
1786 test_env_replace_SOURCES = \
1787 src/test/test-env-replace.c
1789 test_env_replace_LDADD = \
1790 libsystemd-shared.la
1792 test_strbuf_SOURCES = \
1793 src/test/test-strbuf.c
1795 test_strbuf_LDADD = \
1796 libsystemd-shared.la
1798 test_strv_SOURCES = \
1799 src/test/test-strv.c
1802 libsystemd-units.la \
1803 libsystemd-internal.la \
1804 libsystemd-shared.la
1806 test_path_util_SOURCES = \
1807 src/test/test-path-util.c
1809 test_path_util_LDADD = \
1810 libsystemd-shared.la
1812 test_strxcpyx_SOURCES = \
1813 src/test/test-strxcpyx.c
1815 test_strxcpyx_LDADD = \
1816 libsystemd-shared.la
1818 test_install_SOURCES = \
1819 src/test/test-install.c
1821 test_install_LDADD = \
1822 libsystemd-units.la \
1823 libsystemd-label.la \
1824 libsystemd-shared.la \
1825 libsystemd-internal.la
1827 test_watchdog_SOURCES = \
1828 src/test/test-watchdog.c
1830 test_watchdog_LDADD = \
1831 libsystemd-shared.la
1833 test_sched_prio_SOURCES = \
1834 src/test/test-sched-prio.c
1836 test_sched_prio_CPPFLAGS = \
1838 -DTEST_DIR=\"$(abs_top_srcdir)/test\"
1840 test_sched_prio_CFLAGS = \
1844 test_sched_prio_LDADD = \
1845 libsystemd-core.la \
1848 test_conf_files_SOURCES = \
1849 src/test/test-conf-files.c
1851 test_conf_files_LDADD = \
1852 libsystemd-shared.la
1854 test_bus_policy_SOURCES = \
1855 src/bus-proxyd/test-bus-policy.c \
1856 src/bus-proxyd/bus-policy.c \
1857 src/bus-proxyd/bus-policy.h
1859 test_bus_policy_LDADD = \
1860 libsystemd-capability.la \
1861 libsystemd-internal.la \
1862 libsystemd-shared.la
1864 # ------------------------------------------------------------------------------
1865 ## .PHONY so it always rebuilds it
1866 .PHONY: coverage lcov-run lcov-report coverage-sync
1868 # run lcov from scratch, always
1873 coverage_dir = coverage
1874 coverage_opts = --base-directory $(srcdir) --directory $(builddir) --rc 'geninfo_adjust_src_path=$(abspath $(srcdir))=>$(abspath $(builddir))'
1877 # reset run coverage tests
1879 @rm -rf $(coverage_dir)
1880 lcov $(coverage_opts) --zerocounters
1883 # generate report based on current coverage data
1885 $(MKDIR_P) $(coverage_dir)
1886 lcov $(coverage_opts) --compat-libtool --capture --no-external \
1887 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
1888 genhtml -t "systemd test coverage" -o $(coverage_dir) $(coverage_dir)/.lcov.info
1889 @echo "Coverage report generated in $(abs_builddir)/$(coverage_dir)/index.html"
1891 # lcov doesn't work properly with vpath builds, make sure that bad
1892 # output is not uploaded by mistake.
1893 coverage-sync: coverage
1894 test "$(builddir)" = "$(srcdir)"
1895 rsync -rlv --delete --omit-dir-times coverage/ $(www_target)/coverage
1898 lcov-run lcov-report:
1899 echo "Need to reconfigure with --enable-coverage"
1902 # ------------------------------------------------------------------------------
1903 systemd_analyze_SOURCES = \
1904 src/analyze/analyze.c \
1905 src/analyze/analyze-verify.c \
1906 src/analyze/analyze-verify.h
1908 systemd_verify_CFLAGS = \
1912 systemd_analyze_LDADD = \
1913 libsystemd-core.la \
1914 libsystemd-internal.la \
1915 libsystemd-shared.la \
1918 # ------------------------------------------------------------------------------
1919 systemd_initctl_SOURCES = \
1920 src/initctl/initctl.c
1922 systemd_initctl_LDADD = \
1923 libsystemd-internal.la \
1924 libsystemd-shared.la
1926 # ------------------------------------------------------------------------------
1927 systemd_update_utmp_SOURCES = \
1928 src/update-utmp/update-utmp.c
1930 systemd_update_utmp_CFLAGS = \
1934 systemd_update_utmp_LDADD = \
1935 libsystemd-internal.la \
1936 libsystemd-shared.la \
1939 # ------------------------------------------------------------------------------
1940 systemd_update_done_SOURCES = \
1941 src/update-done/update-done.c
1943 systemd_update_done_LDADD = \
1944 libsystemd-internal.la \
1945 libsystemd-label.la \
1946 libsystemd-shared.la
1948 # ------------------------------------------------------------------------------
1949 systemd_shutdownd_SOURCES = \
1950 src/shutdownd/shutdownd.c
1952 systemd_shutdownd_LDADD = \
1953 libsystemd-label.la \
1954 libsystemd-internal.la \
1955 libsystemd-shared.la
1958 src/systemd/sd-shutdown.h
1960 # ------------------------------------------------------------------------------
1961 systemd_shutdown_SOURCES = \
1964 src/core/shutdown.c \
1965 src/core/mount-setup.c \
1966 src/core/mount-setup.h \
1967 src/core/killall.h \
1970 systemd_shutdown_LDADD = \
1971 libsystemd-label.la \
1972 libudev-internal.la \
1973 libsystemd-shared.la
1975 # ------------------------------------------------------------------------------
1977 systemd_modules_load_SOURCES = \
1978 src/modules-load/modules-load.c
1980 systemd_modules_load_CFLAGS = \
1984 systemd_modules_load_LDADD = \
1985 libsystemd-shared.la \
1988 rootlibexec_PROGRAMS += \
1989 systemd-modules-load
1991 nodist_systemunit_DATA += \
1992 units/systemd-modules-load.service
1994 SYSINIT_TARGET_WANTS += \
1995 systemd-modules-load.service
1998 nodist_systemunit_DATA += \
1999 units/kmod-static-nodes.service
2001 SYSINIT_TARGET_WANTS += \
2002 kmod-static-nodes.service
2007 units/systemd-modules-load.service.in \
2008 units/kmod-static-nodes.service.in
2010 # ------------------------------------------------------------------------------
2012 systemd_tmpfiles_SOURCES = \
2013 src/tmpfiles/tmpfiles.c
2015 systemd_tmpfiles_LDADD = \
2016 libsystemd-units.la \
2017 libsystemd-label.la \
2018 libsystemd-capability.la \
2019 libsystemd-internal.la \
2020 libsystemd-shared.la
2022 rootbin_PROGRAMS += \
2025 dist_systemunit_DATA += \
2026 units/systemd-tmpfiles-clean.timer
2028 nodist_systemunit_DATA += \
2029 units/systemd-tmpfiles-setup-dev.service \
2030 units/systemd-tmpfiles-setup.service \
2031 units/systemd-tmpfiles-clean.service
2033 nodist_tmpfiles_DATA = \
2036 dist_tmpfiles_DATA = \
2037 tmpfiles.d/systemd.conf \
2038 tmpfiles.d/systemd-nologin.conf \
2039 tmpfiles.d/systemd-remote.conf \
2040 tmpfiles.d/tmp.conf \
2041 tmpfiles.d/x11.conf \
2045 dist_tmpfiles_DATA += \
2046 tmpfiles.d/legacy.conf
2049 SYSINIT_TARGET_WANTS += \
2050 systemd-tmpfiles-setup-dev.service \
2051 systemd-tmpfiles-setup.service
2053 dist_zshcompletion_DATA += \
2054 shell-completion/zsh/_systemd-tmpfiles
2056 TIMERS_TARGET_WANTS += \
2057 systemd-tmpfiles-clean.timer
2061 $(sysconfdir)/tmpfiles.d
2065 tmpfiles.d/etc.conf.m4 \
2066 units/systemd-tmpfiles-setup-dev.service.in \
2067 units/systemd-tmpfiles-setup.service.in \
2068 units/systemd-tmpfiles-clean.service.in
2073 # ------------------------------------------------------------------------------
2075 systemd_sysusers_SOURCES = \
2076 src/sysusers/sysusers.c
2078 systemd_sysusers_LDADD = \
2079 libsystemd-units.la \
2080 libsystemd-label.la \
2081 libsystemd-capability.la \
2082 libsystemd-internal.la \
2083 libsystemd-shared.la
2085 rootbin_PROGRAMS += \
2088 nodist_systemunit_DATA += \
2089 units/systemd-sysusers.service
2091 SYSINIT_TARGET_WANTS += \
2092 systemd-sysusers.service
2094 dist_sysusers_DATA = \
2095 sysusers.d/systemd.conf \
2096 sysusers.d/systemd-remote.conf
2098 nodist_sysusers_DATA = \
2099 sysusers.d/basic.conf
2102 units/systemd-sysusers.service.in \
2103 sysusers.d/basic.conf.in
2106 sysusers.d/basic.conf
2112 # ------------------------------------------------------------------------------
2113 dist_factory_etc_DATA = \
2114 factory/etc/nsswitch.conf
2117 dist_factory_pam_DATA = \
2118 factory/etc/pam.d/system-auth \
2119 factory/etc/pam.d/other
2122 # ------------------------------------------------------------------------------
2124 systemd_firstboot_SOURCES = \
2125 src/firstboot/firstboot.c
2127 systemd_firstboot_LDADD = \
2128 libsystemd-units.la \
2129 libsystemd-label.la \
2130 libsystemd-capability.la \
2131 libsystemd-internal.la \
2132 libsystemd-shared.la \
2135 rootbin_PROGRAMS += \
2138 nodist_systemunit_DATA += \
2139 units/systemd-firstboot.service
2142 units/systemd-firstboot.service.in
2144 SYSINIT_TARGET_WANTS += \
2145 systemd-firstboot.service
2148 # ------------------------------------------------------------------------------
2149 systemd_machine_id_setup_SOURCES = \
2150 src/machine-id-setup/machine-id-setup-main.c \
2151 src/core/machine-id-setup.c \
2152 src/core/machine-id-setup.h
2154 systemd_machine_id_setup_LDADD = \
2155 libsystemd-label.la \
2156 libsystemd-internal.la \
2157 libsystemd-shared.la
2159 # ------------------------------------------------------------------------------
2160 systemd_sysctl_SOURCES = \
2163 systemd_sysctl_LDADD = \
2164 libsystemd-shared.la
2166 # ------------------------------------------------------------------------------
2167 systemd_sleep_SOURCES = \
2170 systemd_sleep_LDADD = \
2171 libsystemd-shared.la
2173 # ------------------------------------------------------------------------------
2174 systemd_fsck_SOURCES = \
2177 systemd_fsck_LDADD = \
2178 libsystemd-internal.la \
2179 libudev-internal.la \
2180 libsystemd-shared.la
2182 # ------------------------------------------------------------------------------
2183 systemd_ac_power_SOURCES = \
2184 src/ac-power/ac-power.c
2186 systemd_ac_power_LDADD = \
2187 libudev-internal.la \
2188 libsystemd-shared.la
2190 # ------------------------------------------------------------------------------
2191 systemd_detect_virt_SOURCES = \
2192 src/detect-virt/detect-virt.c
2194 systemd_detect_virt_LDADD = \
2195 libsystemd-shared.la
2197 INSTALL_EXEC_HOOKS += \
2198 systemd-detect-virt-install-hook
2200 # ------------------------------------------------------------------------------
2201 systemd_delta_SOURCES = \
2204 systemd_delta_LDADD = \
2205 libsystemd-shared.la
2207 # ------------------------------------------------------------------------------
2208 systemd_getty_generator_SOURCES = \
2209 src/getty-generator/getty-generator.c
2211 systemd_getty_generator_LDADD = \
2212 libsystemd-label.la \
2213 libsystemd-shared.la
2215 # ------------------------------------------------------------------------------
2216 systemd_debug_generator_SOURCES = \
2217 src/debug-generator/debug-generator.c
2219 systemd_debug_generator_LDADD = \
2220 libsystemd-label.la \
2221 libsystemd-shared.la
2223 # ------------------------------------------------------------------------------
2224 systemd_fstab_generator_SOURCES = \
2225 src/fstab-generator/fstab-generator.c \
2226 src/core/mount-setup.c
2228 systemd_fstab_generator_LDADD = \
2229 libsystemd-label.la \
2230 libsystemd-shared.la
2232 # ------------------------------------------------------------------------------
2233 systemd_system_update_generator_SOURCES = \
2234 src/system-update-generator/system-update-generator.c
2236 systemd_system_update_generator_LDADD = \
2237 libsystemd-label.la \
2238 libsystemd-shared.la
2240 # ------------------------------------------------------------------------------
2242 systemgenerator_PROGRAMS += \
2243 systemd-hibernate-resume-generator
2245 rootlibexec_PROGRAMS += \
2246 systemd-hibernate-resume
2248 systemd_hibernate_resume_SOURCES = \
2249 src/hibernate-resume/hibernate-resume.c
2251 systemd_hibernate_resume_LDADD = \
2252 libsystemd-internal.la \
2253 libsystemd-shared.la
2255 systemd_hibernate_resume_generator_SOURCES = \
2256 src/hibernate-resume/hibernate-resume-generator.c
2258 systemd_hibernate_resume_generator_LDADD = \
2259 libsystemd-label.la \
2260 libsystemd-shared.la
2263 units/systemd-hibernate.service.in \
2264 units/systemd-hibernate-resume@.service.in \
2265 units/systemd-hybrid-sleep.service.in
2267 dist_systemunit_DATA += \
2268 units/hibernate.target \
2269 units/hybrid-sleep.target
2271 nodist_systemunit_DATA += \
2272 units/systemd-hibernate.service \
2273 units/systemd-hibernate-resume@.service \
2274 units/systemd-hybrid-sleep.service
2277 # ------------------------------------------------------------------------------
2279 systemgenerator_PROGRAMS += \
2280 systemd-efi-boot-generator
2282 systemd_efi_boot_generator_SOURCES = \
2283 src/efi-boot-generator/efi-boot-generator.c
2285 systemd_efi_boot_generator_LDADD = \
2286 libsystemd-label.la \
2287 libsystemd-shared.la
2289 # ------------------------------------------------------------------------------
2292 src/boot/boot-loader.h \
2293 src/boot/bootctl.c \
2294 src/boot/boot-loader.c \
2298 libsystemd-shared.la \
2299 libsystemd-internal.la
2304 dist_bashcompletion_DATA += \
2305 shell-completion/bash/bootctl
2307 dist_zshcompletion_DATA += \
2308 shell-completion/zsh/_bootctl
2312 # ------------------------------------------------------------------------------
2314 systemgenerator_PROGRAMS += \
2315 systemd-gpt-auto-generator
2317 systemd_gpt_auto_generator_SOURCES = \
2318 src/gpt-auto-generator/gpt-auto-generator.c \
2319 src/shared/blkid-util.h
2321 systemd_gpt_auto_generator_LDADD = \
2322 libsystemd-label.la \
2323 libsystemd-internal.la \
2324 libudev-internal.la \
2325 libsystemd-shared.la \
2328 systemd_gpt_auto_generator_CFLAGS = \
2333 # ------------------------------------------------------------------------------
2335 systemgenerator_PROGRAMS += \
2336 systemd-dbus1-generator
2338 systemd_dbus1_generator_SOURCES = \
2339 src/dbus1-generator/dbus1-generator.c
2341 systemd_dbus1_generator_LDADD = \
2342 libsystemd-label.la \
2343 libsystemd-shared.la \
2344 libsystemd-internal.la
2346 dbus1-generator-install-hook:
2347 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
2348 $(AM_V_RM)rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2349 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2351 dbus1-generator-uninstall-hook:
2352 rm -f $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
2354 INSTALL_EXEC_HOOKS += dbus1-generator-install-hook
2355 UNINSTALL_EXEC_HOOKS += dbus1-generator-uninstall-hook
2358 # ------------------------------------------------------------------------------
2359 systemd_sysv_generator_SOURCES = \
2360 src/sysv-generator/sysv-generator.c
2362 systemd_sysv_generator_LDADD = \
2363 libsystemd-core.la \
2364 libsystemd-label.la \
2365 libsystemd-shared.la
2367 # ------------------------------------------------------------------------------
2368 systemd_rc_local_generator_SOURCES = \
2369 src/rc-local-generator/rc-local-generator.c
2371 systemd_rc_local_generator_LDADD = \
2372 libsystemd-label.la \
2373 libsystemd-shared.la
2375 # ------------------------------------------------------------------------------
2376 systemd_remount_fs_SOURCES = \
2377 src/remount-fs/remount-fs.c \
2378 src/core/mount-setup.c \
2379 src/core/mount-setup.h
2381 systemd_remount_fs_LDADD = \
2382 libsystemd-label.la \
2383 libsystemd-shared.la
2385 # ------------------------------------------------------------------------------
2386 systemd_cgroups_agent_SOURCES = \
2387 src/cgroups-agent/cgroups-agent.c
2389 systemd_cgroups_agent_LDADD = \
2390 libsystemd-internal.la \
2391 libsystemd-shared.la
2393 # ------------------------------------------------------------------------------
2394 systemd_escape_SOURCES = \
2397 systemd_escape_LDADD = \
2398 libsystemd-shared.la
2400 # -----------------------------------------------------------------------------
2401 systemctl_SOURCES = \
2402 src/systemctl/systemctl.c
2405 libsystemd-units.la \
2406 libsystemd-label.la \
2407 libsystemd-internal.la \
2408 libsystemd-logs.la \
2409 libsystemd-journal-internal.la \
2410 libsystemd-shared.la
2412 # ------------------------------------------------------------------------------
2413 systemd_notify_SOURCES = \
2416 systemd_notify_LDADD = \
2417 libsystemd-internal.la \
2418 libsystemd-shared.la
2420 # ------------------------------------------------------------------------------
2421 systemd_path_SOURCES = \
2424 systemd_path_LDADD = \
2425 libsystemd-internal.la \
2426 libsystemd-shared.la
2428 # ------------------------------------------------------------------------------
2429 systemd_ask_password_SOURCES = \
2430 src/ask-password/ask-password.c
2432 systemd_ask_password_LDADD = \
2433 libsystemd-label.la \
2434 libsystemd-shared.la
2436 # ------------------------------------------------------------------------------
2437 systemd_reply_password_SOURCES = \
2438 src/reply-password/reply-password.c
2440 systemd_reply_password_LDADD = \
2441 libsystemd-shared.la
2443 # ------------------------------------------------------------------------------
2444 systemd_cgls_SOURCES = \
2447 systemd_cgls_LDADD = \
2448 libsystemd-internal.la \
2449 libsystemd-shared.la
2451 # ------------------------------------------------------------------------------
2452 systemd_cgtop_SOURCES = \
2455 systemd_cgtop_LDADD = \
2456 libsystemd-shared.la
2458 # ------------------------------------------------------------------------------
2459 systemd_nspawn_SOURCES = \
2460 src/nspawn/nspawn.c \
2461 src/core/mount-setup.c \
2462 src/core/mount-setup.h \
2463 src/core/loopback-setup.c \
2464 src/core/loopback-setup.h
2466 systemd_nspawn_CFLAGS = \
2471 systemd_nspawn_LDADD = \
2472 libsystemd-label.la \
2473 libsystemd-capability.la \
2474 libsystemd-internal.la \
2475 libudev-internal.la \
2476 libsystemd-shared.la \
2480 systemd_nspawn_LDADD += \
2481 libsystemd-seccomp.la \
2485 # ------------------------------------------------------------------------------
2486 systemd_run_SOURCES = \
2489 systemd_run_LDADD = \
2490 libsystemd-label.la \
2491 libsystemd-capability.la \
2492 libsystemd-internal.la \
2493 libsystemd-shared.la
2495 # ------------------------------------------------------------------------------
2496 systemd_bus_proxyd_SOURCES = \
2497 src/bus-proxyd/bus-proxyd.c \
2498 src/bus-proxyd/bus-policy.c \
2499 src/bus-proxyd/bus-policy.h
2501 systemd_bus_proxyd_LDADD = \
2502 libsystemd-capability.la \
2503 libsystemd-internal.la \
2504 libsystemd-shared.la
2506 bus-proxyd-install-hook:
2507 $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(bindir)
2508 $(AM_V_RM)rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2509 $(AM_V_LN)$(LN_S) --relative -f $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
2511 bus-proxyd-uninstall-hook:
2512 rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge
2514 INSTALL_EXEC_HOOKS += bus-proxyd-install-hook
2515 UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook
2518 nodist_systemunit_DATA += \
2519 units/systemd-bus-proxyd@.service
2521 dist_systemunit_DATA += \
2522 units/systemd-bus-proxyd.socket
2524 nodist_userunit_DATA += \
2525 units/user/systemd-bus-proxyd@.service
2527 dist_userunit_DATA += \
2528 units/user/systemd-bus-proxyd.socket
2532 units/systemd-bus-proxyd@.service.in \
2533 units/user/systemd-bus-proxyd@.service.in
2535 # ------------------------------------------------------------------------------
2536 systemd_tty_ask_password_agent_SOURCES = \
2537 src/tty-ask-password-agent/tty-ask-password-agent.c
2539 systemd_tty_ask_password_agent_LDADD = \
2540 libsystemd-label.la \
2541 libsystemd-shared.la
2543 # ------------------------------------------------------------------------------
2544 libsystemd_internal_la_SOURCES = \
2545 src/systemd/sd-bus.h \
2546 src/systemd/sd-bus-protocol.h \
2547 src/systemd/sd-bus-vtable.h \
2548 src/systemd/sd-utf8.h \
2549 src/systemd/sd-event.h \
2550 src/systemd/sd-rtnl.h \
2551 src/systemd/sd-resolve.h \
2552 src/systemd/sd-login.h \
2553 src/systemd/sd-id128.h \
2554 src/systemd/sd-daemon.h \
2555 src/systemd/sd-path.h \
2556 src/systemd/sd-network.h \
2557 src/libsystemd/sd-bus/sd-bus.c \
2558 src/libsystemd/sd-bus/bus-control.c \
2559 src/libsystemd/sd-bus/bus-control.h \
2560 src/libsystemd/sd-bus/bus-error.c \
2561 src/libsystemd/sd-bus/bus-error.h \
2562 src/libsystemd/sd-bus/bus-internal.c \
2563 src/libsystemd/sd-bus/bus-internal.h \
2564 src/libsystemd/sd-bus/bus-socket.c \
2565 src/libsystemd/sd-bus/bus-socket.h \
2566 src/libsystemd/sd-bus/bus-kernel.c \
2567 src/libsystemd/sd-bus/bus-kernel.h \
2568 src/libsystemd/sd-bus/bus-container.c \
2569 src/libsystemd/sd-bus/bus-container.h \
2570 src/libsystemd/sd-bus/bus-message.c \
2571 src/libsystemd/sd-bus/bus-message.h \
2572 src/libsystemd/sd-bus/bus-creds.c \
2573 src/libsystemd/sd-bus/bus-creds.h \
2574 src/libsystemd/sd-bus/bus-signature.c \
2575 src/libsystemd/sd-bus/bus-signature.h \
2576 src/libsystemd/sd-bus/bus-type.c \
2577 src/libsystemd/sd-bus/bus-type.h \
2578 src/libsystemd/sd-bus/bus-match.c \
2579 src/libsystemd/sd-bus/bus-match.h \
2580 src/libsystemd/sd-bus/bus-bloom.c \
2581 src/libsystemd/sd-bus/bus-bloom.h \
2582 src/libsystemd/sd-bus/bus-introspect.c \
2583 src/libsystemd/sd-bus/bus-introspect.h \
2584 src/libsystemd/sd-bus/bus-objects.c \
2585 src/libsystemd/sd-bus/bus-objects.h \
2586 src/libsystemd/sd-bus/bus-gvariant.c \
2587 src/libsystemd/sd-bus/bus-gvariant.h \
2588 src/libsystemd/sd-bus/bus-convenience.c \
2589 src/libsystemd/sd-bus/bus-track.c \
2590 src/libsystemd/sd-bus/bus-track.h \
2591 src/libsystemd/sd-bus/bus-util.c \
2592 src/libsystemd/sd-bus/bus-util.h \
2593 src/libsystemd/sd-bus/bus-slot.c \
2594 src/libsystemd/sd-bus/bus-slot.h \
2595 src/libsystemd/sd-bus/bus-protocol.h \
2596 src/libsystemd/sd-bus/kdbus.h \
2597 src/libsystemd/sd-utf8/sd-utf8.c \
2598 src/libsystemd/sd-event/sd-event.c \
2599 src/libsystemd/sd-event/event-util.h \
2600 src/libsystemd/sd-rtnl/sd-rtnl.c \
2601 src/libsystemd/sd-rtnl/rtnl-internal.h \
2602 src/libsystemd/sd-rtnl/rtnl-message.c \
2603 src/libsystemd/sd-rtnl/rtnl-types.h \
2604 src/libsystemd/sd-rtnl/rtnl-types.c \
2605 src/libsystemd/sd-rtnl/rtnl-util.h \
2606 src/libsystemd/sd-rtnl/rtnl-util.c \
2607 src/libsystemd/sd-rtnl/local-addresses.h \
2608 src/libsystemd/sd-rtnl/local-addresses.c \
2609 src/libsystemd/sd-id128/sd-id128.c \
2610 src/libsystemd/sd-daemon/sd-daemon.c \
2611 src/libsystemd/sd-login/sd-login.c \
2612 src/libsystemd/sd-path/sd-path.c \
2613 src/libsystemd/sd-network/sd-network.c \
2614 src/libsystemd/sd-network/network-util.h \
2615 src/libsystemd/sd-network/network-util.c
2617 nodist_libsystemd_internal_la_SOURCES = \
2618 src/libsystemd/libsystemd.sym
2620 libsystemd_internal_la_CFLAGS = \
2624 libsystemd_internal_la_LIBADD = \
2627 libsystemd_resolve_la_SOURCES = \
2628 src/libsystemd/sd-resolve/sd-resolve.c \
2629 src/libsystemd/sd-resolve/resolve-util.h
2631 libsystemd_resolve_la_CFLAGS = \
2635 libsystemd_resolve_la_LIBADD = \
2638 noinst_LTLIBRARIES += \
2639 libsystemd-internal.la \
2640 libsystemd-resolve.la
2642 libsystemd_dump_la_SOURCES = \
2643 src/libsystemd/sd-bus/bus-dump.c \
2644 src/libsystemd/sd-bus/bus-dump.h
2646 libsystemd_dump_la_CFLAGS = \
2650 noinst_LTLIBRARIES += \
2654 src/libsystemd/libsystemd.sym.m4 \
2655 src/libsystemd/libsystemd.pc.in \
2656 src/libsystemd/sd-bus/DIFFERENCES \
2657 src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
2660 src/libsystemd/libsystemd.sym
2663 src/libsystemd/libsystemd.sym
2665 libsystemd_la_SOURCES = \
2666 $(libsystemd_internal_la_SOURCES) \
2667 $(libsystemd_resolve_la_SOURCES) \
2668 $(libsystemd_journal_internal_la_SOURCES)
2670 nodist_libsystemd_la_SOURCES = \
2671 $(nodist_libsystemd_internal_la_SOURCES)
2673 libsystemd_la_CFLAGS = \
2674 $(libsystemd_internal_la_CFLAGS) \
2675 $(libsystemd_resolve_la_CFLAGS) \
2676 $(libsystemd_journal_internal_la_CFLAGS)
2678 libsystemd_la_LDFLAGS = \
2680 -version-info $(LIBSYSTEMD_CURRENT):$(LIBSYSTEMD_REVISION):$(LIBSYSTEMD_AGE) \
2681 -Wl,--version-script=$(top_builddir)/src/libsystemd/libsystemd.sym
2683 libsystemd_la_LIBADD = \
2684 libsystemd-shared.la \
2685 $(libsystemd_internal_la_LIBADD) \
2686 $(libsystemd_journal_internal_la_LIBADD) \
2687 $(libsystemd_resolve_la_LIBADD)
2689 libsystemd-install-hook:
2690 libname=libsystemd.so && $(move-to-rootlibdir)
2692 libsystemd-uninstall-hook:
2693 rm -f $(DESTDIR)$(rootlibdir)/libsystemd.so*
2695 INSTALL_EXEC_HOOKS += libsystemd-install-hook
2696 UNINSTALL_EXEC_HOOKS += libsystemd-uninstall-hook
2698 pkgconfiglib_DATA += \
2699 src/libsystemd/libsystemd.pc
2701 pkginclude_HEADERS += \
2702 src/systemd/sd-login.h \
2703 src/systemd/sd-id128.h \
2704 src/systemd/sd-daemon.h
2707 pkginclude_HEADERS += \
2708 src/systemd/sd-bus.h \
2709 src/systemd/sd-bus-protocol.h \
2710 src/systemd/sd-bus-vtable.h \
2711 src/systemd/sd-utf8.h \
2712 src/systemd/sd-event.h \
2713 src/systemd/sd-rtnl.h \
2714 src/systemd/sd-resolve.h \
2715 src/systemd/sd-path.h
2718 lib_LTLIBRARIES += \
2723 test-bus-signature \
2729 test-bus-kernel-bloom \
2730 test-bus-kernel-benchmark \
2731 test-bus-zero-copy \
2732 test-bus-introspect \
2744 test_bus_marshal_SOURCES = \
2745 src/libsystemd/sd-bus/test-bus-marshal.c
2747 test_bus_marshal_LDADD = \
2748 libsystemd-internal.la \
2749 libsystemd-shared.la \
2750 libsystemd-dump.la \
2751 libsystemd-capability.la \
2756 test_bus_marshal_CFLAGS = \
2762 test_bus_signature_SOURCES = \
2763 src/libsystemd/sd-bus/test-bus-signature.c
2765 test_bus_signature_LDADD = \
2766 libsystemd-shared.la \
2767 libsystemd-internal.la
2769 test_bus_chat_SOURCES = \
2770 src/libsystemd/sd-bus/test-bus-chat.c
2772 test_bus_chat_CFLAGS = \
2776 test_bus_chat_LDADD = \
2777 libsystemd-internal.la \
2778 libsystemd-shared.la
2780 test_bus_cleanup_SOURCES = \
2781 src/libsystemd/sd-bus/test-bus-cleanup.c
2783 test_bus_cleanup_CFLAGS = \
2787 test_bus_cleanup_LDADD = \
2788 libsystemd-internal.la \
2789 libsystemd-shared.la
2791 test_bus_server_SOURCES = \
2792 src/libsystemd/sd-bus/test-bus-server.c
2794 test_bus_server_CFLAGS = \
2798 test_bus_server_LDADD = \
2799 libsystemd-internal.la \
2800 libsystemd-shared.la
2802 test_bus_objects_SOURCES = \
2803 src/libsystemd/sd-bus/test-bus-objects.c
2805 test_bus_objects_CFLAGS = \
2810 test_bus_objects_LDADD = \
2811 libsystemd-internal.la \
2812 libsystemd-shared.la \
2813 libsystemd-dump.la \
2814 libsystemd-capability.la \
2817 test_bus_error_SOURCES = \
2818 src/libsystemd/sd-bus/test-bus-error.c
2820 test_bus_error_LDADD = \
2821 libsystemd-internal.la \
2822 libsystemd-shared.la
2824 test_bus_gvariant_SOURCES = \
2825 src/libsystemd/sd-bus/test-bus-gvariant.c
2827 test_bus_gvariant_LDADD = \
2828 libsystemd-internal.la \
2829 libsystemd-shared.la \
2830 libsystemd-dump.la \
2831 libsystemd-capability.la \
2835 test_bus_gvariant_CFLAGS = \
2840 test_bus_creds_SOURCES = \
2841 src/libsystemd/sd-bus/test-bus-creds.c
2843 test_bus_creds_LDADD = \
2844 libsystemd-internal.la \
2845 libsystemd-shared.la \
2846 libsystemd-dump.la \
2847 libsystemd-capability.la
2849 test_bus_match_SOURCES = \
2850 src/libsystemd/sd-bus/test-bus-match.c
2852 test_bus_match_LDADD = \
2853 libsystemd-internal.la \
2854 libsystemd-shared.la
2856 test_bus_kernel_SOURCES = \
2857 src/libsystemd/sd-bus/test-bus-kernel.c
2859 test_bus_kernel_LDADD = \
2860 libsystemd-internal.la \
2861 libsystemd-shared.la \
2862 libsystemd-dump.la \
2863 libsystemd-capability.la \
2866 test_bus_kernel_CFLAGS = \
2870 test_bus_kernel_bloom_SOURCES = \
2871 src/libsystemd/sd-bus/test-bus-kernel-bloom.c
2873 test_bus_kernel_bloom_LDADD = \
2874 libsystemd-internal.la \
2875 libsystemd-shared.la
2877 test_bus_kernel_benchmark_SOURCES = \
2878 src/libsystemd/sd-bus/test-bus-kernel-benchmark.c
2880 test_bus_kernel_benchmark_LDADD = \
2881 libsystemd-internal.la \
2882 libsystemd-shared.la
2884 test_bus_zero_copy_SOURCES = \
2885 src/libsystemd/sd-bus/test-bus-zero-copy.c
2887 test_bus_zero_copy_LDADD = \
2888 libsystemd-internal.la \
2889 libsystemd-shared.la \
2890 libsystemd-dump.la \
2891 libsystemd-capability.la \
2894 test_bus_zero_copy_CFLAGS = \
2898 test_bus_introspect_SOURCES = \
2899 src/libsystemd/sd-bus/test-bus-introspect.c
2901 test_bus_introspect_LDADD = \
2902 libsystemd-internal.la \
2903 libsystemd-shared.la
2905 test_event_SOURCES = \
2906 src/libsystemd/sd-event/test-event.c
2908 test_event_LDADD = \
2909 libsystemd-internal.la \
2910 libsystemd-shared.la
2912 test_rtnl_SOURCES = \
2913 src/libsystemd/sd-rtnl/test-rtnl.c
2916 libsystemd-internal.la \
2917 libsystemd-shared.la
2919 test_resolve_SOURCES = \
2920 src/libsystemd/sd-resolve/test-resolve.c
2922 test_resolve_LDADD = \
2923 libsystemd-resolve.la \
2924 libsystemd-internal.la \
2925 libsystemd-shared.la
2927 test_resolve_CFLAGS = \
2932 src/libsystemd/sd-bus/busctl.c
2935 libsystemd-internal.la \
2936 libsystemd-shared.la \
2937 libsystemd-dump.la \
2938 libsystemd-capability.la \
2945 # ------------------------------------------------------------------------------
2946 noinst_LTLIBRARIES += \
2947 libsystemd-network.la
2949 libsystemd_network_la_CFLAGS = \
2953 libsystemd_network_la_SOURCES = \
2954 src/systemd/sd-dhcp-client.h \
2955 src/systemd/sd-dhcp-server.h \
2956 src/systemd/sd-dhcp-lease.h \
2957 src/systemd/sd-ipv4ll.h \
2958 src/systemd/sd-icmp6-nd.h \
2959 src/systemd/sd-dhcp6-client.h \
2960 src/systemd/sd-dhcp6-lease.h \
2961 src/systemd/sd-pppoe.h \
2962 src/libsystemd-network/sd-dhcp-client.c \
2963 src/libsystemd-network/sd-dhcp-server.c \
2964 src/libsystemd-network/dhcp-network.c \
2965 src/libsystemd-network/dhcp-option.c \
2966 src/libsystemd-network/dhcp-packet.c \
2967 src/libsystemd-network/dhcp-internal.h \
2968 src/libsystemd-network/dhcp-server-internal.h \
2969 src/libsystemd-network/dhcp-protocol.h \
2970 src/libsystemd-network/dhcp-lease-internal.h \
2971 src/libsystemd-network/sd-dhcp-lease.c \
2972 src/libsystemd-network/sd-ipv4ll.c \
2973 src/libsystemd-network/ipv4ll-network.c \
2974 src/libsystemd-network/ipv4ll-packet.c \
2975 src/libsystemd-network/ipv4ll-internal.h \
2976 src/libsystemd-network/sd-pppoe.c \
2977 src/libsystemd-network/network-internal.c \
2978 src/libsystemd-network/network-internal.h \
2979 src/libsystemd-network/sd-icmp6-nd.c \
2980 src/libsystemd-network/sd-dhcp6-client.c \
2981 src/libsystemd-network/dhcp6-internal.h \
2982 src/libsystemd-network/dhcp6-protocol.h \
2983 src/libsystemd-network/dhcp6-network.c \
2984 src/libsystemd-network/dhcp6-option.c \
2985 src/libsystemd-network/dhcp6-lease-internal.h \
2986 src/libsystemd-network/sd-dhcp6-lease.c
2988 libsystemd_network_la_LIBADD = \
2989 libudev-internal.la \
2990 libsystemd-label.la \
2991 libsystemd-internal.la \
2992 libsystemd-shared.la \
2995 test_dhcp_option_SOURCES = \
2996 src/libsystemd-network/dhcp-protocol.h \
2997 src/libsystemd-network/dhcp-internal.h \
2998 src/libsystemd-network/test-dhcp-option.c
3000 test_dhcp_option_LDADD = \
3001 libsystemd-network.la \
3002 libsystemd-internal.la \
3003 libsystemd-shared.la
3005 test_dhcp_client_SOURCES = \
3006 src/systemd/sd-dhcp-client.h \
3007 src/libsystemd-network/dhcp-protocol.h \
3008 src/libsystemd-network/dhcp-internal.h \
3009 src/libsystemd-network/test-dhcp-client.c
3011 test_dhcp_client_LDADD = \
3012 libsystemd-network.la \
3013 libsystemd-label.la \
3014 libsystemd-internal.la \
3015 libsystemd-shared.la
3017 test_dhcp_server_SOURCES = \
3018 src/libsystemd-network/test-dhcp-server.c
3020 test_dhcp_server_LDADD = \
3021 libsystemd-network.la \
3022 libsystemd-internal.la \
3023 libsystemd-shared.la
3025 test_ipv4ll_SOURCES = \
3026 src/systemd/sd-ipv4ll.h \
3027 src/libsystemd-network/ipv4ll-internal.h \
3028 src/libsystemd-network/test-ipv4ll.c
3030 test_ipv4ll_LDADD = \
3031 libsystemd-network.la \
3032 libsystemd-label.la \
3033 libsystemd-internal.la \
3034 libsystemd-shared.la
3036 test_pppoe_SOURCES = \
3037 src/systemd/sd-pppoe.h \
3038 src/libsystemd-network/test-pppoe.c
3040 test_pppoe_LDADD = \
3041 libsystemd-network.la \
3042 libsystemd-shared.la
3044 test_icmp6_rs_SOURCES = \
3045 src/systemd/sd-dhcp6-client.h \
3046 src/systemd/sd-icmp6-nd.h \
3047 src/libsystemd-network/dhcp6-internal.h \
3048 src/libsystemd-network/test-icmp6-rs.c
3050 test_icmp6_rs_LDADD = \
3051 libsystemd-network.la \
3052 libsystemd-internal.la \
3053 libsystemd-shared.la
3055 test_dhcp6_client_SOURCES = \
3056 src/systemd/sd-dhcp6-client.h \
3057 src/libsystemd-network/dhcp6-internal.h \
3058 src/libsystemd-network/test-dhcp6-client.c
3060 test_dhcp6_client_LDADD = \
3061 libsystemd-network.la \
3062 libsystemd-internal.la \
3063 libsystemd-shared.la
3076 # ------------------------------------------------------------------------------
3078 noinst_LTLIBRARIES += \
3079 libsystemd-terminal.la
3081 rootlibexec_PROGRAMS += \
3084 noinst_PROGRAMS += \
3089 dist_pkgdata_DATA += \
3090 src/libsystemd-terminal/unifont-glyph-array.bin
3092 nodist_userunit_DATA += \
3093 units/user/systemd-consoled.service
3095 USER_DEFAULT_TARGET_WANTS += \
3096 systemd-consoled.service
3099 units/user/systemd-consoled.service.in
3107 libsystemd_terminal_la_CFLAGS = \
3111 libsystemd_terminal_la_SOURCES = \
3112 src/libsystemd-terminal/grdev.h \
3113 src/libsystemd-terminal/grdev-internal.h \
3114 src/libsystemd-terminal/grdev.c \
3115 src/libsystemd-terminal/grdev-drm.c \
3116 src/libsystemd-terminal/idev.h \
3117 src/libsystemd-terminal/idev-internal.h \
3118 src/libsystemd-terminal/idev.c \
3119 src/libsystemd-terminal/idev-evdev.c \
3120 src/libsystemd-terminal/idev-keyboard.c \
3121 src/libsystemd-terminal/sysview.h \
3122 src/libsystemd-terminal/sysview-internal.h \
3123 src/libsystemd-terminal/sysview.c \
3124 src/libsystemd-terminal/term.h \
3125 src/libsystemd-terminal/term-internal.h \
3126 src/libsystemd-terminal/term-charset.c \
3127 src/libsystemd-terminal/term-page.c \
3128 src/libsystemd-terminal/term-parser.c \
3129 src/libsystemd-terminal/term-screen.c \
3130 src/libsystemd-terminal/term-wcwidth.c \
3131 src/libsystemd-terminal/unifont.h \
3132 src/libsystemd-terminal/unifont-def.h \
3133 src/libsystemd-terminal/unifont.c
3135 libsystemd_terminal_la_LIBADD = \
3136 libudev-internal.la \
3137 libsystemd-internal.la \
3138 libsystemd-shared.la \
3141 systemd_consoled_CFLAGS = \
3145 systemd_consoled_SOURCES = \
3146 src/console/consoled.h \
3147 src/console/consoled.c \
3148 src/console/consoled-display.c \
3149 src/console/consoled-manager.c \
3150 src/console/consoled-session.c \
3151 src/console/consoled-terminal.c \
3152 src/console/consoled-workspace.c
3154 systemd_consoled_LDADD = \
3155 libsystemd-terminal.la \
3156 libsystemd-internal.la \
3157 libsystemd-shared.la \
3160 systemd_evcat_CFLAGS = \
3164 systemd_evcat_SOURCES = \
3165 src/libsystemd-terminal/evcat.c
3167 systemd_evcat_LDADD = \
3168 libsystemd-terminal.la \
3169 libsystemd-internal.la \
3170 libsystemd-shared.la \
3173 systemd_modeset_CFLAGS = \
3177 systemd_modeset_SOURCES = \
3178 src/libsystemd-terminal/modeset.c
3180 systemd_modeset_LDADD = \
3181 libsystemd-terminal.la \
3182 libsystemd-internal.la \
3183 libsystemd-shared.la \
3186 systemd_subterm_SOURCES = \
3187 src/libsystemd-terminal/subterm.c
3189 systemd_subterm_LDADD = \
3190 libsystemd-terminal.la \
3191 libsystemd-internal.la \
3192 libsystemd-shared.la
3194 test_term_page_SOURCES = \
3195 src/libsystemd-terminal/test-term-page.c
3197 test_term_page_LDADD = \
3198 libsystemd-terminal.la \
3199 libsystemd-internal.la \
3200 libsystemd-shared.la
3202 test_term_parser_SOURCES = \
3203 src/libsystemd-terminal/test-term-parser.c
3205 test_term_parser_LDADD = \
3206 libsystemd-terminal.la \
3207 libsystemd-internal.la \
3208 libsystemd-shared.la
3210 test_unifont_SOURCES = \
3211 src/libsystemd-terminal/test-unifont.c
3213 test_unifont_LDADD = \
3214 libsystemd-terminal.la \
3215 libsystemd-internal.la \
3216 libsystemd-shared.la
3218 .PHONY: update-unifont
3219 update-unifont: tools/compile-unifont.py
3220 $(AM_V_GEN)$(PYTHON) $< \
3221 <$(top_srcdir)/src/libsystemd-terminal/unifont.hex \
3222 >$(top_srcdir)/src/libsystemd-terminal/unifont-glyph-array.bin
3223 @echo "unifont-glyph-array.bin has been regenerated"
3225 # ------------------------------------------------------------------------------
3235 include_HEADERS += \
3236 src/libudev/libudev.h
3238 lib_LTLIBRARIES += \
3241 libudev_la_SOURCES =\
3242 src/libudev/libudev.sym \
3243 src/libudev/libudev-private.h \
3244 src/libudev/libudev.c \
3245 src/libudev/libudev-list.c \
3246 src/libudev/libudev-util.c \
3247 src/libudev/libudev-device.c \
3248 src/libudev/libudev-enumerate.c \
3249 src/libudev/libudev-monitor.c \
3250 src/libudev/libudev-queue.c \
3251 src/libudev/libudev-hwdb-def.h \
3252 src/libudev/libudev-hwdb.c
3254 libudev_la_CFLAGS = \
3258 libudev_la_LDFLAGS = \
3260 -version-info $(LIBUDEV_CURRENT):$(LIBUDEV_REVISION):$(LIBUDEV_AGE) \
3261 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
3263 libudev_la_LIBADD = \
3264 libsystemd-internal.la \
3265 libsystemd-shared.la
3267 pkgconfiglib_DATA += \
3268 src/libudev/libudev.pc
3271 src/libudev/libudev.pc.in
3274 src/libudev/libudev.pc \
3279 $(AM_V_at)$(MKDIR_P) $(dir $@)
3280 $(AM_V_LN)$(LN_S) -f ../libudev/html $@
3283 $(AM_V_at)$(MKDIR_P) $(dir $@)
3284 $(AM_V_LN)$(LN_S) -f ../gudev/html $@
3286 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
3287 libudev-install-hook:
3288 libname=libudev.so && $(move-to-rootlibdir)
3290 libudev-uninstall-hook:
3291 rm -f $(DESTDIR)$(rootlibdir)/libudev.so*
3293 INSTALL_EXEC_HOOKS += libudev-install-hook
3294 UNINSTALL_EXEC_HOOKS += libudev-uninstall-hook
3296 # ------------------------------------------------------------------------------
3297 noinst_LTLIBRARIES += \
3300 libudev_internal_la_SOURCES =\
3301 $(libudev_la_SOURCES) \
3302 src/libudev/libudev-device-private.c
3304 libudev_internal_la_CFLAGS = \
3306 -fvisibility=default
3308 # ------------------------------------------------------------------------------
3310 $(sysconfdir)/udev/rules.d \
3311 $(sysconfdir)/udev/hwdb.d
3313 dist_network_DATA = \
3314 network/99-default.link \
3315 network/80-container-host0.network \
3316 network/80-container-ve.network
3318 dist_udevrules_DATA += \
3319 rules/42-usb-hid-pm.rules \
3320 rules/50-udev-default.rules \
3321 rules/60-drm.rules \
3322 rules/60-keyboard.rules \
3323 rules/60-persistent-storage-tape.rules \
3324 rules/60-persistent-serial.rules \
3325 rules/60-persistent-input.rules \
3326 rules/60-persistent-alsa.rules \
3327 rules/60-persistent-storage.rules \
3328 rules/64-btrfs.rules \
3329 rules/75-net-description.rules \
3330 rules/75-tty-description.rules \
3331 rules/78-sound-card.rules \
3332 rules/80-net-setup-link.rules \
3333 rules/95-udev-late.rules
3335 nodist_udevrules_DATA += \
3336 rules/99-systemd.rules
3338 dist_udevhwdb_DATA = \
3339 hwdb/20-pci-vendor-model.hwdb \
3340 hwdb/20-pci-classes.hwdb \
3341 hwdb/20-usb-vendor-model.hwdb \
3342 hwdb/20-usb-classes.hwdb \
3343 hwdb/20-sdio-vendor-model.hwdb \
3344 hwdb/20-sdio-classes.hwdb \
3345 hwdb/20-bluetooth-vendor-product.hwdb \
3346 hwdb/20-acpi-vendor.hwdb \
3348 hwdb/20-net-ifname.hwdb \
3349 hwdb/60-keyboard.hwdb
3351 udevconfdir = $(sysconfdir)/udev
3352 dist_udevconf_DATA = \
3355 sharepkgconfigdir = $(datadir)/pkgconfig
3356 sharepkgconfig_DATA = \
3360 rules/99-systemd.rules.in \
3364 rules/99-systemd.rules \
3368 units/systemd-udevd.service.in \
3369 units/systemd-udev-trigger.service.in \
3370 units/systemd-udev-settle.service.in \
3371 units/systemd-udev-hwdb-update.service.in
3374 units/systemd-udevd.service \
3375 units/systemd-udev-trigger.service \
3376 units/systemd-udev-settle.service \
3377 units/systemd-udev-hwdb-update.service
3379 SOCKETS_TARGET_WANTS += \
3380 systemd-udevd-control.socket \
3381 systemd-udevd-kernel.socket
3383 SYSINIT_TARGET_WANTS += \
3384 systemd-udevd.service \
3385 systemd-udev-trigger.service \
3386 systemd-udev-hwdb-update.service
3388 rootbin_PROGRAMS += \
3391 rootlibexec_PROGRAMS += \
3394 noinst_LTLIBRARIES += \
3397 src/udev/keyboard-keys.txt:
3398 $(AM_V_at)$(MKDIR_P) $(dir $@)
3399 $(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/' > $@
3401 src/udev/keyboard-keys-from-name.gperf: src/udev/keyboard-keys.txt
3402 $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print "%null-strings"; print "%%";} { print tolower(substr($$1 ,5)) ", " $$1 }' < $< > $@
3404 src/udev/keyboard-keys-from-name.h: src/udev/keyboard-keys-from-name.gperf
3405 $(AM_V_GPERF)$(GPERF) -L ANSI-C -t -N keyboard_lookup_key -H hash_key_name -p -C < $< > $@
3407 src/udev/keyboard-keys-to-name.h: src/udev/keyboard-keys.txt
3408 $(AM_V_GEN)$(AWK) 'BEGIN{ print "const char* const key_names[KEY_CNT] = { "} { print "[" $$1 "] = \"" $$1 "\"," } END{print "};"}' < $< > $@
3410 libudev_core_la_SOURCES = \
3412 src/udev/udev-event.c \
3413 src/udev/udev-watch.c \
3414 src/udev/udev-node.c \
3415 src/udev/udev-rules.c \
3416 src/udev/udev-ctrl.c \
3417 src/udev/udev-builtin.c \
3418 src/udev/udev-builtin-btrfs.c \
3419 src/udev/udev-builtin-hwdb.c \
3420 src/udev/udev-builtin-input_id.c \
3421 src/udev/udev-builtin-keyboard.c \
3422 src/udev/udev-builtin-net_id.c \
3423 src/udev/udev-builtin-net_setup_link.c \
3424 src/udev/udev-builtin-path_id.c \
3425 src/udev/udev-builtin-usb_id.c \
3426 src/udev/net/link-config.h \
3427 src/udev/net/link-config.c \
3428 src/udev/net/ethtool-util.h \
3429 src/udev/net/ethtool-util.c
3431 nodist_libudev_core_la_SOURCES = \
3432 src/udev/keyboard-keys-from-name.h \
3433 src/udev/keyboard-keys-to-name.h \
3434 src/udev/net/link-config-gperf.c
3437 $(nodist_libudev_core_la_SOURCES)
3440 src/udev/keyboard-keys-from-name.gperf \
3441 src/udev/keyboard-keys.txt \
3442 src/udev/net/link-config-gperf.c
3445 src/udev/net/link-config-gperf.gperf
3447 libudev_core_la_CFLAGS = \
3452 libudev_core_la_LIBADD = \
3453 libudev-internal.la \
3454 libsystemd-label.la \
3455 libsystemd-internal.la \
3456 libsystemd-network.la \
3457 libsystemd-shared.la \
3462 libudev_core_la_SOURCES += \
3463 src/udev/udev-builtin-kmod.c
3465 dist_udevrules_DATA += \
3466 rules/80-drivers.rules
3470 libudev_core_la_SOURCES += \
3471 src/udev/udev-builtin-blkid.c
3475 libudev_core_la_SOURCES += \
3476 src/udev/udev-builtin-uaccess.c \
3477 src/login/logind-acl.c \
3478 src/libsystemd/sd-login/sd-login.c \
3479 src/systemd/sd-login.h
3481 libudev_core_la_LIBADD += \
3485 systemd_udevd_SOURCES = \
3488 systemd_udevd_LDADD = \
3492 src/udev/udevadm.c \
3493 src/udev/udevadm-info.c \
3494 src/udev/udevadm-control.c \
3495 src/udev/udevadm-monitor.c \
3496 src/udev/udevadm-hwdb.c \
3497 src/udev/udevadm-settle.c \
3498 src/udev/udevadm-trigger.c \
3499 src/udev/udevadm-test.c \
3500 src/udev/udevadm-test-builtin.c
3505 # Update hwdb on installation. Do not bother if installing
3506 # in DESTDIR, since this is likely for packaging purposes.
3508 -test -n "$(DESTDIR)" || $(rootbindir)/udevadm hwdb --update
3510 INSTALL_DATA_HOOKS += \
3514 -test -n "$(DESTDIR)" || rm -f /etc/udev/hwdb.bin
3516 # ------------------------------------------------------------------------------
3525 test_libudev_SOURCES = \
3526 src/test/test-libudev.c
3528 test_libudev_LDADD = \
3529 libsystemd-label.la \
3530 libudev-internal.la \
3531 libsystemd-shared.la
3533 test_udev_SOURCES = \
3534 src/test/test-udev.c
3543 test_udev_LDADD += \
3550 # packed sysfs test tree
3552 $(AM_V_at)$(MKDIR_P) $(dir $@)
3553 $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
3557 DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
3562 test/rules-test.sh \
3563 test/rule-syntax-check.py
3565 # ------------------------------------------------------------------------------
3567 src/udev/ata_id/ata_id.c
3570 libudev-internal.la \
3571 libsystemd-shared.la
3573 udevlibexec_PROGRAMS += \
3576 # ------------------------------------------------------------------------------
3577 cdrom_id_SOURCES = \
3578 src/udev/cdrom_id/cdrom_id.c
3581 libudev-internal.la \
3582 libsystemd-shared.la
3584 udevlibexec_PROGRAMS += \
3587 dist_udevrules_DATA += \
3588 rules/60-cdrom_id.rules
3590 # ------------------------------------------------------------------------------
3592 src/udev/collect/collect.c
3595 libudev-internal.la \
3596 libsystemd-shared.la
3598 udevlibexec_PROGRAMS += \
3601 # ------------------------------------------------------------------------------
3603 src/udev/scsi_id/scsi_id.c \
3604 src/udev/scsi_id/scsi_serial.c \
3605 src/udev/scsi_id/scsi.h \
3606 src/udev/scsi_id/scsi_id.h
3609 libudev-internal.la \
3610 libsystemd-shared.la
3612 udevlibexec_PROGRAMS += \
3616 src/udev/scsi_id/README
3618 # ------------------------------------------------------------------------------
3620 src/udev/v4l_id/v4l_id.c
3625 udevlibexec_PROGRAMS += \
3628 dist_udevrules_DATA += \
3629 rules/60-persistent-v4l.rules
3631 # ------------------------------------------------------------------------------
3632 accelerometer_SOURCES = \
3633 src/udev/accelerometer/accelerometer.c
3635 accelerometer_LDADD = \
3636 libudev-internal.la -lm \
3637 libsystemd-shared.la
3639 udevlibexec_PROGRAMS += \
3642 dist_udevrules_DATA += \
3643 rules/61-accelerometer.rules
3645 # ------------------------------------------------------------------------------
3652 libgudev_includedir = \
3653 $(includedir)/gudev-1.0/gudev
3655 libgudev_include_HEADERS = \
3657 src/gudev/gudevenums.h \
3658 src/gudev/gudevenumtypes.h \
3659 src/gudev/gudevtypes.h \
3660 src/gudev/gudevclient.h \
3661 src/gudev/gudevdevice.h \
3662 src/gudev/gudevenumerator.h
3664 lib_LTLIBRARIES += libgudev-1.0.la
3666 pkgconfiglib_DATA += \
3667 src/gudev/gudev-1.0.pc
3670 src/gudev/gudev-1.0.pc
3672 libgudev_1_0_la_SOURCES = \
3673 src/gudev/libgudev-1.0.sym \
3674 src/gudev/gudevenums.h \
3675 src/gudev/gudevenumtypes.h \
3676 src/gudev/gudevenumtypes.h\
3677 src/gudev/gudevtypes.h \
3678 src/gudev/gudevclient.h \
3679 src/gudev/gudevclient.c \
3680 src/gudev/gudevdevice.h \
3681 src/gudev/gudevdevice.c \
3682 src/gudev/gudevenumerator.h \
3683 src/gudev/gudevenumerator.c \
3684 src/gudev/gudevprivate.h
3686 nodist_libgudev_1_0_la_SOURCES = \
3687 src/gudev/gudevmarshal.h \
3688 src/gudev/gudevmarshal.c \
3689 src/gudev/gudevenumtypes.h \
3690 src/gudev/gudevenumtypes.c
3693 $(nodist_libgudev_1_0_la_SOURCES)
3695 libgudev_1_0_la_CPPFLAGS = \
3697 -I$(top_builddir)/src\
3698 -I$(top_srcdir)/src\
3699 -I$(top_builddir)/src/gudev \
3700 -I$(top_srcdir)/src/gudev \
3701 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
3702 -D_GUDEV_COMPILATION \
3703 -DG_LOG_DOMAIN=\"GUdev\"
3705 libgudev_1_0_la_CFLAGS = \
3707 -fvisibility=default \
3710 libgudev_1_0_la_LIBADD = \
3714 libgudev_1_0_la_LDFLAGS = \
3716 -version-info $(LIBGUDEV_CURRENT):$(LIBGUDEV_REVISION):$(LIBGUDEV_AGE) \
3719 -Wl,--version-script=$(top_srcdir)/src/gudev/libgudev-1.0.sym
3721 src/gudev/gudevmarshal.h: src/gudev/gudevmarshal.list
3722 $(AM_V_at)$(MKDIR_P) $(dir $@)
3723 $(AM_V_GEN)glib-genmarshal $< --prefix=g_udev_marshal --header > $@
3725 src/gudev/gudevmarshal.c: src/gudev/gudevmarshal.list
3726 $(AM_V_at)$(MKDIR_P) $(dir $@)
3727 $(AM_V_GEN)echo '#include "gudevmarshal.h"' > $@ && \
3728 glib-genmarshal $< --prefix=g_udev_marshal --body >> $@
3730 src/gudev/gudevenumtypes.%: src/gudev/gudevenumtypes.%.template src/gudev/gudevenums.h
3731 $(AM_V_at)$(MKDIR_P) $(dir $@)
3732 $(AM_V_GEN)glib-mkenums --template $^ > $@
3734 if HAVE_INTROSPECTION
3735 -include $(INTROSPECTION_MAKEFILE)
3737 src/gudev/GUdev-1.0.gir: libgudev-1.0.la
3739 src_gudev_GUdev_1_0_gir_INCLUDES = GObject-2.0
3741 src_gudev_GUdev_1_0_gir_CFLAGS = \
3744 -D_GUDEV_COMPILATION \
3745 -D_GUDEV_WORK_AROUND_DEV_T_BUG \
3746 -I$(top_srcdir)/src \
3747 -I$(top_builddir)/src \
3748 -I$(top_srcdir)/src/gudev \
3749 -I$(top_builddir)/src/gudev
3751 src_gudev_GUdev_1_0_gir_LIBS = libgudev-1.0.la
3753 src_gudev_GUdev_1_0_gir_SCANNERFLAGS = \
3754 --pkg-export=gudev-1.0 \
3757 src_gudev_GUdev_1_0_gir_FILES = \
3759 src/gudev/gudevtypes.h \
3760 src/gudev/gudevenums.h \
3761 src/gudev/gudevenumtypes.h \
3762 src/gudev/gudevclient.h \
3763 src/gudev/gudevdevice.h \
3764 src/gudev/gudevenumerator.h \
3765 src/gudev/gudevclient.c \
3766 src/gudev/gudevdevice.c \
3767 src/gudev/gudevenumerator.c
3769 INTROSPECTION_GIRS = src/gudev/GUdev-1.0.gir
3770 INTROSPECTION_SCANNER_ARGS = --c-include=gudev/gudev.h
3772 girdir = $(datadir)/gir-1.0
3774 src/gudev/GUdev-1.0.gir
3776 typelibsdir = $(libdir)/girepository-1.0
3778 src/gudev/GUdev-1.0.typelib
3780 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
3781 endif # HAVE_INTROSPECTION
3785 src/gudev/gudev-1.0.pc.in \
3786 src/gudev/gudevmarshal.list \
3787 src/gudev/gudevenumtypes.h.template \
3788 src/gudev/gudevenumtypes.c.template \
3789 src/gudev/gjs-example.js \
3790 src/gudev/seed-example-enum.js \
3791 src/gudev/seed-example.js
3793 # ------------------------------------------------------------------------------
3794 mtd_probe_SOURCES = \
3795 src/udev/mtd_probe/mtd_probe.c \
3796 src/udev/mtd_probe/mtd_probe.h \
3797 src/udev/mtd_probe/probe_smartmedia.c
3799 dist_udevrules_DATA += \
3800 rules/75-probe_mtd.rules
3802 udevlibexec_PROGRAMS += \
3805 # ------------------------------------------------------------------------------
3806 test_id128_SOURCES = \
3807 src/test/test-id128.c
3809 test_id128_LDADD = \
3810 libsystemd-internal.la \
3811 libsystemd-shared.la
3816 # ------------------------------------------------------------------------------
3818 rootlibexec_PROGRAMS += \
3821 systemd_activate_SOURCES = \
3822 src/activate/activate.c
3824 systemd_activate_LDADD = \
3825 libsystemd-label.la \
3826 libsystemd-internal.la \
3827 libsystemd-shared.la
3829 # ------------------------------------------------------------------------------
3830 systemd_journald_SOURCES = \
3831 src/journal/journald.c \
3832 src/journal/journald-server.h
3834 systemd_journald_LDADD = \
3835 libsystemd-journal-core.la \
3836 libsystemd-internal.la \
3837 libsystemd-shared.la
3839 systemd_cat_SOURCES = \