removed references to removed source files

This commit is contained in:
Brian Paul
2002-02-02 21:41:58 +00:00
parent b37a084357
commit ac8c241e64
6 changed files with 6 additions and 24 deletions
+1 -3
View File
@@ -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 \
+3 -5
View File
@@ -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 \
+1 -3
View File
@@ -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 \
+1 -3
View File
@@ -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 \
-2
View File
@@ -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 \
-8
View File
@@ -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