1# The host to log in and run the build. 2host=jolly.cs.hut.fi 3 4# (optional) The host where to copy the distribution and scripts. It 5# seems that the scp subsystem is broken on jolly. 6scp_host=earthquake.cs.hut.fi 7 8# (optional) The command to use instead of `make'. 9make=gmake 10export make 11 12# Any environment variables to set before building should go here. 13CC=cc 14export CC 15