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.20 by schorsch, Thu Jun 5 17:04:19 2003 UTC vs.
Revision 2.23 by greg, Mon Oct 20 15:10:18 2003 UTC

# Line 28 | Line 28 | all:   $(PROGS)
28  
29   install:        $(PROGS) $(LIBFILES)
30          cp $(PROGS) $(INSTDIR)
31 <        cd $(LIBDIR) ; rm -f $(LIBFILES)
31 >        cd $(LIBDIR) && rm -f $(LIBFILES)
32          cp $(LIBFILES) $(LIBDIR)
33  
34   clean:
# Line 68 | Line 68 | mgf2meta:      $(MGF_LIB) mgf2meta.o
68   mgfilt:
69          cd mgflib ; rm -f mgfilt ; \
70          make mgfilt CC=$(CC) \
71 <                CFLAGS="$(OPT) $(MACH) -DNOPROTO" ; \
71 >                CFLAGS="$(OPT) $(MACH)" ; \
72          mv mgfilt ..
73  
74   mgf2inv:
75          cd mgflib ; rm -f mgf2inv ; \
76          make mgf2inv CC=$(CC) \
77 <                CFLAGS="$(OPT) $(MACH) -DNOPROTO" ; \
77 >                CFLAGS="$(OPT) $(MACH)" ; \
78          mv mgf2inv ..
79  
80   $(MGF_LIB):
81          cd mgflib ; rm -f libmgf.a ; \
82          make libmgf.a CC=$(CC) \
83 <                CFLAGS="$(OPT) $(MACH) -DNOPROTO" ; \
84 <        cp libmgf.a ../../lib
83 >                CFLAGS="$(OPT) $(MACH)" ; \
84 >        mv libmgf.a ../../lib
85  
86   mgf2rad.o:      mgf2rad.c mgflib/parser.h ../common/tmesh.h ../common/color.h
87 <        $(CC) $(CFLAGS) -DNOPROTO -c mgf2rad.c
87 >        $(CC) $(CFLAGS) -c mgf2rad.c
88  
89   mgf2meta.o:     mgf2meta.c mgflib/parser.h
90 <        $(CC) $(CFLAGS) -DNOPROTO -c mgf2meta.c
90 >        $(CC) $(CFLAGS) -c mgf2meta.c
91  
92   arch2rad.o trans.o:     trans.h
93  
# Line 96 | Line 96 | ies2rad.o lampcolor.o: ../common/color.h
96   ies2rad.o:      ../common/paths.h
97  
98   obj2rad.o tmesh2rad.o:  ../common/tmesh.h \
99 < ../common/standard.h ../common/mat4.h ../common/fvect.h
99 > ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
100 > ../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h
101  
102   obj2rad.o:      trans.h
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines