Error while installing m3tools

Hi,
I am trying to install m3tools on centos Linux machine with GNU compilers. I am referring to steps provided in the tutorial at:

The steps till building IOAPI library file i.e. libioapi.a are completed successfully but after running make command to compile m3tools it is producing following error:
make: *** No rule to make target m3utilio.mod', needed by airs2m3.o’. Stop.

Any leads/ suggestions/ solutions are appreciated.

Thank you in advance.

You should instead follow the I/O API manual’s installation-guide: see
https://www.cmascenter.org/ioapi/documentation/all_versions/html/AVAIL.html
or
https://cjcoats.github.io/ioapi/AVAIL.html

thank you, this i try this and this is really helpful for me..

Dear Charlie,
Thank you for your guidance.
I used both the documents i.e. suggested by you and CMAS document. Now I am able to successfully build m3tools executable.