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

Comparing ray/src/hd/Rmakefile (file contents):
Revision 3.37 by greg, Sat Apr 26 15:59:38 2014 UTC vs.
Revision 3.38 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 17 | Line 17 | LN = ln
17  
18   SPECIAL =
19  
20 + INSTALL = cp
21 +
22   INSTDIR = /usr/local/bin
23   DEVDIR = $(INSTDIR)
24  
# Line 29 | Line 31 | DEVS = $(DEVDIR)/x11.hdi $(DEVDIR)/x11h.hdi
31   all:    $(PROGS)
32  
33   install:        all $(DEVS) $(SPECIAL)
34 <        cp $(PROGS) $(INSTDIR)
34 >        $(INSTALL) $(PROGS) $(INSTDIR)
35  
36   clean:
37          set nonomatch; rm -f *.o $(PROGS) Version.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines