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.22 by greg, Fri Jun 27 06:53:22 2003 UTC vs.
Revision 2.25 by greg, Wed Oct 27 23:36:09 2004 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 28 | Line 29 | all:   $(PROGS)
29  
30   install:        $(PROGS) $(LIBFILES)
31          cp $(PROGS) $(INSTDIR)
32 <        cd $(LIBDIR) ; rm -f $(LIBFILES)
32 >        cd $(LIBDIR) && rm -f $(LIBFILES)
33          cp $(LIBFILES) $(LIBDIR)
34  
35   clean:
# 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  
# Line 97 | Line 98 | ies2rad.o:     ../common/paths.h
98  
99   obj2rad.o tmesh2rad.o:  ../common/tmesh.h \
100   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
101 < ../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h
101 > ../common/rtmath.h ../common/rterror.h ../common/mat4.h \
102 > ../common/fvect.h ../common/tifftypes.h
103  
104   obj2rad.o:      trans.h
105  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines