mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- provide default WM_DIR if not already set, to improve robustness if a
reduced environment is used
- add etc/ to WM_PROJECT_SITE search. This makes the site directory
structure consistent with the OpenFOAM structure.
Eg,
WM_PROJECT_SITE/etc/..
WM_PROJECT_SITE/bin/..
WM_PROJECT_SITE/platforms/..
- Don't set/export WM_OSTYPE. The default is POSIX and is properly
defaulted throughout, including in CMakeLists-OpenFOAM.txt (also for
Catalyst)
23 lines
608 B
Plaintext
23 lines
608 B
Plaintext
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_INC_DIR) \
|
|
-I$(PARAVIEW_INC_DIR)/vtkkwiml \
|
|
-I../foamPv \
|
|
-I../PVFoamReader
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteArea \
|
|
-ldynamicMesh \
|
|
-lconversion \
|
|
-lgenericPatchFields \
|
|
-llagrangian \
|
|
-L$(FOAM_LIBBIN) -lfoamPv-pv$(PARAVIEW_API) \
|
|
$(GLIBS)
|