]>
Commit | Line | Data |
---|---|---|
77c35b71 MB |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/config.bkl"/> | |
5 | ||
6 | <template id="sub"> | |
7 | <dir>$(id)</dir> | |
8 | <dependency-of>all</dependency-of> | |
9 | </template> | |
10 | ||
11 | <!-- all samples are enumerated here: --> | |
12 | <subproject id="cube" template="sub"/> | |
13 | <!-- <subproject id="isosurf" template="sub"/> | |
14 | <subproject id="penguin" template="sub"/> --> | |
15 | ||
16 | </makefile> |