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
/
solvers
/
compressible
/
rhoCentralFoam
/
BCs
/
Make
/
options
blob
87f38a6a03264669e378f776bbb091701b4f1dbf
1
EXE_INC = \
2
-I$(LIB_SRC)/finiteVolume/lnInclude \
3
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
4
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
5
6
EXE_LIBS = \
7
-lfiniteVolume \
8
-lbasicThermophysicalModels \
9
-lspecie
10