summaryrefslogtreecommitdiff
path: root/hw/kdrive/igs/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/igs/Imakefile')
-rw-r--r--hw/kdrive/igs/Imakefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/hw/kdrive/igs/Imakefile b/hw/kdrive/igs/Imakefile
new file mode 100644
index 000000000..05d1e1c76
--- /dev/null
+++ b/hw/kdrive/igs/Imakefile
@@ -0,0 +1,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()