summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorAndre Werthmann <wertmann@cs.uni-potsdam.de>1999-11-18 09:20:50 +0000
committerAndre Werthmann <wertmann@cs.uni-potsdam.de>1999-11-18 09:20:50 +0000
commit6630e2be01f41fb3b0fdf815e00a82d8e980f116 (patch)
tree8d12988868fd05fec399316cf4f1487c2d41ccab /src/mesa/main
parent36d8d7ae815dc78e56ab64379d86f9e85b4d1c63 (diff)
checked in the first new PIII vertex-transformation code
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/Makefile.X118
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index f5e73514d3..1541f722f5 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.8 1999/11/16 15:49:12 brianp Exp $
+# $Id: Makefile.X11,v 1.9 1999/11/18 09:20:51 wertmann Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -93,7 +93,8 @@ CORE_SOURCES = \
zoom.c \
X86/x86.c \
X86/common_x86.c \
- X86/3dnow.c
+ X86/3dnow.c \
+ X86/katmai.c
DRIVER_SOURCES = \
X/glxapi.c \
@@ -206,7 +207,8 @@ X86/common_x86.o: X86/common_x86.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
X86/3dnow.o: X86/3dnow.c
$(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
-
+X86/katmai.o: X86/katmai.c
+ $(CC) -c -I. -I$(INCDIR) $(CFLAGS) $< -o $@
##### TARGETS #####