]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/systemd.pc.in
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / core / systemd.pc.in
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
a3723b97
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
a3723b97
LP
8# (at your option) any later version.
9
8c6db833 10prefix=@prefix@
1c2c7c6c
ZJS
11rootprefix=@rootprefix@
12sysconfdir=@sysconfdir@
13systemdutildir=${rootprefix}/lib/systemd
14systemdsystemunitdir=${rootprefix}/lib/systemd/system
15systemdsystempresetdir=${rootprefix}/lib/systemd/system-preset
16systemduserunitdir=${prefix}/lib/systemd/user
17systemduserpresetdir=${prefix}/lib/systemd/user-preset
18systemdsystemconfdir=${sysconfdir}/systemd/system
19systemduserconfdir=${sysconfdir}/systemd/user
9d648202
LP
20systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
21systemduserunitpath=${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
1c2c7c6c
ZJS
22systemdsystemgeneratordir=${rootprefix}/lib/systemd/system-generators
23systemdusergeneratordir=${prefix}/lib/systemd/user-generators
24systemdsleepdir=${rootprefix}/lib/systemd/system-sleep
25systemdshutdowndir=${rootprefix}/lib/systemd/system-shutdown
26tmpfilesdir=${prefix}/lib/tmpfiles.d
27sysusersdir=${prefix}/lib/sysusers.d
28sysctldir=${prefix}/lib/sysctl.d
29binfmtdir=${prefix}/lib/binfmt.d
30modulesloaddir=${prefix}/lib/modules-load.d
31catalogdir=${prefix}/lib/systemd/catalog
f7dc3ab9
LP
32systemuidmax=@systemuidmax@
33systemgidmax=@systemgidmax@
87d5e4f2
LP
34dynamicuidmin=@dynamicuidmin@
35dynamicuidmax=@dynamicuidmax@
36containeruidbasemin=@containeruidbasemin@
37containeruidbasemax=@containeruidbasemax@
8c6db833
LP
38
39Name: systemd
af2d49f7 40Description: systemd System and Service Manager
a67c318d
ZJS
41URL: @PROJECT_URL@
42Version: @PROJECT_VERSION@