diff --git a/bin/mkmf b/bin/mkmf index a073457..c90614c 100755 --- a/bin/mkmf +++ b/bin/mkmf @@ -38,7 +38,7 @@ sub ensureTrailingSlash { local $/ = '/'; chomp @_[0]; @_[0] .= '/'; } -my $version = '19.1.0'; +my $version = '19.2.0'; # initialize variables: use getopts for these GetOptions("abspath|a=s" => \$opt_a, diff --git a/docs/Makefile b/docs/Makefile index 8521f2f..92f20d1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ MAN1DIR = $(PREFIX)/man/man1 HTMLDIR = $(PREFIX)/share/FRE BINDIR = $(PREFIX)/bin -VERSION = "19.1.0" +VERSION = "19.2.0" DATE := $(shell date +"%Y %B %d") POD2MAN = pod2man diff --git a/docs/mkmf.md b/docs/mkmf.md index 5212f85..933ac4c 100644 --- a/docs/mkmf.md +++ b/docs/mkmf.md @@ -35,7 +35,7 @@ User guide ### Syntax -mkmf [-a abspath] [-b bldpath] [-c cppdefs] [-o otherflags] [-d] [-f] [-g] [-m makefile] [-p program] [-t template] [-v] [-x] [args] +mkmf [-a abspath] [-b bldpath] [-c cppdefs] [-o otherflags] [-l ] [-I ] [-d] [-f] [-g] [-m makefile] [-p program] [-t template] [-v] [-x] [args] ### Options @@ -53,6 +53,10 @@ mkmf [-a abspath] [-b bldpath] [-c cppdefs] [-o otherflags] [-d] [-f] [-g] [-m m these can be any flags. Also, by Fortran convention, cpp is only invoked on .F and .F90 files; __otherflags__ apply to all source files (.f and .f90 as well). +* __-l linkflags__ is a string of link directives to be passed to the + link command in the makefile. +* __-I includepath__ is a path that contains include files. This is + similar to how _-I_ is used by most compilers. * __-d__ is a debug flag to __mkmf__ (much more verbose than __-v__, but probably of use only if you are modifying __mkmf__ itself). * __-f__ is a formatting flag to restrict lines in the makefile to 256 diff --git a/docs/mkmf.pod b/docs/mkmf.pod index 0832730..418f6c7 100644 --- a/docs/mkmf.pod +++ b/docs/mkmf.pod @@ -4,7 +4,7 @@ mkmf - Make Makefile =head1 SYNOPSIS -mkmf [-a ] [-b ] [-c ] [-o ] [-d] [-f] [-m ] [-p ] [-t