repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
applications
/
utilities
/
mesh
/
generation
/
extrude
/
extrudeMesh
/
Make
/
options
blob
3445b811eabf9aec7b97ba7dd4e1f3edae4270e9
1
EXE_INC = \
2
-IextrudedMesh \
3
-I../extrudeModel/lnInclude \
4
-I$(LIB_SRC)/finiteVolume/lnInclude \
5
-I$(LIB_SRC)/surfMesh/lnInclude \
6
-I$(LIB_SRC)/meshTools/lnInclude \
7
-I$(LIB_SRC)/dynamicMesh/lnInclude
8
9
EXE_LIBS = \
10
-lfiniteVolume \
11
-lsurfMesh \
12
-lmeshTools \
13
-ldynamicMesh \
14
-lextrudeModel