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
15 lines
361 B
Text
15 lines
361 B
Text
XCOMM $RCSId: $
|
|
#include <Server.tmpl>
|
|
|
|
SRCS = vxworks.c vxkbd.c vxkmouse.c
|
|
|
|
OBJS = vxworks.o vxkbd.o vxkmouse.o
|
|
|
|
INCLUDES = -I. -I.. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
|
|
-I../../../fb -I../../../mi -I../../../include -I../../../os \
|
|
-I$(EXTINCSRC) -I$(XINCLUDESRC)
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(vxworks,$(OBJS))
|
|
|
|
DependTarget()
|