| 47 |
|
$(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB) |
| 48 |
|
|
| 49 |
|
genprism: genprism.o |
| 50 |
< |
$(CC) $(CFLAGS) -o genprism genprism.o |
| 50 |
> |
$(CC) $(CFLAGS) -o genprism genprism.o $(MLIB) |
| 51 |
|
|
| 52 |
|
xform: xform.o |
| 53 |
|
$(CC) $(CFLAGS) -o xform xform.o -lrtrad $(MLIB) |
| 85 |
|
../common/object.h ../common/color.h \ |
| 86 |
|
../common/standard.h ../common/rtmisc.h ../common/rtio.h \ |
| 87 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ |
| 88 |
< |
../common/rterror.h ../common/tifftypes.h |
| 88 |
> |
../common/rterror.h |
| 89 |
|
|
| 90 |
|
genworm.o replmarks.o: ../common/fvect.h |
| 91 |
|
|
| 92 |
|
gensurf.o xform.o: ../common/standard.h \ |
| 93 |
|
../common/rtmisc.h ../common/rtio.h \ |
| 94 |
|
../common/rtmath.h ../common/rterror.h \ |
| 95 |
< |
../common/mat4.h ../common/fvect.h ../common/tifftypes.h |
| 95 |
> |
../common/mat4.h ../common/fvect.h |
| 96 |
|
|
| 97 |
|
genworm.o genrev.o gensurf.o: ../common/resolu.h ../common/rterror.h |
| 98 |
|
|
| 103 |
|
../common/object.h ../common/color.h \ |
| 104 |
|
../common/standard.h ../common/rtmisc.h ../common/rtio.h \ |
| 105 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ |
| 106 |
< |
../common/rterror.h ../common/tifftypes.h |
| 106 |
> |
../common/rterror.h ../common/random.h |
| 107 |
> |
|
| 108 |
> |
mkillum2.o: ../rt/source.h ../common/face.h ../common/cone.h |
| 109 |
> |
|
| 110 |
> |
mkillum3.o mkillum4.o: ../common/paths.h |
| 111 |
|
|
| 112 |
|
ezxml.o mkillum4.o: ezxml.h |
| 113 |
|
|