# HG changeset patch # User Ben Abbott # Date 1284913531 14400 # Node ID 72640afb02b9a84313de241f7acb021c0d136c9f # Parent e81914f3921f6d8fe503be48f4f66120b59d1d14 mkoctfile.m: Change help text to be consistent with the shell version. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-09-19 Ben Abbott + + * miscellaneous/mkoctfile.m: Change help text to be consistent with + the shell version. + 2010-09-18 David Bateman * plot/__go_draw_axes__.m: Modify legend code to use data from legend diff --git a/scripts/miscellaneous/mkoctfile.m b/scripts/miscellaneous/mkoctfile.m --- a/scripts/miscellaneous/mkoctfile.m +++ b/scripts/miscellaneous/mkoctfile.m @@ -46,7 +46,18 @@ ## @item -M ## @itemx --depend ## Generate dependency files (.d) for C and C++ source files. -## +## +## @item -R DIR +## Add the runtime path to the link command. +## +## @item -Wl,@dots{} +## Pass flags though the linker like "-Wl,-rpath=@dots{}". +## The quotes are needed since commas are interpreted as command +## separators. +## +## @item -W@dots{} +## Pass flags though the compiler like "-Wa,OPTION". +## ## @item -c ## Compile but do not link. ## @@ -110,9 +121,12 @@ ## .cc C++ source ## .C C++ source ## .cpp C++ source -## .f Fortran source -## .F Fortran source +## .f Fortran source (fixed form) +## .F Fortran source (fixed form) +## .f90 Fortran source (free form) +## .F90 Fortran source (free form) ## .o object file +## .a library file ## @end group ## @end example ##