12 lines
302 B
Text
12 lines
302 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-Iextrude2DMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/extrudeModel/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lsurfMesh \
|
|
-ldynamicMesh \
|
|
-lextrude2DMesh \
|
|
-lextrudeModel
|