Skip to content
Snippets Groups Projects
Commit 451fa204 authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

cleanup backups

parent 2e096268
No related merge requests found
makeCells.C
EXE = $(FOAM_USER_APPBIN)/makeCells
EXE_INC = \
-g -DFULLDEBUG -O0 \
-I$(LIB_SRC)/LESmodels \
-I$(LIB_SRC)/LESmodels/LESdeltas/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lincompressibleLESmodels \
-lincompressibleTransportModels \
-lfiniteVolume \
-lfoamUtil
EXE_INC = \
-I$(FOAM_UTILITIES)/parallelProcessing/decompositionMethods/decompositionMethods/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-ldecompositionMethods \
-lmeshTools \
-ldynamicMesh \
-lparMetisDecompositionMethod \
-lfoamUtil
surfaceScale.C
EXE = $(FOAM_APPBIN)/surfaceScale
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