10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/OpenFOAM/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lOpenFOAM \
|
|
-lsampling
|