projects
/
morpheus.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
update
[morpheus.git]
/
pkg
/
src
/
Makevars
Commit
Line
Data
5af71d43
BA
1
PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS)
2
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS)
3
8de2abd4
4
#%.o: %.c
5af71d43
5
# $(CC) -std=c11 -I"$(R_INCLUDE_DIR)" -DNDEBUG -fPIC -fopenmp -O2 -c $< -o $@