mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 03:10:04 +01:00
20 lines
473 B
Text
20 lines
473 B
Text
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
|
|
XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.3 2000/09/22 06:25:09 keithp Exp $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
#if TouchScreen
|
|
TSSRCS = ts.c
|
|
TSOBJS = ts.o
|
|
#endif
|
|
|
|
SRCS = keyboard.c linux.c ps2.c bus.c agp.c $(TSSRCS)
|
|
|
|
OBJS = keyboard.o linux.o ps2.o bus.o agp.o $(TSOBJS)
|
|
|
|
INCLUDES = -I. $(KDINCS)
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(linux,$(OBJS))
|
|
|
|
DependTarget()
|