gecko/toolkit/components/perf/Makefile.in
Kyle Huey 4213568dc1 Bug 809666: Define ctypes and perf properties on the 'this' object, not the global, when sharing globals. r=mrbkap
--HG--
extra : rebase_source : d9f8329b7f60b3e72aea241aa97b59aa04531c66
2012-11-13 08:57:46 -08:00

40 lines
746 B
Makefile

# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = jsperf
MODULE_NAME = jsperf
GRE_MODULE = 1
EXTRA_JS_MODULES = \
PerfMeasurement.jsm \
$(NULL)
LIBRARY_NAME = jsperf
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
CPPSRCS = \
PerfMeasurement.cpp \
$(NULL)
LOCAL_INCLUDES := \
-I$(topsrcdir)/js/xpconnect/loader \
$(NULL)
ifdef ENABLE_TESTS
MOCHITEST_CHROME_FILES = \
test_pm.xul \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk