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

Comparing ray/src/gen/Rmakefile (file contents):
Revision 2.41 by greg, Sun Sep 12 16:41:32 2021 UTC vs.
Revision 2.42 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 9 | Line 9 | CFLAGS = -I../common -I../rt -L../lib $(OPT) $(MACH)
9   CC = cc
10   MLIB = -lm
11  
12 + INSTALL = cp
13 +
14   INSTDIR = /usr/local/bin
15  
16   LIBDIR = /usr/local/lib/ray
# Line 22 | Line 24 | LIBFILES = illum.cal rev.cal skybright.cal surf.cal cl
24   all:    $(PROGS)
25  
26   install:        $(PROGS) $(LIBFILES) glaze.csh
27 <        cp $(PROGS) $(INSTDIR)
27 >        $(INSTALL) $(PROGS) $(INSTDIR)
28          cp glaze.csh $(INSTDIR)/glaze
29          chmod 755 $(INSTDIR)/glaze
30          cd $(LIBDIR) && rm -f $(LIBFILES)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines