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.18 by greg, Thu Apr 14 04:53:51 1994 UTC vs.
Revision 2.19 by greg, Fri Jun 10 12:51:12 1994 UTC

# Line 100 | Line 100 | psign: psign.o
100   d48c:   d48c.o
101          $(CC) $(CFLAGS) -o d48c d48c.o -lrt
102  
103 < ra_gif: ra_gif.o clrtab.o
104 <        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB)
103 > ra_gif: ra_gif.o clrtab.o neuclrtab.o
104 >        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB)
105  
106   ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o
107          $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \
# Line 119 | Line 119 | ra_ps: ra_ps.o
119   ra_ppm:         ra_ppm.o
120          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB)
121  
122 < ra_t8:  ra_t8.o clrtab.o
123 <        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB)
122 > ra_t8:  ra_t8.o clrtab.o neuclrtab.o
123 >        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB)
124  
125   ra_t16: ra_t16.o
126          $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB)
# Line 186 | Line 186 | xshowtrace:    xshowtrace.o x11findwind.o
186          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
187   x11findwind.o -lrt $(MLIB) -lX11
188  
189 + nclrtab.o:      neuclrtab.o
190 +        ln neuclrtab.c nclrtab.c
191 +        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
192 +        rm -f nclrtab.c
193 +
194   pcomb.o:        ../common/calcomp.h
195  
196   panim.o:        client/scan.h ../common/color.h ../common/random.h
197  
198   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
199  
200 < pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
200 > neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
201 > psum.o psign.o protate.o \
202   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
203   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
204   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
205  
206 < pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
207 < pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \
206 > neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
207 > xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
208   ../common/mat4.h ../common/fvect.h
209  
210   ximage.o xraster.o:     xraster.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines