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

Comparing ray/src/gen/Rmakefile (file contents):
Revision 1.2 by greg, Thu Feb 2 14:58:40 1989 UTC vs.
Revision 1.4 by greg, Wed Oct 4 16:07:54 1989 UTC

# Line 14 | Line 14 | PROGS = genbox gensky xform genblinds genrev genworm \
14   all:    $(PROGS)
15  
16   install:        $(PROGS) genpine.csh genwindow.csh
17        sccs check
17          cp $(PROGS) $(INSTDIR)
18          install genpine.csh $(INSTDIR)/genpine
19          install genwindow.csh $(INSTDIR)/genwindow
# Line 37 | Line 36 | genblinds:     genblinds.o
36   genprism:       genprism.o
37          cc $(CFLAGS) -o genprism genprism.o
38  
39 < xform:  xform.o xf.o mat4.o
40 <        cc $(CFLAGS) -o xform xform.o xf.o mat4.o -lm
39 > xform:  xform.o xf.o mat4.o fgetline.o
40 >        cc $(CFLAGS) -o xform xform.o xf.o mat4.o fgetline.o -lm
41  
42   genrev: genrev.o calexpr.o caldefn.o calfunc.o \
43   ealloc.o savestr.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines