# makefile for Interpreter Design Kit using Watcom compilers LANG = pll LANG_EXT = combine SUPPORT_EXT = combine TA1 = ta1.dx ta1.dc ta1.ax ta1.ac TS1 = ts1.dx ts1.dc ts1.ax ts1.ac TF1 = tf1.dx tf1.dc tf1.ax tf1.ac EXT_TESTS = $(TA1) $(TS1) $(TF1) !include ..\..\common.mk ta1.dx: $(TEST_DIR)\ta1.scf dxi.exe ta1.dc: $(TEST_DIR)\ta1.scf dci.exe ta1.ax: $(TEST_DIR)\ta1.scf astxi.exe ta1.ac: $(TEST_DIR)\ta1.scf astci.exe ts1.dx: $(TEST_DIR)\ts1.scf dxi.exe ts1.dc: $(TEST_DIR)\ts1.scf dci.exe ts1.ax: $(TEST_DIR)\ts1.scf astxi.exe ts1.ac: $(TEST_DIR)\ts1.scf astci.exe 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