SConscript (6157:eaf2fd8f54c0) SConscript (6168:ba6fe02228db)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

35
36from os.path import basename, dirname, exists, expanduser, isdir, isfile
37from os.path import join as joinpath
38
39import SCons
40
41Import('*')
42
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

35
36from os.path import basename, dirname, exists, expanduser, isdir, isfile
37from os.path import join as joinpath
38
39import SCons
40
41Import('*')
42
43if not env['RUBY']:
44 Return()
45
43slicc_dir = Dir('../slicc')
44protocol_dir = Dir('.')
45html_dir = Dir('html')
46
47#
48# Use SLICC
49#
50def slicc_action(target, source, env):

--- 44 unchanged lines hidden ---
46slicc_dir = Dir('../slicc')
47protocol_dir = Dir('.')
48html_dir = Dir('html')
49
50#
51# Use SLICC
52#
53def slicc_action(target, source, env):

--- 44 unchanged lines hidden ---