SConscript (7949:e59dac494020) SConscript (8296:be7f03723412)
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

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

66Source('loader/aout_object.cc')
67Source('loader/ecoff_object.cc')
68Source('loader/elf_object.cc')
69Source('loader/hex_file.cc')
70Source('loader/object_file.cc')
71Source('loader/raw_object.cc')
72Source('loader/symtab.cc')
73
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

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

66Source('loader/aout_object.cc')
67Source('loader/ecoff_object.cc')
68Source('loader/elf_object.cc')
69Source('loader/hex_file.cc')
70Source('loader/object_file.cc')
71Source('loader/raw_object.cc')
72Source('loader/symtab.cc')
73
74Source('stats/output.cc')
75Source('stats/text.cc')
74Source('stats/text.cc')
76Source('stats/visit.cc')
77
78if env['USE_MYSQL']:
79 Source('mysql.cc')
80 Source('stats/mysql.cc')
81
82TraceFlag('Annotate', "State machine annotation debugging")
83TraceFlag('AnnotateQ', "State machine annotation queue debugging")
84TraceFlag('AnnotateVerbose', "Dump all state machine annotation details")

--- 17 unchanged lines hidden ---
75
76if env['USE_MYSQL']:
77 Source('mysql.cc')
78 Source('stats/mysql.cc')
79
80TraceFlag('Annotate', "State machine annotation debugging")
81TraceFlag('AnnotateQ', "State machine annotation queue debugging")
82TraceFlag('AnnotateVerbose', "Dump all state machine annotation details")

--- 17 unchanged lines hidden ---