blob: 05d1e1c769290d3daa4d16af650fe22eaf809817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
XCOMM $XFree86$
#include <Server.tmpl>
SRCS = igs.c igsdraw.c igsstub.c
OBJS = igs.o igsdraw.o igsstub.o
INCLUDES = -I.. -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
-I../../../fb -I../../../mi -I../../../include -I../../../os \
-I$(EXTINCSRC) -I$(XINCLUDESRC)
NormalLibraryObjectRule()
NormalLibraryTarget(igs,$(OBJS))
DependTarget()
|