| 1 | <?xml version="1.0" ?> |
| 2 | <!-- $Id$ --> |
| 3 | <makefile> |
| 4 | |
| 5 | <include file="../build/bakefiles/config.bkl"/> |
| 6 | |
| 7 | <template id="sub"> |
| 8 | <dir>$(id)</dir> |
| 9 | <dependency-of>all</dependency-of> |
| 10 | </template> |
| 11 | |
| 12 | <!-- all samples are enumerated here: --> |
| 13 | <subproject id="access" template="sub"/> |
| 14 | <subproject id="animate" template="sub"/> |
| 15 | <subproject id="artprov" template="sub"/> |
| 16 | <subproject id="aui" template="sub"/> |
| 17 | <subproject id="calendar" template="sub"/> |
| 18 | <subproject id="caret" template="sub"/> |
| 19 | <subproject id="checklst" template="sub"/> |
| 20 | <subproject id="collpane" template="sub"/> |
| 21 | <subproject id="config" template="sub"/> |
| 22 | <subproject id="combo" template="sub"/> |
| 23 | <subproject id="console" template="sub"/> |
| 24 | <subproject id="controls" template="sub"/> |
| 25 | <subproject id="dataview" template="sub"/> |
| 26 | <subproject id="db" template="sub"/> |
| 27 | <subproject id="dialogs" template="sub"/> |
| 28 | <subproject id="dialup" template="sub"/> |
| 29 | <subproject id="display" template="sub"/> |
| 30 | <subproject id="dnd" template="sub"/> |
| 31 | <subproject id="docview" template="sub"/> |
| 32 | <subproject id="docvwmdi" template="sub"/> |
| 33 | <subproject id="dragimag" template="sub"/> |
| 34 | <subproject id="drawing" template="sub"/> |
| 35 | <subproject id="dynamic" template="sub"/> |
| 36 | <subproject id="erase" template="sub"/> |
| 37 | <subproject id="event" template="sub"/> |
| 38 | <subproject id="exec" template="sub"/> |
| 39 | <subproject id="except" template="sub"/> |
| 40 | <subproject id="font" template="sub"/> |
| 41 | <subproject id="grid" template="sub"/> |
| 42 | <subproject id="help" template="sub"/> |
| 43 | <subproject id="htlbox" template="sub"/> |
| 44 | <subproject id="html" template="sub"/> |
| 45 | <subproject id="image" template="sub"/> |
| 46 | <subproject id="internat" template="sub"/> |
| 47 | <subproject id="ipc" template="sub"/> |
| 48 | <subproject id="joytest" template="sub"/> |
| 49 | <subproject id="keyboard" template="sub"/> |
| 50 | <subproject id="layout" template="sub"/> |
| 51 | <subproject id="listbox" template="sub"/> |
| 52 | <subproject id="listctrl" template="sub"/> |
| 53 | <subproject id="mdi" template="sub"/> |
| 54 | <subproject id="mediaplayer" template="sub"/> |
| 55 | <subproject id="memcheck" template="sub"/> |
| 56 | <subproject id="menu" template="sub"/> |
| 57 | <subproject id="minifram" template="sub"/> |
| 58 | <subproject id="minimal" template="sub"/> |
| 59 | <subproject id="mobile" template="sub"/> |
| 60 | <subproject id="multimon" template="sub"/> |
| 61 | <subproject id="nativdlg" template="sub"/> |
| 62 | <subproject id="notebook" template="sub"/> |
| 63 | <subproject id="oleauto" template="sub"/> |
| 64 | <subproject id="opengl" template="sub"/> |
| 65 | <subproject id="ownerdrw" template="sub"/> |
| 66 | <subproject id="png" template="sub"/> |
| 67 | <subproject id="popup" template="sub"/> |
| 68 | <subproject id="printing" template="sub"/> |
| 69 | <subproject id="propsize" template="sub"/> |
| 70 | <subproject id="regtest" template="sub"/> |
| 71 | <subproject id="render" template="sub"/> |
| 72 | <subproject id="richtext" template="sub"/> |
| 73 | <subproject id="rotate" template="sub"/> |
| 74 | <subproject id="sashtest" template="sub"/> |
| 75 | <subproject id="scroll" template="sub"/> |
| 76 | <subproject id="scrollsub" template="sub"/> |
| 77 | <subproject id="shaped" template="sub"/> |
| 78 | <subproject id="sockets" template="sub"/> |
| 79 | <subproject id="sound" template="sub"/> |
| 80 | <subproject id="splash" template="sub"/> |
| 81 | <subproject id="splitter" template="sub"/> |
| 82 | <subproject id="statbar" template="sub"/> |
| 83 | <subproject id="taskbar" template="sub"/> |
| 84 | <subproject id="text" template="sub"/> |
| 85 | <subproject id="thread" template="sub"/> |
| 86 | <subproject id="toolbar" template="sub"/> |
| 87 | <subproject id="treectrl" template="sub"/> |
| 88 | <subproject id="typetest" template="sub"/> |
| 89 | <subproject id="validate" template="sub"/> |
| 90 | <subproject id="vscroll" template="sub"/> |
| 91 | <subproject id="widgets" template="sub"/> |
| 92 | <subproject id="wizard" template="sub"/> |
| 93 | <!-- Put samples most likely to fail at the end --> |
| 94 | <subproject id="mfc" template="sub"/> |
| 95 | |
| 96 | </makefile> |