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.100 by greg, Mon Mar 14 23:28:14 2022 UTC vs.
Revision 2.102 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 15 | Line 15 | CC = cc
15  
16   SPECIAL =
17  
18 + INSTALL = cp
19 +
20   INSTDIR = /usr/local/bin
21  
22   LIBDIR = /usr/local/lib/ray
# Line 26 | Line 28 | PROGS = findglare glarendx rpiece rad ranimate ranimov
28  
29   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
30   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
31 < minimalBSDFt.xml WINDOW6BSDFt.xml
31 > hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml
32  
33   all:    $(PROGS)
34  
# Line 34 | Line 36 | install:       all $(SPECIAL) objview.pl objpict.pl glare.cs
36   rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \
37   ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \
38   genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES)
39 <        cp $(PROGS) $(INSTDIR)
39 >        $(INSTALL) $(PROGS) $(INSTDIR)
40          cp objview.pl $(INSTDIR)/objview
41          cp objline.csh $(INSTDIR)/objline
42          cp objpict.pl $(INSTDIR)/objpict

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines