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