summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile')
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile b/xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile
new file mode 100644
index 000000000..78a184cbf
--- /dev/null
+++ b/xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile
@@ -0,0 +1,38 @@
+XCOMM
+XCOMM This is an Imakefile for the tcx driver.
+XCOMM
+XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile,v 1.1 2000/06/30 17:15:16 dawes Exp $
+
+#define IHaveModules
+#include <Server.tmpl>
+
+SRCS = tcx_driver.c tcx_cursor.c
+OBJS = tcx_driver.o tcx_cursor.o
+
+#if defined(XF86DriverSDK)
+INCLUDES = -I. -I../../include
+#else
+INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86OSSRC) \
+ -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \
+ -I$(SERVERSRC)/Xext -I$(SERVERSRC)/cfb \
+ -I$(XF86SRC)/ramdac \
+ -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
+ -I$(EXTINCSRC)
+#endif
+
+#if MakeHasPosixVariableSubstitutions
+SubdirLibraryRule($(OBJS))
+#endif
+
+ModuleObjectRule()
+
+ObjectModuleTarget(suntcx,$(OBJS))
+
+InstallObjectModule(suntcx,$(MODULEDIR),drivers)
+
+#if !defined(XF86DriverSDK)
+CppManTarget(suntcx,)
+InstallModuleManPage(suntcx)
+#endif
+
+DependTarget()