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

Comparing ray/src/px/SConscript (file contents):
Revision 1.20 by schorsch, Sat Mar 5 00:29:28 2016 UTC vs.
Revision 1.21 by schorsch, Sat Mar 5 13:24:58 2016 UTC

# Line 7 | Line 7 | progs = []
7  
8   # compose paths
9   def radbin(name): return os.path.join('$RAD_BUILDBIN', name)
10 #def radbin(name): return name
10   def radlib(name): return os.path.join('$RAD_BUILDLIB', name)
11  
12   warp3d = env.Object(source="warp3d.c")
# Line 48 | Line 47 | PROGS = (
47   ('ra_pict',  ['ra_pict.c'],   ['rtpic','rtio','rtmem']),
48   ('ra_hexbit',['ra_hexbit.c'], ['rtpic','rtio','rtmem']),
49   ('ra_xyze',  ['ra_xyze.c'],   ['rtpic','rtio','rtmem']),
50 + ('pmblur2',  ['pmblur2.c'],   ['rtpic','rtargs','rtio','rtargs','rtmath','rtmem','rtcont','rterror',mlib]),
51  
52   ('ttyimage', ['ttyimage.c'],  ['rtpic','rtio','rtmem']),
53   )
# Line 124 | Line 124 | if env.has_key('X11LIB'):
124          progs.append(xshowtrace)
125  
126   if os.name == 'posix': # XXX ignoring trad.wsh
127 <        for s in Split('''normpat pdfblur pmblur pmdblur pbilat
128 <                        xyzimage phisto pdelta pgblur ra_pfm ran2tiff'''):
127 >        for s in Split('''normpat pdfblur pmblur pmdblur
128 >                        xyzimage phisto pdelta pgblur ra_pfm ran2tiff pbilat'''):
129                  Default(env.InstallScript(radbin(s), s + '.csh'))
130          for s in Split('''falsecolor'''):
131                  Default(env.InstallScript(radbin(s), s + '.pl'))
# Line 138 | Line 138 | if os.name == 'posix': # XXX ignoring trad.wsh
138   Default('#src/px')
139   env.Install('$RAD_BINDIR', progs)
140  
141 + # vim: set syntax=python:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines