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

Comparing ray/src/util/Rmakefile (file contents):
Revision 1.9 by greg, Wed Apr 24 13:18:31 1991 UTC vs.
Revision 1.11 by greg, Wed Jun 5 10:04:13 1991 UTC

# Line 14 | Line 14 | PROGS = makedist swaprasheader findglare xglaresrc gla
14  
15   all:    $(PROGS)
16  
17 < install:        all objview.csh objpict.csh proj.csh glare.csh
17 > install:        all objview.csh objpict.csh proj.csh glare.csh dayfact.csh
18          cp $(PROGS) $(INSTDIR)
19          cp objview.csh $(INSTDIR)/objview
20          cp objpict.csh $(INSTDIR)/objpict
21          cp glare.csh $(INSTDIR)/glare
22 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict $(INSTDIR)/glare
22 >        cp dayfact.csh $(INSTDIR)/dayfact
23 >        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
24 >                $(INSTDIR)/glare $(INSTDIR)/dayfact
25  
26   clean:
27          set nonomatch; rm -f *.o $(PROGS) core
# Line 31 | Line 33 | makedist:      makedist.o fvect.o setscan.o
33          cc $(CFLAGS) -o makedist makedist.o fvect.o setscan.o -lm
34  
35   findglare:      findglare.o glareval.o glaresrc.o color.o fvect.o image.o \
36 < header.o resolu.o setscan.o
36 > header.o resolu.o setscan.o linregr.o
37          cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
38 < color.o fvect.o image.o header.o resolu.o setscan.o -lm
38 > color.o fvect.o image.o header.o resolu.o setscan.o linregr.o -lm
39  
40   glarendx:       glarendx.o image.o header.o erf.o fvect.o resolu.o
41          cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \
# Line 60 | Line 62 | setscan.o makedist.o:  setscan.h
62  
63   findglare.o glareval.o \
64   glaresrc.o:     glare.h standard.h mat4.h fvect.h view.h color.h setscan.h
65 +
66 + glaresrc.o linregr.o:   linregr.h
67  
68   image.o xglaresrc.o:    standard.h mat4.h fvect.h view.h
69  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines