Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / utilities / preProcessing / applyBoundaryLayer / Make / options
blob31f1dd4d95e821dd1c1dcee8d5ef2ce9cc568563
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I$(LIB_SRC)/turbulenceModels \
4     -I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
5     -I$(LIB_SRC)/transportModels \
6     -I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
7     -I$(LIB_SRC)/meshTools/lnInclude
9 EXE_LIBS = \
10     -lfiniteVolume \
11     -lincompressibleRASModels \
12     -lincompressibleTransportModels \
13     -lgenericPatchFields \
14     -lmeshTools