]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/json/example/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / json / example / Jamfile
index f8920815e6c9e4567858d488ca8b21fc34d8270b..41fd9efdbdb7c6f9f91161330189bb551da6bb69 100644 (file)
@@ -7,43 +7,12 @@
 # Official repository: https://github.com/boostorg/json
 #
 
-import os ;
+project : requirements <library>/boost/json//boost_json ;
 
-STANDALONE = [ os.environ STANDALONE ] ;
-if $(STANDALONE)
-{
-    LIB =
-        <define>BOOST_JSON_STANDALONE=1
-        <source>../src/src.cpp
-        ;
-}
-else
-{
-    LIB = <library>/boost/json//boost_json ;
-}
+exe path : path.cpp ;
 
-project : requirements $(c11-requires) ;
+exe pretty : pretty.cpp ;
 
-exe path :
-    path.cpp
-    : :
-    $(LIB)
-    ;
+exe proxy : proxy.cpp ;
 
-exe pretty :
-    pretty.cpp
-    : :
-    $(LIB)
-    ;
-
-exe proxy :
-    proxy.cpp
-    : :
-    $(LIB)
-    ;
-
-exe validate :
-    validate.cpp
-    : :
-    $(LIB)
-    ;
+exe validate : validate.cpp ;