diff --git a/accessible/public/Makefile.in b/accessible/public/Makefile.in index ee2e214f87f4..9a7f20128e3d 100644 --- a/accessible/public/Makefile.in +++ b/accessible/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = accessibility -XPIDL_MODULE= accessibility GRE_MODULE = 1 XPIDLSRCS = \ diff --git a/b2g/components/Makefile.in b/b2g/components/Makefile.in index 04616b6fb548..276503780950 100644 --- a/b2g/components/Makefile.in +++ b/b2g/components/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = B2GComponents -XPIDL_MODULE = B2GComponents XPIDLSRCS = \ b2g.idl \ diff --git a/browser/components/feeds/public/Makefile.in b/browser/components/feeds/public/Makefile.in index faa1ebfb078d..2237fa036584 100644 --- a/browser/components/feeds/public/Makefile.in +++ b/browser/components/feeds/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = browser-feeds -XPIDL_MODULE = browser-feeds XPIDLSRCS = nsIFeedResultService.idl nsIWebContentConverterRegistrar.idl nsIFeedWriter.idl diff --git a/browser/components/migration/public/Makefile.in b/browser/components/migration/public/Makefile.in index d71d9f30d889..c31652c7503e 100644 --- a/browser/components/migration/public/Makefile.in +++ b/browser/components/migration/public/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = migration -XPIDL_MODULE = migration XPIDLSRCS = nsIBrowserProfileMigrator.idl diff --git a/browser/components/sessionstore/Makefile.in b/browser/components/sessionstore/Makefile.in index fcbfd9ba4d1c..dfdd4503f9fb 100644 --- a/browser/components/sessionstore/Makefile.in +++ b/browser/components/sessionstore/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = sessionstore -XPIDL_MODULE = sessionstore XPIDLSRCS = \ nsISessionStartup.idl \ diff --git a/browser/components/shell/public/Makefile.in b/browser/components/shell/public/Makefile.in index 8b7a2acb2d18..1f0a126a48a0 100644 --- a/browser/components/shell/public/Makefile.in +++ b/browser/components/shell/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = shellservice -XPIDL_MODULE = shellservice XPIDLSRCS = nsIShellService.idl diff --git a/browser/fuel/public/Makefile.in b/browser/fuel/public/Makefile.in index 6bda8b1638cf..1c0f71b0c02a 100644 --- a/browser/fuel/public/Makefile.in +++ b/browser/fuel/public/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = fuel -XPIDL_MODULE = fuel XPIDLSRCS = fuelIApplication.idl diff --git a/browser/metro/components/Makefile.in b/browser/metro/components/Makefile.in index 1ebcbb650cd0..8e2d33aa32d7 100644 --- a/browser/metro/components/Makefile.in +++ b/browser/metro/components/Makefile.in @@ -12,7 +12,6 @@ include $(topsrcdir)/config/config.mk # metro/components.manifest MODULE = components -XPIDL_MODULE = components XPIDLSRCS = \ SessionStore.idl \ diff --git a/dom/media/bridge/Makefile.in b/dom/media/bridge/Makefile.in index 4f6fc5753858..934c26ddc3ab 100644 --- a/dom/media/bridge/Makefile.in +++ b/dom/media/bridge/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = peerconnection -XPIDL_MODULE = peerconnection LIBRARY_NAME = peerconnection MODULE_NAME = peerconnection diff --git a/embedding/base/Makefile.in b/embedding/base/Makefile.in index 2ba49530df7a..03f685cdca20 100644 --- a/embedding/base/Makefile.in +++ b/embedding/base/Makefile.in @@ -10,7 +10,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ MODULE = embed_base -XPIDL_MODULE = embed_base include $(DEPTH)/config/autoconf.mk diff --git a/embedding/components/commandhandler/public/Makefile.in b/embedding/components/commandhandler/public/Makefile.in index 417b9d76e3d2..d66e0d143a74 100644 --- a/embedding/components/commandhandler/public/Makefile.in +++ b/embedding/components/commandhandler/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = commandhandler -XPIDL_MODULE = commandhandler XPIDLSRCS = \ nsICommandManager.idl \ diff --git a/embedding/components/find/public/Makefile.in b/embedding/components/find/public/Makefile.in index ff7fc7ea0c25..c59ccc9c7df8 100644 --- a/embedding/components/find/public/Makefile.in +++ b/embedding/components/find/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = find -XPIDL_MODULE = find SDK_XPIDLSRCS = nsIWebBrowserFind.idl \ $(NULL) diff --git a/embedding/components/webbrowserpersist/public/Makefile.in b/embedding/components/webbrowserpersist/public/Makefile.in index 58d869f7b9be..2f74ade65f2c 100644 --- a/embedding/components/webbrowserpersist/public/Makefile.in +++ b/embedding/components/webbrowserpersist/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = webbrowserpersist -XPIDL_MODULE = webbrowserpersist GRE_MODULE = 1 XPIDLSRCS = nsIWebBrowserPersist.idl \ diff --git a/embedding/components/windowwatcher/public/Makefile.in b/embedding/components/windowwatcher/public/Makefile.in index 304509fcc9c1..dde365804f1d 100644 --- a/embedding/components/windowwatcher/public/Makefile.in +++ b/embedding/components/windowwatcher/public/Makefile.in @@ -12,7 +12,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = windowwatcher -XPIDL_MODULE = windowwatcher GRE_MODULE = 1 SDK_XPIDLSRCS = nsIWindowWatcher.idl \ diff --git a/extensions/spellcheck/idl/Makefile.in b/extensions/spellcheck/idl/Makefile.in index 324818b7afcf..58d8455e87c3 100644 --- a/extensions/spellcheck/idl/Makefile.in +++ b/extensions/spellcheck/idl/Makefile.in @@ -8,7 +8,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ MODULE = spellchecker -XPIDL_MODULE = spellchecker include $(DEPTH)/config/autoconf.mk diff --git a/hal/Makefile.in b/hal/Makefile.in index 05da4bc5c32d..61c6cd81c891 100644 --- a/hal/Makefile.in +++ b/hal/Makefile.in @@ -21,7 +21,6 @@ include $(DEPTH)/config/autoconf.mk MODULE = hal LIBRARY_NAME = hal_s -XPIDL_MODULE = hal FORCE_STATIC_LIB = 1 LIBXUL_LIBRARY = 1 EXPORT_LIBRARY = 1 diff --git a/image/decoders/icon/qt/public/Makefile.in b/image/decoders/icon/qt/public/Makefile.in index fa3023546aa7..2c7cce748d9f 100644 --- a/image/decoders/icon/qt/public/Makefile.in +++ b/image/decoders/icon/qt/public/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = gtkqticonsconverter -XPIDL_MODULE = gtkqticonsconverter XPIDLSRCS = nsGtkQtIconsConverter.idl diff --git a/js/ductwork/debugger/Makefile.in b/js/ductwork/debugger/Makefile.in index f656a08a8211..0c4e1a13a565 100644 --- a/js/ductwork/debugger/Makefile.in +++ b/js/ductwork/debugger/Makefile.in @@ -15,7 +15,6 @@ MODULE_NAME = jsdebugger GRE_MODULE = 1 LIBRARY_NAME = jsdebugger -XPIDL_MODULE = jsdebugger LIBXUL_LIBRARY = 1 EXPORT_LIBRARY = 1 IS_COMPONENT = 1 diff --git a/layout/inspector/public/Makefile.in b/layout/inspector/public/Makefile.in index f61d18f89d00..5399d7adcb92 100644 --- a/layout/inspector/public/Makefile.in +++ b/layout/inspector/public/Makefile.in @@ -12,7 +12,6 @@ VPATH=@srcdir@ include $(DEPTH)/config/autoconf.mk MODULE=inspector -XPIDL_MODULE=inspector XPIDLSRCS = inIDOMView.idl \ inIDeepTreeWalker.idl \ diff --git a/mobile/android/components/Makefile.in b/mobile/android/components/Makefile.in index a88334c96f66..680743069606 100644 --- a/mobile/android/components/Makefile.in +++ b/mobile/android/components/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = MobileComponents -XPIDL_MODULE = MobileComponents XPIDLSRCS = \ SessionStore.idl \ diff --git a/mobile/android/components/build/Makefile.in b/mobile/android/components/build/Makefile.in index 15b4bb5a092b..e044c9d5f2f2 100644 --- a/mobile/android/components/build/Makefile.in +++ b/mobile/android/components/build/Makefile.in @@ -19,7 +19,6 @@ EXPORT_LIBRARY = 1 EXPORTS = nsBrowserComponents.h -XPIDL_MODULE = browsercomps XPIDLSRCS = nsIShellService.idl diff --git a/mobile/xul/components/Makefile.in b/mobile/xul/components/Makefile.in index 8494201130d5..0297e8a31345 100644 --- a/mobile/xul/components/Makefile.in +++ b/mobile/xul/components/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = MobileComponents -XPIDL_MODULE = MobileComponents XPIDLSRCS = \ SessionStore.idl \ diff --git a/mobile/xul/components/build/Makefile.in b/mobile/xul/components/build/Makefile.in index 1eef24e35588..734c95cea2ac 100644 --- a/mobile/xul/components/build/Makefile.in +++ b/mobile/xul/components/build/Makefile.in @@ -19,7 +19,6 @@ EXPORT_LIBRARY = 1 EXPORTS = nsBrowserComponents.h -XPIDL_MODULE = browsercomps XPIDLSRCS = nsIShellService.idl diff --git a/storage/public/Makefile.in b/storage/public/Makefile.in index c05e6f38e5a8..8e2ba1cc7dfe 100644 --- a/storage/public/Makefile.in +++ b/storage/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = storage -XPIDL_MODULE = storage GRE_MODULE = 1 # NOTE When adding something to this list, you probably need to add it to the diff --git a/toolkit/components/exthelper/Makefile.in b/toolkit/components/exthelper/Makefile.in index 7eae3549090b..102f5f7264cc 100644 --- a/toolkit/components/exthelper/Makefile.in +++ b/toolkit/components/exthelper/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = exthelper -XPIDL_MODULE = exthelper XPIDLSRCS = extIApplication.idl diff --git a/toolkit/components/telemetry/Makefile.in b/toolkit/components/telemetry/Makefile.in index d16ef607dbee..6d480aca0ada 100644 --- a/toolkit/components/telemetry/Makefile.in +++ b/toolkit/components/telemetry/Makefile.in @@ -13,7 +13,6 @@ USE_RCS_MK := 1 include $(topsrcdir)/config/makefiles/rcs.mk MODULE = telemetry -XPIDL_MODULE = telemetry MODULE_NAME = telemetry GRE_MODULE = 1 diff --git a/toolkit/components/url-classifier/Makefile.in b/toolkit/components/url-classifier/Makefile.in index bdb5efa8a0da..644e63cf3a76 100644 --- a/toolkit/components/url-classifier/Makefile.in +++ b/toolkit/components/url-classifier/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk MODULE = url-classifier LIBRARY_NAME = urlclassifier_s -XPIDL_MODULE = url-classifier LIBXUL_LIBRARY = 1 FORCE_STATIC_LIB = 1 FAIL_ON_WARNINGS = 1 diff --git a/toolkit/devtools/debugger/Makefile.in b/toolkit/devtools/debugger/Makefile.in index 3cfca9d4d7d9..e017e8def623 100644 --- a/toolkit/devtools/debugger/Makefile.in +++ b/toolkit/devtools/debugger/Makefile.in @@ -14,7 +14,6 @@ MODULE_NAME = jsinspector GRE_MODULE = 1 LIBRARY_NAME = jsinspector -XPIDL_MODULE = jsinspector LIBXUL_LIBRARY = 1 EXPORT_LIBRARY = 1 IS_COMPONENT = 1 diff --git a/toolkit/identity/Makefile.in b/toolkit/identity/Makefile.in index 2c54d37bb507..46ba7a446bbf 100644 --- a/toolkit/identity/Makefile.in +++ b/toolkit/identity/Makefile.in @@ -13,7 +13,6 @@ FAIL_ON_WARNINGS := 1 MODULE = identity MODULE_NAME = identity -XPIDL_MODULE = identity LIBRARY_NAME = identity FORCE_STATIC_LIB = 1 LIBXUL_LIBRARY = 1 diff --git a/widget/Makefile.in b/widget/Makefile.in index 640c927d2361..66bc8457c886 100644 --- a/widget/Makefile.in +++ b/widget/Makefile.in @@ -9,7 +9,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ MODULE = widget -XPIDL_MODULE = widget GRE_MODULE = 1 include $(DEPTH)/config/autoconf.mk diff --git a/xpcom/sample/Makefile.in b/xpcom/sample/Makefile.in index 43602fc4144a..39c4a699acbc 100644 --- a/xpcom/sample/Makefile.in +++ b/xpcom/sample/Makefile.in @@ -14,9 +14,7 @@ include $(DEPTH)/config/autoconf.mk # i.e. dist/include/xpcomsample MODULE = xpcomsample -# XPIDL_MODULE names the .xpt file generated from IDL files # i.e. dist/bin/components/xpcomsample.xpt -XPIDL_MODULE = xpcomsample # LIBRARY_NAME names the library generated by this makefile, # i.e. dist/bin/components/libxpcomsample.so diff --git a/xpfe/appshell/public/Makefile.in b/xpfe/appshell/public/Makefile.in index 80f6eab71137..64cd0b743c34 100644 --- a/xpfe/appshell/public/Makefile.in +++ b/xpfe/appshell/public/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = appshell -XPIDL_MODULE = appshell GRE_MODULE = 1 EXPORTS = \