1998-10-28 06:53:57 +03:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
1998-10-28 06:53:57 +03:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
1998-10-28 06:53:57 +03:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-11-06 06:40:37 +03:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
1999-09-16 05:09:42 +04:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# ***** END LICENSE BLOCK *****
|
1998-10-28 06:53:57 +03:00
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
DEPTH = ../..
|
1998-10-28 06:53:57 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-07-02 22:44:42 +04:00
|
|
|
MODULE = widget
|
1999-09-16 05:09:42 +04:00
|
|
|
XPIDL_MODULE = widget
|
2002-12-28 04:15:07 +03:00
|
|
|
GRE_MODULE = 1
|
1998-10-28 06:53:57 +03:00
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nsIWidget.h \
|
|
|
|
nsGUIEvent.h \
|
2001-07-16 02:57:29 +04:00
|
|
|
nsEvent.h \
|
2009-04-02 01:59:02 +04:00
|
|
|
nsNativeWidget.h \
|
|
|
|
nsWidgetInitData.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsWidgetsCID.h \
|
|
|
|
nsILookAndFeel.h \
|
2002-12-13 11:42:16 +03:00
|
|
|
nsIPluginWidget.h \
|
2004-09-08 01:21:48 +04:00
|
|
|
nsINativeKeyBindings.h \
|
2006-02-10 23:40:54 +03:00
|
|
|
nsIDeviceContextSpec.h \
|
2008-01-17 09:57:13 +03:00
|
|
|
nsIMenuRollup.h \
|
2009-12-23 02:49:33 +03:00
|
|
|
nsIRollupListener.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
$(NULL)
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2007-09-20 02:26:45 +04:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
2009-10-09 09:20:37 +04:00
|
|
|
EXPORTS += \
|
|
|
|
nsINativeMenuService.h \
|
|
|
|
nsIPrintDialogService.h \
|
|
|
|
$(NULL)
|
2006-07-11 13:06:24 +04:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|
|
|
EXPORTS += nsIDragSessionOS2.h
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
|
|
|
|
EXPORTS += nsIDragSessionBeOS.h
|
|
|
|
endif
|
|
|
|
|
2008-08-04 01:08:45 +04:00
|
|
|
ifneq (,$(filter qt gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
2008-01-21 06:47:25 +03:00
|
|
|
EXPORTS += \
|
|
|
|
nsIDragSessionGTK.h \
|
|
|
|
nsIPrintDialogService.h \
|
|
|
|
$(NULL)
|
2006-07-11 13:06:24 +04:00
|
|
|
endif
|
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
XPIDLSRCS = \
|
2009-08-21 18:42:37 +04:00
|
|
|
nsIAccelerometer.idl \
|
1999-10-01 12:32:30 +04:00
|
|
|
nsIAppShell.idl \
|
1999-11-15 12:32:51 +03:00
|
|
|
nsIFilePicker.idl \
|
1999-10-01 12:32:30 +04:00
|
|
|
nsIToolkit.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsISound.idl \
|
|
|
|
nsITransferable.idl \
|
2003-04-17 17:25:15 +04:00
|
|
|
nsIClipboardDragDropHooks.idl \
|
|
|
|
nsIClipboardDragDropHookList.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsIDragSession.idl \
|
|
|
|
nsIDragService.idl \
|
|
|
|
nsIFormatConverter.idl \
|
|
|
|
nsIClipboard.idl \
|
2001-05-10 06:35:00 +04:00
|
|
|
nsIClipboardHelper.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsIClipboardOwner.idl \
|
1999-11-17 08:08:56 +03:00
|
|
|
nsIBaseWindow.idl \
|
2001-02-15 01:32:26 +03:00
|
|
|
nsIBidiKeyboard.idl \
|
2006-01-12 00:56:25 +03:00
|
|
|
nsIScreen.idl \
|
|
|
|
nsIScreenManager.idl \
|
2006-02-10 23:40:54 +03:00
|
|
|
nsIPrintSession.idl \
|
|
|
|
nsIPrintSettings.idl \
|
|
|
|
nsIPrintSettingsService.idl \
|
|
|
|
nsIPrintOptions.idl \
|
2007-01-08 21:13:16 +03:00
|
|
|
nsIIdleService.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
$(NULL)
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2006-02-10 23:40:54 +03:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
2009-10-06 06:26:54 +04:00
|
|
|
XPIDLSRCS += nsIPrintSettingsWin.idl \
|
|
|
|
nsIWinTaskbar.idl \
|
|
|
|
nsITaskbarPreview.idl \
|
|
|
|
nsITaskbarTabPreview.idl \
|
|
|
|
nsITaskbarWindowPreview.idl \
|
|
|
|
nsITaskbarPreviewController.idl \
|
2009-10-06 23:00:23 +04:00
|
|
|
nsITaskbarPreviewButton.idl \
|
|
|
|
nsITaskbarProgress.idl \
|
2009-10-07 01:42:45 +04:00
|
|
|
nsITaskbarPreviewButton.idl \
|
|
|
|
nsIJumpListBuilder.idl \
|
|
|
|
nsIJumpListItem.idl \
|
2009-10-06 23:00:23 +04:00
|
|
|
$(NULL)
|
2006-02-10 23:40:54 +03:00
|
|
|
endif
|
|
|
|
|
2010-02-08 06:38:14 +03:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
|
|
|
XPIDLSRCS += nsIMacDockSupport.idl \
|
|
|
|
nsIStandaloneNativeMenu.idl \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2008-01-10 01:24:05 +03:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|
|
|
XPIDLSRCS += nsIRwsService.idl
|
|
|
|
endif
|
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
1998-10-28 06:53:57 +03:00
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-06-17 03:23:45 +04:00
|
|
|
|