diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-25 13:50:48 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-25 13:50:48 +0000 |
commit | 92c195211a9f9d6cfcf369230c799a468fa2dc37 (patch) | |
tree | 1405387ddd618d29833fc75f1a474befb5727573 /src | |
parent | c2836e9ac6ab643d293f9db8b52239299132c5bf (diff) |
remove all.h, mem.h, mem.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/Makefile.BeOS-R5 | 1 | ||||
-rw-r--r-- | src/mesa/main/Makefile.DJ | 1 | ||||
-rw-r--r-- | src/mesa/main/Makefile.OSMesa16 | 3 | ||||
-rw-r--r-- | src/mesa/main/Makefile.ugl | 5 | ||||
-rw-r--r-- | src/mesa/main/Makefile.win | 1 |
5 files changed, 3 insertions, 8 deletions
diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index 00deb0e007..97d814c917 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -90,7 +90,6 @@ MESA_CORE_SRCS = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 92a9f09044..528c71dd5a 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -121,7 +121,6 @@ CORE_SOURCES = \ light.c \
lines.c \
matrix.c \
- mem.c \
mmath.c \
pixel.c \
points.c \
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index 1f3b09206a..fc1bba2ed3 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,4 +1,4 @@ -# $Id: Makefile.OSMesa16,v 1.8 2002/09/27 02:45:37 brianp Exp $ +# $Id: Makefile.OSMesa16,v 1.9 2002/10/25 13:50:48 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -55,7 +55,6 @@ CORE_SOURCES = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ diff --git a/src/mesa/main/Makefile.ugl b/src/mesa/main/Makefile.ugl index ae9ee7e541..95d880984f 100644 --- a/src/mesa/main/Makefile.ugl +++ b/src/mesa/main/Makefile.ugl @@ -35,8 +35,8 @@ # already contain only one file. # ##### MACROS ##### -MESA_MAJOR=3 -MESA_MINOR=5 +MESA_MAJOR=4 +MESA_MINOR=1 MESA_TINY=0 VERSION=$(MESA_MAJOR).$(MESA_MINOR) @@ -85,7 +85,6 @@ GL_SOURCES = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 3b80a78609..24c41d21a4 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -70,7 +70,6 @@ CORE_SRCS = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ |