Forward compatibility: flex
[foam-extend-3.2.git] / src / mesh / cfMesh / Make / options
blob0831f94c29e5d232be745eace926a95276c92440
1 #if defined(__GNUC__)
2 #   if defined(darwin)
3         OMP_FLAGS =
4 #   else
5         OMP_FLAGS = -DUSE_OMP -fopenmp
6 #   endif
7 #else
8    OMP_FLAGS =
9 #endif
11 EXE_INC = \
12     $(OMP_FLAGS) \
13     -I$(LIB_SRC)/edgeMesh/lnInclude \
14     -I$(LIB_SRC)/meshTools/lnInclude
16 LIB_LIBS = \
17     -ledgeMesh \
18     -lmeshTools