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
|
|
|
|
|
2003-04-22 07:38:18 +00:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
|
|
|
DIRS = atk
|
|
|
|
else
|
2003-04-01 20:02:51 +00:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
|
|
|
DIRS = msaa
|
|
|
|
endif
|
2003-04-22 07:38:18 +00:00
|
|
|
endif
|
2003-04-01 20:02:51 +00:00
|
|
|
|
2001-05-11 21:11:38 +00:00
|
|
|
MODULE = accessibility
|
2001-03-04 02:31:28 +00:00
|
|
|
XPIDL_MODULE= accessibility
|
2002-12-28 01:15:07 +00:00
|
|
|
GRE_MODULE = 1
|
2001-03-04 02:31:28 +00:00
|
|
|
|
2001-05-11 21:11:38 +00:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIAccessibilityService.idl \
|
2003-07-09 07:01:46 +00:00
|
|
|
nsIAccessibleRetrieval.idl \
|
2001-05-11 21:11:38 +00:00
|
|
|
nsIAccessible.idl \
|
2003-07-09 07:01:46 +00:00
|
|
|
nsPIAccessible.idl \
|
2002-06-25 22:54:23 +00:00
|
|
|
nsIAccessibleCaret.idl \
|
2001-06-30 00:25:09 +00:00
|
|
|
nsIAccessibleDocument.idl \
|
2003-07-09 07:01:46 +00:00
|
|
|
nsPIAccessibleDocument.idl \
|
2002-05-10 22:34:53 +00:00
|
|
|
nsIAccessibleProvider.idl \
|
|
|
|
nsIAccessibleSelectable.idl \
|
2003-04-01 20:02:51 +00:00
|
|
|
nsIAccessNode.idl \
|
2003-06-19 18:12:52 +00:00
|
|
|
nsPIAccessNode.idl \
|
2003-06-16 10:35:11 +00:00
|
|
|
nsIAccessibleEvent.idl \
|
2001-05-11 21:11:38 +00:00
|
|
|
$(NULL)
|
2001-03-04 02:31:28 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|