mesa: Remove assyntax.h include from generated matypes.h.

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).
This commit is contained in:
José Fonseca 2008-06-04 23:55:55 +09:00
parent 8223add330
commit fc286ff3ba
17 changed files with 17 additions and 3 deletions

View file

@ -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

View file

@ -29,6 +29,7 @@
#ifdef USE_3DNOW_ASM
#include "assyntax.h"
#include "matypes.h"
#include "norm_args.h"

View file

@ -24,6 +24,7 @@
*/
#ifdef USE_3DNOW_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -24,6 +24,7 @@
*/
#ifdef USE_3DNOW_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -24,6 +24,7 @@
*/
#ifdef USE_3DNOW_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -24,6 +24,7 @@
*/
#ifdef USE_3DNOW_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -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:

View file

@ -1,10 +1,11 @@
;
/*
* Written by José Fonseca <j_r_fonseca@yahoo.co.uk>
* Written by Jos<EFBFBD> Fonseca <j_r_fonseca@yahoo.co.uk>
*/
#ifdef USE_MMX_ASM
#include "assyntax.h"
#include "matypes.h"
/* integer multiplication - alpha plus one

View file

@ -31,6 +31,7 @@
*/
#ifdef USE_SSE_ASM
#include "assyntax.h"
#include "matypes.h"
#include "norm_args.h"

View file

@ -31,6 +31,7 @@
*/
#ifdef USE_SSE_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -31,6 +31,7 @@
*/
#ifdef USE_SSE_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -31,6 +31,7 @@
*/
#ifdef USE_SSE_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -24,6 +24,7 @@
*/
#ifdef USE_SSE_ASM
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -29,6 +29,7 @@
* in there will break the build on some platforms.
*/
#include "assyntax.h"
#include "matypes.h"
#include "clip_args.h"

View file

@ -29,6 +29,7 @@
* in there will break the build on some platforms.
*/
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -29,6 +29,7 @@
* in there will break the build on some platforms.
*/
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"

View file

@ -29,6 +29,7 @@
* in there will break the build on some platforms.
*/
#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"