ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/SConscript
(Generate patch)

Comparing ray/src/cal/SConscript (file contents):
Revision 1.2 by schorsch, Mon Oct 27 10:35:41 2003 UTC vs.
Revision 1.3 by schorsch, Thu Jan 1 20:56:29 2004 UTC

# Line 7 | Line 7 | mlib = env['RAD_MLIB']
7   # standard targets
8   PROGS = (
9   # name     sources             libs
10 < ('calc',   Split('calc.c'),    ['rtfunc','rtmem','rtcont'] + mlib),
10 > ('icalc',  Split('calc.c'),    ['rtfunc','rtmem','rtcont'] + mlib),
11   ('ev',     Split('ev.c'),      ['rtfunc','rtmem','rtcont'] + mlib),
12   ('rcalc',  Split('rcalc.c'),   ['rtfunc','rtmem','rtcont'] + mlib),
13   ('total',  Split('total.c'),   mlib),
14   ('cnt',    Split('cnt.c'),     []),
15 < ('neat',   Split('neat.c'),    []),
16 < ('lam',    Split('lam.c'),     ['rtproc','rtpath','rtio','rterror']),
15 > ('neaten', Split('neat.c'),    []),
16 > ('rlam',   Split('lam.c'),     ['rtproc','rtpath','rtio','rterror']),
17   ('tabfunc',Split('tabfunc.c'), ['rtio'] + mlib),
18   ('histo',  Split('histo.c'),   mlib),
19   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines