ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/Rmakefile
(Generate patch)

Comparing ray/src/hd/Rmakefile (file contents):
Revision 3.2 by gregl, Wed Nov 19 17:05:29 1997 UTC vs.
Revision 3.3 by gregl, Thu Nov 20 11:37:53 1997 UTC

# Line 28 | Line 28 | install:       all $(DEVS)
28   clean:
29          set nonomatch; rm -f *.o $(PROGS) core
30  
31 < rholo:  rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o holo.o holofile.o
31 > rholo:  rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o holo.o holofile.o Version.o
32          $(CC) $(CFLAGS) -o rholo rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o \
33 < holo.o holofile.o -lrt -lm
33 > holo.o holofile.o Version.o -lrt -lm
34  
35   $(DEVDIR)/x11h.hdisp:   $(DEVDIR)/x11.hdisp
36          rm -f $(DEVDIR)/x11h.hdisp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines