SConscript (8242:f52ece27e20d) SConscript (8333:c1a07ecb6619)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
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

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

511 code = code_formatter()
512 for src in source:
513 data = ''.join(file(src.srcnode().abspath, 'r').xreadlines())
514 code('$src = ${{repr(data)}}')
515 code.write(str(target[0]))
516
517# Generate a file that wraps the basic top level files
518env.Command('python/m5/info.py',
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
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

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

511 code = code_formatter()
512 for src in source:
513 data = ''.join(file(src.srcnode().abspath, 'r').xreadlines())
514 code('$src = ${{repr(data)}}')
515 code.write(str(target[0]))
516
517# Generate a file that wraps the basic top level files
518env.Command('python/m5/info.py',
519 [ '#/AUTHORS', '#/LICENSE', '#/README', ],
519 [ '#/COPYING', '#/LICENSE', '#/README', ],
520 MakeAction(makeInfoPyFile, Transform("INFO")))
521PySource('m5', 'python/m5/info.py')
522
523########################################################################
524#
525# Create all of the SimObject param headers and enum headers
526#
527

--- 467 unchanged lines hidden ---
520 MakeAction(makeInfoPyFile, Transform("INFO")))
521PySource('m5', 'python/m5/info.py')
522
523########################################################################
524#
525# Create all of the SimObject param headers and enum headers
526#
527

--- 467 unchanged lines hidden ---