mkjambase now can process '. file' includes; default monolithic Jambase separated...
[k8jam.git] / defaults / Jambase.locs
blobe474d8335cea847e5af7d8c8d891c593034759af
1 # set default 'locate' vars -- _build/, etc
2 rule set-default-subdir-locates {
3   local bdir ;
4   local d = $(TOP) ;
6   if ! $(d) { d = "." ; }
7   if $(WINDOZE) { bdir = _wbuild ; } else { bdir = _build ; }
9   ALL_LOCATE_BIN = $(d) ;
10   ALL_LOCATE_LIBSO = $(d) ;
11   ALL_LOCATE_TARGET = "$(d)$(PATH_SEPARATOR)$(bdir)" ;
12   ALL_LOCATE_LIB = "$(d)$(PATH_SEPARATOR)$(bdir)$(PATH_SEPARATOR)_libs" ;
13   HCACHEFILE = "$(d)$(PATH_SEPARATOR)$(bdir)$(PATH_SEPARATOR).jamhdr.cache" ;
15   Clean clean : $(HCACHEFILE) ;
19 rule set-default-target-locations {
20   set-default-subdir-locates ;
23 rule set-default-locations {
24   set-default-subdir-locates ;
27 rule set-target-locations {
28   set-default-subdir-locates ;