From: Gareth H. <ga...@va...> - 2001-03-29 03:13:39
|
Brian Paul wrote: > > Gareth Hughes wrote: > > > > CVSROOT: /cvsroot/mesa3d > > Module name: Mesa > > Repository: Mesa/src/X86/ > > Changes by: gareth@usw-pr-cvs1. 01/03/28 12:44:44 > > > > Log message: > > New type system for assembly code. Asm files should now include > > matypes.h, which includes assyntax.h and is generated from the core Mesa > > header files. > > What do you think of including the generated "X86/matypes.h" file > in CVS? > > That'll save people the task of compiling it themselves. I do > this with the sources generated by the python scripts in Mesa/bin/. > > Otherwise, we should add Makefile rules to compile and run gen_matypes. We have them. It's only built if you choose one of the -x86 configs (and I'm filling in the missing ones in Make-config now). I'd prefer to have this built on the fly, as it's more likely to change regularly than the other generated source files. -- Gareth |