initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / lagrangian / intermediate / Make / options
blobf3525972826a471984552d2ea2df7172861bafd1
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)/thermophysicalModels/pdfs/lnInclude \
6     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/solids/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/solidMixture/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
14     -I$(LIB_SRC)/turbulenceModels \
15     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
16     -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
17     -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
18     -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude
20 LIB_LIBS = \
21     -lfiniteVolume \
22     -lmeshTools \
23     -llagrangian \
24     -lpdf \
25     -lliquids \
26     -lliquidMixture \
27     -lsolids \
28     -lsolidMixture \
29     -lspecie \
30     -lbasicThermophysicalModels \
31     -lreactionThermophysicalModels \
32     -lcompressibleRASModels \
33     -lcompressibleLESModels