2001-03-04 02:31:28 +00: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/
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
#
|
|
|
|
|
2001-05-11 21:11:38 +00:00
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2001-03-04 02:31:28 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2001-05-11 21:11:38 +00:00
|
|
|
MODULE = accessibility
|
2001-03-04 02:31:28 +00:00
|
|
|
XPIDL_MODULE= accessibility
|
|
|
|
|
2001-05-11 21:11:38 +00:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIAccessibilityService.idl \
|
|
|
|
nsIAccessible.idl \
|
2002-04-17 09:49:23 +00:00
|
|
|
nsIAccessibleAction.idl \
|
2002-06-25 22:54:23 +00:00
|
|
|
nsIAccessibleCaret.idl \
|
2001-06-30 00:25:09 +00:00
|
|
|
nsIAccessibleDocument.idl \
|
2002-04-17 09:49:23 +00:00
|
|
|
nsIAccessibleEditableText.idl \
|
2001-05-11 21:11:38 +00:00
|
|
|
nsIAccessibleEventReceiver.idl \
|
|
|
|
nsIAccessibleEventListener.idl \
|
2002-04-17 09:49:23 +00:00
|
|
|
nsIAccessibleHyperLink.idl \
|
|
|
|
nsIAccessibleHyperText.idl \
|
2002-05-10 22:34:53 +00:00
|
|
|
nsIAccessibleProvider.idl \
|
|
|
|
nsIAccessibleSelectable.idl \
|
2002-04-17 09:49:23 +00:00
|
|
|
nsIAccessibleTable.idl \
|
|
|
|
nsIAccessibleText.idl \
|
|
|
|
nsIAccessibleValue.idl \
|
2002-05-10 23:57:01 +00:00
|
|
|
nsIAccessibleWin32Object.idl \
|
2001-05-11 21:11:38 +00:00
|
|
|
$(NULL)
|
2001-03-04 02:31:28 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|