SConscript (4504:936dfda07b50) | SConscript (4781:59a75bd0ddf4) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30 31import os, subprocess 32 33Import('env') 34 35elf_files = [] 36def ElfFile(filename): 37 elf_files.append(File(filename)) | 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 --- 21 unchanged lines hidden (view full) --- 30 31import os, subprocess 32 33Import('env') 34 35elf_files = [] 36def ElfFile(filename): 37 elf_files.append(File(filename)) |
38 | 38 |
39ElfFile('elf_begin.c') 40ElfFile('elf_cntl.c') 41ElfFile('elf_data.c') 42ElfFile('elf_end.c') 43ElfFile('elf_fill.c') 44ElfFile('elf_flag.c') 45ElfFile('elf_getarhdr.c') 46ElfFile('elf_getarsym.c') --- 74 unchanged lines hidden --- | 39ElfFile('elf_begin.c') 40ElfFile('elf_cntl.c') 41ElfFile('elf_data.c') 42ElfFile('elf_end.c') 43ElfFile('elf_fill.c') 44ElfFile('elf_flag.c') 45ElfFile('elf_getarhdr.c') 46ElfFile('elf_getarsym.c') --- 74 unchanged lines hidden --- |