blob: 5845a22fe4e81164bc6dc69f1e31fb2514c5f4c0 [file] [log] [blame]
#
# ======== TOOLS ========
#
# This file defines macros that are used to locate the various
# tools used for XDC builds. The following macros may be defined:
#
# CLASSPATH - the classpath used when running the XDC tools. The
# default is "<dir>/iliad.jar;<dir>/antlr.jar;<dir>/js.jar",
# where <dir> is the directory containing iliad.jar.
#
# JDK - location of a Java Developer's Kit. There is no default.
# This value is only used when building packages that
# contain Java code.
#
# TAR - a 1.21 or compatible version of tar
#
# ZIP - a 2.3 or compatible version of zip
#
# UNZIP - a 5.50 or compatible version of zip
#
TAR = /usr/bin/tar
ZIP = /usr/bin/zip
UNZIP = /usr/bin/unzip