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.63 by greg, Fri Feb 18 02:41:55 2011 UTC vs.
Revision 2.64 by greg, Sat Jun 9 07:16:47 2012 UTC

# Line 54 | Line 54 | RPSRC = rpmain.c rpict.c srcdraw.c duphead.c persist.c
54   RVOBJS = rvmain.o rview.o rv2.o rv3.o $(DOBJS)
55   RVSRC = rvmain.c rview.c rv2.c rv3.c $(DSRC)
56  
57 + RCOBJS = rcmain.o rcontrib.o rc2.o rc3.o
58 + RCSRC = rcmain.c rcontrib.c rc2.c rc3.c
59 +
60   RLOBJS = raycalls.o raypcalls.o rayfifo.o
61   RLSRC = raycalls.c raypcalls.c rayfifo.c
62  
# Line 89 | Line 92 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
92   # What this makefile produces:
93   #
94  
95 < PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/lookamb
95 > PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/rcontrib \
96 > $(DESTDIR)/lookamb
97  
98   all:    $(PROGS) $(RCLIB) $(SPECIAL)
99  
# Line 120 | Line 124 | $(DESTDIR)/rpict:      $(RPOBJS) $(RLIB)
124   $(DESTDIR)/rvu: $(RVOBJS) $(RCLIB) $(RLIB)
125          $(CC) $(CFLAGS) -o $(DESTDIR)/rvu $(RVOBJS) $(RCLIB) \
126   $(RLIB) $(LIBS) $(DLIBS)
127 +
128 + $(DESTDIR)/rcontrib:      $(RCOBJS) $(RLIB)
129 +        $(CC) $(CFLAGS) -o $(DESTDIR)/rcontrib $(RCOBJS) $(RLIB) $(LIBS)
130  
131   $(DESTDIR)/lookamb:     lookamb.o ambio.o
132          $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o $(LIBS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines