wmake: General cleanup to improve consistency and maintainability

The Makefiles are now in the makefiles sub-directory

The "-f | -force" option in wmakeLnInclude is now "-u | -update" for
consistency with the other scripts.

The "Usage" entry in the headers is now consistently formatted in all
scripts.
This commit is contained in:
Henry Weller
2015-12-16 18:31:02 +00:00
parent 2647d178fa
commit 5355dbc5fe
19 changed files with 92 additions and 263 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\/ M anipulation |
#-------------------------------------------------------------------------------
# License
@ -25,10 +25,13 @@
# Script
# wcleanLnIncludeAll
#
# Usage
# wcleanLnIncludeAll [dir1] .. [dirN]
#
# Description
# Delete all the lnInclude directories in the tree.
#
#------------------------------------------------------------------------------
##------------------------------------------------------------------------------
Script=${0##*/}
# Default to the CWD