forked from xen-project/xen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStubdom.mk.in
45 lines (33 loc) · 1.16 KB
/
Stubdom.mk.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Prefix and install folder
prefix := @prefix@
PREFIX := $(prefix)
exec_prefix := @exec_prefix@
libdir := @libdir@
LIBDIR := $(libdir)
# Path Programs
CMAKE := @CMAKE@
WGET := @WGET@ -c
# A debug build of stubdom? //FIXME: Someone make this do something
debug := @debug@
vtpm = @vtpm@
STUBDOM_TARGETS := @STUBDOM_TARGETS@
STUBDOM_BUILD := @STUBDOM_BUILD@
STUBDOM_INSTALL := @STUBDOM_INSTALL@
ZLIB_VERSION := @ZLIB_VERSION@
ZLIB_URL := @ZLIB_URL@
LIBPCI_VERSION := @LIBPCI_VERSION@
LIBPCI_URL := @LIBPCI_URL@
NEWLIB_VERSION := @NEWLIB_VERSION@
NEWLIB_URL := @NEWLIB_URL@
LWIP_VERSION := @LWIP_VERSION@
LWIP_URL := @LWIP_URL@
GRUB_VERSION := @GRUB_VERSION@
GRUB_URL := @GRUB_URL@
OCAML_VERSION := @OCAML_VERSION@
OCAML_URL := @OCAML_URL@
GMP_VERSION := @GMP_VERSION@
GMP_URL := @GMP_URL@
POLARSSL_VERSION := @POLARSSL_VERSION@
POLARSSL_URL := @POLARSSL_URL@
TPMEMU_VERSION := @TPMEMU_VERSION@
TPMEMU_URL := @TPMEMU_URL@