mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency update: foamNew, foamNewSource, foamNewTemplate
- simplified the logic - provide direct link to the respective scripts - provide help from the respective scripts
This commit is contained in:
@ -22,11 +22,11 @@
|
||||
# along with OpenFOAM; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
# Script
|
||||
# File
|
||||
# MakefileOptions
|
||||
#
|
||||
# Description
|
||||
# General, easy to use make system for multi-platform development.
|
||||
# A Makefile for the 'options', used by wmake
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -37,13 +37,13 @@ include $(GENERAL_RULES)/general
|
||||
include $(RULES)/general
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# declare names of make system control files derived from file files
|
||||
# declare names of make system control files derived from file 'options'
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
OPTIONS = $(WM_OPTIONS)/options
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Declare dependency of all make system files on FILE
|
||||
# Declare dependency of all make system files on OPTIONS
|
||||
# Causes all derived files to be remade if any are changed or missing
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user