10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ldynamicMesh \
|
|
-lreconstruct
|