/xen/tools/include/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 15 XEN_PUBLIC_INCLUDES = $(wildcard $(XEN_ROOT)/xen/include/public/*.h) 16 …B_X86_INCLUDES = $(filter-out %autogen.h, $(XEN_ROOT)/xen/include/xen/lib/x86/Makefile $(wildcard … 21 ln -sf $(XEN_ROOT)/xen/include/public/COPYING xen 27 ln -sf $(XEN_ROOT)/xen/include/acpi acpi 29 ln -sf $(XEN_ROOT)/xen/include/asm-x86 xen/asm 38 $(MAKE) -C xen/lib/x86 all XEN_ROOT=$(XEN_ROOT) PYTHON=$(PYTHON) 42 xen-xsm/.dir: $(XEN_ROOT)/xen/xsm/flask/policy/mkflask.sh \ 43 $(patsubst %,$(XEN_ROOT)/xen/xsm/flask/%,$(FLASK_H_DEPEND)) [all …]
|
/xen/tools/python/ |
A D | setup.py | 5 XEN_ROOT = "../.." variable 9 PATH_XEN = XEN_ROOT + "/tools/include" 10 PATH_LIBXENTOOLLOG = XEN_ROOT + "/tools/libs/toollog" 11 PATH_LIBXENEVTCHN = XEN_ROOT + "/tools/libs/evtchn" 12 PATH_LIBXC = XEN_ROOT + "/tools/libxc" 13 PATH_LIBXL = XEN_ROOT + "/tools/libxl" 14 PATH_XENSTORE = XEN_ROOT + "/tools/xenstore"
|
/xen/tools/ |
A D | Rules.mk | 6 -include $(XEN_ROOT)/config/Tools.mk 7 include $(XEN_ROOT)/Config.mk 10 INSTALL = $(XEN_ROOT)/tools/cross-install 14 XEN_INCLUDE = $(XEN_ROOT)/tools/include 17 XEN_LIBXENEVTCHN = $(XEN_ROOT)/tools/libs/evtchn 19 XEN_LIBXENCALL = $(XEN_ROOT)/tools/libs/call 23 XEN_LIBXC = $(XEN_ROOT)/tools/libxc 24 XEN_XENLIGHT = $(XEN_ROOT)/tools/libxl 27 XEN_XENSTORE = $(XEN_ROOT)/tools/xenstore 29 XEN_LIBVCHAN = $(XEN_ROOT)/tools/libvchan [all …]
|
/xen/tools/tests/vpci/ |
A D | Makefile | 1 XEN_ROOT=$(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 26 vpci.c: $(XEN_ROOT)/xen/drivers/vpci/vpci.c 30 list.h: $(XEN_ROOT)/xen/include/xen/list.h 31 vpci.h: $(XEN_ROOT)/xen/include/xen/vpci.h
|
/xen/xen/include/xen/lib/x86/ |
A D | Makefile | 1 include $(XEN_ROOT)/Config.mk 6 cpuid-autogen.h: $(XEN_ROOT)/xen/include/public/arch-x86/cpufeatureset.h $(XEN_ROOT)/xen/tools/gen-… 7 $(PYTHON) $(XEN_ROOT)/xen/tools/gen-cpuid.py -i $< -o $@.new
|
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | Makefile | 1 XEN_ROOT=$(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 12 vpath %.c $(XEN_ROOT)/xen/lib/x86 15 [ -L $@ ] || ln -sf $(XEN_ROOT)/xen/arch/x86/$@ 20 [ -L $* ] || ln -sf $(XEN_ROOT)/tools/tests/x86_emulator/$* 28 x86.h := $(addprefix $(XEN_ROOT)/tools/include/xen/asm/,\ 30 $(addprefix $(XEN_ROOT)/tools/include/xen/lib/x86/, \
|
/xen/stubdom/grub/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../.. macro 3 include $(XEN_ROOT)/Config.mk 8 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libs/toollog/include 9 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include -I$(XEN_ROOT)/tools/include -I. 13 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/firmware/vgabios
|
/xen/tools/firmware/xen-dir/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 14 DEP_DIRS=$(foreach i, $(LINK_DIRS), $(XEN_ROOT)/$(i)) 15 DEP_FILES=$(foreach i, $(LINK_FILES), $(XEN_ROOT)/$(i)) 45 find $(XEN_ROOT)/$(d)/ -type d |\ 48 (cd $(XEN_ROOT); \
|
/xen/tools/libs/toollog/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 11 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/tools/tests/vhpet/ |
A D | Makefile | 2 XEN_ROOT=$(CURDIR)/../../.. macro 3 include $(XEN_ROOT)/tools/Rules.mk 35 hpet.h: $(XEN_ROOT)/xen/include/asm-x86/hpet.h 38 hpet.c: $(XEN_ROOT)/xen/arch/x86/hvm/hpet.c
|
/xen/tools/golang/xenlight/ |
A D | Makefile | 1 XEN_ROOT=$(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 26 XEN_ROOT=$(XEN_ROOT) $(PYTHON) gengotypes.py $(LIBXL_SRC_DIR)/libxl_types.idl
|
/xen/docs/figs/ |
A D | Makefile | 2 XEN_ROOT=$(CURDIR)/../.. macro 3 include $(XEN_ROOT)/Config.mk 4 -include $(XEN_ROOT)/config/Docs.mk
|
/xen/tools/ocaml/libs/xl/ |
A D | Makefile | 2 XEN_ROOT=$(TOPLEVEL)/../.. macro 53 _libxl_types.ml.in _libxl_types.mli.in _libxl_types.inc: genwrap.py $(XEN_ROOT)/tools/libxl/libxl_t… 54 $(XEN_ROOT)/tools/libxl/idl.py 55 PYTHONPATH=$(XEN_ROOT)/tools/libxl $(PYTHON) genwrap.py \ 56 $(XEN_ROOT)/tools/libxl/libxl_types.idl \
|
/xen/tools/pygrub/ |
A D | setup.py | 8 XEN_ROOT = "../.." variable 12 include_dirs = [ XEN_ROOT + "/tools/libfsimage/common/" ], 13 library_dirs = [ XEN_ROOT + "/tools/libfsimage/common/" ],
|
/xen/tools/libfsimage/ext2fs-lib/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 10 CFLAGS += -include $(XEN_ROOT)/tools/config.h 21 include $(XEN_ROOT)/tools/libfsimage/Rules.mk
|
/xen/tools/libfsimage/zfs/ |
A D | Makefile | 24 XEN_ROOT = $(CURDIR)/../../.. macro 26 CFLAGS += -DFSYS_ZFS -DFSIMAGE -I$(XEN_ROOT)/tools/libfsimage/zfs 40 include $(XEN_ROOT)/tools/libfsimage/Rules.mk
|
/xen/tools/libs/evtchn/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 16 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/tools/libs/devicemodel/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 16 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/tools/libs/call/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 16 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/tools/libs/foreignmemory/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 16 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/tools/libs/toolcore/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 11 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/ |
A D | Config.mk | 3 ifeq ($(filter /%,$(XEN_ROOT)),) 4 $(error XEN_ROOT must be absolute) 20 -include $(XEN_ROOT)/.config 38 DISTDIR ?= $(XEN_ROOT)/dist 68 include $(XEN_ROOT)/config/$(XEN_OS).mk 69 include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk 149 export XEN_ROOT="$(XEN_ROOT)" 216 QEMU_UPSTREAM_INTREE ?= $(XEN_ROOT)/tools/qemu-xen 217 QEMU_TRADITIONAL_INTREE ?= $(XEN_ROOT)/tools/qemu-xen-traditional
|
/xen/tools/libs/gnttab/ |
A D | Makefile | 1 XEN_ROOT = $(CURDIR)/../../.. macro 2 include $(XEN_ROOT)/tools/Rules.mk 18 include $(XEN_ROOT)/tools/libs/libs.mk
|
/xen/xen/xsm/flask/ |
A D | Makefile | 42 flask-policy.S: $(XEN_ROOT)/xen/tools/binfile 43 $(SHELL) $(XEN_ROOT)/xen/tools/binfile -i $@ policy.bin xsm_flask_init_policy 49 …$(MAKE) -f $(XEN_ROOT)/tools/flask/policy/Makefile.common -C $(XEN_ROOT)/tools/flask/policy FLASK_…
|
/xen/tools/xenstat/xentop/ |
A D | Makefile | 13 XEN_ROOT=$(CURDIR)/../../.. macro 14 include $(XEN_ROOT)/tools/Rules.mk 26 CFLAGS += -include $(XEN_ROOT)/tools/config.h
|