# file : build/buildfile # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} config = config/{operation module utility} dist = dist/{operation rule module} bin = bin/{target rule module} cxx = cxx/{target compile link install module utility} cli = cli/{target rule module} test1 = test/{operation rule module} install1 = install/{operation rule module} exe{b}: cxx{b algorithm name operation spec scope variable target \ prerequisite rule file module context search diagnostics token \ lexer parser path-io utility dump options $config $dist $bin $cxx \ $cli $test1 $install1} $libs #@@ TODO # # cli --generate-specifier --cli-namespace cl --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli