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.43 by greg, Wed Dec 31 19:38:27 2003 UTC vs.
Revision 2.44 by greg, Thu Jan 1 19:31:46 2004 UTC

# Line 33 | Line 33 | RCLIB = ../lib/libraycalls.a
33   LIBS = -lrt $(MLIB)
34  
35   #
36 < # Device drivers for rview (see also devtable.c):
36 > # Device drivers for rvu (see also devtable.c):
37   #
38   DOBJS = devtable.o devcomm.o editline.o x11.o x11twind.o \
39          colortab.o
# Line 89 | Line 89 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
89   # What this makefile produces:
90   #
91  
92 < PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview $(DESTDIR)/lookamb
92 > PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/lookamb
93  
94   all:    $(PROGS) $(RCLIB) $(SPECIAL)
95  
96   install:        all rayinit.cal
97          $(INSTALL) $(PROGS) $(INSTDIR)
98 +        cd $(INSTDIR) ; rm -f rview ; ln -s rvu rview
99          rm -f $(LIBDIR)/rayinit.cal
100          cp rayinit.cal $(LIBDIR)
101  
# Line 118 | Line 119 | $(DESTDIR)/rtrace:     $(RTOBJS) $(RLIB)
119   $(DESTDIR)/rpict:       $(RPOBJS) $(RLIB)
120          $(CC) $(CFLAGS) -o $(DESTDIR)/rpict $(RPOBJS) $(RLIB) $(LIBS)
121  
122 < $(DESTDIR)/rview:       $(RVOBJS) $(RLIB)
123 <        $(CC) $(CFLAGS) -o $(DESTDIR)/rview $(RVOBJS) $(RLIB) $(LIBS) $(DLIBS)
122 > $(DESTDIR)/rvu: $(RVOBJS) $(RLIB)
123 >        $(CC) $(CFLAGS) -o $(DESTDIR)/rvu $(RVOBJS) $(RLIB) $(LIBS) $(DLIBS)
124  
125   $(DESTDIR)/lookamb:     lookamb.o ambio.o
126          $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o $(LIBS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines