| 7 |
|
|
| 8 |
|
# standard targets |
| 9 |
|
PROGS = ( |
| 10 |
< |
# name sources libs |
| 11 |
< |
('genbeads', Split('genbeads.c hermite3.c'), []), |
| 12 |
< |
('genbox', ['genbox.c',], []), |
| 13 |
< |
('genmarble', ['genmarble.c',], []), |
| 14 |
< |
('gensky', Split('gensky.c sun.c',), []), |
| 15 |
< |
('genblinds', ['genblinds.c',], []), |
| 16 |
< |
('genprism', ['genprism.c',], []), |
| 17 |
< |
('genrev', ['genrev.c',], ['rterror','rtfunc','rtcont','rtmem']), |
| 18 |
< |
('gencat', ['gencat.c',], []), |
| 19 |
< |
('genworm', ['genworm.c',], ['rtfunc','rtmem','rtcont','rtmath']), |
| 20 |
< |
('gensurf', ['gensurf.c',], ['rtfunc','rtmem','rtcont','rtmath','rtio']), |
| 21 |
< |
('genclock', ['genclock.c',], []), |
| 22 |
< |
('genbranch', ['genbranch.c',], []), |
| 23 |
< |
('replmarks', ['replmarks.c',], |
| 10 |
> |
# name sources libs |
| 11 |
> |
('genbeads', Split('genbeads.c hermite3.c'), []), |
| 12 |
> |
('genbox', ['genbox.c',], []), |
| 13 |
> |
('genmarble', ['genmarble.c',], []), |
| 14 |
> |
('gensky', Split('gensky.c sun.c',), []), |
| 15 |
> |
('genblinds', ['genblinds.c',], []), |
| 16 |
> |
('genprism', ['genprism.c',], []), |
| 17 |
> |
('genrev', ['genrev.c',], ['rterror','rtfunc','rtcont','rtmem']), |
| 18 |
> |
('gencatenary', ['gencat.c',], []), |
| 19 |
> |
('genworm', ['genworm.c',], ['rtfunc','rtmem','rtcont','rtmath']), |
| 20 |
> |
('gensurf', ['gensurf.c',], ['rtfunc','rtmem','rtcont','rtmath','rtio']), |
| 21 |
> |
('genclock', ['genclock.c',], []), |
| 22 |
> |
('genbranch', ['genbranch.c',], []), |
| 23 |
> |
('replmarks', ['replmarks.c',], |
| 24 |
|
['rtproc','rtpath','rtmath','rtio','rterror']), |
| 25 |
< |
('mkillum', Split('mkillum.c mkillum2.c mkillum3.c'), |
| 25 |
> |
('mkillum', Split('mkillum.c mkillum2.c mkillum3.c'), |
| 26 |
|
['rtscene','rtproc','rtpath','rtmath','rtio','rtcont','rterror']), |
| 27 |
< |
('xform', ['xform.c',], |
| 27 |
> |
('xform', ['xform.c',], |
| 28 |
|
['rtproc','rtscene','rtmath','rtargs','rtio','rtcont','rtpath','rterror']), |
| 29 |
|
) |
| 30 |
|
for p in PROGS: |