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.1 by greg, Thu Feb 2 11:16:21 1989 UTC vs.
Revision 1.4 by greg, Wed Oct 4 16:07:54 1989 UTC

# Line 9 | Line 9 | CFLAGS = -O -f68881 /usr/lib/f68881.il -DIEEE
9   INSTDIR = /usr/local/ray
10  
11   PROGS = genbox gensky xform genblinds genrev genworm \
12 <                gensurf genprism genwindow genpine
12 >                gensurf genprism
13  
14   all:    $(PROGS)
15  
16 < install:        $(PROGS)
16 > install:        $(PROGS) genpine.csh genwindow.csh
17          cp $(PROGS) $(INSTDIR)
18 +        install genpine.csh $(INSTDIR)/genpine
19 +        install genwindow.csh $(INSTDIR)/genwindow
20  
21   genbeads:       genbeads.o hermite3.o
22          cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm
# Line 34 | 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