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.29 by greg, Sat Oct 13 20:15:43 2012 UTC vs.
Revision 2.30 by greg, Fri Jan 18 01:12:59 2013 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 gendaylit \
16 > PROGS = genbox gensky xform genblinds genrev genworm gendaylit gendaymtx \
17                  gensurf genprism replmarks mkillum mksource genclock
18  
19   LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \
# Line 46 | Line 46 | gensky:        gensky.o sun.o
46   gendaylit:      gendaylit.o sun.o
47          $(CC) $(CFLAGS) -o gendaylit gendaylit.o sun.o -lrtrad $(MLIB)
48  
49 < # gendaylit:    H32_gendaylit.o
50 < #       $(CC) $(CFLAGS) -o gendaylit H32_gendaylit.o $(MLIB)
49 > gendaymtx:      gendaymtx.o sun.o
50 >        $(CC) $(CFLAGS) -o gendaymtx gendaymtx.o sun.o -lrtrad $(MLIB)
51  
52   genblinds:      genblinds.o
53          $(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines