9 lines
173 B
Text
9 lines
173 B
Text
|
EXE_INC = \
|
||
|
-ftemplate-depth-100 \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/blockMatrix/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lfiniteVolume \
|
||
|
-lblockMatrix
|