]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/chrono/perf/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / chrono / perf / Jamfile.v2
index 7d6b80ed92e747f4aeef05ad51e9df74fe9a158a..8c68f74f31cf3d2f2e1ef470c46865e947aa3fca 100644 (file)
@@ -19,7 +19,6 @@ project
         #<threading>single:<define>BOOST_CHRONO_THREAD_DISABLED
         <toolset>msvc:<asynch-exceptions>on
         <define>BOOST_CHRONO_USES_MPL_ASSERT
-        <define>BOOST_SYSTEM_NO_DEPRECATED
         <toolset>sun:<define>BOOST_TYPEOF_EMULATION
         <warnings>all
         <toolset>gcc:<cxxflags>-Wextra
@@ -34,8 +33,8 @@ project
         <toolset>clang:<cxxflags>-Wextra
         <toolset>clang:<cxxflags>-pedantic
         <toolset>clang:<cxxflags>-Wno-long-long
-        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-Wno-missing-field-initializers 
-       <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option 
+        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-Wno-missing-field-initializers
+        <toolset>gcc-4.5.0,<target-os>windows:<cxxflags>-fdiagnostics-show-option
         <toolset>msvc:<cxxflags>/wd4127
 # Note: Some of the remarks from the Intel compiler are disabled
 # remark #304: access control not specified ("public" by default)
@@ -51,19 +50,14 @@ rule chrono-run ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
         :   $(sources[1]:B)_shared ]
     [ run $(sources) ../build//boost_chrono/<link>static
         : :
         :
-            <library>/boost/system//boost_system
         :   $(sources[1]:B)_static ]
     [ run $(sources)
         : :
         :   <define>BOOST_CHRONO_HEADER_ONLY
-            # comment one of the following lines
-            #<define>BOOST_SYSTEM_INLINED
-            <library>/boost/system//boost_system
         :   $(sources[1]:B)_header ]
     ;
 }
@@ -73,19 +67,14 @@ rule chrono-run2 ( sources : name )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
         :   $(name)_shared ]
     [ run $(sources) ../build//boost_chrono/<link>static
         : :
         :
-            <library>/boost/system//boost_system
         : $(name)_static ]
     [ run $(sources)
         : :
         :   <define>BOOST_CHRONO_HEADER_ONLY
-            # comment one of the following lines
-            #<define>BOOST_SYSTEM_INLINED
-            <library>/boost/system//boost_system
         : $(name)_header ]
     ;
 }
@@ -97,19 +86,14 @@ rule chrono-run-mt ( sources )
     [ run $(sources) ../build//boost_chrono
         : :
         :
-            <library>/boost/system//boost_system
         :   $(sources[1]:B)_shared ]
     [ run $(sources) ../build//boost_chrono/<link>static
         : :
         :
-            <library>/boost/system//boost_system
         :  $(sources[1]:B)_static ]
     [ run $(sources)
         : :
         :   <define>BOOST_CHRONO_HEADER_ONLY
-            # comment one of the following lines
-            #<define>BOOST_SYSTEM_INLINED
-            <library>/boost/system//boost_system
         :   $(sources[1]:B)_header ]
     ;
 }
@@ -129,9 +113,6 @@ rule chrono-run2-mt ( sources : name )
     [ run $(sources)
         : :
         :   <define>BOOST_CHRONO_HEADER_ONLY
-            # comment one of the following lines
-            #<define>BOOST_SYSTEM_INLINED
-            <library>/boost/system//boost_system
         : $(name)_header ]
     ;
 }
@@ -143,8 +124,6 @@ rule chrono-compile ( sources )
         : $(sources[1]:B)_lib ]
     [ compile $(sources)
         :   <define>BOOST_CHRONO_HEADER_ONLY
-            # comment the following line
-            <define>BOOST_SYSTEM_INLINED
         : $(sources[1]:B)_header ]
     ;
 }
@@ -157,8 +136,6 @@ rule chrono-compile2 ( sources : name )
         : $(name)_lib ]
     [ compile $(sources)
         :  <define>BOOST_CHRONO_HEADER_ONLY
-            # comment the following line
-            <define>BOOST_SYSTEM_INLINED
         : $(name)_header ]
     ;
 }