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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.56 by greg, Fri Jul 19 09:32:58 1991 UTC vs.
Revision 1.58 by greg, Thu Aug 22 08:59:23 1991 UTC

# Line 83 | Line 83 | PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/
83  
84   all:    $(PROGS)
85  
86 < install:        $(PROGS)
86 > install:        $(PROGS) rayinit.cal
87          $(INSTALL) $(PROGS) $(INSTDIR)
88 +        rm -f $(LIBDIR)/rayinit.cal
89 +        cp rayinit.cal $(LIBDIR)
90  
91   sun:    $(DEVDIR)/sun $(DEVDIR)/sun.com
92  
93   x10:    $(DEVDIR)/x10
94  
95   aed:    $(DEVDIR)/aed
96 +
97 + tiff:  
98  
99   clean:
100          set nonomatch; rm -f $(PROGS) *.o core

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines