mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Allwmake: make -q work
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
|
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
|
|
||||||
targetType=libso
|
|
||||||
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
wmakeLnInclude massTransferModels
|
#------------------------------------------------------------------------------
|
||||||
wmake phasesSystem
|
|
||||||
wmake massTransferModels
|
|
||||||
wmake CompressibleMultiPhaseTurbulenceModels
|
|
||||||
wmake laserDTRM
|
|
||||||
wmake
|
|
||||||
|
|
||||||
|
wmakeLnInclude massTransferModels
|
||||||
|
wmake $targetType phasesSystem
|
||||||
|
wmake $targetType massTransferModels
|
||||||
|
wmake $targetType CompressibleMultiPhaseTurbulenceModels
|
||||||
|
wmake $targetType laserDTRM
|
||||||
|
wmake $targetType
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
@ -8,7 +8,7 @@ unset COMP_FLAGS LINK_FLAGS
|
|||||||
|
|
||||||
if have_cgal
|
if have_cgal
|
||||||
then
|
then
|
||||||
wmake PolyhedronReader
|
wmake $targetType PolyhedronReader
|
||||||
export COMP_FLAGS='-IPolyhedronReader'
|
export COMP_FLAGS='-IPolyhedronReader'
|
||||||
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader'
|
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader'
|
||||||
else
|
else
|
||||||
|
|||||||
@ -3,6 +3,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
|||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
runTimePostProcessing/Allwmake
|
runTimePostProcessing/Allwmake $*
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -157,7 +157,6 @@ $(cellSources)/fieldToCell/fieldToCell.C
|
|||||||
$(cellSources)/labelToCell/labelToCell.C
|
$(cellSources)/labelToCell/labelToCell.C
|
||||||
$(cellSources)/nbrToCell/nbrToCell.C
|
$(cellSources)/nbrToCell/nbrToCell.C
|
||||||
$(cellSources)/nearestToCell/nearestToCell.C
|
$(cellSources)/nearestToCell/nearestToCell.C
|
||||||
$(cellSources)/noneToCell/noneToCell.C
|
|
||||||
$(cellSources)/pointToCell/pointToCell.C
|
$(cellSources)/pointToCell/pointToCell.C
|
||||||
$(cellSources)/regionToCell/regionToCell.C
|
$(cellSources)/regionToCell/regionToCell.C
|
||||||
$(cellSources)/rotatedBoxToCell/rotatedBoxToCell.C
|
$(cellSources)/rotatedBoxToCell/rotatedBoxToCell.C
|
||||||
@ -177,7 +176,6 @@ $(faceSources)/cylinderAnnulusToFace/cylinderAnnulusToFace.C
|
|||||||
$(faceSources)/cylinderToFace/cylinderToFace.C
|
$(faceSources)/cylinderToFace/cylinderToFace.C
|
||||||
$(faceSources)/faceToFace/faceToFace.C
|
$(faceSources)/faceToFace/faceToFace.C
|
||||||
$(faceSources)/labelToFace/labelToFace.C
|
$(faceSources)/labelToFace/labelToFace.C
|
||||||
$(faceSources)/noneToFace/noneToFace.C
|
|
||||||
$(faceSources)/normalToFace/normalToFace.C
|
$(faceSources)/normalToFace/normalToFace.C
|
||||||
$(faceSources)/patchToFace/patchToFace.C
|
$(faceSources)/patchToFace/patchToFace.C
|
||||||
$(faceSources)/pointToFace/pointToFace.C
|
$(faceSources)/pointToFace/pointToFace.C
|
||||||
@ -191,7 +189,6 @@ $(pointSources)/cellToPoint/cellToPoint.C
|
|||||||
$(pointSources)/faceToPoint/faceToPoint.C
|
$(pointSources)/faceToPoint/faceToPoint.C
|
||||||
$(pointSources)/labelToPoint/labelToPoint.C
|
$(pointSources)/labelToPoint/labelToPoint.C
|
||||||
$(pointSources)/nearestToPoint/nearestToPoint.C
|
$(pointSources)/nearestToPoint/nearestToPoint.C
|
||||||
$(pointSources)/noneToPoint/noneToPoint.C
|
|
||||||
$(pointSources)/pointToPoint/pointToPoint.C
|
$(pointSources)/pointToPoint/pointToPoint.C
|
||||||
$(pointSources)/surfaceToPoint/surfaceToPoint.C
|
$(pointSources)/surfaceToPoint/surfaceToPoint.C
|
||||||
$(pointSources)/zoneToPoint/zoneToPoint.C
|
$(pointSources)/zoneToPoint/zoneToPoint.C
|
||||||
|
|||||||
Reference in New Issue
Block a user