projects
/
valse.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
R package can now be installed (compilation OK)
[valse.git]
/
src
/
Makevars
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#Debug flags
2
PKG_CFLAGS=-g -I./sources
3
4
#Prod flags:
5
#PKG_CFLAGS=-O2 -I./sources
6
7
PKG_LIBS=-lm
8
9
SOURCES = $(wildcard adapters/*.c sources/*.c)
10
11
OBJECTS = $(SOURCES:.c=.o)