aboutsummaryrefslogtreecommitdiff
path: root/web/buildfile
blob: df5f812878024a55c3a3e17fd4862d0878290b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# file      : web/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

# This is currently part of the brep apache module but lives in a separate
# directory. Thus the strange choices: libus{}, no header installation, etc.

# While we don't need to link to APR, we need to find its header location.
#
import libs  = libapr1%lib{apr-1}
import libs += libapreq2%lib{apreq2}
import libs += libstudxml%lib{studxml}
import libs += libbutl%lib{butl}

libus{web}: {hxx ixx txx cxx}{** -version} {hxx}{version} $libs

hxx{version}: in{version} $src_root/manifest

{hxx ixx txx}{*}: install = false