# makefile for Interpreter Design Kit using Watcom compilers LANG = pll LANG_EXT = struct SUPPORT_EXT = struct TS1 = ts1.dx ts1.dc ts1.ax ts1.ac EXT_TESTS = ts1.dx ts1.dc ts1.ax ts1.ac !include ..\..\common.mk ts1.dx: ts1.scf dxi.exe ts1.dc: ts1.scf dci.exe ts1.ax: ts1.scf astxi.exe ts1.ac: ts1.scf astci.exe