From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/boost/libs/flyweight/example/Jamfile.v2 | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/boost/libs/flyweight/example/Jamfile.v2 (limited to 'src/boost/libs/flyweight/example/Jamfile.v2') diff --git a/src/boost/libs/flyweight/example/Jamfile.v2 b/src/boost/libs/flyweight/example/Jamfile.v2 new file mode 100644 index 00000000..3c9bcd18 --- /dev/null +++ b/src/boost/libs/flyweight/example/Jamfile.v2 @@ -0,0 +1,55 @@ +# Boost.Flyweight examples Jamfile +# +# Copyright 2006-2014 Joaquín M López Muñoz. +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) +# +# See http://www.boost.org/libs/flyweight for library home page. + +project + : requirements + LINUX:multi + ; + +exe basic + : basic.cpp + : $(BOOST_ROOT) + ; + +exe composite + : composite.cpp + : $(BOOST_ROOT) + ; + +exe custom_factory + : custom_factory.cpp + : $(BOOST_ROOT) + ; + +exe fibonacci + : fibonacci.cpp + : $(BOOST_ROOT) + ; + +exe html + : html.cpp + : $(BOOST_ROOT) + ; + +exe key_value + : key_value.cpp + : $(BOOST_ROOT) + ; + +exe perf + : perf.cpp + : $(BOOST_ROOT) + : release + ; + +exe serialization + : serialization.cpp + /boost/serialization//boost_serialization/static + : $(BOOST_ROOT) + ; -- cgit v1.2.3