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 2.4 by greg, Thu Dec 9 17:29:24 1993 UTC vs.
Revision 2.5 by greg, Thu May 25 16:38:09 1995 UTC

# Line 15 | Line 15 | INSTDIR = /usr/local/bin
15   LIBDIR = /usr/local/lib/ray
16  
17   PROGS = genbox gensky xform genblinds genrev genworm \
18 <                gensurf genprism replmarks mkillum
18 >                gensurf genprism replmarks mkillum genclock
19  
20 < CALFILES = illum.cal rev.cal skybright.cal surf.cal
20 > LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex
21  
22   all:    $(PROGS)
23  
24 < install:        $(PROGS) $(CALFILES)
24 > install:        $(PROGS) $(LIBFILES)
25          cp $(PROGS) $(INSTDIR)
26 <        cd $(LIBDIR) ; rm -f $(CALFILES)
27 <        cp $(CALFILES) $(LIBDIR)
26 >        cd $(LIBDIR) ; rm -f $(LIBFILES)
27 >        cp $(LIBFILES) $(LIBDIR)
28  
29   clean:
30          set nonomatch; rm -f $(PROGS) *.o core
# Line 64 | Line 64 | genworm:       genworm.o
64  
65   gensurf:        gensurf.o
66          $(CC) $(CFLAGS) -o gensurf gensurf.o -lrt $(MLIB)
67 +
68 + genclock:       genclock.o
69 +        $(CC) $(CFLAGS) -o genclock genclock.o $(MLIB)
70  
71   genbranch:      genbranch.o
72          $(CC) $(CFLAGS) -o genbranch genbranch.o $(MLIB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines