]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/systemd.pc.in
Merge pull request #14645 from keszybz/sd-bus-message-dump
[thirdparty/systemd.git] / src / core / systemd.pc.in
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9
10 prefix=@prefix@
11 rootprefix=@rootprefix_noslash@
12 sysconfdir=@sysconfdir@
13 systemdutildir=${rootprefix}/lib/systemd
14 systemdsystemunitdir=${rootprefix}/lib/systemd/system
15 systemdsystempresetdir=${rootprefix}/lib/systemd/system-preset
16 systemduserunitdir=${prefix}/lib/systemd/user
17 systemduserpresetdir=${prefix}/lib/systemd/user-preset
18 systemdsystemconfdir=${sysconfdir}/systemd/system
19 systemduserconfdir=${sysconfdir}/systemd/user
20 systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
21 systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemduserunitdir}:/usr/lib/systemd/user:/usr/share/systemd/user
22 systemdsystemgeneratordir=${rootprefix}/lib/systemd/system-generators
23 systemdusergeneratordir=${prefix}/lib/systemd/user-generators
24 systemdsystemgeneratorpath=/run/systemd/system-generators:/etc/systemd/system-generators:/usr/local/lib/systemd/system-generators:${systemdsystemgeneratordir}
25 systemdusergeneratorpath=/run/systemd/user-generators:/etc/systemd/user-generators:/usr/local/lib/systemd/user-generators:${systemdusergeneratordir}
26 systemdsleepdir=${rootprefix}/lib/systemd/system-sleep
27 systemdshutdowndir=${rootprefix}/lib/systemd/system-shutdown
28 tmpfilesdir=${prefix}/lib/tmpfiles.d
29 sysusersdir=${prefix}/lib/sysusers.d
30 sysctldir=${prefix}/lib/sysctl.d
31 binfmtdir=${prefix}/lib/binfmt.d
32 modulesloaddir=${prefix}/lib/modules-load.d
33 catalogdir=${prefix}/lib/systemd/catalog
34 systemuidmax=@systemuidmax@
35 systemgidmax=@systemgidmax@
36 dynamicuidmin=@dynamicuidmin@
37 dynamicuidmax=@dynamicuidmax@
38 containeruidbasemin=@containeruidbasemin@
39 containeruidbasemax=@containeruidbasemax@
40
41 Name: systemd
42 Description: systemd System and Service Manager
43 URL: @PROJECT_URL@
44 Version: @PROJECT_VERSION@