[ < ] [ > ]   [Contents] [Index] [ ? ]

5.2 Rules

The following rules are defined in the Makefile.miniker file.

miniker-clean

remove the fortran files generated from the mortran files. Remove the object files.

miniker-mtn-clean

remove the mortran files generated from the files with cmz directives.

Various rules to preprocess files with cmz directives and mortran files and to compile fortran files.

If the user needs a mortran main file, he may take advantage of the rule used to compute the dependencies of a mortran file. If the file is called, say, mtnfile.mtn leading to mtnfile.f, the following include should lead to the automatic creation, updating and inclusion of a file describing the dependencies of mtnfile.mtn in the Makefile:

include $(DEPDIR)/mtnfile.Pf

[Contents] [Index] [ ? ]

This document was generated on a sunny day using texi2any.