Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
30dcac00
Commit
30dcac00
authored
Nov 01, 2018
by
mattijs
Browse files
COMP: Allwmake: make -q work
parent
097e54a7
Changes
5
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/MPPICInterFoam/Allwmake
View file @
30dcac00
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
.
$WM_PROJECT_DIR
/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------
...
...
applications/solvers/multiphase/icoReactingMultiphaseInterFoam/Allwmake
View file @
30dcac00
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
targetType
=
libso
.
$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
applications/utilities/surface/surfaceBooleanFeatures/Allwmake
View file @
30dcac00
...
...
@@ -8,7 +8,7 @@ unset COMP_FLAGS LINK_FLAGS
if
have_cgal
then
wmake PolyhedronReader
wmake
$targetType
PolyhedronReader
export
COMP_FLAGS
=
'-IPolyhedronReader'
export
LINK_FLAGS
=
'${CGAL_LIBS} -lPolyhedronReader'
else
...
...
src/functionObjects/graphics/Allwmake
View file @
30dcac00
...
...
@@ -3,6 +3,6 @@ cd ${0%/*} || exit 1 # Run from this directory
#------------------------------------------------------------------------------
runTimePostProcessing/Allwmake
runTimePostProcessing/Allwmake
$*
#------------------------------------------------------------------------------
src/meshTools/Make/files
View file @
30dcac00
...
...
@@ -157,7 +157,6 @@ $(cellSources)/fieldToCell/fieldToCell.C
$(cellSources)/labelToCell/labelToCell.C
$(cellSources)/nbrToCell/nbrToCell.C
$(cellSources)/nearestToCell/nearestToCell.C
$(cellSources)/noneToCell/noneToCell.C
$(cellSources)/pointToCell/pointToCell.C
$(cellSources)/regionToCell/regionToCell.C
$(cellSources)/rotatedBoxToCell/rotatedBoxToCell.C
...
...
@@ -177,7 +176,6 @@ $(faceSources)/cylinderAnnulusToFace/cylinderAnnulusToFace.C
$(faceSources)/cylinderToFace/cylinderToFace.C
$(faceSources)/faceToFace/faceToFace.C
$(faceSources)/labelToFace/labelToFace.C
$(faceSources)/noneToFace/noneToFace.C
$(faceSources)/normalToFace/normalToFace.C
$(faceSources)/patchToFace/patchToFace.C
$(faceSources)/pointToFace/pointToFace.C
...
...
@@ -191,7 +189,6 @@ $(pointSources)/cellToPoint/cellToPoint.C
$(pointSources)/faceToPoint/faceToPoint.C
$(pointSources)/labelToPoint/labelToPoint.C
$(pointSources)/nearestToPoint/nearestToPoint.C
$(pointSources)/noneToPoint/noneToPoint.C
$(pointSources)/pointToPoint/pointToPoint.C
$(pointSources)/surfaceToPoint/surfaceToPoint.C
$(pointSources)/zoneToPoint/zoneToPoint.C
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment