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.39 by greg, Fri Apr 9 01:48:20 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)
# Line 35 | Line 37 | genbeads:      genbeads.o hermite3.o
37          $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)
38  
39   genbox: genbox.o
40 <        $(CC) $(CFLAGS) -o genbox genbox.o -lrtrad -lwfobj
40 >        $(CC) $(CFLAGS) -o genbox genbox.o -lwfobj -lrtrad $(MLIB)
41  
42   genmarble:      genmarble.o ../common/random.h
43          $(CC) $(CFLAGS) -o genmarble genmarble.o $(MLIB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines