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 2.28 by gregl, Sat Jan 3 20:07:30 1998 UTC vs.
Revision 2.31 by gwlarson, Thu Nov 12 09:41:49 1998 UTC

# Line 89 | Line 89 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
89  
90   PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview $(DESTDIR)/lookamb
91  
92 < all:    $(PROGS) $(SPECIAL)
92 > all:    $(PROGS)
93  
94   install:        $(PROGS) $(SPECIAL) rayinit.cal
95          $(INSTALL) $(PROGS) $(INSTDIR)
# Line 104 | Line 104 | aed:   $(DEVDIR)/aed
104  
105   sgi:    $(DEVDIR)/news
106  
107 < tiff:  
107 > ogl:    
108  
109   clean:
110          set nonomatch; rm -f $(PROGS) *.o core
# Line 126 | Line 126 | $(DESTDIR)/rview:      $(RVOBJS)
126          $(CC) $(CFLAGS) -o $(DESTDIR)/rview $(RVOBJS) $(DLIBS) $(LIBS)
127  
128   $(DESTDIR)/lookamb:     lookamb.o ambio.o
129 <        $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o -lrt
129 >        $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o $(LIBS)
130  
131   $(DEVDIR)/sun:  sundev.o devmain.o colortab.o editline.o
132          $(CC) $(CFLAGS) -s -o $(DEVDIR)/sun devmain.o sundev.o colortab.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines