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

Comparing ray/src/px/Rmakefile (file contents):
Revision 2.46 by greg, Tue Apr 29 19:09:43 2003 UTC vs.
Revision 2.50 by greg, Tue Feb 17 21:57:45 2004 UTC

# Line 39 | Line 39 | ogl:
39   sun:
40  
41   install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \
42 < pdfblur.csh pmblur.csh xyzimage.csh
42 > pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh
43          cp $(PROGS) $(INSTDIR)
44          cp normpat.csh $(INSTDIR)/normpat
45          cp falsecolor.csh $(INSTDIR)/falsecolor
# Line 48 | Line 48 | pdfblur.csh pmblur.csh xyzimage.csh
48          cp xyzimage.csh $(INSTDIR)/xyzimage
49          cp phisto.csh $(INSTDIR)/phisto
50          cp pdelta.csh $(INSTDIR)/pdelta
51 <        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
52 < $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage \
53 < $(INSTDIR)/phisto $(INSTDIR)/pdelta
51 >        cp pgblur.csh $(INSTDIR)/pgblur
52 >        cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \
53 >                pmblur xyzimage phisto pdelta pgblur
54  
55   clean:
56          set nonomatch; rm -f x10image aedimage glimage \
# Line 151 | Line 151 | ra_pict:    ra_pict.o
151          $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB)
152  
153   ra_hexbit:      ra_hexbit.o
154 <        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt
154 >        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB)
155  
156   x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o
157          $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \
# Line 239 | Line 239 | ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   .
239  
240   neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
241   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
242 < ../common/mat4.h ../common/fvect.h
242 > ../common/rtmisc.h ../common/rtio.h \
243 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
244 > ../common/rterror.h
245  
246   ximage.o xraster.o:     xraster.h
247  
# Line 270 | Line 272 | pfilt.o:       ../common/paths.h
272   psign.o:        ../common/font.h
273  
274   pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
275 < ../common/mat4.h ../common/fvect.h \
275 > ../common/rtmisc.h ../common/rtio.h \
276 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
277 > ../common/rterror.h \
278   ../common/color.h ../common/view.h ../common/resolu.h
279  
280   normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines