xserver-multidpi/hw/kdrive/ipaq/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

14 lines
223 B
Plaintext

XCOMM $RCSId: $
KDRIVE=..
#include "../Kdrive.tmpl"
SRCS = ipaq.c
OBJS = ipaq.o
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/fbdev -I$(KDRIVE)/pcmcia
NormalLibraryObjectRule()
NormalLibraryTarget(ipaq,$(OBJS))
DependTarget()