progress in debug: fix LLF/llh mismatch, and length + add adapter test in test/
[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)