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 1.6 by greg, Mon Jul 15 12:38:50 1991 UTC vs.
Revision 1.7 by greg, Thu Aug 22 08:48:29 1991 UTC

# Line 18 | Line 18 | PROGS = thf2rad ies2rad arch2rad nff2rad lampcolor
18  
19   all:    $(PROGS)
20  
21 < install:        $(PROGS)
21 > install:        $(PROGS) source.cal tilt.cal
22          cp $(PROGS) $(INSTDIR)
23 +        rm -f $(LIBDIR)/source.cal $(LIBDIR)/tilt.cal
24 +        cp source.cal tilt.cal $(LIBDIR)
25  
26   clean:
27          set nonomatch; rm -f $(PROGS) *.o core

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines