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.11 by gregl, Fri Dec 26 13:29:13 1997 UTC vs.
Revision 3.12 by gregl, Tue Jan 6 15:09:24 1998 UTC

# Line 16 | Line 16 | DEVDIR = $(INSTDIR)/dev
16  
17   LIBDIR = /usr/local/lib/ray
18  
19 < PROGS = rholo rhcopy
19 > PROGS = rholo rhcopy genrhenv
20  
21   DEVS = $(DEVDIR)/x11.hdi $(DEVDIR)/x11h.hdi \
22   $(DEVDIR)/glx.hdi $(DEVDIR)/glxh.hdi
# Line 36 | Line 36 | holo.o holofile.o Version.o -lrt -lm
36   rhcopy: rhcopy.o holo.o holofile.o
37          $(CC) $(CFLAGS) -o rhcopy rhcopy.o holo.o holofile.o -lrt -lm
38  
39 + genrhenv:       genrhenv.o holo.o holofile.o
40 +        $(CC) $(CFLAGS) -o genrhenv genrhenv.o holo.o holofile.o -lrt -lm
41 +
42   $(DEVDIR)/x11h.hdi:     $(DEVDIR)/x11.hdi
43          rm -f $(DEVDIR)/x11h.hdi
44          ln $(DEVDIR)/x11.hdi $(DEVDIR)/x11h.hdi
# Line 66 | Line 69 | rhdisp.o rhdisp2.o:    rhdisp.h rhdriver.h ../common/view
69  
70   rhdisp3.o:      rhdisp.h ../common/view.h
71  
72 < holo.o holofile.o rhdisp.o rhdisp2.o rhdisp3.o \
72 > holo.o holofile.o rhdisp.o rhdisp2.o rhdisp3.o genrhenv.o \
73   rhcopy.o rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o:  holo.h \
74   ../common/vars.h ../common/color.h \
75   ../common/standard.h ../common/mat4.h ../common/fvect.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines