Home
last modified time | relevance | path

Searched refs:LOCATE (Results 1 – 14 of 14) sorted by relevance

/haiku/src/system/boot/libs/
H A DJamfile53 LOCATE on [ FGristFiles $(zlibSources) ] = $(zlibSourceDirectory) ;
63 LOCATE on [ FGristFiles $(zstdCommonSources) ] =
65 LOCATE on [ FGristFiles $(zstdDecSources) ] =
85 LOCATE on [ FGristFiles $(libFDTSources) ] = $(libFDTSourceDirectory) ;
/haiku/src/system/kernel/lib/zstd/
H A DJamfile19 LOCATE on [ FGristFiles $(zstdCommonSources) ] =
21 LOCATE on [ FGristFiles $(zstdDecSources) ] =
/haiku/src/add-ons/kernel/debugger/disasm/x86/
H A DJamfile50 LOCATE on [ FGristFiles $(zydisSources) ] = [ FDirName $(zydisSourceDirectory) Zydis ] ;
57 LOCATE on [ FGristFiles $(zycoreSources) ] = [ FDirName $(zydisSourceDirectory) Zycore ] ;
/haiku/src/libs/zydis/
H A DJamfile51 LOCATE on [ FGristFiles $(zydisSources) ] = [ FDirName $(zydisSourceDirectory) Zydis ] ;
58 LOCATE on [ FGristFiles $(zycoreSources) ] = [ FDirName $(zydisSourceDirectory) Zycore ] ;
/haiku/src/build/libsolv/
H A DJamfile53 LOCATE on $(libsolvSources) = $(libsolvSourceDirectory) ;
69 LOCATE on $(libsolvextSources) = $(libsolvextSourceDirectory) ;
/haiku/src/system/kernel/lib/zlib/
H A DJamfile19 LOCATE on [ FGristFiles $(zlibSources) ] = $(zlibSourceDirectory) ;
/haiku/build/jam/
H A DFileRules59 # and don't need to have any dirname. Their LOCATE variables are used to
68 local targetDir = [ on $(target) FDirName $(LOCATE[1]) $(target:D) ] ;
69 local sourceDir = [ on $(source) FDirName $(LOCATE[1]) $(source:D) ] ;
88 # given, then it is set as LOCATE directory on <link>.
249 LOCATE on $(targets) = $(directory:G=) ;
322 LOCATE on $(ref) = [ on $(source) return $(LOCATE) ] ;
634 local location = [ on $(file) return $(LOCATE) ] ;
H A DOverriddenJamRules461 # Set LOCATE for the library and its contents. The bound
468 local dir = $(LOCATE[1]) ;
471 dir = [ on $(_l) return $(LOCATE[1]) ] ;
566 LOCATE on $(target) += $(dir:G=) ;
567 if [ on $(target) return $(LOCATE) ] = $(dir:G=) {
H A DImageRules28 MakeLocate $(initScript) : [ on $(script) return $(LOCATE) ] ;
611 LOCATE on $(scriptBody) = [ on $(script) return $(LOCATE) ] ;
691 LOCATE on $(scriptBody) = [ on $(script) return $(LOCATE) ] ;
825 LOCATE on $(scriptBody) = [ on $(script) return $(LOCATE) ] ;
H A DMiscRules5 # Internal rule used to set up the *{LOCATE,SEARCH}*_{TARGET,SOURCE}
41 # Updates the *{LOCATE,SEARCH}*_{TARGET,SOURCE} variables for the current
H A DUserBuildConfig.ReadMe336 Echo "StyledEdit will appear here:" [ on StyledEdit return $(LOCATE) ] ;
/haiku/
H A DJamrules53 LOCATE on $(HCACHEFILE) $(JCACHEFILE) = $(HAIKU_BUILD_OUTPUT_DIR) ;
61 LOCATE on BuildConfig = $(HAIKU_BUILD_OUTPUT_DIR) ;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dscsi_commands.h141 #define LOCATE 0x2b macro
H A Dtransform_procs.c480 case LOCATE: /*TODO: check !!! */ in qic157_transform()