gecko-dev/tools/jprof/moz.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 строки
525 B
Plaintext
Исходник Обычный вид История

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# 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
DIRS += ["stub"]
Program("jprof")
SOURCES += [
"bfd.cpp",
"coff.cpp",
"elf.cpp",
"intcnt.cpp",
"leaky.cpp",
"strset.cpp",
]
LOCAL_INCLUDES += [
"stub",
]
OS_LIBS += [
"dl",
"bfd",
"iberty",
]