aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile
blob: 40b32221b57e3b52e7032f1c48634d556215fc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib{hello}: {hxx cxx}{hello}

cxx.poptions += -I$src_root
lib{hello}: cxx.export.poptions = -I$src_root

liba{butl}: cxx.export.poptions += -DLIBHELLO_STATIC
libs{butl}: cxx.export.poptions += -DLIBHELLO_SHARED

obja{*}: cxx.poptions += -DLIBHELLO_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBHELLO_SHARED_BUILD

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