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

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.14 by greg, Mon Nov 21 16:50:03 1994 UTC vs.
Revision 2.15 by greg, Tue Jun 27 12:29:39 1995 UTC

# Line 36 | Line 36 | raddepend.csh ivprep.csh ivpict.csh trad.wsh
36          cp raddepend.csh $(INSTDIR)/raddepend
37          cp ivprep.csh $(INSTDIR)/ivprep
38          cp ivpict.csh $(INSTDIR)/ivpict
39        sed -e "1s|/usr/local/bin/wish|`which wish`|" \
40                -e "s|^set radlib .*|set radlib $(LIBDIR)/tcl|" \
41                trad.wsh > $(INSTDIR)/trad
39          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
40                  $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
41                  $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/ivprep \
42 <                $(INSTDIR)/ivpict $(INSTDIR)/trad
42 >                $(INSTDIR)/ivpict
43 >        sed -e "1s|/usr/local/bin/wish|`which wish`|" \
44 >                -e "s|^set radlib .*|set radlib $(LIBDIR)/tcl|" \
45 >                trad.wsh > $(INSTDIR)/trad
46 >        chmod 755 $(INSTDIR)/trad
47          cd $(LIBDIR)/tcl ; rm -f $(TLIBFILES)
48          cp $(TLIBFILES) $(LIBDIR)/tcl
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines