new version number symbols
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Sep 1999 16:31:31 +0000 (16:31 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Sep 1999 16:31:31 +0000 (16:31 +0000)
src/glu/mesa/Makefile.X11
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11

index c5dd490dfaefe80d0c0eb8599af7f9d10a060aa0..f29b179d0d4e715d6958b82b11c60c2c94b5e688 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:01 brianp Exp $
+# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:31 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -9,6 +9,10 @@
 
 ##### MACROS #####
 
+GLU_MAJOR = 1
+GLU_MINOR = 2
+GLU_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY)
+
 VPATH = RCS
 
 INCDIR = ../include
@@ -40,7 +44,7 @@ targets: $(LIBDIR)/$(GLU_LIB)
 
 # Make the library:
 $(LIBDIR)/$(GLU_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
+       $(MAKELIB) $(GLU_LIB) $(GLU_MAJOR) $(GLU_MINOR) $(GLU_TINY) $(OBJECTS)
        mv $(GLU_LIB)* $(LIBDIR)
 
 include ../Make-config
index 790e7881bc30aca46f728cb4f4616bd9e7be5dd9..704963d1917d2fd06ee42ece36a6d91648b2bd9f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $
+# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:54 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -9,6 +9,10 @@
 
 ##### MACROS #####
 
+GL_MAJOR = 1
+GL_MINOR = 2
+GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY)
+
 VPATH = RCS
 
 INCDIR = ../include
@@ -222,7 +226,7 @@ targets: $(LIBDIR)/$(GL_LIB)
 
 # Make the library
 $(LIBDIR)/$(GL_LIB): $(OBJECTS)
-       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
+       $(MAKELIB) $(GL_LIB) $(GL_MAJOR) $(GL_MINOR) $(GL_TINY) $(OBJECTS)
        rm -f $(LIBDIR)/$(GL_LIB)*
        mv $(GL_LIB)* $(LIBDIR)
 
index 790e7881bc30aca46f728cb4f4616bd9e7be5dd9..704963d1917d2fd06ee42ece36a6d91648b2bd9f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $
+# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:54 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -9,6 +9,10 @@
 
 ##### MACROS #####
 
+GL_MAJOR = 1
+GL_MINOR = 2
+GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY)
+
 VPATH = RCS
 
 INCDIR = ../include
@@ -222,7 +226,7 @@ targets: $(LIBDIR)/$(GL_LIB)
 
 # Make the library
 $(LIBDIR)/$(GL_LIB): $(OBJECTS)
-       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
+       $(MAKELIB) $(GL_LIB) $(GL_MAJOR) $(GL_MINOR) $(GL_TINY) $(OBJECTS)
        rm -f $(LIBDIR)/$(GL_LIB)*
        mv $(GL_LIB)* $(LIBDIR)