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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.40 by greg, Fri Mar 8 12:55:36 1991 UTC vs.
Revision 1.44 by greg, Wed May 1 11:17:03 1991 UTC

# Line 101 | Line 101 | x10:   $(DEVDIR)/x10
101   aed:    $(DEVDIR)/aed
102  
103   clean:
104 <        rm -f $(PROGS) *.o core
104 >        set nonomatch; rm -f $(PROGS) *.o core
105  
106   lint:   $(RVSRC)
107          $(LINT) $(LINTFLAGS) -DRVIEW $(RVSRC) $(LIBS)
# Line 180 | Line 180 | calexpr.o:     calexpr.c calcomp.h
180          $(CC) $(CFLAGS) -DVARIABLE -DFUNCTION -DINCHAN -DRCONST -c calexpr.c
181  
182   caldefn.o:      caldefn.c calcomp.h
183 <        $(CC) $(CFLAGS) -DFUNCTION -DREDEFW -c caldefn.c
183 >        $(CC) $(CFLAGS) -DFUNCTION -DREDEFW -DRCONST -c caldefn.c
184  
185   calfunc.o:      calfunc.c calcomp.h
186          $(CC) $(CFLAGS) -DVARIABLE -DBIGLIB -c calfunc.c
# Line 240 | Line 240 | source.o:      source.h
240   cone.o data.o devcomm.o face.o image.o initotypes.o xf.o misc.o objset.o \
241   octree.o otypes.o readobj.o readoct.o rview.o:  standard.h mat4.h fvect.h
242  
243 + initotypes.o raytrace.o:        otspecial.h
244 +
245   mat4.o:         mat4.h fvect.h
246  
247   sundev.o:       suntools.icon
# Line 249 | Line 251 | image.o rpmain.o rtmain.o rvmain.o rpict.o:    view.h
251   x10.o xtwind.o: xtwind.h
252  
253   x11.o x11twind.o: x11twind.h
254 +
255 + x11.o:  x11icon.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines