# makefile for Interpreter Design Kit using Watcom compilers LANG = cll LANG_EXT = base SUPPORT_EXT = complex RES = r3x EXT_TESTS = tx1.dx tx1.dc tx1.ax tx1.ac !include ..\..\common.mk tx1.dx: $(TEST_DIR)\tx1.scf dxi.exe tx1.dc: $(TEST_DIR)\tx1.scf dci.exe tx1.ax: $(TEST_DIR)\tx1.scf astxi.exe tx1.ac: $(TEST_DIR)\tx1.scf astci.exe