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/.
|
2002-03-14 14:12:51 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2002-03-14 14:12:51 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = dom
|
|
|
|
XPIDL_MODULE = dom_xpath
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIDOMXPathEvaluator.idl \
|
|
|
|
nsIDOMXPathExpression.idl \
|
|
|
|
nsIDOMXPathNamespace.idl \
|
|
|
|
nsIDOMXPathNSResolver.idl \
|
|
|
|
nsIDOMXPathResult.idl \
|
2005-06-02 10:53:42 +04:00
|
|
|
nsIDOMNSXPathExpression.idl \
|
2002-03-14 14:12:51 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-08-25 00:01:30 +04:00
|
|
|
|
|
|
|
XPIDL_FLAGS += \
|
|
|
|
-I$(topsrcdir)/dom/interfaces/base \
|
|
|
|
-I$(topsrcdir)/dom/interfaces/core \
|
|
|
|
$(NULL)
|