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.24 by greg, Sat Dec 15 15:18:07 1990 UTC vs.
Revision 1.28 by greg, Wed Mar 6 10:14:01 1991 UTC

# Line 1 | Line 1
1   # SCCSid "$SunId$ LBL"
2  
3   #
4 < #  Compiles for pixel file plotters.
4 > #  Compiles for image processing and display programs
5   #
6  
7   OPT = -O
8   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE
9   CFLAGS = $(OPT) $(MACH)
10  
11 < INSTDIR = /usr/local/ray
11 > INSTDIR = ../../bin
12  
13 + LIBDIR = /usr/local/lib/ray
14 +
15   CALDEFS = -DFUNCTION -DVARIABLE -DRCONST -DBIGLIB
16  
17   PIXAR_INCLUDE=  -I/usr/pixar/include
# Line 17 | Line 19 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
19  
20   PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \
21   greyscale pvalue pcompos colorscale ra_pr ra_pr24 ximage prot \
22 < ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace
22 > ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace pflip
23  
24   all:    $(PROGS)
25  
26 < install:        $(PROGS)
26 > install:        $(PROGS) normpat.csh
27          cp $(PROGS) $(INSTDIR)
28 +        cp normpat.csh $(INSTDIR)/normpat
29 +        chmod 755 $(INSTDIR)/normpat
30  
31 + clean:
32 +        rm -f $(PROGS) *.o core
33 +
34   pfilt:  pfilt.o pf2.o pf3.o resolu.o color.o header.o lamps.o \
35   rexpr.o fropen.o spec_rgb.o
36          cc $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o resolu.o color.o \
# Line 117 | Line 124 | fvect.o -lX11 -lm
124   prot:           prot.o color.o resolu.o header.o
125          cc $(CFLAGS) -o prot prot.o color.o resolu.o header.o
126  
127 + pflip:          pflip.o color.o resolu.o header.o
128 +        cc $(CFLAGS) -o pflip pflip.o color.o resolu.o header.o
129 +
130   panim:  panim.o color.o colrops.o resolu.o header.o client/libclient.a
131          cc $(CFLAGS) -o panim panim.o color.o colrops.o resolu.o header.o \
132   client/libclient.a -lrpcsvc -lm
# Line 150 | Line 160 | xshowtrace:    xshowtrace.o image.o resolu.o header.o fve
160          cc $(CFLAGS) -o xshowtrace xshowtrace.o image.o resolu.o header.o \
161   fvect.o -lm -lX11
162  
163 + fropen.o:       fropen.c
164 +        cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c
165 +
166   xshowtrace.o:   view.h standard.h mat4.h fvect.h
167  
168   mat4.o:         mat4.h fvect.h
# Line 163 | Line 176 | pf2.o bnoise.o:        random.h
176   ra_t16.o:       random.h
177  
178   pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \
179 < d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
179 > d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
180   greyscale.o ra_t8.o glimage.o \
181   ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   color.h
182  
183 < prot.o biq.o ciq.o pinterp.o ximage.o image.o:  standard.h mat4.h fvect.h
183 > prot.o biq.o ciq.o pinterp.o \
184 > ximage.o image.o:       standard.h mat4.h fvect.h
185  
186   ximage.o x11raster.o:   xraster.h
187  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines