repo.or.cz
/
actl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert kmeans_incr threshold
[actl.git]
/
Makefile
blob
4d453f05d327bf88c437df342aa0468de32a6c47
1
PROG
=
actl
2
BINDIR
= /
usr
/
bin
3
SRCS
=
actl.c parse.y
lex
.l utils.c
4
SRCS
+=
clustering.c model.c
5
MAN
=
actl
.1
6
7
CFLAGS
+= -
DDEBUG
-
g
8
#CFLAGS+= -g
9
COPTS
+= -
Wall
10
LDADD
+= -
ldht
-
lhashtab
-
lpthread
-
lof
11
12
SUBDIR
=
app-l2_hub app-l2_learn app-l3_lb
13
14
.
include
<
bsd.prog.mk
>
15
.
include
<
bsd.subdir.mk
>