summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-12-27 23:01:27 +0000
committerAdam Jackson <ajax@nwnk.net>2005-12-27 23:01:27 +0000
commit72817714a0787536ce8e8ad0d5473dea0f1c1abe (patch)
tree491b3ad2277ac2b484bcba622f0769a8da325a2e /hw/kdrive/linux
parent9dd0af6cb4e2c8976ada57a4f4ed16faae090a9d (diff)
Remove Imakefiles.
Diffstat (limited to 'hw/kdrive/linux')
-rw-r--r--hw/kdrive/linux/Imakefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/hw/kdrive/linux/Imakefile b/hw/kdrive/linux/Imakefile
deleted file mode 100644
index c4fc2642f..000000000
--- a/hw/kdrive/linux/Imakefile
+++ /dev/null
@@ -1,25 +0,0 @@
-XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
-XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/linux/Imakefile,v 1.8 2001/10/12 06:33:09 keithp Exp $
-KDRIVE=..
-#include "../Kdrive.tmpl"
-
-#if TouchScreen
-#if HasTsLib
-TSSRCS = tslib.c
-TSOBJS = tslib.o
-#else
-TSSRCS = ts.c
-TSOBJS = ts.o
-#endif
-#endif
-
-SRCS = keyboard.c linux.c mouse.c ps2.c bus.c ms.c agp.c $(TSSRCS)
-
-OBJS = keyboard.o linux.o mouse.o ps2.o bus.o ms.o agp.o $(TSOBJS)
-
-INCLUDES = -I. $(KDINCS)
-
-NormalLibraryObjectRule()
-NormalLibraryTarget(linux,$(OBJS))
-
-DependTarget()