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.4 by gregl, Mon Nov 24 15:16:24 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
# Line 45 | Line 45 | rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o \
45   rhdisp.o rhdisp2.o rhdisp3.o:   rholo.h
46  
47   rholo4.o:       rhdisp.h rholo4.c
48 <        $(CC) $(CFLAGS) -DDEVPATH=\"$(DEVDIR)\" -c rholo4.c
48 >        $(CC) $(CFLAGS) -c rholo4.c
49  
50   rhdisp.o rhdisp2.o:     rhdisp.h rhdriver.h ../common/view.h
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines