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.1 by greg, Thu Feb 2 10:48:56 1989 UTC vs.
Revision 1.9 by greg, Fri Oct 20 16:55:46 1989 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 = -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 < PROGS = pfilt ttyimage aedimage oki20c mt160r getinfo psign \
16 < greyscale pvalue psum pcompos colorscale ra_pr ximage prot \
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 paintjet mt160r getinfo psign \
19 > greyscale pvalue pcompos colorscale ra_pr ximage prot \
20   panim ra_t8 ra_bn ra_t16 pcomb
21  
22   all:    $(PROGS)
# Line 28 | 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 76 | Line 84 | ra_t16: ra_t16.o color.o ealloc.o header.o
84   ra_im: ra_im.o
85          cc $(CFLAGS) -n -o ra_im ra_im.o
86  
87 < ra_bn: ra_bn.o
87 > ra_bn: ra_bn.o color.o header.o
88          cc $(CFLAGS) -o ra_bn ra_bn.o color.o header.o -lm
89  
90   ximage: ximage.o color.o ciq.o cut.o closest.o ealloc.o \
# Line 96 | 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 + ra_pixar:       ra_pixar.o ra_pixar.c color.o header.o
108 +        cc $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o color.o header.o \
109 + $(PIXAR_LIB)
110 +
111   calexpr.o:      calexpr.c
112          cc $(CFLAGS) $(CALDEFS) -c calexpr.c
113  
# Line 105 | Line 117 | calfunc.o:     calfunc.c
117   caldefn.o:      caldefn.c
118          cc $(CFLAGS) $(CALDEFS) -c caldefn.c
119  
120 + ra_pixar.o:     ra_pixar.c
121 +        cc $(CFLAGS) $(PIXAR_INCLUDE) -c ra_pixar.c
122 +
123   pcomb.o calexpr.o calfunc.o caldefn.o:  calcomp.h
124  
125   panim.o:        scan.h clntrpc.h color.h random.h
126  
127   pf2.o bnoise.o: random.h
128  
129 + ra_t16.o:       random.h
130 +
131   pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o \
132   d48c.o aedimage.o pcompos.o color.o greyscale.o ra_t8.o \
133 < ra_pr.o pvalue.o image.o pcomb.o:       color.h
133 > ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o:      color.h
134  
135   ximage.o image.o:       standard.h fvect.h
136  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines