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