XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/accel/cache/Imakefile,v 3.1 1996/12/23 06:33:17 dawes Exp $ XCOMM $XConsortium: Imakefile /main/4 1996/09/28 17:20:30 rws $ #include SRCS = xf86bcache.c xf86fcache.c xf86text.c OBJS = xf86bcache.o xf86fcache.o xf86text.o DEFINES = -DPSZ=8 INCLUDES = -I$(XF86COMSRC) -I$(XF86HWSRC) -I$(XF86OSSRC) -I. \ -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \ -I$(SERVERSRC)/cfb -I$(XINCLUDESRC) -I$(FONTINCSRC) NormalLibraryObjectRule() NormalAsmObjectRule() NormalLibraryTarget(xf86cache,$(OBJS)) InstallLinkKitLibrary(xf86cache,$(LINKKITDIR)/lib) DependTarget()