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.5 by greg, Tue Sep 12 17:53:09 1989 UTC vs.
Revision 1.13 by greg, Wed Jan 17 15:12:44 1990 UTC

# Line 4 | Line 4
4   #  Compiles for pixel file plotters.
5   #
6  
7 < CFLAGS = -O -f68881 /usr/lib/f68881.il
7 > OPT = -O
8 > MACH = -DBSD -f68881 /usr/lib/f68881.il -DIEEE
9 > CFLAGS = $(OPT) $(MACH)
10  
11   INSTDIR = /usr/local/ray
12  
13 < CALDEFS = -DIEEE -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
13 > CALDEFS = -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
14  
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 aedimage oki20c mt160r getinfo psign \
18 > PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \
19   greyscale pvalue pcompos colorscale ra_pr ximage prot \
20 < panim ra_t8 ra_bn ra_t16 pcomb
20 > panim ra_t8 ra_bn ra_t16 pcomb pinterp
21  
22   all:    $(PROGS)
23  
# Line 31 | Line 33 | ttyimage:      ttyimage.o color.o
33   t4027:  t4027.o color.o
34          cc $(CFLAGS) -o t4027 t4027.o color.o
35  
36 < aedimage:       aedimage.o color.o ciq.o cut.o closest.o ealloc.o biq.o
36 > aedimage:       aedimage.o color.o ciq.o cut.o closest.o ealloc.o biq.o header.o
37          cc $(CFLAGS) -o aedimage aedimage.o color.o ciq.o cut.o \
38 < closest.o ealloc.o biq.o -lm
38 > closest.o ealloc.o biq.o header.o -lm
39  
40   oki20c: oki20c.o color.o header.o
41          cc $(CFLAGS) -o oki20c oki20c.o color.o header.o
42  
43 + paintjet:       paintjet.o color.o header.o
44 +        cc $(CFLAGS) -o paintjet paintjet.o color.o header.o
45 +
46   mt160r: mt160r.o color.o
47          cc $(CFLAGS) -o mt160r mt160r.o color.o
48  
# Line 99 | Line 104 | header.o ealloc.o savestr.o
104          cc $(CFLAGS) -o pcomb pcomb.o calexpr.o calfunc.o caldefn.o \
105   color.o header.o ealloc.o savestr.o -lm
106  
107 + pinterp:        pinterp.o image.o header.o color.o fvect.o mat4.o
108 +        cc $(CFLAGS) -o pinterp pinterp.o image.o header.o mat4.o \
109 + fvect.o color.o -lm
110 +
111   ra_pixar:       ra_pixar.o ra_pixar.c color.o header.o
112          cc $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o color.o header.o \
113   $(PIXAR_LIB)
# Line 125 | Line 134 | ra_t16.o:      random.h
134  
135   pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o \
136   d48c.o aedimage.o pcompos.o color.o greyscale.o ra_t8.o \
137 < ra_bn.o ra_t16.o ra_pr.o pvalue.o image.o pcomb.o:      color.h
137 > ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   color.h
138  
139 < ximage.o image.o:       standard.h fvect.h
139 > pinterp.o ximage.o image.o:     standard.h fvect.h
140  
141   ximage.o:       xraster.h
142  
# Line 139 | Line 148 | aedimage.o ximage.o ra_t8.o ra_pr.o:   pic.h
148  
149   ciq.o cut.o closest.o biq.o:    pic.h ciq.h
150  
151 < ximage.o image.o:       view.h
151 > pinterp.o ximage.o image.o:     view.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines