12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ldistributionModels \
|
|
-lsampling \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|