]>
Commit | Line | Data |
---|---|---|
3534e34a VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../build/bakefiles/config.bkl"/> | |
8879d792 | 5 | |
3534e34a VS |
6 | <template id="sub"> |
7 | <dir>$(id)</dir> | |
3f8f6b8f | 8 | <installable>no</installable> |
3534e34a VS |
9 | <dependency-of>all</dependency-of> |
10 | </template> | |
11 | ||
12 | <subproject id="bombs" template="sub"/> | |
3534e34a VS |
13 | <subproject id="forty" template="sub"/> |
14 | <subproject id="fractal" template="sub"/> | |
15 | <subproject id="life" template="sub"/> | |
16 | <subproject id="poem" template="sub"/> | |
17 | ||
18 | </makefile> |