summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-12-13 01:58:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-12-13 01:58:20 +0000
commit82e9f0099d8ef50cb56289784b81cd37c2f864f5 (patch)
tree54cbf1ca071c6d5d8a2fe46355012c0b29f7717a
parent3c7b7df6d5d7fefeec601c6e23024692a9ba77e7 (diff)
fix some matypes.h glitches
-rw-r--r--src/mesa/Makefile.X1118
1 files changed, 17 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 1923e14738..7a0e82c86e 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -58,12 +58,28 @@ OBJECTS = \
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
+# need some special rules here, unfortunately
x86/matypes.h: main/mtypes.h tnl/t_context.h x86/gen_matypes.c
$(CC) $(INCLUDE_DIRS) $(CFLAGS) x86/gen_matypes.c -o x86/gen_matypes
./x86/gen_matypes > x86/matypes.h
- rm -f x86/gen_matypes x86/*.o
+ #rm -f x86/gen_matypes x86/*.o
x86/common_x86_asm.o: x86/matypes.h
+x86/3dnow_normal.o: x86/matypes.h
+x86/3dnow_xform1.o: x86/matypes.h
+x86/3dnow_xform2.o: x86/matypes.h
+x86/3dnow_xform3.o: x86/matypes.h
+x86/3dnow_xform4.o: x86/matypes.h
+x86/mmx_blend.o: x86/matypes.h
+x86/sse_normal.o: x86/matypes.h
+x86/sse_xform1.o: x86/matypes.h
+x86/sse_xform2.o: x86/matypes.h
+x86/sse_xform3.o: x86/matypes.h
+x86/sse_xform4.o: x86/matypes.h
+x86/x86_cliptest.o: x86/matypes.h
+x86/x86_xform2.o: x86/matypes.h
+x86/x86_xform3.o: x86/matypes.h
+x86/x86_xform4.o: x86/matypes.h