summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-03-03 21:53:33 (GMT)
committerBrad King <brad.king@kitware.com>2005-03-03 21:53:33 (GMT)
commit2444cd382847d0065233c8cedd7fe921babfe3c9 (patch)
tree5743407786dcc87ec6690b115df0b26db37bfd1a /Source/cmDependsFortran.h
parent860a8e370c205543c1a484ec02bf813ab04df295 (diff)
downloadCMake-2444cd382847d0065233c8cedd7fe921babfe3c9.zip
CMake-2444cd382847d0065233c8cedd7fe921babfe3c9.tar.gz
CMake-2444cd382847d0065233c8cedd7fe921babfe3c9.tar.bz2
ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case.
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r--Source/cmDependsFortran.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h
index 7cd920d..12456d7 100644
--- a/Source/cmDependsFortran.h
+++ b/Source/cmDependsFortran.h
@@ -39,6 +39,11 @@ public:
/** Virtual destructor to cleanup subclasses properly. */
virtual ~cmDependsFortran();
+ /** Callback from build system after a .mod file has been generated
+ by a Fortran90 compiler to copy the .mod file to the
+ corresponding stamp file. */
+ static bool CopyModule(const std::vector<std::string>& args);
+
/** Method to find an included file in the include path. Fortran
always searches the directory containing the including source
first. */