diff options
author | Gareth Hughes <[email protected]> | 2001-03-29 06:46:15 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-29 06:46:15 +0000 |
commit | 1b2fef5c28a40cd001598071e25b876ad4fccdd1 (patch) | |
tree | 03d5dd8385ddfc5ad18b4e02f1de6533e202c3a5 /src/mesa/main/Makefile.X11 | |
parent | 8e48a232fe48e4b6855cecb1d02363fb142365ae (diff) |
Consolidation of asm code in 3.5
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index c514e927f02..7a7d18a2366 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.50 2001/03/29 03:41:40 gareth Exp $ +# $Id: Makefile.X11,v 1.51 2001/03/29 06:46:15 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -108,7 +108,7 @@ CORE_SOURCES = \ X86/x86.c \ X86/common_x86.c \ X86/3dnow.c \ - X86/katmai.c \ + X86/sse.c \ math/m_debug_norm.c \ math/m_debug_vertex.c \ math/m_debug_xform.c \ @@ -280,7 +280,7 @@ X86/common_x86.o: X86/common_x86.c X86/common_x86_asm.o: X86/common_x86_asm.S X86/matypes.h X86/3dnow.o: X86/3dnow.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ -X86/katmai.o: X86/katmai.c +X86/sse.o: X86/sse.c $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@ X86/matypes.h: mtypes.h tnl/t_context.h X86/gen_matypes.c $(CC) -I. -I$(INCDIR) $(CFLAGS) X86/gen_matypes.c -o X86/gen_matypes |