From 084904e718eeaefc22f094bd6b5ddf497b852128 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:30:53 +0300 Subject: Move project into intermediate sub-directory --- libprint/buildfile | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'libprint/buildfile') diff --git a/libprint/buildfile b/libprint/buildfile index f7d8a74..5dd2544 100644 --- a/libprint/buildfile +++ b/libprint/buildfile @@ -1,21 +1,8 @@ -lib{print}: {hxx cxx}{print} hxx{export} +./: libprint/ tests/ doc{version} file{manifest} -# For pre-releases use the complete version to make sure they cannot be used -# in place of another pre-release or the final version. -# -if $version.pre_release - lib{print}: bin.lib.version = @"-$version.project_id" -else - lib{print}: bin.lib.version = @"-$version.major.$version.minor" - -cxx.poptions =+ "-I$out_root" "-I$src_root" -obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD -objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD - -lib{print}: cxx.export.poptions = "-I$out_root" "-I$src_root" -liba{print}: cxx.export.poptions += -DLIBPRINT_STATIC -libs{print}: cxx.export.poptions += -DLIBPRINT_SHARED +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true -# Install into the libprint/ subdirectory of, say, /usr/include/. +# Don't install tests. # -install.include = $install.include/libprint/ +dir{tests/}: install = false -- cgit v1.1