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

Comparing ray/src/cal/Rmakefile (file contents):
Revision 1.11 by greg, Thu Apr 21 02:52:40 2022 UTC vs.
Revision 1.12 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 15 | Line 15 | CFLAGS = $(OPT) $(MACH) $(DEFS) -I../common -L../lib
15  
16   MLIB = -lm
17  
18 + INSTALL = cp
19 +
20   INSTDIR = /usr/local/bin
21  
22   PROGS = icalc ev rcalc total cnt neaten rlam rsplit tabfunc histo
# Line 22 | Line 24 | PROGS = icalc ev rcalc total cnt neaten rlam rsplit ta
24   all:    $(PROGS)
25  
26   install:        $(PROGS)
27 <        cp $(PROGS) $(INSTDIR)
27 >        $(INSTALL) $(PROGS) $(INSTDIR)
28  
29   clean:
30          set nonomatch; rm -f *.o $(PROGS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines