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.44 by gwlarson, Thu Nov 12 09:44:07 1998 UTC vs.
Revision 2.49 by greg, Thu Jan 29 22:18:26 2004 UTC

# Line 1 | Line 1
1 + # RCSid: $Id$
2 + #
3   # Compiles for image processing and display programs
2 # SCCSid "$SunId$ SGI"
4   #
5  
6   ARCH = sun
7   OPT = -O
8   MACH = -DBSD
9   SPECIAL = aed
10 < CFLAGS = $(OPT) $(MACH) -I../common -L../lib
10 > CFLAGS = -I../common -L../lib $(OPT) $(MACH)
11   CC = cc
12   MLIB = -lm
13  
# Line 17 | Line 18 | LIBDIR = /usr/local/lib/ray
18   PIXAR_INCLUDE=  -I/usr/pixar/include
19   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB)
20  
21 < PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r psign \
22 < pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_tiff normtiff ra_hexbit \
23 < ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
21 > PROGS = pfilt ttyimage oki20c oki20 psign ra_tiff normtiff \
22 > pvalue pcompos protate ra_pr ra_pr24 ra_avs ra_hexbit \
23 > ra_t8 ra_bn ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \
24   ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp
25  
26   all:    $(PROGS) $(SPECIAL)
# Line 38 | 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 46 | Line 47 | pdfblur.csh pmblur.csh xyzimage.csh
47          cp pmblur.csh $(INSTDIR)/pmblur
48          cp xyzimage.csh $(INSTDIR)/xyzimage
49          cp phisto.csh $(INSTDIR)/phisto
50 <        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
51 < $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage $(INSTDIR)/phisto
50 >        cp pdelta.csh $(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 \
58 < $(PROGS) *.o core
59 <        cd tiff; make distclean
58 > $(PROGS) $(SPECIAL) *.o core
59 >        -cd tiff; make distclean
60  
61   pfilt:  pfilt.o pf2.o pf3.o
62          $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB)
# Line 148 | 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 156 | Line 160 | ciq.o cut.o closest.o biq.o -lX -lrt $(MLIB)
160  
161   ximage: x11image.o x11raster.o clrtab.o
162          $(CC) $(CFLAGS) -o ximage x11image.o x11raster.o \
163 < clrtab.o -lX11 -lrt $(MLIB)
163 > clrtab.o -lrt -lX11 $(MLIB)
164  
165   protate:                protate.o
166          $(CC) $(CFLAGS) -o protate protate.o -lrt $(MLIB)
# Line 184 | Line 188 | ra_tiff:       ra_tiff.o ../lib/libtiff.a
188          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
189  
190   ../common/tiff.h ../common/tiffio.h:    ../lib/libtiff.a
191 +        @chmod u+w ../common/tiff.h ../common/tiffio.h
192          @touch ../common/tiff.h ../common/tiffio.h
193  
194 < normtiff:       normtiff.o tmaptiff.o ../lib/libtiff.a
195 <        $(CC) $(CFLAGS) -o normtiff normtiff.o tmaptiff.o -lrt -ltiff $(MLIB)
194 > 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 203 | Line 208 | ra_pixar.o:    ra_pixar.c
208  
209   xshowtrace:     xshowtrace.o x11findwind.o
210          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
211 < x11findwind.o -lrt $(MLIB) -lX11
211 > x11findwind.o -lrt -lX11 $(MLIB)
212  
213   macbethcal:     macbethcal.o pmapgen.o mx3.o warp3d.o
214          $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o warp3d.o \
# Line 235 | 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 245 | Line 252 | x11image.o:    ../common/tonemap.h ../common/color.h
252  
253   ra_t8.o:        ../common/targa.h
254  
255 < ra_tiff.o normtiff.o tmaptiff.o:        ../common/tiff.h ../common/tiffio.h
255 > ra_tiff.o normtiff.o:   ../common/tiff.h ../common/tiffio.h
256  
257   aedimage.o ximage.o ra_t8.o ra_pr.o:    pic.h
258  
259   ciq.o cut.o closest.o biq.o:    pic.h ciq.h
260  
261 < pinterp.o ximage.o x11showtrace.o image.o:      ../common/view.h
261 > pcomb.o pfilt.o pinterp.o ximage.o x11image.o x11showtrace.o \
262 > image.o:        ../common/view.h ../common/resolu.h
263  
264   ra_pict.o:      pict.h
265  
266 < mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \
266 > mt160r.o oki20c.o paintjet.o pcompos.o pfilt.o pflip.o \
267   pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o ra_hexbit.o \
268   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
269 < ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
269 > ra_tiff.o ttyimage.o:   ../common/resolu.h
270  
271 < pfilt.o:        ../common/paths.h ../common/view.h
271 > pfilt.o:        ../common/paths.h
272  
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
282  
283 < tmaptiff.o:     ../common/tmprivat.h ../common/color.h ../common/tonemap.h
283 > x11findwind.c:  ../common/x11findwind.c
284 >        cp ../common/x11findwind.c .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines