summaryrefslogtreecommitdiff
path: root/libprint/libprint/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libprint/libprint/buildfile')
-rw-r--r--libprint/libprint/buildfile29
1 files changed, 11 insertions, 18 deletions
diff --git a/libprint/libprint/buildfile b/libprint/libprint/buildfile
index c2a6d79..5bf421a 100644
--- a/libprint/libprint/buildfile
+++ b/libprint/libprint/buildfile
@@ -1,33 +1,26 @@
-int_libs = # Interface dependencies.
-imp_libs = # Implementation dependencies.
-#import imp_libs += libhello%lib{hello}
+intf_libs = # Interface dependencies.
+impl_libs = # Implementation dependencies.
+#import xxxx_libs += libhello%lib{hello}
-lib{print}: {hxx ixx txx cxx}{** -version} hxx{version} $imp_libs $int_libs
+lib{print}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
-# Include the generated version header into the distribution (so that we don't
-# pick up an installed one) and don't remove it when cleaning in src (so that
-# clean results in a state identical to distributed).
-#
hxx{version}: in{version} $src_root/manifest
-hxx{version}:
-{
- dist = true
- 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.
#
lib{print}:
{
cxx.export.poptions = "-I$out_root" "-I$src_root"
- cxx.export.libs = $int_libs
+ cxx.export.libs = $intf_libs
}
liba{print}: cxx.export.poptions += -DLIBPRINT_STATIC
@@ -38,9 +31,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.