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

Comparing ray/src/cv/Rmakefile (file contents):
Revision 2.23 by greg, Mon Oct 20 15:10:18 2003 UTC vs.
Revision 2.24 by schorsch, Mon Nov 17 13:20:10 2003 UTC

# Line 8 | Line 8 | OPT = -O
8   MACH = -DBSD
9  
10   CFLAGS = -I../common -L../lib $(OPT) $(MACH)
11 + METACFLAGS = -I../meta
12  
13   CC = cc
14  
# Line 87 | Line 88 | mgf2rad.o:     mgf2rad.c mgflib/parser.h ../common/tmesh.h
88          $(CC) $(CFLAGS) -c mgf2rad.c
89  
90   mgf2meta.o:     mgf2meta.c mgflib/parser.h
91 <        $(CC) $(CFLAGS) -c mgf2meta.c
91 >        $(CC) $(CFLAGS) $(METACFLAGS) -c mgf2meta.c
92  
93   arch2rad.o trans.o:     trans.h
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines