summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/Imakefile
blob: c4fc2642fed0707aba320f3e7b0b8e9598738b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.8 2001/10/12 06:33:09 keithp Exp $
KDRIVE=..
#include "../Kdrive.tmpl"

#if TouchScreen
#if HasTsLib
TSSRCS = tslib.c
TSOBJS = tslib.o
#else
TSSRCS = ts.c
TSOBJS = ts.o
#endif
#endif

SRCS = keyboard.c linux.c mouse.c ps2.c bus.c ms.c agp.c $(TSSRCS)

OBJS = keyboard.o linux.o mouse.o ps2.o bus.o ms.o agp.o $(TSOBJS)

INCLUDES = -I. $(KDINCS)

NormalLibraryObjectRule()
NormalLibraryTarget(linux,$(OBJS))

DependTarget()