blob: b3dfb4a8ad8c91cb0a80c939acc8f1af7a816d4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
cxx = cxx/{target rule module}
config = config/{operation module}
exe{b b-prev}: cxx{b algorithm name operation spec scope variable target \
prerequisite rule file module native context search diagnostics token \
lexer parser process timestamp path path-io utility filesystem dump \
options $config $cxx}
.: exe{b b-prev}
#@@ TODO
#
# cli --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli
|