2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 01:20:01 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1998-08-20 00:42:14 +04:00
|
|
|
|
2013-02-26 01:20:01 +04:00
|
|
|
DIRS += ['stub']
|
2013-05-01 22:05:40 +04:00
|
|
|
|
2014-09-03 09:10:54 +04:00
|
|
|
Program('jprof')
|
2013-05-01 22:05:40 +04:00
|
|
|
|
2013-10-25 03:23:05 +04:00
|
|
|
SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'bfd.cpp',
|
|
|
|
'coff.cpp',
|
|
|
|
'elf.cpp',
|
|
|
|
'intcnt.cpp',
|
|
|
|
'leaky.cpp',
|
|
|
|
'strset.cpp',
|
|
|
|
]
|
2013-12-31 13:06:11 +04:00
|
|
|
|
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'stub',
|
|
|
|
]
|
|
|
|
|
2014-08-06 02:25:33 +04:00
|
|
|
OS_LIBS += [
|
|
|
|
'dl',
|
2014-08-06 19:31:22 +04:00
|
|
|
'bfd',
|
2014-08-06 02:25:33 +04:00
|
|
|
'iberty',
|
|
|
|
]
|