ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/Rmakefile
(Generate patch)

Comparing ray/src/gen/Rmakefile (file contents):
Revision 2.9 by greg, Mon Aug 4 22:37:53 2003 UTC vs.
Revision 2.13 by greg, Wed Oct 27 23:23:47 2004 UTC

# Line 25 | Line 25 | install:       $(PROGS) $(LIBFILES) glaze.csh
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:
# Line 61 | Line 61 | mkillum:       mkillum.o mkillum2.o mkillum3.o
61   genrev: genrev.o
62          $(CC) $(CFLAGS) -o genrev genrev.o -lrt $(MLIB)
63  
64 < gencat: gencat.o
65 <        $(CC) $(CFLAGS) -o gencat gencat.o -lrt $(MLIB)
64 > gencatenary: gencat.o
65 >        $(CC) $(CFLAGS) -o gencatenary gencat.o -lrt $(MLIB)
66  
67   genworm:        genworm.o
68          $(CC) $(CFLAGS) -o genworm genworm.o -lrt $(MLIB)
# Line 81 | Line 81 | genworm.o replmarks.o: ../common/fvect.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 \
84 > ../common/mat4.h ../common/fvect.h ../common/tifftypes.h
85  
86 + genworm.o genrev.o gensurf.o:   ../common/resolu.h ../common/rterror.h
87 +
88   xform.o:        ../common/otypes.h ../common/object.h
89  
90   mkillum.o mkillum2.o mkillum3.o:        mkillum.h ../common/standard.h \
# Line 90 | Line 92 | mkillum.o mkillum2.o mkillum3.o:       mkillum.h ../common/s
92  
93   gensky.o:       ../common/color.h
94  
95 < genworm.o genrev.o:     ../common/calcomp.h
95 > gensurf.o genworm.o genrev.o:   ../common/calcomp.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines