#### GetPaths ####

PERL=`../Utils/whereis perl`
PERL?=/usr/bin/perl

PYTHON=`../Utils/whereis python`
PYTHON?=/usr/bin/python

LUA=`../Utils/whereis lua`
LUA?=/usr/bin/lua

JAVA="`../Utils/whereis jikes`;`../Utils/whereis kaffe`"
CSHARP="`../Utils/whereis cscc`;`../Utils/whereis ilrun`"
PATH_CC="`../Utils/whereis gcc`"

# InCore # defined in ../../CONFIG
#INCORE_BF?=0
#INCORE_LUA?=1

SH?=/bin/sh

include ../../CONFIG

# Version - do not edit
VERSION=1.9
