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.7 by greg, Tue Jul 7 14:26:06 1992 UTC vs.
Revision 2.11 by greg, Wed Mar 10 19:39:22 1993 UTC

# Line 21 | Line 21 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
21   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.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 wordfile.o cputs.o wputs.o eputs.o quit.o
24 >        badarg.o fgetword.o words.o expandarg.o wordfile.o \
25 >        cputs.o wputs.o eputs.o quit.o
26  
27 < SYSOBJ = ealloc.o $(COMPAT)
27 > SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT)
28  
29   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
30          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
# Line 82 | Line 83 | calprnt.o:     calcomp.h
83   process.o:      vfork.h
84  
85   font.o: font.h
86 +
87 + fropen.o getpath.o image.o:     paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines