--- ray/src/ot/Rmakefile 2016/04/21 00:40:35 2.19 +++ ray/src/ot/Rmakefile 2023/02/09 00:18:05 2.20 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.19 2016/04/21 00:40:35 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.20 2023/02/09 00:18:05 greg Exp $ # # Compiles for octree conversion program # @@ -14,6 +14,8 @@ CFLAGS = -I../common -L../lib $(OPT) $(MACH) CC = cc MLIB = -lm +INSTALL = cp + LIBDIR = /usr/local/lib/ray INSTDIR = /usr/local/bin @@ -37,7 +39,7 @@ obj2mesh: obj2mesh.o cvmesh.o wfconv.o o_face.o writem o_face.o writemesh.o -lrtrad $(MLIB) install: $(PROGS) - cp $(PROGS) $(INSTDIR) + $(INSTALL) $(PROGS) $(INSTDIR) clean: set nonomatch; rm -f $(PROGS) *.o