| 25 |
|
cp $(PROGS) $(INSTDIR) |
| 26 |
|
cp glaze.csh $(INSTDIR)/glaze |
| 27 |
|
chmod 755 $(INSTDIR)/glaze |
| 28 |
< |
cd $(LIBDIR) ; rm -f $(LIBFILES) |
| 28 |
> |
cd $(LIBDIR) && rm -f $(LIBFILES) |
| 29 |
|
cp $(LIBFILES) $(LIBDIR) |
| 30 |
|
|
| 31 |
|
clean: |
| 76 |
|
genbranch: genbranch.o |
| 77 |
|
$(CC) $(CFLAGS) -o genbranch genbranch.o $(MLIB) |
| 78 |
|
|
| 79 |
– |
gensurf.o: ../common/standard.h ../common/mat4.h ../common/fvect.h |
| 80 |
– |
|
| 79 |
|
genworm.o replmarks.o: ../common/fvect.h |
| 80 |
|
|
| 81 |
< |
xform.o: ../common/standard.h ../common/mat4.h ../common/fvect.h \ |
| 82 |
< |
../common/otypes.h ../common/object.h |
| 81 |
> |
gensurf.o xform.o: ../common/standard.h \ |
| 82 |
> |
../common/rtmisc.h ../common/rtio.h \ |
| 83 |
> |
../common/rtmath.h ../common/rterror.h \ |
| 84 |
> |
../common/mat4.h ../common/fvect.h \ |
| 85 |
|
|
| 86 |
+ |
xform.o: ../common/otypes.h ../common/object.h |
| 87 |
+ |
|
| 88 |
|
mkillum.o mkillum2.o mkillum3.o: mkillum.h ../common/standard.h \ |
| 89 |
|
../common/mat4.h ../common/fvect.h ../common/otypes.h ../common/object.h |
| 90 |
|
|
| 91 |
|
gensky.o: ../common/color.h |
| 92 |
+ |
|
| 93 |
+ |
genworm.o genrev.o: ../common/calcomp.h |