XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $ XCOMM $XFree86: $ KDRIVE=.. #include "../Kdrive.tmpl" SRCS = keyboard.c linux.c ps2.c bus.c OBJS = keyboard.o linux.o ps2.o bus.o INCLUDES = -I. $(KDINCS) NormalLibraryObjectRule() NormalLibraryTarget(linux,$(OBJS)) DependTarget()