summaryrefslogtreecommitdiff
path: root/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-23 19:33:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-23 19:33:55 +0000
commitedda9ae9fba24cf79ded32f49553db9281559022 (patch)
tree874e79735855604ed00577cf2db20daa892e1c27 /Makefile.X11
parentac018f5494dad2af008a4a64e9c5648b3ec2fcaa (diff)
fixed 386/x86 mismatches, reordered a few configs
Diffstat (limited to 'Makefile.X11')
-rw-r--r--Makefile.X118
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index 3c2124cac2..62d3c5905f 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.36 2000/10/23 00:20:50 gareth Exp $
+# $Id: Makefile.X11,v 1.37 2000/10/23 19:33:55 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -68,15 +68,15 @@ default:
@echo " make linux for Linux systems, make shared .so libs"
@echo " make linux-static for Linux systems, make static .a libs"
- @echo " make linux-386 for Linux on Intel, make shared .so libs"
- @echo " make linux-386-static for Linux on Intel, make static .a libs"
+ @echo " make linux-trace for Linux systems, with API trace extension"
+ @echo " make linux-x86 for Linux on Intel, make shared .so libs"
+ @echo " make linux-x86-static for Linux on Intel, make static .a libs"
@echo " make linux-ggi for Linux systems with libggi"
@echo " make linux-386-ggi for Linux systems with libggi w/ Intel assembly"
@echo " make linux-glide for Linux w/ 3Dfx Glide driver"
@echo " make linux-386-glide for Linux w/ 3Dfx Glide driver, Intel assembly"
@echo " make linux-386-opt-glide for Linux with 3Dfx Voodoo1 for GLQuake"
@echo " make linux-386-opt-V2-glide for Linux with 3Dfx Voodoo2 for GLQuake"
- @echo " make linux-x86 for Linux w/ all x86 asm"
@echo " make linux-x86-glide for Linux w/ all x86 asm for Glide"
@echo " make linux-alpha for Linux on Alpha systems"
@echo " make linux-alpha-static for Linux on Alpha systems, static libs"