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.50 by greg, Tue Feb 17 21:57:45 2004 UTC vs.
Revision 2.51 by greg, Fri Mar 26 03:11:50 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 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 232 | Line 235 | panim.o:       client/scan.h ../common/color.h ../common/ran
235   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
236  
237   neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
238 < psum.o psign.o protate.o ra_hexbit.o \
238 > psum.o psign.o protate.o ra_hexbit.o ra_bmp.o \
239   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
240   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
241   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
# Line 262 | Line 265 | image.o:       ../common/view.h ../common/resolu.h
265  
266   ra_pict.o:      pict.h
267  
268 < mt160r.o oki20c.o paintjet.o pcompos.o pfilt.o pflip.o \
268 > mt160r.o oki20c.o paintjet.o pcompos.o pfilt.o pflip.o ra_bmp.o \
269   pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o ra_hexbit.o \
270   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
271   ra_tiff.o ttyimage.o:   ../common/resolu.h
# Line 278 | Line 281 | pcond.o pcond2.o pcond3.o pcond4.o:    pcond.h ../common/
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
286  
287   x11findwind.c:  ../common/x11findwind.c
288          cp ../common/x11findwind.c .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines