blob: 72970d837726340b24fe372216b2866f826b5dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/chips/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
KDRIVE=..
#include "../Kdrive.tmpl"
SRCS = chips.c chipsdraw.c chipsstub.c
OBJS = chips.o chipsdraw.o chipsstub.o
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/vesa
NormalLibraryObjectRule()
NormalLibraryTarget(chips,$(OBJS))
DependTarget()
|