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.40 by greg, Fri Mar 8 12:55:36 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
# 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 166 | Line 169 | sundev.o:      sundev.c
169  
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines