# # Makefile for mtm # OBJS = mtm-cohere.o mtmsubs.o miscsubs.o SRCS = mtm-cohere.f mtmsubs.f miscsubs.f f77 = f77 -v mtm-cohere:$(OBJS) f77 -o mtm-cohere $(OBJS)