Glenn Fowler <gsf at research.att.com> wrote: > it would be possible to generate old make makefiles with whatever extra > stuff you need to please your build system -- it won't be as reliable > a development environment as we use everyday, but that's the alternate > build system's problem > > the build system we use also has to be taken into context > > it handles all source and multi-target binaries (including coexisting > -g|-p|-O* alternate compilations) in a single directory tree > > it separates source from generated files -- you always know what files > may be overwritten on the next build -- try to figure that out > with auto*
You may like to have a look into my makefilesystem. It does all you like using a standard make environment. Check e.g.: ftp://ftp.berlios.de/pub/cdrecord/ J?rg -- EMail:joerg at schily.isdn.cs.tu-berlin.de (home) J?rg Schilling D-13353 Berlin js at cs.tu-berlin.de (uni) schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
