SConscript (4382:b35e75e1b890) SConscript (4394:dbaff14bb974)
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

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

52env.Command('traceflags.cc', 'traceflags.py', make_cc)
53
54Source('annotate.cc')
55Source('bigint.cc')
56Source('circlebuf.cc')
57Source('cprintf.cc')
58Source('crc.cc')
59Source('fast_alloc.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

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

52env.Command('traceflags.cc', 'traceflags.py', make_cc)
53
54Source('annotate.cc')
55Source('bigint.cc')
56Source('circlebuf.cc')
57Source('cprintf.cc')
58Source('crc.cc')
59Source('fast_alloc.cc')
60Source('fenv.c')
60Source('fifo_buffer.cc')
61Source('hostinfo.cc')
62Source('hybrid_pred.cc')
63Source('inet.cc')
64Source('inifile.cc')
65Source('intmath.cc')
66Source('match.cc')
67Source('misc.cc')

--- 34 unchanged lines hidden ---
61Source('fifo_buffer.cc')
62Source('hostinfo.cc')
63Source('hybrid_pred.cc')
64Source('inet.cc')
65Source('inifile.cc')
66Source('intmath.cc')
67Source('match.cc')
68Source('misc.cc')

--- 34 unchanged lines hidden ---