matypes.h doesn't really depend on assyntax.h; assyntax.h is only present
on x86; and this way we remove the need of grep being available (which is
relevant for scons and non-unix platforms).
(cherry picked from commit fc286ff3ba
)
tags/mesa_7_3_rc1
@@ -24,6 +24,6 @@ clean: | |||
# need some special rules here, unfortunately | |||
matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes | |||
../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.h | |||
../x86/gen_matypes > matypes.h | |||
xform4.o: matypes.h |
@@ -30,6 +30,7 @@ | |||
#ifdef USE_3DNOW_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "norm_args.h" | |||
@@ -25,6 +25,7 @@ | |||
*/ | |||
#ifdef USE_3DNOW_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -25,6 +25,7 @@ | |||
*/ | |||
#ifdef USE_3DNOW_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -25,6 +25,7 @@ | |||
*/ | |||
#ifdef USE_3DNOW_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -25,6 +25,7 @@ | |||
*/ | |||
#ifdef USE_3DNOW_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -92,7 +92,6 @@ int main( int argc, char **argv ) | |||
printf( "#ifndef __ASM_TYPES_H__\n" ); | |||
printf( "#define __ASM_TYPES_H__\n" ); | |||
printf( "\n" ); | |||
printf( "#include \"assyntax.h\"\n" ); | |||
/* GLcontext offsets: |
@@ -1,10 +1,11 @@ | |||
; | |||
/* | |||
* Written by José Fonseca <j_r_fonseca@yahoo.co.uk> | |||
* Written by Jos� Fonseca <j_r_fonseca@yahoo.co.uk> | |||
*/ | |||
#ifdef USE_MMX_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
/* integer multiplication - alpha plus one |
@@ -32,6 +32,7 @@ | |||
*/ | |||
#ifdef USE_SSE_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "norm_args.h" | |||
@@ -32,6 +32,7 @@ | |||
*/ | |||
#ifdef USE_SSE_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -32,6 +32,7 @@ | |||
*/ | |||
#ifdef USE_SSE_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -32,6 +32,7 @@ | |||
*/ | |||
#ifdef USE_SSE_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -25,6 +25,7 @@ | |||
*/ | |||
#ifdef USE_SSE_ASM | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -30,6 +30,7 @@ | |||
* in there will break the build on some platforms. | |||
*/ | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "clip_args.h" | |||
@@ -30,6 +30,7 @@ | |||
* in there will break the build on some platforms. | |||
*/ | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -30,6 +30,7 @@ | |||
* in there will break the build on some platforms. | |||
*/ | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||
@@ -30,6 +30,7 @@ | |||
* in there will break the build on some platforms. | |||
*/ | |||
#include "assyntax.h" | |||
#include "matypes.h" | |||
#include "xform_args.h" | |||