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.6 by greg, Fri Sep 15 09:10:26 1989 UTC

# Line 31 | Line 31 | ttyimage:      ttyimage.o color.o
31   t4027:  t4027.o color.o
32          cc $(CFLAGS) -o t4027 t4027.o color.o
33  
34 < aedimage:       aedimage.o color.o ciq.o cut.o closest.o ealloc.o biq.o
34 > aedimage:       aedimage.o color.o ciq.o cut.o closest.o ealloc.o biq.o header.o
35          cc $(CFLAGS) -o aedimage aedimage.o color.o ciq.o cut.o \
36 < closest.o ealloc.o biq.o -lm
36 > closest.o ealloc.o biq.o header.o -lm
37  
38   oki20c: oki20c.o color.o header.o
39          cc $(CFLAGS) -o oki20c oki20c.o color.o header.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines