added third, tiny version number to mklib scripts
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Sep 1999 15:11:01 +0000 (15:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Sep 1999 15:11:01 +0000 (15:11 +0000)
src/glu/mesa/Makefile.BeOS
src/glu/mesa/Makefile.BeOS-R4
src/glu/mesa/Makefile.X11
src/glut/glx/Makefile.X11
src/glut/glx/Makefile.cygnus
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11

index 016bb580ae3f2247919f3b097d0df8940ec6a2c7..721ad943fbb22706bc2f72656b44f927456c7591 100644 (file)
@@ -54,7 +54,7 @@ targets: $(LIBDIR)/$(GLU_LIB)
 
 # Make the library:
 $(LIBDIR)/$(GLU_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLU_LIB) 2 6 $(OBJECTS)
+       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
 #      $(RANLIB) $(GLU_LIB)
        mv $(GLU_LIB)* $(LIBDIR)
 
index 4584c3201b8bdcc5f2417ff3ff6e43e4127e8dae..13f024f5ec9aa335768bc534bf9077200a01a3be 100644 (file)
 # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-# $Id: Makefile.BeOS-R4,v 1.2 1999/09/10 02:03:31 gareth Exp $
+# $Id: Makefile.BeOS-R4,v 1.3 1999/09/15 15:11:01 brianp Exp $
 
 # $Log: Makefile.BeOS-R4,v $
+# Revision 1.3  1999/09/15 15:11:01  brianp
+# added third, tiny version number to mklib scripts
+#
 # Revision 1.2  1999/09/10 02:03:31  gareth
 # Added GLU 1.3 tessellation (except winding rule code).
 #
@@ -63,7 +66,7 @@ targets: $(LIBDIR)/$(GLU_LIB)
 
 # Make the library:
 $(LIBDIR)/$(GLU_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) -L$(LIBDIR) -lMesaGL $(OBJECTS)
+       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) -L$(LIBDIR) -lMesaGL $(OBJECTS)
        mv $(GLU_LIB)* $(LIBDIR)
 
 include ../Make-config
index 2b123810a57a85d27cb154438e54f106de2455ce..c5dd490dfaefe80d0c0eb8599af7f9d10a060aa0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.2 1999/09/10 02:03:31 gareth Exp $
+# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:01 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -40,7 +40,7 @@ targets: $(LIBDIR)/$(GLU_LIB)
 
 # Make the library:
 $(LIBDIR)/$(GLU_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(OBJECTS)
+       $(MAKELIB) $(GLU_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
        mv $(GLU_LIB)* $(LIBDIR)
 
 include ../Make-config
index 04676e04899131fa34eb0e8c24ddfcbfe483655e..bcd7155e8793d2316e240187e2b903af9e8e2ccb 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.1 1999/08/19 14:00:01 brianp Exp $
+# $Id: Makefile.X11,v 1.2 1999/09/15 15:11:24 brianp Exp $
 
 # Makefile for GLUT
 #
@@ -16,6 +16,9 @@
 
 
 # $Log: Makefile.X11,v $
+# Revision 1.2  1999/09/15 15:11:24  brianp
+# added third, tiny version number to mklib scripts
+#
 # Revision 1.1  1999/08/19 14:00:01  brianp
 # initial check-in (post crash)
 #
@@ -25,6 +28,7 @@
 
 GLUT_MAJOR = 3
 GLUT_MINOR = 7
+GLUT_TINY = 0
 
 VPATH = RCS
 
@@ -104,7 +108,7 @@ targets: $(LIBDIR)/$(GLUT_LIB)
 
 # Make the library
 $(LIBDIR)/$(GLUT_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLUT_LIB) $(GLUT_MAJOR) $(GLUT_MINOR) $(OBJECTS)
+       $(MAKELIB) $(GLUT_LIB) $(GLUT_MAJOR) $(GLUT_MINOR) $(GLUT_TINY) $(OBJECTS)
        mv $(GLUT_LIB)* $(LIBDIR)
 
 include ../Make-config
index cf41987a55af2bee26231d76f5756ebfa733858c..5d5fa6912c52d41b6cf9a845ad6d70534d74a57e 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.cygnus for Cygnus-Win32 target
 # /Stephane Rehel, November 16 1997
 
-# Makefile for GLUT 3.6
+# Makefile for GLUT 3.7
 #
 # NOTICE:  The OpenGL Utility Toolkit (GLUT) distribution contains source
 # code published in a book titled "Programming OpenGL for the X Window
@@ -19,7 +19,8 @@
 ##### MACROS #####
 
 GLUT_MAJOR = 3
-GLUT_MINOR = 6
+GLUT_MINOR = 7
+GLUT_TINY = 0
 
 VPATH = RCS
 
@@ -92,7 +93,7 @@ targets: $(LIBDIR)/$(GLUT_LIB)
 
 # Make the library
 $(LIBDIR)/$(GLUT_LIB): $(OBJECTS)
-       $(MAKELIB) $(GLUT_LIB) $(GLUT_MAJOR) $(GLUT_MINOR) $(OBJECTS)
+       $(MAKELIB) $(GLUT_LIB) $(GLUT_MAJOR) $(GLUT_MINOR) $(GLUT_TINY) $(OBJECTS)
        mv $(GLUT_LIB)* $(LIBDIR)
 
 include ../Make-config
index 56df7256e3070fe0e6915b26c7533c09d50086a3..790e7881bc30aca46f728cb4f4616bd9e7be5dd9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.2 1999/09/07 21:32:30 brianp Exp $
+# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -222,7 +222,7 @@ targets: $(LIBDIR)/$(GL_LIB)
 
 # Make the library
 $(LIBDIR)/$(GL_LIB): $(OBJECTS)
-       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(OBJECTS)
+       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
        rm -f $(LIBDIR)/$(GL_LIB)*
        mv $(GL_LIB)* $(LIBDIR)
 
index 56df7256e3070fe0e6915b26c7533c09d50086a3..790e7881bc30aca46f728cb4f4616bd9e7be5dd9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.2 1999/09/07 21:32:30 brianp Exp $
+# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -222,7 +222,7 @@ targets: $(LIBDIR)/$(GL_LIB)
 
 # Make the library
 $(LIBDIR)/$(GL_LIB): $(OBJECTS)
-       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(OBJECTS)
+       $(MAKELIB) $(GL_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
        rm -f $(LIBDIR)/$(GL_LIB)*
        mv $(GL_LIB)* $(LIBDIR)