TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../../.. SRCDIR = @srcdir@ VPATH = @srcdir@ TESTDLL = krnl386.dll IMPORTS = user32 kernel32 ASM = C_SRCS = \ krnl386.c # Rule for making 16 bit sources if assembler is available ifdef ASM ASM_SRCS = \ int21.asm $(TESTDLL) : $(ASM_SRCS) .com.asm: -$(ASM) -f bin -w+orphan-labels -o $@ $< endif @MAKE_TEST_RULES@