Cannot open included file

You’ve instructed make where to look, but not the Fortran compiler. There may be a compile option for that. In my code, in a DOS environment, I just worked directly:

a.f: include ‘c.inc’
b.f: include ‘…\c.inc’