summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-14 14:55:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-14 14:55:51 +0000
commitc01feb86533d0084596adac3d09d0b8fb398731a (patch)
treebcf28dd58085e4c3cc7d6a469fd2511b76653a3d
parent1b8d0fdcdeea21ac68c2ee856cb035c58d08eb33 (diff)
downloadmesa-c01feb86533d0084596adac3d09d0b8fb398731a.tar.gz
removed references to fx_regoff.h and fx_gen_regoff.c
-rw-r--r--src/mesa/Makefile.X118
-rw-r--r--src/mesa/main/Makefile.X118
2 files changed, 4 insertions, 12 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 3939934b309..bc7589d1ace 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 3939934b309..bc7589d1ace 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