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

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.27 by schorsch, Fri Mar 10 19:40:12 2006 UTC vs.
Revision 2.28 by greg, Fri May 19 03:50:13 2006 UTC

# Line 23 | Line 23 | MGF_LIB = ../lib/libmgf.a
23   PROGS = ies2rad arch2rad nff2rad lampcolor tmesh2rad obj2rad \
24   mgf2rad rad2mgf mgf2meta mgfilt mgf2inv
25  
26 < LIBFILES = source.cal tilt.cal lamp.tab
26 > LIBFILES = source.cal tilt.cal lamp.tab window.cal
27  
28   all:    $(PROGS)
29  
30 < install:        $(PROGS) $(LIBFILES)
30 > install:        $(PROGS) $(LIBFILES) optics2rad.csh
31          cp $(PROGS) $(INSTDIR)
32 +        cp optics2rad.csh $(INSTDIR)/optics2rad
33 +        chmod 755 $(INSTDIR)/optics2rad
34          cd $(LIBDIR) && rm -f $(LIBFILES)
35          cp $(LIBFILES) $(LIBDIR)
36  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines