COMP: Allwmake: make -q work

This commit is contained in:
mattijs
2018-11-01 14:12:52 +00:00
parent 097e54a74f
commit 30dcac006f
5 changed files with 10 additions and 13 deletions

View File

@ -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
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -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

View 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

View File

@ -3,6 +3,6 @@ cd ${0%/*} || exit 1 # Run from this directory
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
runTimePostProcessing/Allwmake runTimePostProcessing/Allwmake $*
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -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