mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
//EXE_DEBUG = -DFULLDEBUG -g -O0
|
|
EXE_FROUNDING_MATH = -frounding-math
|
|
EXE_NDEBUG = -DNDEBUG
|
|
|
|
include $(GENERAL_RULES)/CGAL
|
|
FFLAGS = -DCGAL_FILES='"${CGAL_PATH}/CGAL/files"'
|
|
|
|
EXE_INC = \
|
|
${EXE_FROUNDING_MATH} \
|
|
${EXE_NDEBUG} \
|
|
${CGAL_INC} \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ltriSurface \
|
|
-ldynamicMesh \
|
|
-lboost_thread-gcc43-mt-1_37
|