XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $ XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/itsy/Imakefile,v 1.2 2000/09/03 05:11:18 keithp Exp $ KDRIVE=.. #include "../Kdrive.tmpl" SRCS = itsy.c ts.c kbd.c OBJS = itsy.o ts.o kbd.o INCLUDES = -I. $(KDINCS) NormalLibraryObjectRule() NormalLibraryTarget(itsy,$(OBJS)) DependTarget()