| 13 |  | warp3d = env.Object(source="warp3d.c") | 
| 14 |  | clrtab = env.Object(source="clrtab.c") | 
| 15 |  | neuclrtab = env.Object(source="neuclrtab.c") | 
| 16 | – | ciq = env.Object(source="ciq.c") | 
| 17 | – | cut = env.Object(source="cut.c") | 
| 18 | – | closest = env.Object(source="closest.c") | 
| 16 |  |  | 
| 17 |  | # standard targets | 
| 18 |  | PROGS = ( | 
| 23 |  | ['rtpic','rtproc','rtpath','rtio','rtargs','rtmath','rtcont','rtmem','rterror']), | 
| 24 |  | ('pfilt',    Split('pfilt.c pf2.c pf3.c'), | 
| 25 |  | ['rtlamps','rtpic','rtio','rtpath','rtargs','rtmath']), | 
| 26 | + | ('pcwarp',   ['pcwarp.c', warp3d], | 
| 27 | + | ['rtpic','rtio','rtcont','rtmem','rterror']), | 
| 28 |  | ('pvalue',   ['pvalue.c'],    ['rtpic','rtio','rtargs','rtmath']), | 
| 29 |  | ('pcompos',  ['pcompos.c'],   ['rtpic','rtproc','rtpath','rtio','rterror']), | 
| 30 |  | ('psign',    ['psign.c'], |