Deleted Added
sdiff udiff text old ( 6157:eaf2fd8f54c0 ) new ( 6168:ba6fe02228db )
full compact
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
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 ---