SConscript (4394:dbaff14bb974) SConscript (4550:bb6cb68244bd)
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')
60if env['USE_FENV']:
61 Source('fenv.c')
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 ---
62Source('fifo_buffer.cc')
63Source('hostinfo.cc')
64Source('hybrid_pred.cc')
65Source('inet.cc')
66Source('inifile.cc')
67Source('intmath.cc')
68Source('match.cc')
69Source('misc.cc')

--- 34 unchanged lines hidden ---