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.14 by greg, Wed Jun 29 18:18:07 1994 UTC vs.
Revision 2.16 by greg, Wed Jul 6 15:15:19 1994 UTC

# Line 22 | Line 22 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv
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 \
25 <        cputs.o wputs.o eputs.o quit.o
25 >        cputs.o wputs.o eputs.o quit.o lookup.o
26  
27   SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT)
28  
# Line 36 | Line 36 | install:       librt.a
36   clean:
37          rm -f *.o librt.a
38  
39 fropen.o:       fropen.c
40        $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c
41
39   calexpr.o:      calexpr.c calcomp.h
40          $(CC) $(CFLAGS) -DVARIABLE -DFUNCTION -DRCONST -c calexpr.c
41  
# Line 88 | Line 85 | process.o:     vfork.h
85   font.o: font.h
86  
87   fropen.o getpath.o image.o:     paths.h
88 +
89 + lookup.o:       lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines