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.22 by greg, Tue Jun 24 02:01:20 2008 UTC vs.
Revision 2.23 by greg, Sat Jun 6 20:18:32 2009 UTC

# Line 13 | Line 13 | INSTDIR = /usr/local/bin
13  
14   LIBDIR = /usr/local/lib/ray
15  
16 < PROGS = genbox gensky xform genblinds genrev genworm \
16 > PROGS = genbox gensky xform genblinds genrev genworm gendaylit \
17                  gensurf genprism replmarks mkillum mksource genclock
18  
19   LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \
20 <                glaze1.cal glaze2.cal
20 >                glaze1.cal glaze2.cal perezlum.cal
21  
22   all:    $(PROGS)
23  
# Line 42 | Line 42 | genmarble:     genmarble.o ../common/random.h
42  
43   gensky: gensky.o sun.o
44          $(CC) $(CFLAGS) -o gensky gensky.o sun.o $(MLIB)
45 +
46 + gendaylit:      gendaylit.o sun.o
47 +        $(CC) $(CFLAGS) -o gendaylit gendaylit.o sun.o -lrtrad $(MLIB)
48  
49   genblinds:      genblinds.o
50          $(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines