• Home
  • Raw
  • Download

Lines Matching refs:cmakedir

24 feature.feature boost-install.cmakedir : : free ;
621 local cmakedir = [ $(ps).get <boost-install.cmakedir> ] ;
622 .info " cmakedir=" $(cmakedir) ;
655 if [ path.is-rooted $(cmakedir) ]
657 local cmakedir-native = [ path-native-fwd $(cmakedir) ] ;
663 "if(EXISTS \"$(cmakedir-native)\")"
664 " get_filename_component(_BOOST_CMAKEDIR_ORIGINAL \"$(cmakedir-native)\" REALPATH)"
666 " set(_BOOST_CMAKEDIR \"$(cmakedir-native)\")"
850 local cmakedir = [ $(property-set).get <boost-install.cmakedir> ] ;
857 <boost-install.cmakedir>$(cmakedir)
947 …(name) <version>$(version) <library-type>$(library-type) <boost-install.cmakedir>$(location) <boos…
972 # includedir, libdir, cmakedir should be in canonical path.make format
974 rule install-or-stage-cmake-config ( name * : install-or-stage : includedir : libdir : cmakedir )
985 includedir = [ path.relative-to $(cmakedir) $(includedir) ] ;
986 libdir = [ path.relative-to $(cmakedir) $(libdir) ] ;
994 …configs += [ install-cmake-config- $(install-or-stage) : $(cmakedir) : $(includedir) : $(libdir) :…
1002 …t-toolset : $(boost-install-dir)/BoostDetectToolset.cmake : <location>$(cmakedir) <name>BoostDetec…
1007 …ge)-boost-config : $(boost-install-dir)/BoostConfig.cmake : <location>$(cmakedir)/Boost-$(BOOST_VE…
1014 …on : /boost/tools/boost_install//BoostConfigVersion.cmake : <location>$(cmakedir)/Boost-$(BOOST_VE…
1032 local cmakedir = [ boost-install-dirs.cmakedir ] ;
1040 install-or-stage-cmake-config $(name) : install : $(includedir) : $(libdir) : $(cmakedir) ;
1047 local cmakedir = $(libdir)/cmake ;
1049 install-or-stage-cmake-config $(name) : stage : $(includedir) : $(libdir) : $(cmakedir) ;