1#!/bin/sh
2echo "Script to invoke Jam from the top and install"
3echo "binaries in the ./bin directory and samples into the ref ./directory"
4
5if [ X$OS != "XWindows_NT" ] ; then
6	# Fixup issues with the .zip format
7	chmod +x *.sh
8fi
9jam -q -fJambase -j${NUMBER_OF_PROCESSORS:-2} install
10