mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 09:30:19 +01:00
remove all.h, mem.h, mem.c
This commit is contained in:
parent
c2836e9ac6
commit
92c195211a
5 changed files with 3 additions and 8 deletions
|
|
@ -90,7 +90,6 @@ MESA_CORE_SRCS = \
|
|||
light.c \
|
||||
lines.c \
|
||||
matrix.c \
|
||||
mem.c \
|
||||
mmath.c \
|
||||
pixel.c \
|
||||
points.c \
|
||||
|
|
|
|||
|
|
@ -121,7 +121,6 @@ CORE_SOURCES = \
|
|||
light.c \
|
||||
lines.c \
|
||||
matrix.c \
|
||||
mem.c \
|
||||
mmath.c \
|
||||
pixel.c \
|
||||
points.c \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ CORE_SRCS = \
|
|||
light.c \
|
||||
lines.c \
|
||||
matrix.c \
|
||||
mem.c \
|
||||
mmath.c \
|
||||
pixel.c \
|
||||
points.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue