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.36 by gregl, Fri Aug 29 15:35:28 1997 UTC vs.
Revision 2.41 by gwlarson, Thu Sep 3 10:48:57 1998 UTC

# Line 18 | Line 18 | PIXAR_INCLUDE= -I/usr/pixar/include
18   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB)
19  
20   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r psign \
21 < pvalue pcompos protate ra_pr ra_pr24 ra_avs \
21 > pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff ra_hexbit \
22   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
23   ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp
24  
25 < all:    $(PROGS) $(SPECIAL)
25 > all:    $(PROGS)
26  
27   x10:    x10image
28          cp x10image $(INSTDIR)
# Line 33 | Line 33 | aed:   aedimage
33   sgi:    glimage
34          cp glimage $(INSTDIR)
35  
36 + ogl:
37 +
38   sun:
39  
40   install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \
# Line 43 | Line 45 | pdfblur.csh pmblur.csh xyzimage.csh
45          cp pdfblur.csh $(INSTDIR)/pdfblur
46          cp pmblur.csh $(INSTDIR)/pmblur
47          cp xyzimage.csh $(INSTDIR)/xyzimage
48 +        cp phisto.csh $(INSTDIR)/phisto
49          chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
50 < $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage
50 > $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage $(INSTDIR)/phisto
51  
52   clean:
53 <        set nonomatch; rm -f x10image aedimage glimage ra_tiff \
53 >        set nonomatch; rm -f x10image aedimage glimage \
54   $(PROGS) *.o core
55 +        cd tiff; make distclean
56  
57   pfilt:  pfilt.o pf2.o pf3.o
58          $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB)
# Line 143 | Line 147 | ra_rgbe:       ra_rgbe.o
147   ra_pict:    ra_pict.o
148          $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB)
149  
150 + ra_hexbit:      ra_hexbit.o
151 +        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt
152  
153   x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o
154          $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \
# Line 180 | Line 186 | ra_tiff:       ra_tiff.o ../lib/libtiff.a
186   ../common/tiff.h:       ../lib/libtiff.a
187  
188   ../lib/libtiff.a:       tiff/config.local
189 <        cd tiff ; ./configure -quiet -noninteractive ; \
190 <        cd libtiff ; make install ;
185 < #       cd .. ; make distclean
189 >        cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) ; \
190 >        cd libtiff ; make install
191  
192   ra_pixar:       ra_pixar.o ra_pixar.c
193          $(CC) $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o -lrt \
# Line 218 | Line 223 | panim.o:       client/scan.h ../common/color.h ../common/ran
223   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
224  
225   neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
226 < psum.o psign.o protate.o \
226 > psum.o psign.o protate.o ra_hexbit.o \
227   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
228   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
229   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
# Line 246 | Line 251 | pinterp.o ximage.o x11showtrace.o image.o:     ../common/v
251   ra_pict.o:      pict.h
252  
253   mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \
254 < pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \
254 > pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o ra_hexbit.o \
255   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
256   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
257  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines