aboutsummaryrefslogtreecommitdiff
path: root/development/makedepf90/README
diff options
context:
space:
mode:
authorJason Graham <jason.graham@jhuapl.edu>2015-11-26 23:48:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:25:59 +0700
commitad91f79b29d486ed23f06f9e4e0fc0484af9a0b2 (patch)
treef536ee9688198f8d0331a45e37f8823e383ee7af /development/makedepf90/README
parent15a257f123049a501393b53a24a92cf3a73005af (diff)
development/makedepf90: Added (Makefile-style dependency generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/makedepf90/README')
-rw-r--r--development/makedepf90/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/makedepf90/README b/development/makedepf90/README
new file mode 100644
index 0000000000000..fc68a5eb038ae
--- /dev/null
+++ b/development/makedepf90/README
@@ -0,0 +1,12 @@
+Makedepf90 is a program for automatic creation of Makefile-style dependency
+lists for Fortran source code. Makedepf90 supports MODULE:s, INCLUDE:s, cpp
+#include:s, f90ppr $include:s and coco ??include:s and set-files.
+
+Also included is a patch which adds the '-B PATH' option to mirror the source
+directory structure in PATH. This patch has been submitted to the current
+makedepf90 maintainer Alastair McKinstry <mckinstry@debian.org> for inclusion in
+future upstream releases.
+
+To build the patched version, do this:
+
+ "PATCH=yes ./makedepf90.SlackBuild"