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
/
postProcessing
/
sampling
/
sample
/
Make
/
options
blob
88c6039b4e048acf84a463e29ff47746419c9d85
1
EXE_INC = \
2
-I$(LIB_SRC)/finiteVolume/lnInclude \
3
-I$(LIB_SRC)/meshTools/lnInclude \
4
-I$(LIB_SRC)/sampling/lnInclude \
5
-I$(LIB_SRC)/surfMesh/lnInclude \
6
-I$(LIB_SRC)/lagrangian/basic/lnInclude
7
8
EXE_LIBS = \
9
-lfiniteVolume \
10
-lgenericPatchFields \
11
-lmeshTools \
12
-lsampling \
13
-lsurfMesh \
14
-llagrangian