ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/Makefile
(Generate patch)

Comparing ray/src/cv/mgflib/Makefile (file contents):
Revision 1.4 by greg, Thu May 11 21:48:44 1995 UTC vs.
Revision 1.6 by greg, Thu Jun 29 20:56:49 1995 UTC

# Line 2 | Line 2
2   # SCCSid "$SunId$ LBL"
3   # Makefile for MGF parser library
4   #
5 <
6 < OPT = -O
5 > # Use -DNOPROTO flag to get back K&R compatibility.
6 > # Use -DBSD flag if your UNIX has a strong BSD flavor.
7 > # Use '-DMEM_PTR=char *' if your malloc return type is not 'void *'.
8   MACH =
9 + OPT = -O
10   CFLAGS = $(MACH) $(OPT)
11   CC = cc
12  
# Line 18 | Line 20 | libmgf.a:      $(OBJS)
20          -ranlib libmgf.a
21  
22   clean:
23 <        set nonomatch ; rm -f *.o
23 >        set nonomatch ; rm -f *.o libmgf.a mgfilt
24  
25   parser.o context.o xf.o object.o fvect.o:       parser.h
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines