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.33 by greg, Sat Apr 26 15:59:38 2014 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 \
20 <                glaze1.cal glaze2.cal perezlum.cal coeff_perez.dat defangle.dat
20 >                glaze1.cal glaze2.cal perezlum.cal
21  
22   all:    $(PROGS)
23  
# Line 29 | Line 29 | install:       $(PROGS) $(LIBFILES) glaze.csh
29          cp $(LIBFILES) $(LIBDIR)
30  
31   clean:
32 <        set nonomatch; rm -f $(PROGS) *.o core
32 >        set nonomatch; rm -f $(PROGS) *.o
33  
34   genbeads:       genbeads.o hermite3.o
35          $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)
# 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)
# Line 118 | Line 118 | mkillum2.o mkillum3.o: ../common/paths.h
118   gensky.o:       ../common/color.h
119  
120   gensurf.o genworm.o genrev.o:   ../common/calcomp.h
121 +
122 + sun.o:  sun.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines