bump product version to 4.1.6.2
[LibreOffice.git] / configmgr / Library_configmgr.mk
blob791782da89da2500ecfad3bde1937176a97f732e
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_Library_Library,configmgr))
11 $(eval $(call gb_Library_add_exception_objects,configmgr, \
12 configmgr/source/access \
13 configmgr/source/broadcaster \
14 configmgr/source/childaccess \
15 configmgr/source/components \
16 configmgr/source/configurationprovider \
17 configmgr/source/configurationregistry \
18 configmgr/source/data \
19 configmgr/source/defaultprovider \
20 configmgr/source/groupnode \
21 configmgr/source/localizedpropertynode \
22 configmgr/source/localizedvaluenode \
23 configmgr/source/lock \
24 configmgr/source/modifications \
25 configmgr/source/node \
26 configmgr/source/nodemap \
27 configmgr/source/parsemanager \
28 configmgr/source/partial \
29 configmgr/source/propertynode \
30 configmgr/source/readonlyaccess \
31 configmgr/source/readwriteaccess \
32 configmgr/source/rootaccess \
33 configmgr/source/rootnode \
34 configmgr/source/services \
35 configmgr/source/setnode \
36 configmgr/source/type \
37 configmgr/source/update \
38 configmgr/source/valueparser \
39 configmgr/source/writemodfile \
40 configmgr/source/xcdparser \
41 configmgr/source/xcsparser \
42 configmgr/source/xcuparser \
43 configmgr/source/xmldata \
46 $(eval $(call gb_Library_use_external,configmgr,boost_headers))
48 $(eval $(call gb_Library_use_sdk_api,configmgr))
50 $(eval $(call gb_Library_use_libraries,configmgr, \
51 comphelper \
52 cppu \
53 cppuhelper \
54 sal \
55 salhelper \
56 xmlreader \
57 i18nlangtag \
58 $(gb_UWINAPI) \
61 $(eval $(call gb_Library_set_componentfile,configmgr,configmgr/source/configmgr))