Hi,
I am trying to create an archive using mk32, but don't seem to get the right oder. Is this general possible. I have tried a few variations on the form show below, but nothing seems to work properly. My makefile has the followong format:
.SUFFIXES: .f90 .obj
OBJFILES=f mittelwert
LINKER=slink COMPILER=ftn95 BIB=testlib
.f90.obj: $(COMPILER) $< /check
obj.lib: \((LINKER) -archive:\)(BIB).lib -addobj:$(OBJFILES) -FILE