summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-02 21:41:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-02 21:41:58 +0000
commitac8c241e6419f1bd85aa37849a8d7b3c050ff97b (patch)
tree3f1b5faf5b78a22fb61ed1edefe64aafb6ed87e0 /src
parentb37a084357dd08573b86d6d8c5ba43d65bdc1bd7 (diff)
removed references to removed source files
Diffstat (limited to 'src')
-rw-r--r--src/mesa/Makefile.X114
-rw-r--r--src/mesa/main/Makefile.OSMesa168
-rw-r--r--src/mesa/main/Makefile.X114
-rw-r--r--src/mesa/main/Makefile.ugl4
-rw-r--r--src/mesa/main/Makefile.win2
-rw-r--r--src/mesa/main/descrip.mms8
6 files changed, 6 insertions, 24 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 2c910418a8..6f0b391d0f 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.64 2002/01/15 18:30:58 kschultz Exp $
+# $Id: Makefile.X11,v 1.65 2002/02/02 21:41:58 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -110,11 +110,9 @@ CORE_SOURCES = \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \
- swrast/s_pb.c \
swrast/s_pixeltex.c \
swrast/s_points.c \
swrast/s_readpix.c \
- swrast/s_scissor.c \
swrast/s_span.c \
swrast/s_stencil.c \
swrast/s_texture.c \
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16
index d6da7db06c..eeb32a264b 100644
--- a/src/mesa/main/Makefile.OSMesa16
+++ b/src/mesa/main/Makefile.OSMesa16
@@ -1,8 +1,8 @@
-# $Id: Makefile.OSMesa16,v 1.5 2001/07/14 17:53:04 brianp Exp $
+# $Id: Makefile.OSMesa16,v 1.6 2002/02/02 21:41:58 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.5
-# Copyright (C) 1995-2001 Brian Paul
+# Version: 4.1
+# Copyright (C) 1995-2002 Brian Paul
# Makefile for building Mesa for 16/32-bit/channel rendering with the OSMesa
# driver.
@@ -107,11 +107,9 @@ CORE_SOURCES = \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \
- swrast/s_pb.c \
swrast/s_pixeltex.c \
swrast/s_points.c \
swrast/s_readpix.c \
- swrast/s_scissor.c \
swrast/s_span.c \
swrast/s_stencil.c \
swrast/s_texture.c \
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 2c910418a8..6f0b391d0f 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.64 2002/01/15 18:30:58 kschultz Exp $
+# $Id: Makefile.X11,v 1.65 2002/02/02 21:41:58 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -110,11 +110,9 @@ CORE_SOURCES = \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \
- swrast/s_pb.c \
swrast/s_pixeltex.c \
swrast/s_points.c \
swrast/s_readpix.c \
- swrast/s_scissor.c \
swrast/s_span.c \
swrast/s_stencil.c \
swrast/s_texture.c \
diff --git a/src/mesa/main/Makefile.ugl b/src/mesa/main/Makefile.ugl
index 2dcca3c215..92ca94c9f2 100644
--- a/src/mesa/main/Makefile.ugl
+++ b/src/mesa/main/Makefile.ugl
@@ -1,5 +1,5 @@
# Mesa 3-D graphics library
-# Version: 3.5
+# Version: 4.1
#
# Copyright (C) 2001 Wind River Systems, Inc
@@ -137,11 +137,9 @@ GL_SOURCES = \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \
- swrast/s_pb.c \
swrast/s_pixeltex.c \
swrast/s_points.c \
swrast/s_readpix.c \
- swrast/s_scissor.c \
swrast/s_span.c \
swrast/s_stencil.c \
swrast/s_texture.c \
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 81eb363353..284601a1f8 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -126,11 +126,9 @@ CORE_SRCS = \
swrast\s_lines.c \
swrast\s_logic.c \
swrast\s_masking.c \
- swrast\s_pb.c \
swrast\s_pixeltex.c \
swrast\s_points.c \
swrast\s_readpix.c \
- swrast\s_scissor.c \
swrast\s_span.c \
swrast\s_stencil.c \
swrast\s_texstore.c \
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 447c97134a..8caeeb5803 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -103,11 +103,9 @@ RASTER_SOURCES = [.swrast]s_aatriangle.c \
[.swrast]s_lines.c \
[.swrast]s_logic.c \
[.swrast]s_masking.c \
-[.swrast]s_pb.c \
[.swrast]s_pixeltex.c \
[.swrast]s_points.c \
[.swrast]s_readpix.c \
-[.swrast]s_scissor.c \
[.swrast]s_span.c \
[.swrast]s_stencil.c \
[.swrast]s_texstore.c \
@@ -250,13 +248,11 @@ OBJECTS8=[.swrast]s_drawpix.obj,\
[.swrast]s_lines.obj,\
[.swrast]s_logic.obj,\
[.swrast]s_masking.obj,\
-[.swrast]s_pb.obj,\
[.swrast]s_pixeltex.obj,\
[.swrast]s_points.obj
OBJECTS9=[.swrast]s_readpix.obj,\
[.swrast]s_aaline.obj,\
-[.swrast]s_scissor.obj,\
[.swrast]s_span.obj,\
[.swrast]s_stencil.obj,\
[.swrast]s_texstore.obj,\
@@ -451,16 +447,12 @@ imports.obj : imports.c
$(CC) $(CFLAGS) /obj=[.swrast]s_logic.obj [.swrast]s_logic.c
[.swrast]s_masking.obj : [.swrast]s_masking.c
$(CC) $(CFLAGS) /obj=[.swrast]s_masking.obj [.swrast]s_masking.c
-[.swrast]s_pb.obj : [.swrast]s_pb.c
- $(CC) $(CFLAGS) /obj=[.swrast]s_pb.obj [.swrast]s_pb.c
[.swrast]s_pixeltex.obj : [.swrast]s_pixeltex.c
$(CC) $(CFLAGS) /obj=[.swrast]s_pixeltex.obj [.swrast]s_pixeltex.c
[.swrast]s_points.obj : [.swrast]s_points.c
$(CC) $(CFLAGS) /obj=[.swrast]s_points.obj [.swrast]s_points.c
[.swrast]s_readpix.obj : [.swrast]s_readpix.c
$(CC) $(CFLAGS) /obj=[.swrast]s_readpix.obj [.swrast]s_readpix.c
-[.swrast]s_scissor.obj : [.swrast]s_scissor.c
- $(CC) $(CFLAGS) /obj=[.swrast]s_scissor.obj [.swrast]s_scissor.c
[.swrast]s_span.obj : [.swrast]s_span.c
$(CC) $(CFLAGS) /obj=[.swrast]s_span.obj [.swrast]s_span.c
[.swrast]s_stencil.obj : [.swrast]s_stencil.c