2011-12-19 10:19:25 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
|
|
|
#
|
|
|
|
# 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 or as specified alternatively below. 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.
|
|
|
|
#
|
|
|
|
# Major Contributor(s):
|
|
|
|
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
|
|
|
|
# (initial developer)
|
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# For minor contributions see the git repository.
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
|
|
|
|
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
|
|
|
|
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
|
|
|
# instead of those above.
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_Library,acc))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_set_include,acc,\
|
|
|
|
$$(INCLUDE) \
|
|
|
|
-I$(SRCDIR)/accessibility/inc \
|
|
|
|
-I$(SRCDIR)/accessibility/source/inc \
|
|
|
|
))
|
|
|
|
|
2013-01-26 14:19:13 -06:00
|
|
|
$(eval $(call gb_Library_use_external,acc,boost_headers))
|
|
|
|
|
2012-07-02 07:00:50 -05:00
|
|
|
$(eval $(call gb_Library_use_sdk_api,acc))
|
2011-12-19 10:19:25 -06:00
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_Library_use_libraries,acc,\
|
2011-12-19 10:19:25 -06:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
2012-11-22 05:26:52 -06:00
|
|
|
i18nisolang1 \
|
2011-12-19 10:19:25 -06:00
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
utl \
|
|
|
|
vcl \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-12-19 10:19:25 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_exception_objects,acc,\
|
|
|
|
accessibility/source/extended/AccessibleBrowseBox \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxBase \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxHeaderBar \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxHeaderCell \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxTable \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxTableBase \
|
|
|
|
accessibility/source/extended/AccessibleBrowseBoxTableCell \
|
|
|
|
accessibility/source/extended/AccessibleGridControl \
|
|
|
|
accessibility/source/extended/AccessibleGridControlBase \
|
|
|
|
accessibility/source/extended/AccessibleGridControlHeader \
|
|
|
|
accessibility/source/extended/AccessibleGridControlHeaderCell \
|
|
|
|
accessibility/source/extended/AccessibleGridControlTable \
|
|
|
|
accessibility/source/extended/AccessibleGridControlTableBase \
|
|
|
|
accessibility/source/extended/AccessibleGridControlTableCell \
|
|
|
|
accessibility/source/extended/AccessibleToolPanelDeck \
|
|
|
|
accessibility/source/extended/AccessibleToolPanelDeckTabBar \
|
|
|
|
accessibility/source/extended/AccessibleToolPanelDeckTabBarItem \
|
|
|
|
accessibility/source/extended/accessiblebrowseboxcell \
|
|
|
|
accessibility/source/extended/accessibleeditbrowseboxcell \
|
|
|
|
accessibility/source/extended/accessibleiconchoicectrl \
|
|
|
|
accessibility/source/extended/accessibleiconchoicectrlentry \
|
|
|
|
accessibility/source/extended/accessiblelistbox \
|
|
|
|
accessibility/source/extended/accessiblelistboxentry \
|
|
|
|
accessibility/source/extended/accessibletabbar \
|
|
|
|
accessibility/source/extended/accessibletabbarbase \
|
|
|
|
accessibility/source/extended/accessibletabbarpage \
|
|
|
|
accessibility/source/extended/accessibletabbarpagelist \
|
|
|
|
accessibility/source/extended/accessibletablistbox \
|
|
|
|
accessibility/source/extended/accessibletablistboxtable \
|
|
|
|
accessibility/source/extended/listboxaccessible \
|
|
|
|
accessibility/source/extended/textwindowaccessibility \
|
|
|
|
accessibility/source/helper/acc_factory \
|
|
|
|
accessibility/source/helper/accresmgr \
|
|
|
|
accessibility/source/helper/characterattributeshelper \
|
2012-01-15 05:57:11 -06:00
|
|
|
accessibility/source/helper/IComboListBoxHelper \
|
2011-12-19 10:19:25 -06:00
|
|
|
accessibility/source/standard/accessiblemenubasecomponent \
|
|
|
|
accessibility/source/standard/accessiblemenucomponent \
|
|
|
|
accessibility/source/standard/accessiblemenuitemcomponent \
|
|
|
|
accessibility/source/standard/floatingwindowaccessible \
|
|
|
|
accessibility/source/standard/vclxaccessiblebox \
|
|
|
|
accessibility/source/standard/vclxaccessiblebutton \
|
|
|
|
accessibility/source/standard/vclxaccessiblecheckbox \
|
|
|
|
accessibility/source/standard/vclxaccessiblecombobox \
|
|
|
|
accessibility/source/standard/vclxaccessibledropdowncombobox \
|
|
|
|
accessibility/source/standard/vclxaccessibledropdownlistbox \
|
|
|
|
accessibility/source/standard/vclxaccessibleedit \
|
|
|
|
accessibility/source/standard/vclxaccessiblefixedhyperlink \
|
|
|
|
accessibility/source/standard/vclxaccessiblefixedtext \
|
|
|
|
accessibility/source/standard/vclxaccessiblelist \
|
|
|
|
accessibility/source/standard/vclxaccessiblelistbox \
|
|
|
|
accessibility/source/standard/vclxaccessiblelistitem \
|
|
|
|
accessibility/source/standard/vclxaccessiblemenu \
|
|
|
|
accessibility/source/standard/vclxaccessiblemenubar \
|
|
|
|
accessibility/source/standard/vclxaccessiblemenuitem \
|
|
|
|
accessibility/source/standard/vclxaccessiblemenuseparator \
|
|
|
|
accessibility/source/standard/vclxaccessiblepopupmenu \
|
|
|
|
accessibility/source/standard/vclxaccessibleradiobutton \
|
|
|
|
accessibility/source/standard/vclxaccessiblescrollbar \
|
|
|
|
accessibility/source/standard/vclxaccessiblestatusbar \
|
|
|
|
accessibility/source/standard/vclxaccessiblestatusbaritem \
|
|
|
|
accessibility/source/standard/vclxaccessibletabcontrol \
|
|
|
|
accessibility/source/standard/vclxaccessibletabpage \
|
|
|
|
accessibility/source/standard/vclxaccessibletabpagewindow \
|
|
|
|
accessibility/source/standard/vclxaccessibletextcomponent \
|
|
|
|
accessibility/source/standard/vclxaccessibletextfield \
|
|
|
|
accessibility/source/standard/vclxaccessibletoolbox \
|
|
|
|
accessibility/source/standard/vclxaccessibletoolboxitem \
|
|
|
|
))
|
|
|
|
|
2013-01-26 15:19:07 -06:00
|
|
|
# vim:set noet sw=4 ts=4:
|