Josh Wilmes <[EMAIL PROTECTED]> wrote: > At 11:40 on 06/01/2003 +0200, Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> Yep. Imcc should definitely move out off languages into its own subdir >> under the top level (Not in the top level itself).
> The problem is, if you're really going to do recursive makefiles without > headaches, each makefile needs to be building a fairly self-sufficient > module. And at the moment, if we were to build a libimcc or something > like that and link it into parrot, it would in turn require libparrot to > build. In the first place, I would just build it as now: 1) make static (= libparrot) 2) make imcc (= imcc/*.o + libparrot) 3) (re)name the executable from 2) parrot We will need something like libimcc finally, but this is basically the built executable w/o imcc's main.c. leo