Home
last modified time | relevance | path

Searched refs:BOOST_BUILD_PATH (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/tools/build/src/engine/
DJambase45 # Remember the value of $(BOOST_BUILD_PATH) supplied to us by the user.
46 BOOST_BUILD_PATH.user-value = $(BOOST_BUILD_PATH) ;
48 # On Unix only, when BOOST_BUILD_PATH is not supplied by the user, set it to a
52 if ! $(BOOST_BUILD_PATH) && $(UNIX)
54 BOOST_BUILD_PATH = /usr/share/boost-build ;
84 BOOST_BUILD_PATH = $(dir:R=$(.boost-build-file:D)) $(BOOST_BUILD_PATH) ;
86 # We might have just modified the *global* value of BOOST_BUILD_PATH. The
90 _poke .ENVIRON : BOOST_BUILD_PATH : $(BOOST_BUILD_PATH) ;
93 local bootstrap-file = [ GLOB $(BOOST_BUILD_PATH) : bootstrap.jam ] ;
106 ECHO "or in BOOST_BUILD_PATH (searching "$(BOOST_BUILD_PATH:J=", ")")." ;
[all …]
Dstartup.cpp75 b2::jam::variable BOOST_BUILD_PATH{"BOOST_BUILD_PATH"}; in builtin_boost_build() local
76 search_path.append(BOOST_BUILD_PATH); in builtin_boost_build()
80 BOOST_BUILD_PATH = search_path; in builtin_boost_build()
206 b2::jam::list BOOST_BUILD_PATH = b2::jam::variable{"BOOST_BUILD_PATH"}; in bootstrap()
207 for (auto search_path: BOOST_BUILD_PATH) in bootstrap()
/third_party/boost/tools/build/test/
Dboost-build.jam6 # Assume BOOST_BUILD_PATH point to the 'test' directory.
11 BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ;
/third_party/boost/tools/build/src/util/
Doption.jam52 local BOOST_BUILD_PATH = [ modules.peek : BOOST_BUILD_PATH ] ;
83 # Jook in options subdirectories of BOOST_BUILD_PATH for modules
86 local option-files = [ GLOB $(plugin-dir:D=$(BOOST_BUILD_PATH)) :
/third_party/boost/tools/build/src/options/
Dhelp.jam50 local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
91 local BOOST_BUILD_PATH = [ modules.peek : BOOST_BUILD_PATH ] ;
93 local option-files = [ GLOB $(plugin-dir:D=$(BOOST_BUILD_PATH)) : *.jam ] ;
146 local user-path = [ os.home-directories ] [ os.environ BOOST_BUILD_PATH ] ;
179 local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
/third_party/boost/tools/build/test/startup/no-bootstrap1/
Dboost-build.jam5 # Bootstrap file not found via implicit lookup in BOOST_BUILD_PATH
/third_party/boost/tools/build/src/kernel/
Dbootstrap.jam92 # Add module subdirectories to the BOOST_BUILD_PATH, which allows us to make
108 BOOST_BUILD_PATH += $(whereami:D)/$(subdirs) ;
110 modules.poke .ENVIRON : BOOST_BUILD_PATH : $(BOOST_BUILD_PATH) ;
Dmodules.jam138 # $(BOOST_BUILD_PATH).
168 search ?= [ modules.peek : BOOST_BUILD_PATH ] ;
269 # If the importing module is not already in the BOOST_BUILD_PATH,
282 local search = [ peek : BOOST_BUILD_PATH ] ;
/third_party/boost/tools/quickbook/examples/standalone-quickbook/
DJamroot.jam22 local boost-search-dirs = [ modules.peek : BOOST_BUILD_PATH ] ;
/third_party/boost/tools/build/src/tools/
Dauto-index.jam50 # $(BOOST_BUILD_PATH)/../../auto_index
56 local boost-build-path2 = [ modules.peek : BOOST_BUILD_PATH ] ;
130 ECHO " * BOOST_BUILD_PATH/../../auto-index" ;
Dquickbook.jam77 # BOOST_BUILD_PATH/../../quickbook/
79 # (BOOST_ROOT and BOOST_BUILD_PATH are environment variables)
270 # $(BOOST_BUILD_PATH)/../../quickbook
302 ECHO " * BOOST_BUILD_PATH/../../quickbook" ;
/third_party/boost/tools/build/src/engine/debian/
Dchangelog21 * Use default value of BOOST_BUILD_PATH is not is set in environment.
/third_party/boost/tools/build/src/build/
Dproject.jam1097 # BOOST_BUILD_PATH.
1098 local x = [ modules.peek : BOOST_BUILD_PATH ] ;
1101 modules.poke : BOOST_BUILD_PATH : $(caller-location:D) $(x) ;
1105 modules.poke : BOOST_BUILD_PATH : $(x) ;
/third_party/boost/tools/build/doc/src/
Doverview.adoc330 `$BOOST_BUILD_PATH`
334 `$BOOST_BUILD_PATH`
352 `%BOOST_BUILD_PATH%`
358 `%BOOST_BUILD_PATH%`
Dreference.adoc14 directories specified by the environment variable BOOST_BUILD_PATH. On
15 Unix BOOST_BUILD_PATH defaults to `/usr/share/boost-build`. When
26 and the directories in BOOST_BUILD_PATH are then searched for a file
857 `$(BOOST_BUILD_PATH)`.
/third_party/boost/tools/build/src/
Dbuild-system.jam401 local user-path = [ os.home-directories ] [ os.environ BOOST_BUILD_PATH ] ;
/third_party/boost/libs/python/doc/
Dtutorial.qbk1362 SEARCH on python.jam = $(BOOST_BUILD_PATH) ;