Replaced the .cpp-ized (for build issue) common GLUT source files by their
[mesa.git] / src / mesa / main / Makefile.BeOS-R5
index 65303863a2365af98131238ba9941064bf73759e..5e5d3300c3151aeadd07e542772e5d2a9a31f68f 100644 (file)
@@ -1,7 +1,7 @@
 # Mesa 3-D graphics library
-# Version:  4.1
+# Version:  5.1
 # 
-# Copyright (C) 1995-2002  Brian Paul   All Rights Reserved.
+# Copyright (C) 1995-2003  Brian Paul   All Rights Reserved.
 # 
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -61,8 +61,10 @@ MESA_CORE_SRCS = \
        api_noop.c \
        api_validate.c \
        accum.c \
+       arbprogram.c \
        attrib.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
@@ -90,20 +92,20 @@ MESA_CORE_SRCS = \
        light.c \
        lines.c \
        matrix.c \
-       mem.c \
-       mmath.c \
        pixel.c \
        points.c \
        polygon.c \
        rastpos.c \
        state.c \
        stencil.c \
+       texcompress.c \
+       texcompress_fxt1.c \
+       texcompress_s3tc.c \
        texformat.c \
        teximage.c \
        texobj.c \
        texstate.c \
        texstore.c \
-       texutil.c \
        varray.c \
        vpexec.c \
        vpparse.c \
@@ -133,7 +135,6 @@ MESA_CORE_SRCS = \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_histogram.c \
        swrast/s_imaging.c \
        swrast/s_lines.c \
        swrast/s_logic.c \