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
/
graphics
/
ensightFoamReader
/
Make
/
options
blob
0d76f0304cb80b84d3b76b745da396950249f4a5
1
EXE_INC = \
2
-I$(LIB_SRC)/finiteVolume/lnInclude \
3
-I$(LIB_SRC)/meshTools/lnInclude \
4
-I$(LIB_SRC)/browser/lnInclude \
5
-I$(LIB_SRC)/sampling/lnInclude \
6
-I$(LIB_SRC)/lagrangian/basic/lnInclude
7
8
LIB_LIBS = \
9
-lOpenFOAM \
10
-lfiniteVolume \
11
-lmeshTools \
12
-lgenericPatchFields \
13
-llagrangian \
14
$(PROJECT_LIBS)