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# https://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@ 44 45CONFIG_DIR := @CONFIG_DIR@ 46INITD_DIR := @INITD_DIR@ 47CONFIG_LEAF_DIR := @CONFIG_LEAF_DIR@ 48BASH_COMPLETION_DIR := $(CONFIG_DIR)/bash_completion.d 49XEN_LOCK_DIR := @XEN_LOCK_DIR@ 50XEN_PAGING_DIR := @XEN_PAGING_DIR@ 51XEN_DUMP_DIR := @XEN_DUMP_DIR@ 52DEBUG_DIR := @DEBUG_DIR@ 53 54XENFIRMWAREDIR := @XENFIRMWAREDIR@ 55 56XEN_CONFIG_DIR := @XEN_CONFIG_DIR@ 57XEN_SCRIPT_DIR := @XEN_SCRIPT_DIR@ 58 59PKG_INSTALLDIR := ${libdir}/pkgconfig 60