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.68 by greg, Sat Dec 4 00:24:43 2010 UTC vs.
Revision 2.69 by greg, Fri Oct 5 00:59:38 2012 UTC

# Line 18 | Line 18 | LIBDIR = /usr/local/lib/ray
18   PROGS = pfilt ttyimage psign ra_tiff normtiff \
19   pvalue pcompos protate ra_hexbit ra_bmp \
20   ra_t8 ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \
21 < ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp
21 > ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp pmblur2
22  
23   all:    $(PROGS) $(SPECIAL)
24  
# Line 117 | Line 117 | pcomb: pcomb.o
117   pinterp:        pinterp.o
118          $(CC) $(CFLAGS) -o pinterp pinterp.o -lrtrad $(MLIB)
119  
120 + pmblur2:        pmblur2.o
121 +        $(CC) $(CFLAGS) -o pmblur2 pmblur2.o -lrtrad $(MLIB)
122 +
123   ra_xyze:        ra_xyze.o
124          $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrtrad $(MLIB)
125  
# Line 166 | Line 169 | pf2.o ra_ps.o ra_t16.o:        ../common/random.h
169  
170   neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o \
171   psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \
172 < pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o \
172 > pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o pmblur2.o \
173   ra_ps.o pvalue.o pcomb.o pinterp.o:     ../common/color.h
174  
175 < neuclrtab.o pvalue.o protate.o pinterp.o psign.o \
175 > neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o \
176   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
177   ../common/rtmisc.h ../common/rtio.h \
178   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
# Line 214 | Line 217 | x11findwind.c: ../common/x11findwind.c
217  
218   macbethcal.o normtiff.o pcomb.o pcompos.o pcond.o pextrem.o pfilt.o \
219   pflip.o psign.o pvalue.o ra_bmp.o ra_gif.o ra_pict.o ra_ppm.o ra_ps.o \
220 < ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o \
220 > ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o pmblur2.o \
221   ttyimage.o:     ../common/platform.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines