openfoam/applications/utilities/postProcessing/dataConversion/foamToTecplot360/Make/options
Mark Olesen 7aeaf61cda ENH: getting foamToTecplot working again
- updated code to use current API level 142.

- ThirdParty build of tecio now uses CMake.
2016-11-11 09:42:28 +01:00

15 lines
395 B
Plaintext

/* Tecio doesn't have many files, so they are just in a single directory */
EXE_INC = \
-I$(TECIO_ARCH_PATH) \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-L$(TECIO_ARCH_PATH) -ltecio \
-llagrangian \
-ldynamicMesh \
-lgenericPatchFields