targets/toolchain_makefile.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1846 14b40afccd69
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import os
    25 import os
    26 import re
    26 import re
    27 import operator
    27 import operator
       
    28 import hashlib
       
    29 import time
       
    30 
    28 from util.ProcessLogger import ProcessLogger
    31 from util.ProcessLogger import ProcessLogger
    29 import hashlib
       
    30 
    32 
    31 import time
       
    32 
    33 
    33 includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')
    34 includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')
    34 
    35 
    35 
    36 
    36 class toolchain_makefile(object):
    37 class toolchain_makefile(object):