hook 'em all at the start again
[umfw.git] / Jamrules
blob31a16ab5415fbe0e89eddfa6d596bbad8b2a0180
1 if ! $(OPT) { OPT = size ; }
2 set-profile ;
3 set-target-locations ;
5 OPT_USE_RULE_PARSER = tan ;
7 DEFINES += _GNU_SOURCE _REENTRANT ;
8 #DEFINES += "UNIX_SOCKET_PATH=\\\"/tmp/umfw.socket\\\"" ;
10 if $(OPT_USE_RULE_PARSER) { DEFINES += OPT_USE_RULE_PARSER ; }
12 ALL_LOCATE_BIN = $(TOP) ;
13 ALL_LOCATE_LIBSO = $(TOP) ;
15 HDRS += $(TOP)/common ;
18 softinclude $(TOP)/Jamrules.push ;