mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added missing Make files/options
This commit is contained in:
8
applications/utilities/miscellaneous/foamHelp/Allwmake
Executable file
8
applications/utilities/miscellaneous/foamHelp/Allwmake
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
wmake libso helpTypes
|
||||
wmake
|
||||
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
3
applications/utilities/miscellaneous/foamHelp/Make/files
Normal file
3
applications/utilities/miscellaneous/foamHelp/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
foamHelp.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/foamHelp
|
||||
15
applications/utilities/miscellaneous/foamHelp/Make/options
Normal file
15
applications/utilities/miscellaneous/foamHelp/Make/options
Normal file
@ -0,0 +1,15 @@
|
||||
EXE_INC = \
|
||||
-IhelpTypes/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lhelpTypes \
|
||||
-lfiniteVolume \
|
||||
-lincompressibleTurbulenceModel \
|
||||
-lcompressibleTurbulenceModel \
|
||||
-lincompressibleRASModels \
|
||||
-lcompressibleRASModels \
|
||||
-lincompressibleLESModels \
|
||||
-lcompressibleLESModels \
|
||||
-lradiationModels \
|
||||
-lbasicThermophysicalModels
|
||||
@ -0,0 +1,8 @@
|
||||
helpType/helpType.C
|
||||
helpType/helpTypeNew.C
|
||||
helpBoundary/helpBoundary.C
|
||||
helpFunctionObject/helpFunctionObject.C
|
||||
|
||||
doxygenXmlParser/doxygenXmlParser.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libhelpTypes
|
||||
@ -0,0 +1,13 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lincompressibleTurbulenceModel \
|
||||
-lcompressibleTurbulenceModel \
|
||||
-lincompressibleRASModels \
|
||||
-lcompressibleRASModels \
|
||||
-lincompressibleLESModels \
|
||||
-lcompressibleLESModels \
|
||||
-lradiationModels \
|
||||
-lbasicThermophysicalModels
|
||||
Reference in New Issue
Block a user