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.11 by greg, Thu Jan 1 19:31:45 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines