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 1.54 by greg, Thu Nov 7 16:36:21 1991 UTC vs.
Revision 2.3 by greg, Wed Jun 24 09:17:45 1992 UTC

# Line 15 | Line 15 | LIBDIR = /usr/local/lib/ray
15   PIXAR_INCLUDE=  -I/usr/pixar/include
16   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
17  
18 < PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \
19 < greyscale pvalue pcompos colorscale prot ra_pr ra_pr24 \
18 > PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
19 > greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \
20   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
21   ra_rgbe ra_pict
22  
# Line 65 | Line 65 | biq.o -lrt -lm
65   oki20c: oki20c.o
66          cc $(CFLAGS) -o oki20c oki20c.o -lrt -lm
67  
68 + oki20:  oki20.o
69 +        cc $(CFLAGS) -o oki20 oki20.o -lrt -lm
70 +
71   paintjet:       paintjet.o
72          cc $(CFLAGS) -o paintjet paintjet.o -lrt -lm
73  
# Line 133 | Line 136 | ximage:        x11image.o ciq.o cut.o closest.o x11raster.o b
136          cc $(CFLAGS) -o ximage x11image.o x11raster.o \
137   ciq.o cut.o closest.o biq.o -lX11 -lrt -lm
138  
139 < prot:           prot.o
140 <        cc $(CFLAGS) -o prot prot.o -lrt
139 > protate:                protate.o
140 >        cc $(CFLAGS) -o protate protate.o -lrt
141  
142   pflip:          pflip.o
143          cc $(CFLAGS) -o pflip pflip.o -lrt
# Line 152 | Line 155 | pinterp:       pinterp.o
155   ra_tiff:        ra_tiff.o ../lib/libtiff.a
156          cc $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff -lm
157  
158 + psign.o:        psign.c ../common/font.h
159 +        cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c
160 +
161   ra_tiff.o:      ra_tiff.c
162          cc $(CFLAGS) -Ilibtiff -c ra_tiff.c
163  
# Line 170 | Line 176 | xshowtrace:    xshowtrace.o x11findwind.o
176          cc $(CFLAGS) -o xshowtrace xshowtrace.o \
177   x11findwind.o -lrt -lm -lX11
178  
173 xshowtrace.o:   ../common/view.h ../common/standard.h \
174 ../common/mat4.h ../common/fvect.h
175
179   pcomb.o:        ../common/calcomp.h
180  
181   panim.o:        client/scan.h ../common/color.h ../common/random.h
182  
183   pf2.o bnoise.o ra_t16.o:        ../common/random.h
184  
185 < pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \
186 < d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
185 > pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
186 > ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
187   greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
188   ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
189  
190 < prot.o biq.o ciq.o pinterp.o ximage.o \
190 > pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
191   image.o:        ../common/standard.h ../common/mat4.h ../common/fvect.h
192  
193   ximage.o xraster.o:     xraster.h
# Line 197 | Line 200 | aedimage.o ximage.o ra_t8.o ra_pr.o:   pic.h
200  
201   ciq.o cut.o closest.o biq.o:    pic.h ciq.h
202  
203 < pinterp.o ximage.o image.o:     ../common/view.h
203 > pinterp.o ximage.o x11showtrace.o image.o:      ../common/view.h
204  
205   ra_pict.o:      pict.h
206 +
207 + mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \
208 + pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \
209 + ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
210 + ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines