i915tex: Relocation fixes:
[mesa.git] / Makefile.DJ
index 78ebf43efb9c6fb62e9afa5151e827b425e976f6..deaac09d18188252b0105e2c2b2184365ed84c98 100644 (file)
@@ -20,9 +20,9 @@
 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-# DOS/DJGPP makefile v1.6 for Mesa
+# DOS/DJGPP makefile for Mesa
 #
-#  Copyright (C) 2002 - Daniel Borca
+#  Author: Daniel Borca
 #  Email : dborca@users.sourceforge.net
 #  Web   : http://www.geocities.com/dborca
 
@@ -31,9 +31,6 @@
 #  Available options:
 #
 #    Environment variables:
-#      GLU=[mesa|sgi]  specify GLU directory; can be `sgi' (requires GNU/C++)
-#                      or `mesa'.
-#                      default = mesa
 #      GLIDE           path to Glide3 SDK; used with FX.
 #                      default = $(TOP)/glide3
 #      FX=1            build for 3dfx Glide3. Note that this disables
@@ -57,8 +54,6 @@
 
 .PHONY : all libgl libglu libglut clean realclean
 
-GLU ?= mesa
-
 CFLAGS = -Wall -W -pedantic
 CFLAGS += -O2 -ffast-math
 
@@ -75,7 +70,7 @@ all: libgl libglu libglut
 libgl: lib
        $(MAKE) -f Makefile.DJ -C src/mesa
 libglu: lib
-       $(MAKE) -f Makefile.DJ -C src/glu/$(GLU)
+       $(MAKE) -f Makefile.DJ -C src/glu/sgi
 libglut: lib
        $(MAKE) -f Makefile.DJ -C src/glut/dos