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.45 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.49 by greg, Thu Jan 29 22:18:26 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 >        cp pbilat.csh $(INSTDIR)/pbilat
53 >        cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur \
54 >                pmblur xyzimage phisto pdelta pgblur pbilat
55  
56   clean:
57          set nonomatch; rm -f x10image aedimage glimage \
# Line 151 | Line 152 | ra_pict:    ra_pict.o
152          $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB)
153  
154   ra_hexbit:      ra_hexbit.o
155 <        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt
155 >        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB)
156  
157   x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o
158          $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \
# Line 194 | Line 195 | normtiff:      normtiff.o ../lib/libtiff.a
195          $(CC) $(CFLAGS) -o normtiff normtiff.o -lrt -ltiff $(MLIB)
196  
197   ../lib/libtiff.a:       tiff/config.local
198 <        cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) \
198 >        cd tiff ; sh configure -quiet -noninteractive -with-CC=$(CC) \
199                  "-with-ENVOPTS=$(OPT)" ; \
200          cd libtiff ; make install
201  
# Line 239 | Line 240 | ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   .
240  
241   neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
242   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
243 < ../common/mat4.h ../common/fvect.h
243 > ../common/rtmisc.h ../common/rtio.h \
244 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
245 > ../common/rterror.h
246  
247   ximage.o xraster.o:     xraster.h
248  
# Line 270 | Line 273 | pfilt.o:       ../common/paths.h
273   psign.o:        ../common/font.h
274  
275   pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
276 < ../common/mat4.h ../common/fvect.h \
276 > ../common/rtmisc.h ../common/rtio.h \
277 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
278 > ../common/rterror.h \
279   ../common/color.h ../common/view.h ../common/resolu.h
280  
281   normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines