From 2fcb8f32f339f3a3cb550f10f565d6072f565012 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Jan 2017 08:10:58 +0200 Subject: Redo config as feature test macros --- butl/buildfile | 55 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index dd2e6bb..734195e 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -3,32 +3,34 @@ # license : MIT; see accompanying LICENSE file lib{butl}: \ -{hxx cxx}{ base64 } \ -{hxx cxx}{ char-scanner } \ -{hxx }{ config } \ -{hxx cxx}{ diagnostics } \ -{hxx }{ export } \ -{hxx ixx cxx}{ fdstream } \ -{hxx ixx cxx}{ filesystem } \ -{hxx }{ manifest-forward } \ -{hxx cxx}{ manifest-parser } \ -{hxx cxx}{ manifest-serializer } \ -{hxx }{ multi-index } \ -{hxx }{ optional } \ -{hxx cxx}{ pager } \ -{hxx ixx txx cxx}{ path } \ -{hxx }{ path-io } \ -{hxx }{ path-map } \ -{hxx txx }{ prefix-map } \ -{hxx ixx cxx}{ process } \ -{hxx cxx}{ sha256 } \ -{hxx }{ small-vector } \ -{hxx txx }{ string-table } \ -{hxx cxx}{ target-triplet } \ -{hxx cxx}{ timestamp } \ -{hxx ixx cxx}{ utility } \ -{hxx }{ vector-view } \ -{hxx }{ version } + {hxx cxx}{ base64 } \ + {hxx cxx}{ char-scanner } \ + {hxx cxx}{ diagnostics } \ + {hxx }{ export } \ + {hxx ixx cxx}{ fdstream } \ + {hxx ixx cxx}{ filesystem } \ + {hxx }{ manifest-forward } \ + {hxx cxx}{ manifest-parser } \ + {hxx cxx}{ manifest-serializer } \ + {hxx }{ multi-index } \ + {hxx }{ optional } \ + {hxx cxx}{ pager } \ + {hxx ixx txx cxx}{ path } \ + {hxx }{ path-io } \ + {hxx }{ path-map } \ + {hxx txx }{ prefix-map } \ + {hxx ixx cxx}{ process } \ + {hxx cxx}{ sha256 } \ + {hxx }{ small-vector } \ + {hxx txx }{ string-table } \ + {hxx cxx}{ target-triplet } \ + {hxx cxx}{ timestamp } \ + {hxx ixx cxx}{ utility } \ + {hxx }{ vector-view } \ + {hxx }{ version } \ +ft/{hxx }{ exception } \ +ft/{hxx }{ lang } \ +ft/{hxx }{ shared_mutex } # Exclude these from compilation on non-Windows targets. # @@ -66,3 +68,4 @@ libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED # Install into the butl/ subdirectory of, say, /usr/include/. # install.include = $install.include/butl/ +install.include.subdirs = true # Recreate subdirectories. -- cgit v1.1