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.30 by greg, Wed Nov 21 17:52:04 2007 UTC vs.
Revision 2.33 by greg, Tue Jun 24 02:01:19 2008 UTC

# Line 39 | Line 39 | clean:
39          cd mgflib ; make clean
40  
41   ies2rad:        ies2rad.o
42 <        $(CC) $(CFLAGS) -o ies2rad ies2rad.o -lrtrad -lm
42 >        $(CC) $(CFLAGS) -o ies2rad ies2rad.o -lrtrad $(MLIB)
43  
44   arch2rad:       arch2rad.o trans.o
45          $(CC) $(CFLAGS) -o arch2rad arch2rad.o trans.o -lrtrad
# Line 79 | Line 79 | mgf2inv:
79  
80   3ds2mgf:
81          cd mgflib ; rm -f 3ds2mgf ; \
82 <        make 3ds2mgf CC=$(CC) \
82 >        make 3ds2mgf CC="$(CC)" \
83                  CFLAGS="$(OPT) $(MACH)" ; \
84          mv 3ds2mgf ..
85  
# Line 104 | Line 104 | ies2rad.o:     ../common/paths.h
104   obj2rad.o tmesh2rad.o:  ../common/tmesh.h \
105   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
106   ../common/rtmath.h ../common/rterror.h ../common/mat4.h \
107 < ../common/fvect.h ../common/tifftypes.h
107 > ../common/fvect.h
108  
109   obj2rad.o:      trans.h
110  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines