summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:15:53 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:15:53 +0000
commit23903a2338cc5931218fa310d31de002d7a7676b (patch)
treef5e1ee50fad199a96b40f43c1d3587f02731dbd4
parentd0a3ea051a3825441cdc97a82fa9a9c6e7e83087 (diff)
removed glmisc.c, added buffers.c, hint.c, state.c
-rw-r--r--src/mesa/Makefile.X1116
-rw-r--r--src/mesa/main/Makefile.DJ6
-rw-r--r--src/mesa/main/Makefile.X1116
3 files changed, 32 insertions, 6 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 8ea152369c..f132aa5bed 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.15 2000/01/28 22:18:03 brianp Exp $
+# $Id: Makefile.X11,v 1.16 2000/02/02 19:15:53 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -27,6 +27,7 @@ CORE_SOURCES = \
bbox.c \
bitmap.c \
blend.c \
+ buffers.c \
clip.c \
colortab.c \
config.c \
@@ -47,9 +48,9 @@ CORE_SOURCES = \
get.c \
glapi.c \
glapinoop.c \
- glmisc.c \
glthread.c \
hash.c \
+ hint.c \
image.c \
imaging.c \
light.c \
@@ -72,6 +73,7 @@ CORE_SOURCES = \
shade.c \
span.c \
stages.c \
+ state.c \
stencil.c \
teximage.c \
texobj.c \
@@ -163,6 +165,16 @@ X/xmesa4.o: X/xmesa4.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
SVGA/svgamesa.o: SVGA/svgamesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa8.o: SVGA/svgamesa8.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa15.o: SVGA/svgamesa15.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa16.o: SVGA/svgamesa16.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa24.o: SVGA/svgamesa24.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa32.o: SVGA/svgamesa32.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
OSmesa/osmesa.o: OSmesa/osmesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxapi.o: FX/fxapi.c
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ
index ef2e48fc44..81fa57216f 100644
--- a/src/mesa/main/Makefile.DJ
+++ b/src/mesa/main/Makefile.DJ
@@ -1,4 +1,4 @@
-# $Id: Makefile.DJ,v 1.3 1999/12/17 15:15:46 brianp Exp $
+# $Id: Makefile.DJ,v 1.4 2000/02/02 19:15:53 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -45,6 +45,7 @@ CORE_SOURCES = \
bbox.c \
bitmap.c \
blend.c \
+ buffers.c \
clip.c \
colortab.c \
config.c \
@@ -65,9 +66,9 @@ CORE_SOURCES = \
get.c \
glapi.c \
glapinoop.c \
- glmisc.c \
glthread.c \
hash.c \
+ hint.c \
image.c \
imaging.c \
light.c \
@@ -90,6 +91,7 @@ CORE_SOURCES = \
shade.c \
span.c \
stages.c \
+ state.c \
stencil.c \
teximage.c \
texobj.c \
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 8ea152369c..f132aa5bed 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.15 2000/01/28 22:18:03 brianp Exp $
+# $Id: Makefile.X11,v 1.16 2000/02/02 19:15:53 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -27,6 +27,7 @@ CORE_SOURCES = \
bbox.c \
bitmap.c \
blend.c \
+ buffers.c \
clip.c \
colortab.c \
config.c \
@@ -47,9 +48,9 @@ CORE_SOURCES = \
get.c \
glapi.c \
glapinoop.c \
- glmisc.c \
glthread.c \
hash.c \
+ hint.c \
image.c \
imaging.c \
light.c \
@@ -72,6 +73,7 @@ CORE_SOURCES = \
shade.c \
span.c \
stages.c \
+ state.c \
stencil.c \
teximage.c \
texobj.c \
@@ -163,6 +165,16 @@ X/xmesa4.o: X/xmesa4.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
SVGA/svgamesa.o: SVGA/svgamesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa8.o: SVGA/svgamesa8.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa15.o: SVGA/svgamesa15.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa16.o: SVGA/svgamesa16.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa24.o: SVGA/svgamesa24.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
+SVGA/svgamesa32.o: SVGA/svgamesa32.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
OSmesa/osmesa.o: OSmesa/osmesa.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
FX/fxapi.o: FX/fxapi.c