diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-14 14:55:51 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-14 14:55:51 +0000 |
commit | c01feb86533d0084596adac3d09d0b8fb398731a (patch) | |
tree | bcf28dd58085e4c3cc7d6a469fd2511b76653a3d | |
parent | 1b8d0fdcdeea21ac68c2ee856cb035c58d08eb33 (diff) |
removed references to fx_regoff.h and fx_gen_regoff.c
-rw-r--r-- | src/mesa/Makefile.X11 | 8 | ||||
-rw-r--r-- | 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 3939934b30..bc7589d1ac 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.6.2.3 2000/06/05 16:30:43 brianp Exp $ +# $Id: Makefile.X11,v 1.6.2.4 2000/07/14 14:55:51 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -214,11 +214,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 3939934b30..bc7589d1ac 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.6.2.3 2000/06/05 16:30:43 brianp Exp $ +# $Id: Makefile.X11,v 1.6.2.4 2000/07/14 14:55:51 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -214,11 +214,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 |