From d43e00ba64a5332100a8a2330d251051302b0193 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Dec 2015 08:33:39 +0200 Subject: Add initial install support --- brep/buildfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'brep/buildfile') diff --git a/brep/buildfile b/brep/buildfile index eb3f472..f2bfcfe 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -4,6 +4,7 @@ define mod: libso mod{*}: bin.libprefix = mod_ +mod{*}: install = libexec ./: lib{brep} mod{brep} @@ -15,8 +16,10 @@ import libs += libbpkg%lib{bpkg} lib{brep}: \ {hxx cxx}{ package } \ -{hxx cxx}{ package-traits } \ {hxx ixx cxx}{ package-odb } \ +{hxx cxx}{ package-traits } \ +{hxx }{ types } \ +{hxx }{ utility } \ $libs libso{brep}: cxx.export.poptions = -I$out_root -I$src_root @@ -34,20 +37,15 @@ mod{brep}: \ {hxx cxx}{ module } \ {hxx ixx cxx}{ options } \ {hxx }{ options-types } \ - {hxx cxx}{ package } \ {hxx cxx}{ package-details } \ - {hxx ixx cxx}{ package-odb } \ {hxx cxx}{ package-search } \ - {hxx cxx}{ package-traits } \ {hxx cxx}{ package-version-details } \ {hxx cxx}{ page } \ {hxx cxx}{ repository-details } \ {hxx cxx}{ repository-root } \ { cxx}{ services } \ {hxx cxx}{ shared-database } \ - {hxx }{ types } \ {hxx cxx}{ types-parsers } \ - {hxx }{ utility } \ {hxx }{ wrapper-traits } \ ../web/{hxx cxx}{ mime-url-encoding } \ ../web/{hxx }{ module } \ -- cgit v1.1