2001-03-04 05:31:28 +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/
|
|
|
|
#
|
|
|
|
# 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-12 01:11:38 +04:00
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2001-03-04 05:31:28 +03:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-04-22 11:38:18 +04:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
|
|
|
DIRS = atk
|
|
|
|
else
|
2003-04-02 00:02:51 +04:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
|
|
|
DIRS = msaa
|
|
|
|
endif
|
2003-04-22 11:38:18 +04:00
|
|
|
endif
|
2003-04-02 00:02:51 +04:00
|
|
|
|
2001-05-12 01:11:38 +04:00
|
|
|
MODULE = accessibility
|
2001-03-04 05:31:28 +03:00
|
|
|
XPIDL_MODULE= accessibility
|
2002-12-28 04:15:07 +03:00
|
|
|
GRE_MODULE = 1
|
2001-03-04 05:31:28 +03:00
|
|
|
|
2001-05-12 01:11:38 +04:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIAccessibilityService.idl \
|
|
|
|
nsIAccessible.idl \
|
2002-06-26 02:54:23 +04:00
|
|
|
nsIAccessibleCaret.idl \
|
2001-06-30 04:25:09 +04:00
|
|
|
nsIAccessibleDocument.idl \
|
2001-05-12 01:11:38 +04:00
|
|
|
nsIAccessibleEventReceiver.idl \
|
2002-05-11 02:34:53 +04:00
|
|
|
nsIAccessibleProvider.idl \
|
|
|
|
nsIAccessibleSelectable.idl \
|
2003-04-02 00:02:51 +04:00
|
|
|
nsIAccessNode.idl \
|
2001-05-12 01:11:38 +04:00
|
|
|
$(NULL)
|
2001-03-04 05:31:28 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|