SConscript (4295:28a2ef59d0ca) SConscript (4382:b35e75e1b890)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

92Source('stats/output.cc')
93Source('stats/statdb.cc')
94Source('stats/text.cc')
95Source('stats/visit.cc')
96
97if env['USE_MYSQL']:
98 Source('mysql.cc')
99 Source('stats/mysql.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

92Source('stats/output.cc')
93Source('stats/statdb.cc')
94Source('stats/text.cc')
95Source('stats/visit.cc')
96
97if env['USE_MYSQL']:
98 Source('mysql.cc')
99 Source('stats/mysql.cc')
100
101PySource('m5', 'traceflags.py')