projects
/
synclust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add alternative approach from 2013-01
[synclust.git]
/
src
/
Makevars
Commit
Line
Data
15d1825d
BA
1
PKG_CFLAGS=-g -I.
2
3
PKG_LIBS=-lm -lcgds
4
5
SOURCES = $(wildcard adapters/*.c sources/*.c sources/utils/*.c)
6
7
OBJECTS = $(SOURCES:.c=.o)