blob: 03dd08413ffd7e9339240076cc6c4c24e2ffe65e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# file : libbutl/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
./: bash{$path.base($path.base(*.bash.in))}
bash{utility}: in{utility}
bash{manifest-parser}: in{manifest-parser} bash{utility} exe{manifest}
bash{manifest-serializer}: in{manifest-serializer} bash{utility} exe{manifest}
exe{manifest}: cxx{manifest} $libs
# Install our binding support executables next to the modules.
#
exe{*}: install = bin/libbutl/
|