# Makefile for Interpreter Design Kit using Borland C++

LANG = cll
LANG_EXT = function
SUPPORT_EXT = function

EXT_TESTS = tf1.dx tf1.dc tf1.ax tf1.ac

!include ..\..\common.mk

tf1.dx: $(TEST_DIR)\tf1.scf  dxi.exe
tf1.dc: $(TEST_DIR)\tf1.scf  dci.exe
tf1.ax: $(TEST_DIR)\tf1.scf  astxi.exe
tf1.ac: $(TEST_DIR)\tf1.scf  astci.exe


