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

Comparing ray/src/ot/Rmakefile (file contents):
Revision 2.19 by greg, Thu Apr 21 00:40:35 2016 UTC vs.
Revision 2.20 by greg, Thu Feb 9 00:18:05 2023 UTC

# Line 14 | Line 14 | CFLAGS = -I../common -L../lib $(OPT) $(MACH)
14   CC = cc
15   MLIB = -lm
16  
17 + INSTALL = cp
18 +
19   LIBDIR = /usr/local/lib/ray
20  
21   INSTDIR = /usr/local/bin
# Line 37 | Line 39 | obj2mesh:      obj2mesh.o cvmesh.o wfconv.o o_face.o writem
39   o_face.o writemesh.o -lrtrad $(MLIB)
40  
41   install:        $(PROGS)
42 <        cp $(PROGS) $(INSTDIR)
42 >        $(INSTALL) $(PROGS) $(INSTDIR)
43  
44   clean:
45          set nonomatch; rm -f $(PROGS) *.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines