nrow ncol row col: interface.o mtxfun.x
	$(F77) $(LDFLAGS) $(STRIP) -o nrow interface.o mtxfun.x $(LIBR)
	-ln nrow ncol 2>/dev/null || true
	-ln nrow row 2>/dev/null || true
	-ln nrow col 2>/dev/null || true
	@echo nrow ncol row col loaded
interface.C: ; echo 'INCLUDE(u/cinter)CINTER(nrow)' >interface.C
internal: mtxfun.x
	echo INTERNALS $?
