blob: 9374585a77721f6690ee127d3a776fcc7d8a4838 (
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 $XFree86: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $
KDRIVE=..
#include "../Kdrive.tmpl"
SRCS = ts300.c
OBJS = ts300.o
INCLUDES = -I. $(KDINCS) -I../trio -I../sis530
NormalLibraryObjectRule()
NormalLibraryTarget(ts300,$(OBJS))
DependTarget()
|