summaryrefslogtreecommitdiff
path: root/hw/kdrive/mach64/Imakefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-06-16 05:48:49 +0000
committerKeith Packard <keithp@keithp.com>2001-06-16 05:48:49 +0000
commit54aea8ec0c1c3633788fd9b19636093860c75d53 (patch)
tree974db54afd6773b3fc044378c30aae6b27a7eac1 /hw/kdrive/mach64/Imakefile
parentf386ca6c69ba10cd8c0dd60bb25cde37ecfc8bc7 (diff)
Patch DPMS support in kdrive/mach64, add preliminary (broken) Xv support
Diffstat (limited to 'hw/kdrive/mach64/Imakefile')
-rw-r--r--hw/kdrive/mach64/Imakefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/hw/kdrive/mach64/Imakefile b/hw/kdrive/mach64/Imakefile
index 067db5110..103bfb887 100644
--- a/hw/kdrive/mach64/Imakefile
+++ b/hw/kdrive/mach64/Imakefile
@@ -1,12 +1,17 @@
-XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/mach64/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
+XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/mach64/Imakefile,v 1.1 2001/06/03 18:48:19 keithp Exp $
KDRIVE=..
#include "../Kdrive.tmpl"
-SRCS = mach64.c mach64draw.c mach64stub.c
+#if BuildXvExt
+XVSRCS=mach64video.c
+XVOBJS=mach64video.o
+#endif
-OBJS = mach64.o mach64draw.o mach64stub.o
+SRCS = mach64.c mach64draw.c mach64stub.c $(XVSRCS)
-DEFINES = -DVESA /* -DUSE_PCI*/
+OBJS = mach64.o mach64draw.o mach64stub.o $(XVOBJS)
+
+DEFINES = XvExtensionDefines -DVESA /* -DUSE_PCI*/
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/vesa