2013-04-24 11:14:03 -05:00
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
2011-12-14 02:15:27 -06:00
|
|
|
|
|
|
|
$(eval $(call gb_Library_Library,configmgr))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_exception_objects,configmgr, \
|
|
|
|
configmgr/source/access \
|
|
|
|
configmgr/source/broadcaster \
|
|
|
|
configmgr/source/childaccess \
|
|
|
|
configmgr/source/components \
|
|
|
|
configmgr/source/configurationprovider \
|
|
|
|
configmgr/source/configurationregistry \
|
|
|
|
configmgr/source/data \
|
|
|
|
configmgr/source/defaultprovider \
|
|
|
|
configmgr/source/groupnode \
|
|
|
|
configmgr/source/localizedpropertynode \
|
|
|
|
configmgr/source/localizedvaluenode \
|
|
|
|
configmgr/source/lock \
|
|
|
|
configmgr/source/modifications \
|
|
|
|
configmgr/source/node \
|
|
|
|
configmgr/source/nodemap \
|
|
|
|
configmgr/source/parsemanager \
|
|
|
|
configmgr/source/partial \
|
|
|
|
configmgr/source/propertynode \
|
|
|
|
configmgr/source/readonlyaccess \
|
|
|
|
configmgr/source/readwriteaccess \
|
|
|
|
configmgr/source/rootaccess \
|
|
|
|
configmgr/source/rootnode \
|
|
|
|
configmgr/source/services \
|
|
|
|
configmgr/source/setnode \
|
|
|
|
configmgr/source/type \
|
|
|
|
configmgr/source/update \
|
|
|
|
configmgr/source/valueparser \
|
|
|
|
configmgr/source/writemodfile \
|
|
|
|
configmgr/source/xcdparser \
|
|
|
|
configmgr/source/xcsparser \
|
|
|
|
configmgr/source/xcuparser \
|
|
|
|
configmgr/source/xmldata \
|
|
|
|
))
|
|
|
|
|
2013-01-26 14:19:13 -06:00
|
|
|
$(eval $(call gb_Library_use_external,configmgr,boost_headers))
|
|
|
|
|
2012-07-02 07:00:50 -05:00
|
|
|
$(eval $(call gb_Library_use_sdk_api,configmgr))
|
2011-12-14 02:15:27 -06:00
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_Library_use_libraries,configmgr, \
|
2011-12-14 02:15:27 -06:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
|
|
|
salhelper \
|
|
|
|
xmlreader \
|
2013-04-05 11:40:39 -05:00
|
|
|
i18nlangtag \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-12-14 02:15:27 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_set_componentfile,configmgr,configmgr/source/configmgr))
|