21 lines
454 B
Plaintext
21 lines
454 B
Plaintext
XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/smi/Imakefile,v 1.2 2001/06/16 05:48:48 keithp Exp $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
#if BuildXvExt
|
|
XVSRCS=smivideo.c
|
|
XVOBJS=smivideo.o
|
|
#endif
|
|
|
|
SRCS = smi.c smidraw.c smistub.c $(XVSRCS)
|
|
|
|
OBJS = smi.o smidraw.o smistub.o $(XVOBJS)
|
|
|
|
DEFINES = XvExtensionDefines -DVESA /* -DUSE_PCI*/
|
|
|
|
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/vesa
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(smi,$(OBJS))
|
|
DependTarget()
|