summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/vga16/mi
diff options
context:
space:
mode:
authordpw <empty>1994-03-28 21:01:00 +0000
committerdpw <empty>1994-03-28 21:01:00 +0000
commitad9308c9ea4b12a771dcec309fef68c50699ead3 (patch)
treeeddb9546a8f21f5251b76819818c02354bcc70d0 /xc/programs/Xserver/hw/xfree86/vga16/mi
parent456591911a37e42b2343367019d2def7c98645ad (diff)
initial external version
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/vga16/mi')
-rw-r--r--xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile b/xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile
new file mode 100644
index 000000000..d769eac3c
--- /dev/null
+++ b/xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile
@@ -0,0 +1,31 @@
+XCOMM $XConsortium$
+#include <Server.tmpl>
+
+SRCS = mibitblt16.c mipushpx16.c
+
+OBJS = mibitblt16.o mipushpx16.o
+
+DEFINES = -DXF86VGA16
+
+INCLUDES = -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(INCLUDESRC) \
+ -I$(FONTINCSRC)
+LINTLIBS = ../../../../dix/llib-ldix.ln ../../../../os/llib-los.ln
+
+all:: $(OBJS)
+
+SubdirLibraryRule($(OBJS))
+NormalLibraryObjectRule()
+NormalLintTarget($(SRCS))
+
+ObjectFromSpecialSource(mibitblt16,$(SERVERSRC)/mi/mibitblt,-DXF86VGA16)
+ObjectFromSpecialSource(mipushpx16,$(SERVERSRC)/mi/mipushpxl,-DXF86VGA16)
+
+InstallLinkKitNonExecFile(mibitblt16.o,$(LINKKITDIR)/lib)
+InstallLinkKitNonExecFile(mipushpx16.o,$(LINKKITDIR)/lib)
+
+#if HasSaberC
+saber_src:
+ XCOMM load $(CFLAGS) $(SRCS)
+#endif
+
+DependTarget()