Topic: Open Watcom Make versus GNU Make
Hi Jeff,
I'm used to write my own Makefiles under linux using gmake (GNU Make).
I know that there is a different Make command under Simply Fortran (wmake, from Open Watcom), but IMHO
it is less reliable and has less power than gmake. More specifically, there is no wildcard feature with wmake
to automatically set a variable with all the files present in a specified folder :
OBJS = $(wildcard build/*.o)
and this is like a neckbottle for me.
Do you plan to switch to the GNU make version ? Or at least propose an option to use one of them ?
Regards,
Édouard