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.54 by greg, Fri Nov 5 03:31:38 2004 UTC vs.
Revision 2.55 by greg, Mon Nov 8 18:49:18 2004 UTC

# Line 44 | Line 44 | pdfblur.csh pmblur.csh xyzimage.csh pgblur.csh
44                  pmblur xyzimage phisto pdelta pgblur
45  
46   clean:
47 <        set nonomatch; rm -f $(PROGS) $(SPECIAL) *.o core
48 <        -cd tiff; make distclean
47 >        rm -f $(PROGS) $(SPECIAL) *.o core
48 >        cd tiff; make distclean
49  
50   pfilt:  pfilt.o pf2.o pf3.o
51          $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB)
# Line 162 | Line 162 | psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \
162   pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o \
163   ra_ps.o pvalue.o pcomb.o pinterp.o:     ../common/color.h
164  
165 < neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o psign.o \
165 > neuclrtab.o pvalue.o protate.o pinterp.o psign.o \
166   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
167   ../common/rtmisc.h ../common/rtio.h \
168   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
# Line 177 | Line 177 | ra_t8.o:       ../common/targa.h
177   ra_tiff.o normtiff.o:   ../common/tiff.h ../common/tiffio.h
178  
179   ra_t8.o:        pic.h
180
181 ciq.o cut.o closest.o biq.o:    pic.h ciq.h
180  
181   pcomb.o pfilt.o pinterp.o x11image.o x11showtrace.o \
182   image.o:        ../common/view.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines