repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetix in Jambase
[k8jam.git]
/
misc
/
Jamfile.rulearg
blob
17fa17c6fe2bbc842becf89106123015d21180bb
1
a0 = "wow";
2
3
rule test a0:a1{
4
echo "<:" $(<);
5
echo ">:" $(>);
6
echo "a0:" $(a0);
7
echo "a1:" $(a1);
8
}
9
10
11
test a;
12
test a b;
13
test a b:c;
14
test a b:c d;
15
16
echo $(a0);