| 19 |
|
|
| 20 |
|
PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \ |
| 21 |
|
colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \ |
| 22 |
< |
tmap16bit.o |
| 22 |
> |
tmap16bit.o bmpfile.o |
| 23 |
|
|
| 24 |
|
STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ |
| 25 |
|
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ |
| 95 |
|
cone.o face.o free_os.o image.o instance.o objset.o \ |
| 96 |
|
octree.o modobject.o readfargs.o otypes.o mesh.o \ |
| 97 |
|
readmesh.o readobj.o readoct.o sceneio.o: standard.h \ |
| 98 |
< |
rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h |
| 98 |
> |
rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h tifftypes.h |
| 99 |
|
|
| 100 |
|
image.o: view.h |
| 101 |
|
|
| 134 |
|
|
| 135 |
|
expandarg.o: rtmisc.h |
| 136 |
|
|
| 137 |
< |
dircode.o xf.o: rtmath.h mat4.h fvect.h |
| 137 |
> |
dircode.o xf.o: rtmath.h mat4.h fvect.h tifftypes.h |
| 138 |
|
|
| 139 |
|
error.o: rterror.h |
| 140 |
+ |
|
| 141 |
+ |
bmpfile.o: bmpfile.h tifftypes.h |