SConscript (7067:8832fe9b5a57) SConscript (7460:41550bb10e08)
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

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

70Source('loader/aout_object.cc')
71Source('loader/ecoff_object.cc')
72Source('loader/elf_object.cc')
73Source('loader/hex_file.cc')
74Source('loader/object_file.cc')
75Source('loader/raw_object.cc')
76Source('loader/symtab.cc')
77
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

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

70Source('loader/aout_object.cc')
71Source('loader/ecoff_object.cc')
72Source('loader/elf_object.cc')
73Source('loader/hex_file.cc')
74Source('loader/object_file.cc')
75Source('loader/raw_object.cc')
76Source('loader/symtab.cc')
77
78Source('stats/events.cc')
79Source('stats/output.cc')
80Source('stats/text.cc')
81Source('stats/visit.cc')
82
83if env['USE_MYSQL']:
84 Source('mysql.cc')
85 Source('stats/mysql.cc')
86

--- 20 unchanged lines hidden ---
78Source('stats/output.cc')
79Source('stats/text.cc')
80Source('stats/visit.cc')
81
82if env['USE_MYSQL']:
83 Source('mysql.cc')
84 Source('stats/mysql.cc')
85

--- 20 unchanged lines hidden ---