Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2008-07-23 17:47:29 +01:00
2 changed files with 5 additions and 10 deletions

View File

@ -1,10 +1,8 @@
EXE_LIBS = \ EXE_LIBS = \
-lautoMesh \
-lbasicThermophysicalModels \ -lbasicThermophysicalModels \
-lchemistryModel \ -lchemistryModel \
-lcombustionThermophysicalModels \ -lcombustionThermophysicalModels \
-lcompressibleLESModels \ -lcompressibleLESModels \
-lcompressibleRASModels \
-ldecompositionMethods \ -ldecompositionMethods \
-ldieselSpray \ -ldieselSpray \
-ldynamicFvMesh \ -ldynamicFvMesh \
@ -17,6 +15,7 @@ EXE_LIBS = \
-lfvMotionSolvers \ -lfvMotionSolvers \
-lincompressibleLESModels \ -lincompressibleLESModels \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lcompressibleRASModels \
-lincompressibleRASModels \ -lincompressibleRASModels \
-linterfaceProperties \ -linterfaceProperties \
-llagrangianIntermediate \ -llagrangianIntermediate \
@ -39,5 +38,5 @@ EXE_LIBS = \
-lspecie \ -lspecie \
-lthermophysicalFunctions \ -lthermophysicalFunctions \
-ltopoChangerFvMesh \ -ltopoChangerFvMesh \
-ltriSurface -ltriSurface \
-lautoMesh

View File

@ -1,11 +1,8 @@
/* include /home/pinky2/mattijs/pub/Delaunay/CGAL-3.1/make/makefile_i686_Linux-2.6.4-52-default_g++-3.4.3 */
EXE_INC = \ EXE_INC = \
/* -g -DFULLDEBUG -O0 $(CGAL_CXXFLAGS) */ \
-I$(LIB_SRC)/decompositionAgglomeration/decompositionMethods/lnInclude \ -I$(LIB_SRC)/decompositionAgglomeration/decompositionMethods/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(FOAM_SRC)/lagrangian/basic/lnInclude \ -I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \ -I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude -I$(LIB_SRC)/triSurface/lnInclude
@ -17,5 +14,4 @@ LIB_LIBS = \
-llagrangian \ -llagrangian \
-lmeshTools \ -lmeshTools \
-ledgeMesh \ -ledgeMesh \
-ltriSurface \ -ltriSurface
/* $(CGAL_LDFLAGS) */