1998-10-28 06:53:57 +03:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The contents of this file are subject to the Netscape 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/NPL/
|
1998-10-28 06:53:57 +03:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-10-28 06:53:57 +03:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-16 05:09:42 +04:00
|
|
|
#
|
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 = \
|
|
|
|
nsIMenuBar.h \
|
|
|
|
nsIMenu.h \
|
|
|
|
nsIMenuItem.h \
|
|
|
|
nsIPopUpMenu.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 \
|
|
|
|
nsIScrollbar.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 \
|
2001-09-05 02:59:39 +04:00
|
|
|
nsIXRemoteWidgetHelper.h \
|
2002-12-13 11:42:16 +03:00
|
|
|
nsIPluginWidget.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
|
|
|
|
|
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 \
|
|
|
|
nsIDragSession.idl \
|
|
|
|
nsIDragService.idl \
|
2000-06-21 07:38:07 +04:00
|
|
|
nsIDragTracker.idl \
|
1999-09-16 05:09:42 +04:00
|
|
|
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
|
|
|
|