SConscript (2972:f84c6c5309ce) SConscript (3123:34edfd0ff545)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

39###################################################
40#
41# Define needed sources.
42#
43###################################################
44
45# Base sources used by all configurations.
46base_sources = Split('''
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

39###################################################
40#
41# Define needed sources.
42#
43###################################################
44
45# Base sources used by all configurations.
46base_sources = Split('''
47 asi.cc
47 faults.cc
48 floatregfile.cc
49 intregfile.cc
50 miscregfile.cc
51 regfile.cc
52 ''')
53
54# Full-system sources

--- 32 unchanged lines hidden ---
48 faults.cc
49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources

--- 32 unchanged lines hidden ---