Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / regionModels / regionCoupling / Make / options
blob2eaffb3b4bc8d2e49b7c8c6fe518268514ec9e65
2 EXE_INC = \
3     -I$(LIB_SRC)/finiteVolume/lnInclude \
4     -I$(LIB_SRC)/meshTools/lnInclude \
5     -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
6     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/solid/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/basicSolidThermo/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/solidChemistryModel/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
12     -I$(LIB_SRC)/turbulenceModels \
13     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
14     -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
15     -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
16     -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
17     -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
18     -I$(LIB_SRC)/regionModels/pyrolysisModels/lnInclude \
19     -I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
22 EXE_LIBS = \
23     -lregionModels \
24     -lpyrolysisModels \
25     -lsurfaceFilmModels \
26     -lsolidChemistryModel \
27     -lfiniteVolume \
28     -lmeshTools \
29     -lcompressibleRASModels \
30     -lcompressibleLESModels