Skip to content
Snippets Groups Projects
Commit 22fea113 authored by andy's avatar andy
Browse files

BUG: Corrected application Make/options for AMI

parent 5e8d3760
Branches
Tags
No related merge requests found
Showing
with 32 additions and 13 deletions
......@@ -50,4 +50,5 @@ EXE_LIBS = \
-lpyrolysisModels \
-llagrangianIntermediate \
-lODE \
-lsampling
-lsampling \
-lAMIInterpolation
......@@ -21,4 +21,5 @@ EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lthermoBaffleModels \
-lregionModels
-lregionModels \
-lAMIInterpolation
......@@ -20,5 +20,4 @@ EXE_LIBS = \
-lcompressibleTurbulenceModel \
-lcompressibleRASModels \
-lcompressibleLESModels \
-lradiationModels \
-lcoupledDerivedFvPatchFields
-lradiationModels
......@@ -47,4 +47,6 @@ EXE_LIBS = \
-lregionModels \
-lsurfaceFilmModels \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -50,4 +50,6 @@ EXE_LIBS = \
-lsurfaceFilmModels \
-lODE \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -36,4 +36,6 @@ EXE_LIBS = \
-ldynamicMesh \
-ldynamicFvMesh \
-ltopoChangerFvMesh \
-lsampling
-lsampling \
-lAMIInterpolation
......@@ -29,4 +29,6 @@ EXE_LIBS = \
-lmeshTools \
-lregionModels \
-lsurfaceFilmModels \
-lsampling
-lsampling \
-lAMIInterpolation
......@@ -49,4 +49,6 @@ EXE_LIBS = \
-lregionModels \
-lsurfaceFilmModels \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -44,4 +44,6 @@ EXE_LIBS = \
-llagrangianIntermediate \
-lODE \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -48,4 +48,6 @@ EXE_LIBS = \
-lregionModels \
-lsurfaceFilmModels \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -50,4 +50,6 @@ EXE_LIBS = \
-lregionModels \
-lsurfaceFilmModels \
-lsampling \
-lcombustionModels
-lcombustionModels \
-lAMIInterpolation
......@@ -27,4 +27,5 @@ EXE_LIBS = \
-lmeshTools \
-lregionModels \
-lsurfaceFilmModels \
-lsampling
-lsampling \
-lAMIInterpolation
......@@ -13,6 +13,7 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
-I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment