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.5 by greg, Fri May 12 17:20:01 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines