| 29 |
|
|
| 30 |
|
# standard targets |
| 31 |
|
PROGS = [ |
| 32 |
– |
('thf2rad', ['thf2rad.c'], []), |
| 32 |
|
('ies2rad', ['ies2rad.c'], ['rtlamps','rtcolor','rtio','rtpath']+ mlib), |
| 33 |
|
('arch2rad', ['arch2rad.c',trans],['rtcont','rtmem'] + mlib), |
| 34 |
|
('nff2rad', ['nff2rad.c'], []), |
| 35 |
< |
('lampcolor', ['lampcolor.c'], ['rtlamps','rtcolor','rtpath']), |
| 35 |
> |
('lampcolor', ['lampcolor.c'], ['rtlamps','rtcolor','rtio','rtpath']), |
| 36 |
|
('tmesh2rad', ['tmesh2rad.c'], ['rtscene','rtmath'] + mlib), |
| 37 |
|
('obj2rad', ['obj2rad.c',trans], |
| 38 |
|
['rtscene','rtargs','rtio','rtcont','rtmem','rtmath','rterror'] + mlib), |