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 2.85 by greg, Thu Nov 8 00:54:07 2018 UTC vs.
Revision 2.87 by greg, Tue Jan 19 23:31:47 2021 UTC

# Line 111 | Line 111 | all:   $(PROGS) $(RCLIB) $(SPECIAL)
111  
112   install:        all rayinit.cal
113          $(INSTALL) $(PROGS) $(INSTDIR)
114        cd $(INSTDIR) ; rm -f rview ; ln -s rvu rview
115        cd $(INSTDIR) ; rm -f rtcontrib ; ln -s rcontrib rtcontrib
114          rm -f $(LIBDIR)/rayinit.cal
115          cp rayinit.cal $(LIBDIR)
116  
# Line 177 | Line 175 | devcomm.o:     devcomm.c
175  
176   Version.c:      VERSION $(RSRC) $(HEADERS)
177          ( cat VERSION ; date ; whoami ; hostname ) > Version.c
178 <        ed - Version.c < verscript.ed
178 >        ed - Version.c < verscript.ed || rm Version.c
179  
180   #
181   # Include dependencies:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines