repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forward compatibility: flex
[foam-extend-3.2.git]
/
src
/
mesh
/
cfMesh
/
Make
/
options
blob
0831f94c29e5d232be745eace926a95276c92440
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
10
11
EXE_INC = \
12
$(OMP_FLAGS) \
13
-I$(LIB_SRC)/edgeMesh/lnInclude \
14
-I$(LIB_SRC)/meshTools/lnInclude
15
16
LIB_LIBS = \
17
-ledgeMesh \
18
-lmeshTools