From 23903a2338cc5931218fa310d31de002d7a7676b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Feb 2000 19:15:53 +0000 Subject: [PATCH] removed glmisc.c, added buffers.c, hint.c, state.c --- src/mesa/Makefile.X11 | 16 ++++++++++++++-- src/mesa/main/Makefile.DJ | 6 ++++-- src/mesa/main/Makefile.X11 | 16 ++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 8ea1523..f132aa5 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 ef2e48f..81fa572 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 8ea1523..f132aa5 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 -- 2.7.4