9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/randomProcesses/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lrandomProcesses \
|
|
-lsampling
|