| 39 |
|
cp $(PROGS) $(INSTDIR) |
| 40 |
|
|
| 41 |
|
clean: |
| 42 |
< |
set nonomatch; rm -f $(PROGS) *.o core |
| 42 |
> |
set nonomatch; rm -f $(PROGS) *.o |
| 43 |
|
|
| 44 |
|
bbox.o initotypes.o o_cone.o o_face.o \ |
| 45 |
|
o_instance.o oconv.o sphere.o \ |
| 46 |
|
cvmesh.o obj2mesh.o wfconv.o \ |
| 47 |
|
writeoct.o: ../common/standard.h ../common/rtmisc.h ../common/rtio.h \ |
| 48 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ |
| 49 |
< |
../common/rterror.h ../common/tifftypes.h |
| 49 |
> |
../common/rterror.h |
| 50 |
|
|
| 51 |
|
initotypes.o o_cone.o o_face.o oconv.o \ |
| 52 |
|
sphere.o writeoct.o: ../common/octree.h |