2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 21:20:01 +00:00
|
|
|
# vim: set filetype=python:
|
2012-05-21 11:12:37 +00: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-19 20:42:14 +00:00
|
|
|
|
2013-02-25 21:20:01 +00:00
|
|
|
DIRS += ['stub']
|
2013-05-01 18:05:40 +00:00
|
|
|
|
|
|
|
PROGRAM = 'jprof'
|
|
|
|
|
2013-10-24 23:23:05 +00:00
|
|
|
SOURCES += [
|
2013-04-23 21:54:15 +00:00
|
|
|
'bfd.cpp',
|
|
|
|
'coff.cpp',
|
|
|
|
'elf.cpp',
|
|
|
|
'intcnt.cpp',
|
|
|
|
'leaky.cpp',
|
|
|
|
'strset.cpp',
|
|
|
|
]
|
2013-12-31 09:06:11 +00:00
|
|
|
|
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'stub',
|
|
|
|
]
|
|
|
|
|