summaryrefslogtreecommitdiff
path: root/libprint/libprint
diff options
context:
space:
mode:
Diffstat (limited to 'libprint/libprint')
-rw-r--r--libprint/libprint/buildfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/libprint/libprint/buildfile b/libprint/libprint/buildfile
index 3097c53..c66998c 100644
--- a/libprint/libprint/buildfile
+++ b/libprint/libprint/buildfile
@@ -1,6 +1,6 @@
intf_libs = # Interface dependencies.
impl_libs = # Implementation dependencies.
-#import impl_libs += libhello%lib{hello}
+#import xxxx_libs += libhello%lib{hello}
lib{print}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
@@ -14,12 +14,14 @@ hxx{version}: in{version} $src_root/manifest
clean = ($src_root != $out_root)
}
+hxx{export}@./: cxx.importable = false
+
# Build options.
#
cxx.poptions =+ "-I$out_root" "-I$src_root"
-obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD
-objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD
+{hbmia obja}{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD
+{hbmis objs}{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD
# Export options.
#
@@ -37,9 +39,9 @@ libs{print}: cxx.export.poptions += -DLIBPRINT_SHARED
# for details on the version.* variable values.
#
if $version.pre_release
- lib{print}: bin.lib.version = @"-$version.project_id"
+ lib{print}: bin.lib.version = "-$version.project_id"
else
- lib{print}: bin.lib.version = @"-$version.major.$version.minor"
+ lib{print}: bin.lib.version = "-$version.major.$version.minor"
# Install into the libprint/ subdirectory of, say, /usr/include/
# recreating subdirectories.