| 16 |
|
|
| 17 |
|
# standard targets |
| 18 |
|
PROGS = ( |
| 19 |
< |
# name files libs |
| 19 |
> |
# name files libs |
| 20 |
|
('macbethcal', Split('macbethcal.c pmapgen.c mx3.c')+[warp3d], |
| 21 |
|
['rtpic','rtproc','rtpath','rtargs','rtio','rtcont','rtmem','rterror']), |
| 22 |
|
('pcond', Split('pcond.c pcond2.c pcond3.c pcond4.c')+[warp3d], |
| 40 |
|
('ra_gif', ['ra_gif.c', clrtab, neuclrtab], ['rtpic','rtio','rtmem']), |
| 41 |
|
('ra_ps', ['ra_ps.c'], ['rtpic','rtargs','rtio','rtmem']), |
| 42 |
|
('ra_ppm', ['ra_ppm.c'], ['rtpic','rtio','rtmem']), |
| 43 |
< |
('ra_bmp', ['ra_bmp.c'], ['rtpic','rtproc','rtio','rtmem']), |
| 43 |
> |
('ra_bmp', ['ra_bmp.c'], |
| 44 |
> |
['rtpic','rtproc','rterror','rtpath','rtio','rtmem']), |
| 45 |
|
('ra_t8', ['ra_t8.c', clrtab, neuclrtab], ['rtpic','rtio','rtmem']), |
| 46 |
|
('ra_t16', ['ra_t16.c'], ['rtpic','rtio','rtmem']), |
| 47 |
|
('ra_rgbe', ['ra_rgbe.c'],['rtpic','rtproc','rtpath','rtio','rtmem','rterror']), |