monthplot: interface.o monthplot.x mplot.o
	$(F77) $(LDFLAGS) $(STRIP) -o monthplot interface.o monthplot.x mplot.o  $(GRZ)
	@echo monthplot loaded
interface.C: ; echo "INCLUDE(u/cinter)CINTER(monthplot,g)" >interface.C
internal: monthplot.x mplot.o
	echo INTERNALS $?
