mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
13 lines
364 B
Text
13 lines
364 B
Text
XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/igs/Imakefile,v 1.2 2000/05/24 23:52:47 keithp Exp $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
SRCS = igs.c igscmap.c igscurs.c igsdraw.c igsreg.c igsstub.c
|
|
|
|
OBJS = igs.o igscmap.o igscurs.o igsdraw.o igsreg.o igsstub.o
|
|
|
|
INCLUDES = -I. $(KDINCS)
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(igs,$(OBJS))
|
|
DependTarget()
|