mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-15 17:18:06 +02:00
-rawcoord option to not transform mice on rotate, fix mtrr to use
power-of-two size, add a few vesa options
14 lines
360 B
Text
14 lines
360 B
Text
XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/vesa/Imakefile,v 1.2 2000/09/03 05:11:22 keithp Exp $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
SRCS = vesa.c vesainit.c vbe.c vga.c vm86.c
|
|
|
|
OBJS = vesa.o vesainit.o vbe.o vga.o vm86.o
|
|
|
|
INCLUDES = -I. $(KDINCS)
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(vesa,$(OBJS))
|
|
InstallManPage(Xvesa,$(MANDIR))
|
|
DependTarget()
|