aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
commit037ad0360056ec38eda1b3b8a74cd3ae4371630f (patch)
tree6d21bad6f694d8744107e2420d72660a135eda7a /libbutl/buildfile
parent03ff256dc44228c9465cd2040593a72b2d084d1e (diff)
Add binding support executable stub for manifest parsing
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile12
1 files changed, 10 insertions, 2 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index 1255424..03dd084 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -2,8 +2,16 @@
# 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}
-bash{manifest-serializer}: in{manifest-serializer} bash{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/