]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/systemd.pc.in
Merge pull request #11827 from keszybz/pkgconfig-variables
[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@
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 systemdsleepdir=${rootprefix}/lib/systemd/system-sleep
25 systemdshutdowndir=${rootprefix}/lib/systemd/system-shutdown
26 tmpfilesdir=${prefix}/lib/tmpfiles.d
27 sysusersdir=${prefix}/lib/sysusers.d
28 sysctldir=${prefix}/lib/sysctl.d
29 binfmtdir=${prefix}/lib/binfmt.d
30 modulesloaddir=${prefix}/lib/modules-load.d
31 catalogdir=${prefix}/lib/systemd/catalog
32 systemuidmax=@systemuidmax@
33 systemgidmax=@systemgidmax@
34 dynamicuidmin=@dynamicuidmin@
35 dynamicuidmax=@dynamicuidmax@
36 containeruidbasemin=@containeruidbasemin@
37 containeruidbasemax=@containeruidbasemax@
38
39 Name: systemd
40 Description: systemd System and Service Manager
41 URL: @PROJECT_URL@
42 Version: @PROJECT_VERSION@