2001-06-30 02:45:45 +04:00
|
|
|
#! gmake
|
|
|
|
#
|
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/.
|
2001-06-30 02:45:45 +04:00
|
|
|
|
|
|
|
EXPORT_LIBRARY = 1
|
2011-06-01 11:51:03 +04:00
|
|
|
FORCE_SHARED_LIB = 1
|
2001-06-30 02:45:45 +04:00
|
|
|
|
2011-05-15 13:47:48 +04:00
|
|
|
# override optimization
|
|
|
|
MOZ_OPTIMIZE_FLAGS = -fno-omit-frame-pointer
|
|
|
|
|
2001-06-30 02:45:45 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2004-12-15 08:52:44 +03:00
|
|
|
|
|
|
|
DEFINES += -D_IMPL_JPROF_API
|