[Mono-list] codegen.h?
   
    Piyush, Garyali (IE10)
     
    Piyush.Garyali@honeywell.com
       
    Tue, 12 Nov 2002 01:12:20 -0600
    
    
  
Hi,
I was browsing through the code and after doing a grep
for 'codegen.h' I found that it was being used by:-
./jit/mono.c
./jit/debug-dwarf2.c
./jit/debug-stabs.c
./jit/debug.c
./jit/emit-x86.c
./jit/exception.c
./jit/helpers.c
./jit/jit.c
./jit/trampoline.c
Now, 'codegen.h' and 'codegen-x86.c' are there in the code
to be  built but once 'make' is done and 'make clean' is executed, it
just removes both of these files.
I fail to understand why these files ought to be *removed* after the 
clean if they are not creating any potential threat to the code-base.
Thx in adv,
~p garyali