repo.or.cz
/
foam-extend-4.0.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix: removed library
[foam-extend-4.0.git]
/
applications
/
solvers
/
immersedBoundary
/
icoDyMIbFoam
/
Make
/
options
blob
cf1d1c500f505fb05fd8b4a0f2887f1b11583ae8
1
EXE_INC = \
2
-I$(LIB_SRC)/finiteVolume/lnInclude \
3
-I$(LIB_SRC)/meshTools/lnInclude \
4
-I$(LIB_SRC)/immersedBoundary/immersedBoundary/lnInclude \
5
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
6
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
7
-I./lnInclude
8
9
EXE_LIBS = \
10
-lfiniteVolume \
11
-lmeshTools \
12
-limmersedBoundary \
13
-ldynamicFvMesh \
14
-ldynamicMesh \
15
-llduSolvers