xserver-multidpi/hw/kdrive/i810/Imakefile
Keith Packard 283a7f32c4 Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add
-rawcoord option to not transform mice on rotate, fix mtrr to use
    power-of-two size, add a few vesa options
2003-07-07 19:13:03 +00:00

22 lines
555 B
Plaintext

XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/i810/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
KDRIVE=..
#include "../Kdrive.tmpl"
#if BuildXvExt
XVSRCS = i810_video.c
XVOBJS = i810_video.o
#endif
SRCS = i810.c i810stub.c i810draw.c i810_cursor.c $(XVSRCS)
OBJS = i810.o i810stub.o i810draw.o i810_cursor.o $(XVOBJS)
DEFINES = XvExtensionDefines /* -DI810CFG_SHOW_OVERSCAN */
INCLUDES = -I. $(KDINCS)
NormalLibraryObjectRule()
NormalLibraryTarget(i810,$(OBJS))
DependTarget()