changed a warning string
[mesa.git] / src / mesa / Makefile.X11
index 8fb680dad4b5bfcf80cc03e001a625b64c625b43..d026075c8e4a049cb838a2119b6fe1d3610efd2d 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.5 1999/09/17 12:07:10 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
@@ -18,13 +18,13 @@ 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 \
@@ -37,6 +37,7 @@ CORE_SOURCES = \
        cva.c \
        debug_xform.c \
        depth.c \
+       dispatch.c \
        dlist.c \
        drawpix.c \
        enable.c \
@@ -46,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 \