| 29 |
|
# Library routines: |
| 30 |
|
# |
| 31 |
|
RLIB = ../lib/libradiance.a |
| 32 |
< |
RCLIB = libraycalls.a |
| 32 |
> |
RCLIB = ../lib/libraycalls.a |
| 33 |
|
LIBS = -lrt $(MLIB) |
| 34 |
|
|
| 35 |
|
# |
| 95 |
|
|
| 96 |
|
install: all rayinit.cal |
| 97 |
|
$(INSTALL) $(PROGS) $(INSTDIR) |
| 98 |
– |
mv $(RCLIB) ../lib |
| 98 |
|
rm -f $(LIBDIR)/rayinit.cal |
| 99 |
|
cp rayinit.cal $(LIBDIR) |
| 100 |
|
|
| 239 |
|
rv2.o: ../common/resolu.h |
| 240 |
|
|
| 241 |
|
aniso.o func.o m_brdf.o m_direct.o mx_data.o mx_func.o p_data.o \ |
| 242 |
< |
p_func.o t_data.o t_func.o: func.h |
| 242 |
> |
p_func.o t_data.o t_func.o: func.h ../common/calcomp.h |
| 243 |
|
|
| 244 |
|
preload.o: ../common/object.h ../common/face.h ../common/cone.h \ |
| 245 |
|
../common/instance.h ../common/mesh.h ../common/color.h data.h |
| 253 |
|
raypcalls.o: ../common/selcall.h |
| 254 |
|
|
| 255 |
|
o_mesh.o: ../common/mesh.h |
| 256 |
+ |
|
| 257 |
+ |
noise3.o: ../common/calcomp.h |