Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4c159d30
Commit
4c159d30
authored
Sep 30, 2008
by
Mark Olesen
Browse files
use -f option wherever wmakeLnInclude is explicitly called in Allwmake scripts
parent
e0bb935e
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Allwmake
View file @
4c159d30
...
...
@@ -2,7 +2,7 @@
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
(
cd
OpenFOAM
&&
wmakeLnInclude
.
)
(
cd
OpenFOAM
&&
wmakeLnInclude
-f
.
)
(
cd
Pstream
&&
./Allwmake
)
wmake libo OSspecific/
$WM_OS
...
...
src/turbulenceModels/LES/Allwmake
View file @
4c159d30
...
...
@@ -2,8 +2,9 @@
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmakeLnInclude
-f
incompressible
wmake libso LESfilters
wmakeLnInclude incompressible
wmake libso LESdeltas
wmake libso incompressible
wmake libso compressible
...
...
src/turbulenceModels/LES/compressible/Make/options
View file @
4c159d30
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../LESdeltas/lnInclude \
-I../LESfilters/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
...
...
Write
Preview
Supports
Markdown
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