18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
sinclude $(GENERAL_RULES)/paraview
|
|
|
|
EXE_INC = \
|
|
${c++LESSWARN} \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
|
|
-I$(ParaView_INCLUDE_DIR) \
|
|
-I$(ParaView_INCLUDE_DIR)/vtkkwiml \
|
|
-I../../foamPv/lnInclude \
|
|
-I../PVblockMeshReader
|
|
|
|
LIB_LIBS = \
|
|
-lmeshTools \
|
|
-lblockMesh \
|
|
-L$(FOAM_LIBBIN) -lfoamPv-pv${ParaView_MAJOR} \
|
|
$(GLIBS)
|