summaryrefslogtreecommitdiff
path: root/libformat/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:51 +0300
commitef4070dd12a9aedec805003beaad3816ca4dc3f4 (patch)
treea5f8f65a1e289586554254f4c0dec3dbbb1f3130 /libformat/buildfile
parent8a9eb6d0e140998871ae2e733c85d895b289f9df (diff)
Move project into intermediate sub-directory
Diffstat (limited to 'libformat/buildfile')
-rw-r--r--libformat/buildfile23
1 files changed, 5 insertions, 18 deletions
diff --git a/libformat/buildfile b/libformat/buildfile
index 4f6f156..27e0dec 100644
--- a/libformat/buildfile
+++ b/libformat/buildfile
@@ -1,21 +1,8 @@
-lib{format}: {hxx cxx}{format} hxx{export}
+./: libformat/ 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{format}: bin.lib.version = @"-$version.project_id"
-else
- lib{format}: bin.lib.version = @"-$version.major.$version.minor"
-
-cxx.poptions =+ "-I$out_root" "-I$src_root"
-obja{*}: cxx.poptions += -DLIBFORMAT_STATIC_BUILD
-objs{*}: cxx.poptions += -DLIBFORMAT_SHARED_BUILD
-
-lib{format}: cxx.export.poptions = "-I$out_root" "-I$src_root"
-liba{format}: cxx.export.poptions += -DLIBFORMAT_STATIC
-libs{format}: cxx.export.poptions += -DLIBFORMAT_SHARED
+doc{version}: file{manifest} # Generated by the version module.
+doc{version}: dist = true
-# Install into the libformat/ subdirectory of, say, /usr/include/.
+# Don't install tests.
#
-install.include = $install.include/libformat/
+dir{tests/}: install = false