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

Comparing ray/SConstruct (file contents):
Revision 1.2 by schorsch, Mon Oct 27 10:35:41 2003 UTC vs.
Revision 1.3 by schorsch, Sun Jul 4 12:08:47 2004 UTC

# Line 65 | Line 65 | Export('env')
65   SConscript(os.path.join('src', 'common', 'SConscript'))
66   post_common_setup(env)
67   for d in Split('meta cv gen ot rt px hd util cal'):
68 +    print d
69      SConscript(os.path.join('src', d, 'SConscript'))
70  
71   if string.find(string.join(sys.argv[1:]), 'install') > -1:
# Line 81 | Line 82 | env.Alias('test',    ['#src/test'])
82   env.Alias('install', ['bininstall', 'rlibinstall', 'maninstall'])
83  
84   # Further virtual targets are defined locally:
85 <
86 < # meta_special -> mt1601 okimate imagew mt160 mx80 impress aed5
87 < #                 tcurve tscat tbar mtext libt4014.a plotout t4014
88 < # meta_special_install
89 <
90 < # px_special   -> ra_im, t4027, paintjet, mt160t, greyscale, colorscale, d48c
91 < # px_special_install
91 <
92 < # util_special -> scanner, makedist (not for Windows yet)
93 < # util_special_install
94 <
85 > # meta_special: mt1601 okimate imagew mt160 mx80 impress aed5
86 > #               tcurve tscat tbar mtext libt4014.a plotout t4014
87 > # px_special:   ra_im, t4027, paintjet, mt160t, greyscale, colorscale, d48c
88 > # util_special: scanner, makedist (not for Windows yet)
89 > env.Alias('special', ['meta_special', 'px_special', 'util_special'])
90 > env.Alias('special_install', ['meta_special_install',
91 >                'px_special_install', 'util_special_install'])
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines