| 1 | <?xml version="1.0" ?> |
| 2 | <makefile> |
| 3 | |
| 4 | <include file="../build/bakefiles/config.bkl"/> |
| 5 | |
| 6 | <template id="sub"> |
| 7 | <dependency-of>all</dependency-of> |
| 8 | </template> |
| 9 | |
| 10 | <subproject id="configtool" template="sub"> |
| 11 | <dir>configtool/src</dir> |
| 12 | <installable>no</installable> |
| 13 | </subproject> |
| 14 | |
| 15 | <subproject id="emulator" template="sub"> |
| 16 | <dir>emulator/src</dir> |
| 17 | <installable>no</installable> |
| 18 | </subproject> |
| 19 | |
| 20 | <subproject id="helpview" template="sub"> |
| 21 | <dir>helpview/src</dir> |
| 22 | <installable>no</installable> |
| 23 | </subproject> |
| 24 | |
| 25 | <subproject id="tex2rtf" template="sub"> |
| 26 | <dir>tex2rtf/src</dir> |
| 27 | <installable>yes</installable> |
| 28 | </subproject> |
| 29 | |
| 30 | <subproject id="helpgen" template="sub"> |
| 31 | <dir>HelpGen</dir> |
| 32 | <installable>yes</installable> |
| 33 | </subproject> |
| 34 | |
| 35 | </makefile> |