CompuServe Messages

GNU 'make'

    15-Jan-94 01:26:24
Sb: #38843-GNU 'make'
Fm: Fred Mitchell 71534,632
To: Gerald Bonnstetter 71172,3141
Yes it will. In fact, it sounds perfect for what you want. It does not use makefile per-se, but it has discriptor files that you can configure anyway you want. In fact, you can have multiple configurations on line, and maintain several compiled configurations at once. (e.g. you can have your code compiled for 68000, 68030 no FPU, and 68040 w/FPU (and a debug configuration!) all at once). RMake keeps the object files for different configurations in different subdirs to pull this off. Give me a couple of days; I'll see about getting a version uploaded here.