From 3284b5ddbae2792dd008c27bda55d2c7a18f3f24 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 14 Jul 2000 14:55:04 +0000 Subject: removed references to fx_regoff.h and fx_gen_regoff.c --- src/mesa/Makefile.X11 | 8 ++------ src/mesa/main/Makefile.X11 | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 84a4f1d4ef3..56d2fe524eb 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $ +# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -210,11 +210,7 @@ FX/fxvsetup.o: FX/fxvsetup.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ FX/fxglidew.o: FX/fxglidew.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ -FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S FX/X86/fx_regoff.h -FX/X86/fx_regoff.h: FX/X86/fx_gen_regoff - $< > $@ -FX/X86/fx_gen_regoff : FX/X86/fx_gen_regoff.c - $(CC) -I. -I$(INCDIR) $(CFLAGS) $< -o $@ +FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S GGI/ggimesa.o: GGI/ggimesa.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ X86/x86.o: X86/x86.c diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 84a4f1d4ef3..56d2fe524eb 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $ +# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -210,11 +210,7 @@ FX/fxvsetup.o: FX/fxvsetup.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ FX/fxglidew.o: FX/fxglidew.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ -FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S FX/X86/fx_regoff.h -FX/X86/fx_regoff.h: FX/X86/fx_gen_regoff - $< > $@ -FX/X86/fx_gen_regoff : FX/X86/fx_gen_regoff.c - $(CC) -I. -I$(INCDIR) $(CFLAGS) $< -o $@ +FX/X86/fx_3dnow_fastpath.o: FX/X86/fx_3dnow_fastpath.S GGI/ggimesa.o: GGI/ggimesa.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ X86/x86.o: X86/x86.c -- cgit v1.2.3