[perl #37898] [TODO] build parrot includes

Will Coleda via RT parrotbug-followup at parrotcode.org
Tue Nov 17 03:13:01 UTC 2009


On Mon Dec 12 04:51:54 2005, leo wrote:
> Currently the files runtime/parrot/include/*.pasm are created during 
> Configure. But that isn't necessary or rather wrong as no dependencies 
> are honored.
> 
> We should have plain Makefile rules instead, e.g.:
> 
> runtime/parrot/include/iglobals.pasm: include/parrot/interpreter.h \ 
> 
>                         tools/build/gen_pasm_include.pl
> 	tools/build/gen_pasm_include.pl $< > $@     # [1]
> 
> see also:
> 
> runtime/parrot/include/iglobals.pasm, config/gen/parrot_include.pl,  and 
> grep for 'gen_from_enum' and 'gen_from_def' in parrot include files
> 
> [1] estimated syntax, the gen_pasm_include.pl is todo and new but can 
> simply be derived from the existing config step.
> 
> Thanks,
> leo
> 

Moving this issue to trac (https://trac.parrot.org/parrot/ticket/1285); followups there.
-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list