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
/
dataConversion
/
foamToEnsight
/
Make
/
options
blob
5d00838fdcdfd61c755a90def991e234a3a41c82
1
EXE_INC = \
2
/* -DFULLDEBUG -g -O0 */ \
3
-I$(LIB_SRC)/finiteVolume/lnInclude \
4
-I$(LIB_SRC)/meshTools/lnInclude \
5
-I$(LIB_SRC)/lagrangian/basic/lnInclude
6
7
EXE_LIBS = \
8
-lfiniteVolume \
9
-lmeshTools \
10
-lgenericPatchFields \
11
-llagrangian
12