Steve Fink <[EMAIL PROTECTED]> wrote: > What if we just used unix-style paths in the *.in files, as in your > solution, but explicitly marked all paths as paths?
What about a somewhat more abstracted description of dirs and files and autogenerate makefiles for different platforms with some templates? [DIR] io [FILES] io.c io_buf.c ... [DIR] imcc [FILES] cfg.c pcc.c pbc.c ... leo