| 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 |
|
|
| 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 |
| 247 |
– |
|
| 248 |
– |
devcomm.o: ../common/vfork.h |
| 246 |
|
|
| 247 |
|
rtmain.o rpmain.o rvmain.o persist.o duphead.o rpict.o: ../common/paths.h |
| 248 |
|
|