SConscript (9219:258753d3bc47) SConscript (12246:9ffa51416f39)
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

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

31import os
32import re
33import sys
34
35from os.path import isdir, isfile, join as joinpath
36
37from SCons.Scanner import Classic
38
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

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

31import os
32import re
33import sys
34
35from os.path import isdir, isfile, join as joinpath
36
37from SCons.Scanner import Classic
38
39from gem5_scons import Transform
40
39Import('*')
40
41if env['PROTOCOL'] == 'None':
42 Return()
43
44output_dir = Dir('.')
45html_dir = Dir('html')
46slicc_dir = Dir('../slicc')

--- 67 unchanged lines hidden ---
41Import('*')
42
43if env['PROTOCOL'] == 'None':
44 Return()
45
46output_dir = Dir('.')
47html_dir = Dir('html')
48slicc_dir = Dir('../slicc')

--- 67 unchanged lines hidden ---