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 2.22 by greg, Fri Mar 7 15:45:32 1997 UTC vs.
Revision 2.26 by gregl, Mon Dec 1 09:54:59 1997 UTC

# Line 16 | Line 16 | RTOBJ = cone.o face.o instance.o readobj.o readoct.o o
16          octree.o readfargs.o modobject.o getlibpath.o
17  
18   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
19 <        colrops.o font.o
19 >        colrops.o font.o tonemap.o tmapcolrs.o
20  
21   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
22          urind.o peano.o calexpr.o caldefn.o calfunc.o calprnt.o \
23          multisamp.o process.o getpath.o error.o savestr.o savqstr.o \
24          badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
25 <        clip.o plocate.o cputs.o wputs.o eputs.o quit.o lookup.o
25 >        clip.o plocate.o eputs.o wputs.o quit.o lookup.o \
26 >        loadvars.o
27  
28   SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
29  
# Line 69 | Line 70 | objset.o octree.o readoct.o:   octree.h
70  
71   cone.o modobject.o otypes.o readobj.o readoct.o:        otypes.h
72  
73 < urand.o:        random.h
73 > multisamp.o urand.o:    random.h
74  
75   cone.o face.o image.o instance.o error.o objset.o octree.o modobject.o \
76   otypes.o readobj.o readoct.o xf.o:      standard.h mat4.h fvect.h
# Line 89 | Line 90 | font.o:        font.h
90   fropen.o getpath.o image.o:     paths.h
91  
92   lookup.o:       lookup.h
93 +
94 + loadvars.o:     vars.h
95 +
96 + tonemap.o tmapcolrs.o:  tmprivat.h tonemap.h color.h
97 +
98 + tonemap.o:      tmerrmsg.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines