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.8 by greg, Sat Oct 14 11:36:03 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   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
21  
# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines