12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
EXE_INC = \
|
|
-I$(FFTW_ARCH_PATH)/include \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-L$(FFTW_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) -lfftw3 \
|
|
-lfiniteVolume \
|
|
-lsampling \
|
|
-lsurfMesh
|