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.17 by greg, Wed Mar 30 14:25:08 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 168 | Line 168 | pinterp:       pinterp.o
168   ra_tiff:        ra_tiff.o ../lib/libtiff.a
169          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
170  
171 psign.o:        psign.c ../common/font.h
172        $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c
173
171   ra_tiff.o:      ra_tiff.c
172          $(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c
173  
# Line 189 | 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
# Line 223 | Line 226 | pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixa
226   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
227   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
228  
229 < pfilt.o psign.o:        ../common/paths.h
229 > pfilt.o:        ../common/paths.h
230 >
231 > psign.o:        ../common/font.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines