2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
2003-06-23 18:49:09 -04:00
|
|
|
<include file="../build/bakefiles/config.bkl"/>
|
|
|
|
|
2003-06-23 18:31:50 -04:00
|
|
|
<template id="sub">
|
|
|
|
<dir>$(id)</dir>
|
|
|
|
<dependency-of>all</dependency-of>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<!-- all samples are enumerated here: -->
|
|
|
|
<subproject id="artprov" template="sub"/>
|
2003-06-23 18:49:09 -04:00
|
|
|
<subproject id="console" template="sub" cond="USE_GUI=='0'"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="dialogs" template="sub"/>
|
|
|
|
<subproject id="image" template="sub"/>
|
|
|
|
<subproject id="minimal" template="sub"/>
|
|
|
|
|
|
|
|
</makefile>
|