removed glmisc.c, added buffers.c, hint.c, state.c
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:15:53 +0000 (19:15 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:15:53 +0000 (19:15 +0000)
src/mesa/Makefile.X11
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.X11

index 8ea152369cb7ff38d481153b2a8a29c8621706cc..f132aa5bed132cb3c26e10443123267634f084a3 100644 (file)
@@ -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
index ef2e48fc449e5507f79e808f531a9c8ebe802d7a..81fa57216f44158eec1fde0b12ac17945a4ed727 100644 (file)
@@ -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 \
index 8ea152369cb7ff38d481153b2a8a29c8621706cc..f132aa5bed132cb3c26e10443123267634f084a3 100644 (file)
@@ -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