1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 systemd_analyze_sources = files(
6 'analyze-capability.c',
7 'analyze-cat-config.c',
8 'analyze-compare-versions.c',
10 'analyze-critical-chain.c',
13 'analyze-exit-status.c',
15 'analyze-filesystems.c',
16 'analyze-image-policy.c',
17 'analyze-inspect-elf.c',
18 'analyze-log-control.c',
23 'analyze-service-watchdogs.c',
25 'analyze-syscall-filter.c',
27 'analyze-time-data.c',
29 'analyze-timestamp.c',
30 'analyze-unit-files.c',
31 'analyze-unit-paths.c',
33 'analyze-verify-util.c',
38 executable_template + {
39 'name' : 'systemd-analyze',
40 'public' : conf.get('ENABLE_ANALYZE') == 1,
41 'sources' : systemd_analyze_sources,
42 'include_directories' : core_includes,
47 'dependencies' : libseccomp,
48 'install' : conf.get('ENABLE_ANALYZE') == 1,
50 core_test_template + {
53 'analyze-verify-util.c',