ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/Rmakefile
(Generate patch)

Comparing ray/src/common/Rmakefile (file contents):
Revision 1.10 by greg, Wed Jul 24 12:06:34 1991 UTC vs.
Revision 1.13 by greg, Tue Aug 20 15:33:45 1991 UTC

# Line 16 | Line 16 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
16          colrops.o
17  
18   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fvect.o urand.o \
19 <        calexpr.o caldefn.o calfunc.o calprnt.o \
19 >        urind.o peano.o calexpr.o caldefn.o calfunc.o calprnt.o \
20          process.o getpath.o error.o savestr.o savqstr.o \
21          fgetword.o words.o cputs.o wputs.o eputs.o quit.o
22  
23 < SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o random.o bcopy.o
23 > SYSOBJ = ealloc.o bmalloc.o erf.o # frexp.o fwrite.o random.o bcopy.o
24  
25   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
26          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
# Line 62 | Line 62 | modobject.o readobj.o readoct.o:       object.h
62  
63   objset.o octree.o readoct.o:    octree.h
64  
65 < cone.o objset.o otypes.o readobj.o readoct.o:   otypes.h
65 > cone.o modobject.o objset.o otypes.o readobj.o readoct.o:       otypes.h
66  
67   urand.o:        random.h
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines