mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
-rawcoord option to not transform mice on rotate, fix mtrr to use
power-of-two size, add a few vesa options
14 lines
448 B
Text
14 lines
448 B
Text
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
|
|
XCOMM $RCSId: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
SRCS = s3.c s3clock.c s3cmap.c s3curs.c s3draw.c s3gc.c s3reg.c s3stub.c
|
|
|
|
OBJS = s3.o s3clock.o s3cmap.o s3curs.o s3draw.o s3gc.o s3reg.o s3stub.o
|
|
|
|
INCLUDES = -I. $(KDINCS)
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(savage,$(OBJS))
|
|
DependTarget()
|