# makefile for Interpreter Design Kit using Watcom compilers LANG = cll LANG_EXT = function SUPPORT_EXT = function TF1 = tf1.dx tf1.dc tf1.ax tf1.ac 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