--- ray/src/util/Rmakefile 2022/03/14 23:28:14 2.100 +++ ray/src/util/Rmakefile 2023/02/09 00:18:05 2.102 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.100 2022/03/14 23:28:14 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.102 2023/02/09 00:18:05 greg Exp $ # # Radiance makefile for utility programs # @@ -15,6 +15,8 @@ CC = cc SPECIAL = +INSTALL = cp + INSTDIR = /usr/local/bin LIBDIR = /usr/local/lib/ray @@ -26,7 +28,7 @@ PROGS = findglare glarendx rpiece rad ranimate ranimov LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ -minimalBSDFt.xml WINDOW6BSDFt.xml +hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml all: $(PROGS) @@ -34,7 +36,7 @@ install: all $(SPECIAL) objview.pl objpict.pl glare.cs rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \ ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \ genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES) - cp $(PROGS) $(INSTDIR) + $(INSTALL) $(PROGS) $(INSTDIR) cp objview.pl $(INSTDIR)/objview cp objline.csh $(INSTDIR)/objline cp objpict.pl $(INSTDIR)/objpict