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.10 by greg, Sun Dec 10 17:36:10 1989 UTC vs.
Revision 1.11 by greg, Fri Dec 22 10:08:31 1989 UTC

# Line 104 | 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
108 <        cc $(CFLAGS) -o pinterp pinterp.o image.o header.o fvect.o color.o -lm
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 \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines