| 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 depthcodec.o normcodec.o \ |
| 24 |
< |
idmap.o fltdepth.o |
| 24 |
> |
idmap.o fltdepth.o jitteraperture.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 |
| 27 |
> |
disk2square.o hilbert.o interp2d.o triangulate.o data.o |
| 28 |
|
|
| 29 |
|
STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ |
| 30 |
|
urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ |
| 99 |
|
testBSDF: testBSDF.c bsdf.h rtio.h |
| 100 |
|
$(CC) -L../lib $(CFLAGS) -o testBSDF testBSDF.c -lrtrad -lm |
| 101 |
|
|
| 102 |
< |
color.o colrops.o lamps.o spec_rgb.o: color.h |
| 102 |
> |
color.o colrops.o header.o lamps.o spec_rgb.o: color.h |
| 103 |
|
|
| 104 |
|
cone.o: cone.h |
| 105 |
|
|
| 124 |
|
|
| 125 |
|
multisamp.o urand.o: random.h |
| 126 |
|
|
| 127 |
< |
cone.o face.o free_os.o image.o instance.o objset.o \ |
| 127 |
> |
cone.o data.o face.o free_os.o instance.o objset.o \ |
| 128 |
|
octree.o modobject.o readfargs.o otypes.o mesh.o \ |
| 129 |
|
readmesh.o readobj.o readoct.o sceneio.o: standard.h \ |
| 130 |
|
rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h tiff.h |
| 131 |
|
|
| 132 |
< |
image.o: view.h |
| 132 |
> |
image.o: view.h rtio.h rtmath.h mat4.h fvect.h rtio.h paths.h |
| 133 |
|
|
| 134 |
+ |
jitteraperture.o: view.h rtmath.h mat4.h fvect.h rtio.h |
| 135 |
+ |
|
| 136 |
|
caldefn.o calexpr.o calfunc.o calprnt.o: calcomp.h |
| 137 |
|
|
| 138 |
|
clip.o plocate.o: plocate.h |
| 220 |
|
g3flist.o: g3flist.h |
| 221 |
|
|
| 222 |
|
maxheap.o: maxheap.h |
| 223 |
+ |
|
| 224 |
+ |
data.o: data.h platform.h paths.h color.h view.h resolu.h |
| 225 |
|
|
| 226 |
|
ezxml.o readmesh.o readobj.o readoct.o rglinst.o wordfile.o: platform.h |
| 227 |
|
|