1999-05-14 08:27:27 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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/.
|
1999-05-14 08:27:27 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
1999-05-14 08:27:27 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-02 00:06:06 +00:00
|
|
|
MODULE = xpconnect
|
2004-04-06 04:25:48 +00:00
|
|
|
GRE_MODULE = 1
|
1999-05-14 08:27:27 +00:00
|
|
|
|
2002-08-27 01:05:21 +00:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
mozIJSSubScriptLoader.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-09-02 00:06:06 +00:00
|
|
|
XPIDLSRCS = \
|
|
|
|
xpccomponents.idl \
|
|
|
|
xpcjsid.idl \
|
|
|
|
xpcexception.idl \
|
2007-05-15 23:27:40 +00:00
|
|
|
xpcIJSModuleLoader.idl \
|
1999-09-02 00:06:06 +00:00
|
|
|
nsIJSContextStack.idl \
|
1999-09-04 19:25:15 +00:00
|
|
|
nsIJSRuntimeService.idl \
|
1999-12-18 20:29:29 +00:00
|
|
|
nsIXPConnect.idl \
|
1999-09-02 00:06:06 +00:00
|
|
|
nsIXPCSecurityManager.idl \
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
nsIXPCScriptable.idl \
|
2000-04-18 02:34:54 +00:00
|
|
|
nsIScriptError.idl \
|
2001-09-24 22:57:47 +00:00
|
|
|
nsIXPCScriptNotify.idl \
|
2007-07-06 20:13:12 +00:00
|
|
|
xpcIJSWeakReference.idl \
|
2010-06-10 18:11:11 +00:00
|
|
|
xpcIJSGetFactory.idl \
|
2011-07-07 22:40:33 +00:00
|
|
|
nsIJSEngineTelemetryStats.idl \
|
1999-09-02 00:06:06 +00:00
|
|
|
$(NULL)
|
1999-05-14 08:27:27 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2003-04-30 09:12:29 +00:00
|
|
|
|