so that it can be included directly into the wmake Makefile to allow full support of gmake syntax, variables, functions etc. The Make/files file handled in the same manner as the Make/options file if it contains the SOURCE entry otherwise it is first processed by cpp for backward compatibility.
19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
EXE_INC = \
|
|
${COMPILE_FLAGS} \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/renumber/renumberMethods/lnInclude \
|
|
-I$(LIB_SRC)/renumber/zoltanRenumber/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-lrenumberMethods \
|
|
$(LINK_FLAGS) \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy -lmetisDecomp -lscotchDecomp
|