changed a warning string
[mesa.git] / src / mesa / Makefile.X11
index 790e7881bc30aca46f728cb4f4616bd9e7be5dd9..d026075c8e4a049cb838a2119b6fe1d3610efd2d 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.3 1999/09/15 15:11:52 brianp Exp $
+# $Id: Makefile.X11,v 1.7 1999/11/11 01:22:28 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.1
+# Version:  3.3
 # Copyright (C) 1995-1999  Brian Paul
 
 # Makefile for core library
@@ -9,18 +9,22 @@
 
 ##### MACROS #####
 
+GL_MAJOR = 1
+GL_MINOR = 2
+GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
+
 VPATH = RCS
 
 INCDIR = ../include
 LIBDIR = ../lib
 
+
 CORE_SOURCES = \
+       glapi.c \
+       glapinoop.c \
        accum.c \
        alpha.c \
        alphabuf.c \
-       api1.c \
-       api2.c \
-       apiext.c \
        attrib.c \
        bbox.c \
        bitmap.c \
@@ -33,6 +37,7 @@ CORE_SOURCES = \
        cva.c \
        debug_xform.c \
        depth.c \
+       dispatch.c \
        dlist.c \
        drawpix.c \
        enable.c \
@@ -42,21 +47,22 @@ CORE_SOURCES = \
        feedback.c \
        fog.c \
        get.c \
+       glmisc.c \
        hash.c \
        image.c \
+       imaging.c \
        light.c \
        lines.c \
        logic.c \
        masking.c \
        matrix.c \
-       misc.c \
+       mem.c \
        mmath.c \
        mthreads.c \
        pb.c \
        pixel.c \
        pipeline.c \
        points.c \
-       pointers.c \
        polygon.c \
        quads.c \
        rastpos.c \
@@ -222,7 +228,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)