资 源 简 介
makeF90Depend.pl can be used to handle the denpendency problem of a fortran 90 project
makeF90Dependencies vesion 2
usage:
makdeF90Depend.pl aa.f90 bb.f90 ...
the aa.P bb.P ... will be created and placed in the same directory of the f90 files
"include #include module use" are handled in current version
#include
is not handled yet. Coz such kind of include should be the lib headers etc.
to simplify the situation, this program made the following assumptions:
1. the Makefile are placed in the root directory of the whole workdir
all the filenames are started with ./
modules (include the source files) are placed in ./modules/ and named in lowercase with the surfix of .mod