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 1.18 by greg, Wed Oct 23 13:43:17 1991 UTC vs.
Revision 1.19 by greg, Thu Nov 7 11:03:57 1991 UTC

# Line 4 | Line 4
4   #
5  
6   OPT = -O
7 < MACH = -DSTRUCTASSIGN -DBSD
7 > MACH = -DBSD
8   CFLAGS = $(MACH) $(OPT)
9  
10   COMPAT = bmalloc.o erf.o # frexp.o fwrite.o random.o
# Line 20 | Line 20 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
20   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fvect.o urand.o \
21          urind.o peano.o calexpr.o caldefn.o calfunc.o calprnt.o \
22          multisamp.o process.o getpath.o error.o savestr.o savqstr.o \
23 <        fgetword.o words.o cputs.o wputs.o eputs.o quit.o
23 >        badarg.o fgetword.o words.o cputs.o wputs.o eputs.o quit.o
24  
25   SYSOBJ = ealloc.o $(COMPAT)
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines