| 16 | 
  | 
clean: | 
| 17 | 
  | 
        rm -f test.hdr test24.hdr test24.tif test32L.tif pcomb.hdr \ | 
| 18 | 
  | 
norm24.tif norm8.tif pcompos.hdr pcondh.hdr test_extrema.txt psign.hdr \ | 
| 19 | 
< | 
pinterp.hdr false.hdr ra_psC.ps test8.tga test8.gif | 
| 19 | 
> | 
pinterp.hdr false.hdr ra_ps.ps test8.tga test8.gif | 
| 20 | 
  | 
 | 
| 21 | 
  | 
test-pcond:     test.hdr | 
| 22 | 
  | 
        pcond -h test.hdr pcondh.hdr | 
| 98 | 
  | 
        ra_ppm test24.hdr | ra_ppm -r | $(IMG_CMP) test24.hdr - | 
| 99 | 
  | 
 | 
| 100 | 
  | 
test-ra_ps:     test.hdr | 
| 101 | 
< | 
        ra_ps -b -C test.hdr > ra_psC.ps | 
| 102 | 
< | 
        radcompare ref/ra_psC.ps ra_psC.ps | 
| 103 | 
< | 
        rm -f ra_psC.ps | 
| 101 | 
> | 
        ra_ps -b test.hdr > ra_ps.ps | 
| 102 | 
> | 
        radcompare -c% ref/ra_ps.ps ra_ps.ps | 
| 103 | 
> | 
        rm -f ra_ps.ps | 
| 104 | 
  | 
 | 
| 105 | 
  | 
test-ra_gif:    test.hdr | 
| 106 | 
  | 
        ra_gif -d -n 1 test.hdr > test8.gif |