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.48 by greg, Mon Jul 7 17:21:51 2003 UTC vs.
Revision 2.53 by greg, Wed Oct 27 23:23:47 2004 UTC

# Line 19 | Line 19 | PIXAR_INCLUDE= -I/usr/pixar/include
19   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB)
20  
21   PROGS = pfilt ttyimage oki20c oki20 psign ra_tiff normtiff \
22 < pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit \
22 > pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit ra_bmp \
23   ra_t8 ra_bn ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \
24   ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp
25  
# 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 132 | Line 132 | ra_ps: ra_ps.o
132   ra_ppm:         ra_ppm.o
133          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB)
134  
135 + ra_bmp:         ra_bmp.o
136 +        $(CC) $(CFLAGS) -o ra_bmp ra_bmp.o -lrt $(MLIB)
137 +
138   ra_t8:  ra_t8.o clrtab.o neuclrtab.o
139          $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB)
140  
# Line 241 | Line 244 | neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o x
244   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
245   ../common/rtmisc.h ../common/rtio.h \
246   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
247 < ../common/rterror.h
247 > ../common/rterror.h ../common/tifftypes.h
248  
249   ximage.o xraster.o:     xraster.h
250  
# Line 274 | Line 277 | psign.o:       ../common/font.h
277   pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
278   ../common/rtmisc.h ../common/rtio.h \
279   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
280 < ../common/rterror.h \
280 > ../common/rterror.h ../common/tifftypes.h \
281   ../common/color.h ../common/view.h ../common/resolu.h
282  
283   normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h
284 +
285 + ra_bmp.o:       ../common/bmpfile.h ../common/color.h \
286 + ../common/tonemap.h ../common/resolu.h
287  
288   x11findwind.c:  ../common/x11findwind.c
289          cp ../common/x11findwind.c .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines