summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/tnl_dd/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/mesa/tnl_dd/Imakefile')
-rw-r--r--xc/lib/GL/mesa/tnl_dd/Imakefile59
1 files changed, 59 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/tnl_dd/Imakefile b/xc/lib/GL/mesa/tnl_dd/Imakefile
new file mode 100644
index 000000000..22995e6f1
--- /dev/null
+++ b/xc/lib/GL/mesa/tnl_dd/Imakefile
@@ -0,0 +1,59 @@
+XCOMM $XFree86: xc/lib/GL/mesa/src/tnl_dd/Imakefile,v 1.6 2002/11/25 12:58:55 tsi Exp $
+
+#include <Threads.tmpl>
+
+/*
+ * Need both shared and unshared Mesa objects in the following cases:
+ * GlxDriverUsesMesa
+ * GlxBuiltInXMesa
+ * BuildOSMesaLib
+ *
+ * In other cases, only the shared version is needed to link in to loadable
+ * driver modules.
+ */
+
+#if GlxDriverUsesMesa || GlxBuiltInXMesa || BuildOSMesaLib
+#define DoNormalLib (NormalLibGlx || SharedLibGlxWithoutPIC)
+#define DoSharedLib (SharedLibGlx && !SharedLibGlxWithoutPIC)
+#define DoExtraLib SharedLibGlx
+#define DoDebugLib DebugLibGlx
+#define DoProfileLib ProfileLibGlx
+#else
+#define DoNormalLib SharedLibGlxWithoutPIC
+#define DoSharedLib !SharedLibGlxWithoutPIC
+#define DoExtraLib NO
+#define DoDebugLib NO
+#define DoProfileLib NO
+#endif
+
+
+#define MesaTnlDdBuildDir /**/
+#define NeedToLinkMesaSrc
+#include "Imakefile.inc"
+
+#if Malloc0ReturnsNull
+ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
+#endif
+
+#if BuildXF86DRI
+ DRI_DEFINES = GlxDefines
+ DRI_INCLUDES = -I../../../dri -I../../../glx -I../../dri -I../../../include \
+ -I$(XINCLUDESRC) -I$(INCLUDESRC)/GL \
+ -I$(XF86OSSRC) -I$(SERVERSRC)/GL/dri
+#endif
+
+MESA_INCLUDES = -I$(MESASRCDIR)/src \
+ -I$(MESASRCDIR)/src/math \
+ -I$(MESASRCDIR)/src/tnl_dd \
+ -I$(MESASRCDIR)/include \
+ -I../../../include
+
+ INCLUDES = $(MESA_INCLUDES) $(DRI_INCLUDES)
+
+ DEFINES = $(ALLOC_DEFINES) $(DRI_DEFINES) $(ASM_DEFS) $(MATHDEF)
+
+#include <Library.tmpl>
+
+LibraryObjectRule()
+
+DependTarget()