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.2 by greg, Thu Feb 2 14:58:40 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 >        sccs check
18          cp $(PROGS) $(INSTDIR)
19 +        install genpine.csh $(INSTDIR)/genpine
20 +        install genwindow.csh $(INSTDIR)/genwindow
21  
22   genbeads:       genbeads.o hermite3.o
23          cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines