--- ray/src/px/Rmakefile 2003/04/29 19:09:43 2.46 +++ ray/src/px/Rmakefile 2004/02/17 21:57:45 2.50 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.46 2003/04/29 19:09:43 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.50 2004/02/17 21:57:45 greg Exp $ # # Compiles for image processing and display programs # @@ -39,7 +39,7 @@ ogl: sun: install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ -pdfblur.csh pmblur.csh xyzimage.csh +pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh cp $(PROGS) $(INSTDIR) cp normpat.csh $(INSTDIR)/normpat cp falsecolor.csh $(INSTDIR)/falsecolor @@ -48,9 +48,9 @@ pdfblur.csh pmblur.csh xyzimage.csh cp xyzimage.csh $(INSTDIR)/xyzimage cp phisto.csh $(INSTDIR)/phisto cp pdelta.csh $(INSTDIR)/pdelta - chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ -$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage \ -$(INSTDIR)/phisto $(INSTDIR)/pdelta + cp pgblur.csh $(INSTDIR)/pgblur + cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \ + pmblur xyzimage phisto pdelta pgblur clean: set nonomatch; rm -f x10image aedimage glimage \ @@ -151,7 +151,7 @@ ra_pict: ra_pict.o $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB) ra_hexbit: ra_hexbit.o - $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt + $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB) x10image: ximage.o ciq.o cut.o closest.o xraster.o biq.o $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \ @@ -239,7 +239,9 @@ ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: . neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ -../common/mat4.h ../common/fvect.h +../common/rtmisc.h ../common/rtio.h \ +../common/rtmath.h ../common/mat4.h ../common/fvect.h \ +../common/rterror.h ximage.o xraster.o: xraster.h @@ -270,7 +272,9 @@ pfilt.o: ../common/paths.h psign.o: ../common/font.h pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \ -../common/mat4.h ../common/fvect.h \ +../common/rtmisc.h ../common/rtio.h \ +../common/rtmath.h ../common/mat4.h ../common/fvect.h \ +../common/rterror.h \ ../common/color.h ../common/view.h ../common/resolu.h normtiff.o: ../common/color.h ../common/tonemap.h ../common/resolu.h