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.7 by greg, Tue Apr 16 16:40:40 1991 UTC vs.
Revision 1.9 by greg, Wed Apr 24 13:18:31 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
17 > install:        all objview.csh objpict.csh proj.csh glare.csh
18          cp $(PROGS) $(INSTDIR)
19          cp objview.csh $(INSTDIR)/objview
20          cp objpict.csh $(INSTDIR)/objpict
21 <        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict
21 >        cp glare.csh $(INSTDIR)/glare
22 >        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict $(INSTDIR)/glare
23  
24   clean:
25          set nonomatch; rm -f *.o $(PROGS) core
# Line 38 | Line 39 | glarendx:      glarendx.o image.o header.o erf.o fvect.o re
39          cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \
40   erf.o resolu.o -lm
41  
42 < xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o
42 > xglaresrc:      xglaresrc.o fvect.o image.o resolu.o header.o x11findwind.o
43          cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \
44 < header.o resolu.o -lm -lX11
44 > header.o resolu.o x11findwind.o -lm -lX11
45  
46   contour:        contour.o
47          cc $(CFLAGS) -o contour contour.o -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines