| 20 |
|
|
| 21 |
|
PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \ |
| 22 |
|
colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \ |
| 23 |
< |
tmap16bit.o bmpfile.o falsecolor.o |
| 23 |
> |
tmap16bit.o bmpfile.o falsecolor.o depthcodec.o normcodec.o \ |
| 24 |
> |
idmap.o |
| 25 |
|
|
| 26 |
|
UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \ |
| 27 |
|
disk2square.o hilbert.o interp2d.o triangulate.o |
| 213 |
|
maxheap.o: maxheap.h |
| 214 |
|
|
| 215 |
|
ezxml.o readmesh.o readobj.o readoct.o rglinst.o wordfile.o: platform.h |
| 216 |
+ |
|
| 217 |
+ |
depthcodec.o: depthcodec.h view.h fvect.h resolu.h rtio.h |
| 218 |
+ |
|
| 219 |
+ |
normcodec.o: normcodec.h rtmath.h mat4.h fvect.h resolu.h rtio.h |
| 220 |
+ |
|
| 221 |
+ |
idmap.o: idmap.h resolu.h platform.h rtio.h |
| 222 |
+ |
|
| 223 |
+ |
rcode_ident.o: lookup.h |