]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../build/bakefiles/config.bkl"/> | |
cef590ee | 5 | |
2ace0078 VS |
6 | <template id="sub"> |
7 | <dependency-of>all</dependency-of> | |
8 | </template> | |
9 | ||
e1e61c81 VS |
10 | <subproject id="emulator" template="sub"> |
11 | <dir>emulator/src</dir> | |
12 | <installable>no</installable> | |
13 | </subproject> | |
cef590ee | 14 | |
e1e61c81 VS |
15 | <subproject id="helpview" template="sub"> |
16 | <dir>helpview/src</dir> | |
17 | <installable>no</installable> | |
18 | </subproject> | |
cef590ee | 19 | |
5934cda1 FM |
20 | <subproject id="ifacecheck" template="sub"> |
21 | <dir>ifacecheck/src</dir> | |
22 | <installable>yes</installable> | |
23 | </subproject> | |
24 | ||
2ace0078 | 25 | </makefile> |