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 = \
|
2004-05-18 22:09:16 +04:00
|
|
|
widgetCore.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsIMenuBar.h \
|
|
|
|
nsIMenu.h \
|
|
|
|
nsIMenuItem.h \
|
|
|
|
nsStringUtil.h \
|
|
|
|
nsIWidget.h \
|
1999-11-15 23:57:41 +03:00
|
|
|
nsIKBStateControl.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsIButton.h \
|
|
|
|
nsICheckButton.h \
|
|
|
|
nsITextWidget.h \
|
|
|
|
nsGUIEvent.h \
|
2001-07-16 02:57:29 +04:00
|
|
|
nsEvent.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
nsIMouseListener.h \
|
|
|
|
nsIEventListener.h \
|
|
|
|
nsIMenuListener.h \
|
|
|
|
nsWidgetsCID.h \
|
|
|
|
nsILookAndFeel.h \
|
|
|
|
nsILabel.h \
|
2000-01-30 12:59:57 +03:00
|
|
|
nsIDragSessionGTK.h \
|
2000-10-05 06:01:33 +04:00
|
|
|
nsIDragSessionXlib.h \
|
2000-03-11 06:08:04 +03:00
|
|
|
nsIDragSessionMac.h \
|
2003-11-19 01:39:46 +03:00
|
|
|
nsIDragSessionOS2.h \
|
2001-09-05 02:59:39 +04:00
|
|
|
nsIXRemoteWidgetHelper.h \
|
2002-12-13 11:42:16 +03:00
|
|
|
nsIPluginWidget.h \
|
2004-09-08 01:21:48 +04:00
|
|
|
nsINativeKeyBindings.h \
|
1999-09-16 05:09:42 +04:00
|
|
|
$(NULL)
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2002-01-24 18:11:18 +03:00
|
|
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
2001-04-17 06:58:51 +04:00
|
|
|
EXPORTS += nsWidgetAtoms.h nsWidgetAtomList.h
|
|
|
|
endif
|
|
|
|
|
2004-12-01 20:33:16 +03:00
|
|
|
JAVA_XPIDLSRCS = \
|
|
|
|
nsIAppShell.idl \
|
|
|
|
nsIBaseWindow.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-09-16 05:09:42 +04:00
|
|
|
XPIDLSRCS = \
|
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-10-01 12:32:30 +04:00
|
|
|
nsIRollupListener.idl \
|
2000-04-14 00:17:29 +04:00
|
|
|
nsIMenuRollup.idl \
|
1999-11-17 08:08:56 +03:00
|
|
|
nsIBaseWindow.idl \
|
2001-02-15 01:32:26 +03:00
|
|
|
nsIBidiKeyboard.idl \
|
2000-10-20 09:09:06 +04:00
|
|
|
nsIXRemoteClient.idl \
|
2002-02-20 06:42:42 +03:00
|
|
|
nsIFullScreen.idl \
|
2002-03-31 23:07:37 +04:00
|
|
|
nsINativeScrollbar.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
$(NULL)
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2002-01-24 18:11:18 +03:00
|
|
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
2001-11-29 17:38:56 +03:00
|
|
|
XPIDLSRCS += nsIEventSink.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
|
|
|
|