summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2001-07-20 23:59:42 +0000
committerDave Abrahams <dave@boostpro.com>2001-07-20 23:59:42 +0000
commit1460607d2cf8ea42e5bf01352005e839c35edb83 (patch)
tree82d0134005de9d2a592b313fc3d330296ff74b71 /Jamrules
parent3efbf52b338ed898d0c6ed145fbaa7329129702f (diff)
downloadboost-1460607d2cf8ea42e5bf01352005e839c35edb83.tar.gz
moved to main trunk
[SVN r10682]
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules18
1 files changed, 18 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
new file mode 100644
index 0000000000..012667f246
--- /dev/null
+++ b/Jamrules
@@ -0,0 +1,18 @@
+# Set some important global variables if they haven't already been set by the
+# user on the command-line or in the environment
+
+# Establish this as the root of the boost installation. Most targets will want
+# $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable
+# containing the path from the invocation directory to the project root.
+BOOST_ROOT ?= $($(gTOP)) ;
+
+# These variables tell the build system where to find the rest of the build
+# system installation (e.g. toolset descriptions, variants)
+BOOST_BUILD_INSTALLATION ?= $(TOP)$(SLASH)tools$(SLASH)build ;
+BOOST_BASE_DIR ?= $(BOOST_BUILD_INSTALLATION) ;
+
+# This variable will surely need to be set specific to your installation, though
+# we may be able to provide better defaults for some systems. It is used by the
+# toolset(s) that use STLport
+STLPORT_ROOT ?= c:/downloads/STLPort-0601 ;
+