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.38 by gwlarson, Tue May 26 09:04:55 1998 UTC vs.
Revision 2.39 by gwlarson, Tue Jun 9 16:46:57 1998 UTC

# 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 48 | Line 50 | pdfblur.csh pmblur.csh xyzimage.csh
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 181 | Line 184 | ra_tiff:       ra_tiff.o ../lib/libtiff.a
184   ../common/tiff.h:       ../lib/libtiff.a
185  
186   ../lib/libtiff.a:       tiff/config.local
187 <        cd tiff ; ./configure -quiet -noninteractive ; \
188 <        cd libtiff ; make install ;
186 < #       cd .. ; make distclean
187 >        cd tiff ; ./configure -quiet -noninteractive -with-CC=$(CC) ; \
188 >        cd libtiff ; make install
189  
190   ra_pixar:       ra_pixar.o ra_pixar.c
191          $(CC) $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o -lrt \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines