Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / lagrangian / dieselSpray / Make / options
blob4d4eba8a2d56feae98e84bda81839c7e71c82a1f
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I$(LIB_SRC)/meshTools/lnInclude \
4     -I$(LIB_SRC)/lagrangian/basic/lnInclude \
5     -I$(LIB_SRC)/turbulenceModels \
6     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
7     -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
8     -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
9     -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
15     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
16     -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude
18 LIB_LIBS = \
19     -llagrangian \
20     -lmeshTools \
21     -lfiniteVolume \
22     -lcompressibleRASModels \
23     -lcompressibleLESModels \
24     -lLESdeltas \
25     -lliquidProperties \
26     -lliquidMixtureProperties \
27     -lthermophysicalFunctions \
28     -lspecie \
29     -ldistributionModels