summaryrefslogtreecommitdiff
path: root/print/buildfile
blob: 6cab9a3dd70cd20e08f78b9544a393490f333d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
lib{print}: {hxx cxx}{print} hxx{export}

# 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 $abi_prerelease
  lib{print}: bin.lib.version = @-$version
else
  lib{print}: bin.lib.version = @-$abi_major.$abi_minor

cxx.poptions =+ -I$src_root
obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD

lib{print}: cxx.export.poptions = -I$src_root
liba{print}: cxx.export.poptions += -DLIBPRINT_STATIC
libs{print}: cxx.export.poptions += -DLIBPRINT_SHARED

# Install into the print/ subdirectory of, say, /usr/include/.
#
install.include = $install.include/print/