projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add 'fast' argument to select C code or R code
[valse.git]
/
pkg
/
src
/
Makevars
1
#Debug flags
2
PKG_CFLAGS=-g -I./sources
3
4
#Prod flags:
5
#PKG_CFLAGS=-O2 -I./sources
6
7
PKG_LIBS=-lm -lgsl -lcblas
8
9
SOURCES = $(wildcard adapters/*.c sources/*.c)
10
11
OBJECTS = $(SOURCES:.c=.o)