From: Brian Paul Date: Fri, 23 Nov 2001 20:44:12 +0000 (+0000) Subject: fix for bug 474479, remove Trace/* stuff X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=358ed73e1db4826fca3c33f78553ffd9322df109;p=mesa.git fix for bug 474479, remove Trace/* stuff --- diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 6d13089aa18..dc7b2c99f25 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.58 2001/09/23 16:11:26 brianp Exp $ +# $Id: Makefile.X11,v 1.59 2001/11/23 20:44:12 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.0 +# Version: 4.1 # Copyright (C) 1995-2001 Brian Paul # Makefile for core library @@ -167,13 +167,7 @@ DRIVER_SOURCES = \ SVGA/svgamesa15.c \ SVGA/svgamesa16.c \ SVGA/svgamesa24.c \ - SVGA/svgamesa32.c \ - Trace/tr_context.c \ - Trace/tr_control.c \ - Trace/tr_error.c \ - Trace/tr_support.c \ - Trace/tr_wrapper.c \ - Trace/tr_write.c + SVGA/svgamesa32.c ASM_SOURCES = @@ -279,7 +273,9 @@ X86/matypes.h: mtypes.h tnl/t_context.h X86/gen_matypes.c ./X86/gen_matypes > X86/matypes.h rm -f X86/gen_matypes X86/*.o -$(ASM_SOURCES): X86/matypes.h +# We have X86/matypes.h depend on X86/matypes.h so that if ASM_SOURCES +# is empty we don't get an invalid Makefile. +$(ASM_SOURCES) X86/matypes.h: X86/matypes.h GGI/ggimesa.o: GGI/ggimesa.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 6d13089aa18..dc7b2c99f25 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.58 2001/09/23 16:11:26 brianp Exp $ +# $Id: Makefile.X11,v 1.59 2001/11/23 20:44:12 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.0 +# Version: 4.1 # Copyright (C) 1995-2001 Brian Paul # Makefile for core library @@ -167,13 +167,7 @@ DRIVER_SOURCES = \ SVGA/svgamesa15.c \ SVGA/svgamesa16.c \ SVGA/svgamesa24.c \ - SVGA/svgamesa32.c \ - Trace/tr_context.c \ - Trace/tr_control.c \ - Trace/tr_error.c \ - Trace/tr_support.c \ - Trace/tr_wrapper.c \ - Trace/tr_write.c + SVGA/svgamesa32.c ASM_SOURCES = @@ -279,7 +273,9 @@ X86/matypes.h: mtypes.h tnl/t_context.h X86/gen_matypes.c ./X86/gen_matypes > X86/matypes.h rm -f X86/gen_matypes X86/*.o -$(ASM_SOURCES): X86/matypes.h +# We have X86/matypes.h depend on X86/matypes.h so that if ASM_SOURCES +# is empty we don't get an invalid Makefile. +$(ASM_SOURCES) X86/matypes.h: X86/matypes.h GGI/ggimesa.o: GGI/ggimesa.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@