summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/mesa/src/Imakefile')
-rw-r--r--xc/lib/GL/mesa/src/Imakefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/xc/lib/GL/mesa/src/Imakefile b/xc/lib/GL/mesa/src/Imakefile
index d9f973e6e..f8232128f 100644
--- a/xc/lib/GL/mesa/src/Imakefile
+++ b/xc/lib/GL/mesa/src/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile,v 1.16 2000/08/01 20:28:38 dawes Exp $
+XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile,v 1.19 2000/10/20 12:57:22 alanh Exp $
#include <Threads.tmpl>
@@ -374,10 +374,6 @@ LinkSourceFile(zoom.h, $(MESASRCDIR)/src)
#endif
#if GlxBuiltInMesa || GlxDriverUsesMesa || !GlxUseBuiltInDRIDriver
- MESASUBDIRS =
-#ifdef i386Architecture
- ASMSUBDIRS = X86
-#endif
#include <Library.tmpl>
@@ -386,17 +382,22 @@ LibraryObjectRule()
SubdirLibraryRule($(OBJS))
NormalLintTarget($(SRCS))
-#else
-
-AllTarget($(OBJS))
-
-#endif
+#ifdef i386Architecture
#define IHaveSubdirs
#define PassCDebugFlags
-SUBDIRS = $(MESASUBDIRS) $(ASMSUBDIRS)
+SUBDIRS = X86
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
+
+#endif
+
+#else
+
+AllTarget($(OBJS))
+
+#endif
+
DependTarget()