source: trunk/packages/xen-common/xen-common/tools/vnet/Make.env @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 941 bytes
Line 
1# -*- mode: Makefile; -*-
2
3# Include any local overrides.
4-include $(VNET_ROOT)/Make.local
5
6# If building vnets outside the xen source tree, set XEN_ROOT to the
7# absolute path of the root of the xen source tree. Edit this file
8# or set XEN_ROOT in Make.local, the make command line or
9# the environment. For example put this in Make.local:
10# export XEN_ROOT = $(shell cd ~/xen-unstable.hg && pwd)
11
12export XEN_ROOT ?= $(shell cd $(VNET_ROOT)/../.. && pwd)
13
14export LINUX_SERIES   ?= 2.6
15
16DISTDIR               ?= $(XEN_ROOT)/dist
17export DESTDIR        ?= $(DISTDIR)/install
18
19export VNET_MODULE_DIR = $(VNET_ROOT)/vnet-module
20export VNETD_DIR       = $(VNET_ROOT)/vnetd
21export LIBXUTIL_DIR    = $(VNET_ROOT)/libxutil
22
23
24export GC_DIR          = $(VNET_ROOT)/build/gc
25export GC_INCLUDE      = $(GC_DIR)/include
26export GC_LIB_DIR      = $(GC_DIR)/lib
27export GC_LIB_A        = $(GC_LIB_DIR)/libgc.a
28export GC_LIB_SO       = $(GC_LIB_DIR)/libgc.so
Note: See TracBrowser for help on using the repository browser.