summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 16:31:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 16:31:31 +0000
commit212e625c24be177f488054c86647ac374e61eed5 (patch)
tree31500f58d43efeeae3d8ff6e996bc7117137091e /src/glu/mesa/Makefile.X11
parentcd65179540eacb2167f48d4f58453283fb5050c4 (diff)
new version number symbols
Diffstat (limited to 'src/glu/mesa/Makefile.X11')
-rw-r--r--src/glu/mesa/Makefile.X118
1 files changed, 6 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11
index c5dd490dfa..f29b179d0d 100644
--- a/src/glu/mesa/Makefile.X11
+++ b/src/glu/mesa/Makefile.X11
@@ -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