more work on GL_ARB_texture_compression
[mesa.git] / src / mesa / main / Makefile.DJ
index ef2e48fc449e5507f79e808f531a9c8ebe802d7a..81d753566837201995a045299b2a4a9eea6e89d7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.DJ,v 1.3 1999/12/17 15:15:46 brianp Exp $
+# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -38,6 +38,7 @@ LIBDIR = ..\lib
 CFLAGS +=  -D__DOS__ -D__MSDOS32__
 
 CORE_SOURCES = \
+       aatriangle.c \
        accum.c \
        alpha.c \
        alphabuf.c \
@@ -45,6 +46,7 @@ CORE_SOURCES = \
        bbox.c \
        bitmap.c \
        blend.c \
+       buffers.c \
        clip.c \
        colortab.c \
        config.c \
@@ -65,9 +67,9 @@ CORE_SOURCES = \
        get.c \
        glapi.c \
        glapinoop.c \
-       glmisc.c \
        glthread.c \
        hash.c \
+       hint.c \
        image.c \
        imaging.c \
        light.c \
@@ -79,6 +81,7 @@ CORE_SOURCES = \
        mmath.c \
        pb.c \
        pixel.c \
+       pixeltex.c \
        pipeline.c \
        points.c \
        polygon.c \
@@ -90,11 +93,13 @@ CORE_SOURCES = \
        shade.c \
        span.c \
        stages.c \
+       state.c \
        stencil.c \
        teximage.c \
        texobj.c \
        texstate.c \
        texture.c \
+       texutil.c \
        translate.c \
        triangle.c \
        varray.c \