Silverfrost Forums

Welcome to our forums

makefile generating multiple .exe's

12 Jul 2006 12:26 #860

Hi,

I would like to generate more than one executable with a single makefile. From the makefile examples in the Users Guide I do'nt seem to get this to work. If I have file1.f90 ... file4.f90 I would like to generate prog1.exe ... prog4.exe using a single makefile.

What would the makefile look like?

Thanks

17 Jul 2006 1:27 #865

Johannes

It might be simpler to run a batch file containing

mk32 makefile1 mk32 makefile2 ....

Please login to reply.