mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
25 lines
654 B
Plaintext
25 lines
654 B
Plaintext
sinclude $(GENERAL_RULES)/paraview
|
|
|
|
EXE_INC = \
|
|
${c++LESSWARN} \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/conversion/lnInclude \
|
|
-I$(ParaView_INCLUDE_DIR) \
|
|
-I$(ParaView_INCLUDE_DIR)/vtkkwiml \
|
|
-I../foamPv \
|
|
-I../PVFoamReader
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteArea \
|
|
-ldynamicMesh \
|
|
-lconversion \
|
|
-lgenericPatchFields \
|
|
-llagrangian \
|
|
-L$(FOAM_LIBBIN) -lfoamPv-pv${ParaView_MAJOR} \
|
|
$(GLIBS)
|