2003-07-19 11:01:55 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/config.bkl"/>
|
|
|
|
|
|
|
|
<template id="sub">
|
|
|
|
<dir>$(id)</dir>
|
2003-08-09 18:31:07 -04:00
|
|
|
<installable>no</installable>
|
2003-07-19 11:01:55 -04:00
|
|
|
<dependency-of>all</dependency-of>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<!-- all samples are enumerated here: -->
|
|
|
|
<subproject id="cube" template="sub"/>
|
2003-08-06 18:44:22 -04:00
|
|
|
<subproject id="isosurf" template="sub"/>
|
|
|
|
<subproject id="penguin" template="sub"/>
|
2003-07-19 11:01:55 -04:00
|
|
|
|
|
|
|
</makefile>
|