From d4f6f5c0fe05ad5b8ee46805cfcdb27ddada8127 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 2 Feb 2019 11:18:23 +0000 Subject: Single definition of adhocutil --- slicer/Jamfile.jam | 2 ++ slicer/db/Jamfile.jam | 7 +++---- slicer/ice/Jamfile.jam | 3 +-- slicer/json/Jamfile.jam | 3 +-- slicer/slicer/Jamfile.jam | 3 +-- slicer/test/Jamfile.jam | 5 ++--- slicer/tool/Jamfile.jam | 3 +-- slicer/xml/Jamfile.jam | 3 +-- 8 files changed, 12 insertions(+), 17 deletions(-) diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam index 3108454..b8bbceb 100644 --- a/slicer/Jamfile.jam +++ b/slicer/Jamfile.jam @@ -8,6 +8,8 @@ build-project db ; build-project ice ; build-project test ; +lib adhocutil : : : : /usr/include/adhocutil ; + explicit install ; explicit install-xml ; explicit install-json ; diff --git a/slicer/db/Jamfile.jam b/slicer/db/Jamfile.jam index 8d8b803..44a583e 100644 --- a/slicer/db/Jamfile.jam +++ b/slicer/db/Jamfile.jam @@ -4,7 +4,6 @@ import ../test/slicer.jam ; lib dbppcore : : : : /usr/include/dbpp ; lib dbpp-postgresql : : : : /usr/include/dbpp-postgresql ; -lib adhocutil : : : : /usr/include/adhocutil ; lib boost_system ; lib boost_filesystem ; lib boost_utf : : boost_unit_test_framework ; @@ -20,7 +19,7 @@ lib slicer-db : Ice++11 dbppcore ../..//glibmm - adhocutil + ..//adhocutil ../slicer//slicer ../slicer//slicer : : @@ -40,9 +39,9 @@ lib testCommon : ../test//common dbpp-postgresql dbppcore - adhocutil + ..//adhocutil : : - adhocutil + ..//adhocutil ; run testSelect.cpp diff --git a/slicer/ice/Jamfile.jam b/slicer/ice/Jamfile.jam index d775a4a..9cf244a 100644 --- a/slicer/ice/Jamfile.jam +++ b/slicer/ice/Jamfile.jam @@ -6,7 +6,6 @@ lib Ice++11 ; lib boost_system ; lib boost_filesystem ; lib boost_utf : : boost_unit_test_framework ; -lib adhocutil : : : : /usr/include/adhocutil ; lib slicer-ice : [ glob *.cpp : test*.cpp ] @@ -16,7 +15,7 @@ lib slicer-ice : boost_filesystem pthread Ice++11 - adhocutil + ..//adhocutil ../slicer//slicer ../slicer//slicer : : diff --git a/slicer/json/Jamfile.jam b/slicer/json/Jamfile.jam index 07186c8..ae85792 100644 --- a/slicer/json/Jamfile.jam +++ b/slicer/json/Jamfile.jam @@ -8,7 +8,6 @@ lib jsonpp : : : : lib boost_system ; lib boost_filesystem ; lib boost_utf : : boost_unit_test_framework ; -lib adhocutil : : : : /usr/include/adhocutil ; lib slicer-json : [ glob *.cpp : test*.cpp ] @@ -18,7 +17,7 @@ lib slicer-json : boost_filesystem jsonpp ../..//glibmm - adhocutil + ..//adhocutil ../slicer//slicer : : jsonpp diff --git a/slicer/slicer/Jamfile.jam b/slicer/slicer/Jamfile.jam index e62a22a..60d28fb 100644 --- a/slicer/slicer/Jamfile.jam +++ b/slicer/slicer/Jamfile.jam @@ -4,7 +4,6 @@ lib pthread ; lib Ice++11 ; lib boost_system ; lib boost_filesystem ; -lib adhocutil : : : : /usr/include/adhocutil ; lib slicer : [ glob *.cpp ] @@ -13,7 +12,7 @@ lib slicer : pthread Ice++11 boost_system - adhocutil + ..//adhocutil .. : : .. diff --git a/slicer/test/Jamfile.jam b/slicer/test/Jamfile.jam index edb1099..3acd814 100644 --- a/slicer/test/Jamfile.jam +++ b/slicer/test/Jamfile.jam @@ -7,7 +7,6 @@ lib boost_system ; lib boost_filesystem ; lib boost_date_time ; lib boost_utf : : boost_unit_test_framework ; -lib adhocutil : : : : /usr/include/adhocutil ; lib types : [ glob *.ice ] @@ -17,7 +16,7 @@ lib types : yes ../tool//slicer . - adhocutil + ..//adhocutil boost_date_time included//included ../slicer//slicer @@ -43,7 +42,7 @@ alias common : : : : run preprocessor.cpp : : : common - adhocutil + ..//adhocutil .. ../tool//slicer-compiler types diff --git a/slicer/tool/Jamfile.jam b/slicer/tool/Jamfile.jam index 5f1586b..5d0671f 100644 --- a/slicer/tool/Jamfile.jam +++ b/slicer/tool/Jamfile.jam @@ -2,7 +2,6 @@ import package ; lib Ice++11 ; lib po : : boost_program_options ; -lib adhocutil : : : : /usr/include/adhocutil ; lib boost_system ; lib boost_filesystem ; lib mcpp ; @@ -15,7 +14,7 @@ lib slicer-compiler : mcpp boost_system boost_filesystem - adhocutil + ..//adhocutil ../slicer//slicer ../slicer//slicer .. diff --git a/slicer/xml/Jamfile.jam b/slicer/xml/Jamfile.jam index b8a9e4c..e98edd6 100644 --- a/slicer/xml/Jamfile.jam +++ b/slicer/xml/Jamfile.jam @@ -6,7 +6,6 @@ lib Ice++11 ; lib boost_system ; lib boost_filesystem ; lib boost_utf : : boost_unit_test_framework ; -lib adhocutil : : : : /usr/include/adhocutil ; lib slicer-xml : [ glob *.cpp : test*.cpp ] @@ -18,7 +17,7 @@ lib slicer-xml : pthread Ice++11 ../..//libxmlpp - adhocutil + ..//adhocutil ../slicer//slicer ../slicer//slicer : : -- cgit v1.2.3