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.5 by greg, Wed Jul 1 15:10:37 1992 UTC vs.
Revision 2.7 by greg, Tue Jul 7 14:26:06 1992 UTC

# Line 8 | Line 8 | MACH = -DBSD
8   CFLAGS = $(MACH) $(OPT)
9   CC = cc
10  
11 < COMPAT = bmalloc.o erf.o # frexp.o fwrite.o random.o
11 > COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o
12  
13   LIBDIR = /usr/local/lib/ray
14  
# Line 33 | Line 33 | install:       librt.a
33          mv librt.a ../lib
34  
35   clean:
36 <        rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) librt.a
36 >        rm -f *.o librt.a
37  
38   fropen.o:       fropen.c
39          $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines