# This make file is to compile nlayer using the # MICROSOFT FORTRAN 77 Version 5.0 compiler. # FCOMPILE is a macro set in the environment. FLINK=/ex FCOMPILE=fl /c /G2 /4Yb nlayer.exe: nlayer.obj eigenfn.obj modes.obj detnt.obj hankel.obj \ hzero.obj setup.obj losses.obj link $(FLINK) nlayer+eigenfn+modes+detnt+hankel+hzero+setup+losses,\ nlayer,nul.map,,nul.def; nlayer.obj: nlayer.for param.inc common.inc $(FCOMPILE) nlayer.for eigenfn.obj: eigenfn.for param.inc common.inc $(FCOMPILE) eigenfn.for modes.obj: modes.for param.inc common.inc $(FCOMPILE) modes.for detnt.obj: detnt.for param.inc common.inc $(FCOMPILE) detnt.for hankel.obj: hankel.for $(FCOMPILE) hankel.for hzero.obj: hzero.for $(FCOMPILE) hzero.for setup.obj: setup.for param.inc common.inc $(FCOMPILE) setup.for losses.obj: losses.for param.inc common.inc $(FCOMPILE) losses.for