projects
/
synclust.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add alternative approach from 2013-01
[synclust.git]
/
src
/
Makevars
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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)