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.51 by greg, Wed Oct 27 23:36:09 2004 UTC vs.
Revision 2.54 by greg, Wed Feb 2 00:09:14 2005 UTC

# Line 9 | Line 9 | CFLAGS = $(MACH) $(OPT)
9   CC = cc
10   SPECIAL =
11  
12 < COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o
12 > COMPAT = erf.o strcmp.o
13  
14   LIBDIR = /usr/local/lib/ray
15  
# Line 25 | Line 25 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv
25          urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
26          unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \
27          savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \
28 <        clip.o plocate.o eputs.o wputs.o quit.o lookup.o \
28 >        clip.o plocate.o eputs.o wputs.o quit.o lookup.o bmalloc.o \
29          loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o
30  
31   SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
# Line 129 | Line 129 | free_os.o:     octree.h object.h otypes.h face.h cone.h in
129  
130   tmesh.o:        tmesh.h fvect.h
131  
132 < fgetword.o fputword.o fgetval.o fgetline.o fdate.o \
132 > fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \
133   expandarg.o badarg.o xf.o:      rtio.h
134  
135   expandarg.o:    rtmisc.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines