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.39 by greg, Thu Mar 7 15:12:09 1991 UTC vs.
Revision 1.44 by greg, Wed May 1 11:17:03 1991 UTC

# Line 98 | Line 98 | sun:   $(DEVDIR)/sun $(DEVDIR)/sun.com
98  
99   x10:    $(DEVDIR)/x10
100  
101 < aed:
102 <        @echo
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 134 | Line 133 | $(DEVDIR)/x10: x10.o xtwind.o colortab.o devmain.o edi
133          $(CC) $(CFLAGS) -s -o $(DEVDIR)/x10 x10.o xtwind.o devmain.o \
134   colortab.o editline.o -lX $(LIBS)
135  
136 + $(DEVDIR)/aed:  aed.o colortab.o tty.o devmain.o editline.o
137 +        $(CC) $(CFLAGS) -s -o $(DEVDIR)/aed aed.o colortab.o \
138 + devmain.o tty.o editline.o $(LIBS)
139 +
140   #
141   # Special compiles:
142   #
# Line 167 | Line 170 | sundev.o:      sundev.c
170   x10.o:  x10.c
171          $(CC) $(CFLAGS) -Dx_init=dinit -c x10.c
172  
173 + aed.o:  aed.c
174 +        $(CC) $(CFLAGS) -Daed_init=dinit -c aed.c
175 +
176   ambient.o:      ambient.c
177          $(CC) $(CFLAGS) -DAMBFLUSH=16 -c ambient.c
178  
# Line 174 | 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 234 | 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 243 | 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