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.10 by greg, Sun Feb 17 22:37:05 1991 UTC vs.
Revision 1.11 by greg, Thu Mar 7 14:48:28 1991 UTC

# Line 8 | Line 8 | OPT = -O
8   MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/f68881.il -DIEEE
9   CFLAGS = $(MACH) $(OPT)
10  
11 < INSTDIR = /usr/local/ray
11 > INSTDIR = ../../bin
12  
13   PROGS = genbox gensky xform genblinds genrev genworm \
14                  gensurf genprism replmarks
# Line 17 | Line 17 | all:   $(PROGS)
17  
18   install:        $(PROGS) genpine.csh genwindow.csh
19          cp $(PROGS) $(INSTDIR)
20 <        install genpine.csh $(INSTDIR)/genpine
21 <        install genwindow.csh $(INSTDIR)/genwindow
20 >        cp genwindow.csh $(INSTDIR)/genwindow
21 >        chmod 755 $(INSTDIR)/genwindow
22 >
23 > clean:
24 >        rm -f $(PROGS) *.o core
25  
26   genbeads:       genbeads.o hermite3.o
27          cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines