1# Xen system configuration
2# ========================
3#
4# Xen uses a set of variables for system configuration and at build time,
5# because of this these variables are defined on one master input source file
6# and is generated after running ./configure. The master source is located
7# on the xen source tree at under config/Paths.mk.in and it is used to
8# generate shell or header files by the build system upon demand through the
9# use of the helper makefile helper buildmakevars2file().
10#
11# For more documentation you can refer to the wiki:
12#
13# http://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
14
15PACKAGE_TARNAME          := @PACKAGE_TARNAME@
16prefix                   := @prefix@
17bindir                   := @bindir@
18sbindir                  := @sbindir@
19libdir                   := @libdir@
20libexecdir               := @libexecdir@
21datarootdir              := @datarootdir@
22mandir                   := @mandir@
23docdir                   := @docdir@
24dvidir                   := @dvidir@
25htmldir                  := @htmldir@
26pdfdir                   := @pdfdir@
27psdir                    := @psdir@
28includedir               := @includedir@
29localstatedir            := @localstatedir@
30sysconfdir               := @sysconfdir@
31
32LIBEXEC                  := @LIBEXEC@
33LIBEXEC_BIN              := @LIBEXEC_BIN@
34LIBEXEC_LIB              := @LIBEXEC_LIB@
35LIBEXEC_INC              := @LIBEXEC_INC@
36
37SHAREDIR                 := @SHAREDIR@
38MAN1DIR                  := $(mandir)/man1
39MAN8DIR                  := $(mandir)/man8
40
41XEN_RUN_DIR              := @XEN_RUN_DIR@
42XEN_LOG_DIR              := @XEN_LOG_DIR@
43XEN_LIB_DIR              := @XEN_LIB_DIR@
44XEN_LIB_STORED           := @XEN_LIB_STORED@
45XEN_RUN_STORED           := @XEN_RUN_STORED@
46
47CONFIG_DIR               := @CONFIG_DIR@
48INITD_DIR                := @INITD_DIR@
49CONFIG_LEAF_DIR          := @CONFIG_LEAF_DIR@
50BASH_COMPLETION_DIR      := $(CONFIG_DIR)/bash_completion.d
51XEN_LOCK_DIR             := @XEN_LOCK_DIR@
52XEN_PAGING_DIR           := @XEN_PAGING_DIR@
53XEN_DUMP_DIR             := @XEN_DUMP_DIR@
54
55XENFIRMWAREDIR           := @XENFIRMWAREDIR@
56
57XEN_CONFIG_DIR           := @XEN_CONFIG_DIR@
58XEN_SCRIPT_DIR           := @XEN_SCRIPT_DIR@
59
60PKG_INSTALLDIR           := ${SHAREDIR}/pkgconfig
61