relocate autoMesh -> mesh/autoMesh

This commit is contained in:
Mark Olesen
2009-09-21 18:20:03 +02:00
parent 897baf81c0
commit d37378acf4
40 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
EXE_INC = \ EXE_INC = \
/* -g -DFULLDEBUG -O0 */ \ /* -g -DFULLDEBUG -O0 */ \
-I$(LIB_SRC)/decompositionMethods/decompositionMethods/lnInclude \ -I$(LIB_SRC)/decompositionMethods/decompositionMethods/lnInclude \
-I$(LIB_SRC)/autoMesh/lnInclude \ -I$(LIB_SRC)/mesh/autoMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \

View File

@ -50,9 +50,9 @@ turbulenceModels/Allwmake
lagrangian/Allwmake lagrangian/Allwmake
postProcessing/Allwmake postProcessing/Allwmake
conversion/Allwmake conversion/Allwmake
mesh/Allwmake
mesh/Allwmake mesh/Allwmake
wmake libso autoMesh
wmake libso errorEstimation wmake libso errorEstimation
fvAgglomerationMethods/Allwmake fvAgglomerationMethods/Allwmake

View File

@ -2,6 +2,7 @@
cd ${0%/*} || exit 1 # run from this directory cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmake libso autoMesh
wmake libso blockMesh wmake libso blockMesh
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file