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.38 by greg, Fri Mar 14 21:27:45 2003 UTC vs.
Revision 2.42 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 21 | Line 21 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
21          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o
22  
23   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
24 <        urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o \
25 <        multisamp.o process.o getpath.o error.o savestr.o savqstr.o \
24 >        urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
25 >        unix_process.o process.o getpath.o error.o savestr.o savqstr.o \
26          badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
27          clip.o plocate.o eputs.o wputs.o quit.o lookup.o \
28 <        loadvars.o tcos.o fputword.o chanvalue.o dircode.o
28 >        loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o
29  
30   SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
31  
# Line 91 | Line 91 | readobj.o readoct.o sceneio.o: otypes.h
91  
92   multisamp.o urand.o:    random.h
93  
94 < cone.o face.o free_os.o image.o instance.o error.o objset.o \
95 < octree.o modobject.o readfargs.o otypes.o dircode.o mesh.o \
96 < readmesh.o readobj.o readoct.o sceneio.o xf.o:  standard.h mat4.h fvect.h
94 > cone.o face.o free_os.o image.o instance.o objset.o \
95 > octree.o modobject.o readfargs.o otypes.o mesh.o \
96 > readmesh.o readobj.o readoct.o sceneio.o:       standard.h \
97 > rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h
98  
99   image.o:        view.h
100  
101 < calprnt.o:      calcomp.h
101 > caldefn.o calexpr.o calfunc.o calprnt.o:        calcomp.h
102  
103   process.o:      vfork.h
104  
# Line 127 | Line 128 | standard.h mat4.h fvect.h color.h object.h otypes.h lo
128   free_os.o:      octree.h object.h otypes.h face.h cone.h instance.h
129  
130   tmesh.o:        tmesh.h fvect.h
131 +
132 + fgetword.o fputword.o fgetval.o fgetline.o fdate.o \
133 + expandarg.o badarg.o xf.o:      rtio.h
134 +
135 + expandarg.o:    rtmisc.h
136 +
137 + dircode.o xf.o: rtmath.h mat4.h fvect.h
138 +
139 + error.o:        rterror.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines