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
Adding cfMesh-v1.0 into the repository
[foam-extend-3.2.git]
/
src
/
meshLibrary
/
Make
/
options
blob
3e1cae4a363f39a6f04db2cc3b3689f1bff37a49
1
#if defined(__GNUC__)
2
OMP_FLAGS = -DUSE_OMP -fopenmp
3
#else
4
OMP_FLAGS =
5
#endif
6
7
EXE_INC = \
8
$(OMP_FLAGS) \
9
-I$(LIB_SRC)/triSurface/lnInclude \
10
-I$(LIB_SRC)/meshTools/lnInclude