From afb5ebabf55c5c806e221ad15fca2fa0d5ef6d2b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 6 Mar 2018 08:30:08 +0000 Subject: Initial commit, WIP --- service/Jamfile.jam | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 service/Jamfile.jam (limited to 'service/Jamfile.jam') diff --git a/service/Jamfile.jam b/service/Jamfile.jam new file mode 100644 index 0000000..e7bfed9 --- /dev/null +++ b/service/Jamfile.jam @@ -0,0 +1,64 @@ +import icetray ; +import package ; +import testing ; + +lib boost_utf : : boost_unit_test_framework ; +lib dbpp-postgresql : : : : /usr/include/dbpp-postgresql ; +lib dryice : : : : /usr/include/icetray ; + +lib mirrorsearch : + [ glob *.cpp *.ice sql/*.sql : test.cpp ] + : + yes + ..//adhocutil + ..//dbppcore + ..//boost_system + ..//boost_filesystem + ..//boost_date_time + ..//Ice + ..//IceBox + ..//IceUtil + ..//pthread + ..//icetray + ..//slicer + ..//slicer-db + ..//glibmm + ..//xml2 + MirrorSearch + . + . + : : + . + ..//icetray + ; + +path-constant me : . ; + +run test.cpp + : : + data.sql + schema.sql + : + BOOST_TEST_DYN_LINK + ..//boost_system + ..//boost_filesystem + boost_utf + ROOT=\"$(me)\" + dbpp-postgresql + ..//dbppcore + ..//adhocutil + ..//boost_system + ..//boost_filesystem + ..//netfs-api + ..//IceUtil + ..//Ice + ..//IceBox + ..//pthread + dryice + mirrorsearch + mirrorsearch +; + +package.install install : : : mirrorsearch ; + + -- cgit v1.2.3