summaryrefslogtreecommitdiff
path: root/hw/kdrive/mach64/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/mach64/Imakefile')
-rw-r--r--hw/kdrive/mach64/Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/hw/kdrive/mach64/Imakefile b/hw/kdrive/mach64/Imakefile
new file mode 100644
index 000000000..067db5110
--- /dev/null
+++ b/hw/kdrive/mach64/Imakefile
@@ -0,0 +1,15 @@
+XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/mach64/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
+KDRIVE=..
+#include "../Kdrive.tmpl"
+
+SRCS = mach64.c mach64draw.c mach64stub.c
+
+OBJS = mach64.o mach64draw.o mach64stub.o
+
+DEFINES = -DVESA /* -DUSE_PCI*/
+
+INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/vesa
+
+NormalLibraryObjectRule()
+NormalLibraryTarget(mach64,$(OBJS))
+DependTarget()