initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / MRFSimpleFoam / MRFSimpleFoam / Make / options
blob1223bdd06f48178f0b2eee8032d29c936634f328
1 EXE_INC = \
2     -I$(LIB_SRC)/turbulenceModels \
3     -I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
4     -I$(LIB_SRC)/transportModels \
5     -I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
6     -I$(LIB_SRC)/finiteVolume/lnInclude
8 EXE_LIBS = \
9     -lincompressibleRASModels \
10     -lincompressibleTransportModels \
11     -lfiniteVolume