repo.or.cz
/
umfw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
retargeted to the newest k8jam
[umfw.git]
/
Jamrules
blob
7db2c2d39e1c4be90683af332e83e5681bf26d5b
1
profile "size" ;
2
3
DEFINES += _GNU_SOURCE _REENTRANT ;
4
#DEFINES += "UNIX_SOCKET_PATH=\\\"/tmp/umfw.socket\\\"" ;
5
6
OPTIM += -Wall ;
7
8
ALL_LOCATE_TARGET = $(TOP)/_build ;
9
ALL_LOCATE_BIN = $(TOP) ;
10
ALL_LOCATE_LIBSO = $(TOP) ;
11
12
HDRS += $(TOP)/common ;