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.28 by greg, Wed Mar 6 10:14:01 1991 UTC vs.
Revision 1.29 by greg, Wed Mar 6 15:58:22 1991 UTC

# Line 5 | Line 5
5   #
6  
7   OPT = -O
8 < MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE
8 > MACH = -DSTRUCTASSIGN
9   CFLAGS = $(OPT) $(MACH)
10  
11   INSTDIR = ../../bin
# Line 17 | Line 17 | CALDEFS = -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
17   PIXAR_INCLUDE=  -I/usr/pixar/include
18   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
19  
20 < PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \
21 < greyscale pvalue pcompos colorscale ra_pr ra_pr24 ximage prot \
20 > PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \
21 > greyscale pvalue pcompos colorscale prot \
22   ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace pflip
23  
24   all:    $(PROGS)
25 +
26 + x10:    ximage
27 +        cp ximage $(INSTDIR)
28 +
29 + aed:    aedimage
30 +        cp aedimage $(INSTDIR)
31 +
32 + sun:
33  
34   install:        $(PROGS) normpat.csh
35          cp $(PROGS) $(INSTDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines