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.36 by greg, Mon Nov 19 17:40:37 2012 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) core Version.c
37 >        set nonomatch; rm -f *.o $(PROGS) Version.c
38  
39   ogl:    $(DEVDIR)/ogl.hdi $(DEVDIR)/oglh.hdi \
40          $(DEVDIR)/oglo.hdi $(DEVDIR)/ogloh.hdi \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines