# 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/. FAIL_ON_WARNINGS = 1 VPATH += $(topsrcdir)/build include $(topsrcdir)/config/config.mk LIBS += $(XPCOM_LIBS) # Needed to resolve __yylex (?) ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2) LIBS += -lpcap endif # Make sure we have symbols in case we need to debug these. MOZ_DEBUG_SYMBOLS = 1 include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ -I$(srcdir)/../ds \ $(NULL) libs:: $(INSTALL) $(srcdir)/test.properties $(DIST)/bin/res ifneq (,$(SIMPLE_PROGRAMS)) $(INSTALL) $(SIMPLE_PROGRAMS) $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit endif install:: $(SYSINSTALL) $(IFLAGS1) $(srcdir)/test.properties $(DESTDIR)$(mozappdir)/res ifeq (,$(filter-out WINNT os2-emx, $(HOST_OS_ARCH))) getnativepath = $(call normalizepath,$(1)) else getnativepath = $(1) endif abs_srcdir = $(call core_abspath,$(srcdir)) regOrderDir="$(call getnativepath,$(abs_srcdir)/regorder)"; check:: XPCOM_DEBUG_BREAK=stack-and-abort $(RUN_TEST_PROGRAM) \ $(DIST)/bin/TestRegistrationOrder$(BIN_SUFFIX) $(regOrderDir)