bump product version to 4.1.6.2
[LibreOffice.git] / comphelper / Library_comphelper.mk
blob09a68895f81f4d40fe28aa1982831199c919bf83
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,comphelper))
22 $(eval $(call gb_Library_use_custom_headers,comphelper,\
23 officecfg/registry \
26 $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
28 $(eval $(call gb_Library_set_include,comphelper,\
29 -I$(SRCDIR)/comphelper/source/inc \
30 $$(INCLUDE) \
33 $(eval $(call gb_Library_add_defs,comphelper,\
34 -DCOMPHELPER_DLLIMPLEMENTATION \
37 $(eval $(call gb_Library_use_externals,comphelper,\
38 boost_headers \
39 icuuc \
40 icu_headers \
43 $(eval $(call gb_Library_use_libraries,comphelper,\
44 cppu \
45 cppuhelper \
46 sal \
47 salhelper \
48 ucbhelper \
49 i18nlangtag \
50 $(gb_UWINAPI) \
53 $(eval $(call gb_Library_use_sdk_api,comphelper))
55 $(eval $(call gb_Library_add_exception_objects,comphelper,\
56 comphelper/source/compare/AnyCompareFactory \
57 comphelper/source/container/IndexedPropertyValuesContainer \
58 comphelper/source/container/NamedPropertyValuesContainer \
59 comphelper/source/container/container \
60 comphelper/source/container/containermultiplexer \
61 comphelper/source/container/embeddedobjectcontainer \
62 comphelper/source/container/enumerablemap \
63 comphelper/source/container/enumhelper \
64 comphelper/source/container/namecontainer \
65 comphelper/source/eventattachermgr/eventattachermgr \
66 comphelper/source/misc/accessiblecomponenthelper \
67 comphelper/source/misc/accessiblecontexthelper \
68 comphelper/source/misc/accessibleeventnotifier \
69 comphelper/source/misc/accessiblekeybindinghelper \
70 comphelper/source/misc/accessibleselectionhelper \
71 comphelper/source/misc/accessibletexthelper \
72 comphelper/source/misc/accessiblewrapper \
73 comphelper/source/misc/accimplaccess \
74 comphelper/source/misc/anytostring \
75 comphelper/source/misc/asyncnotification \
76 comphelper/source/misc/comphelper_module \
77 comphelper/source/misc/comphelper_services \
78 comphelper/source/misc/componentbase \
79 comphelper/source/misc/componentcontext \
80 comphelper/source/misc/componentmodule \
81 comphelper/source/misc/configuration \
82 comphelper/source/misc/configurationhelper \
83 comphelper/source/misc/docpasswordhelper \
84 comphelper/source/misc/docpasswordrequest \
85 comphelper/source/misc/documentinfo \
86 comphelper/source/misc/documentiologring \
87 comphelper/source/misc/evtlistenerhlp \
88 comphelper/source/misc/evtmethodhelper \
89 comphelper/source/misc/ihwrapnofilter \
90 comphelper/source/misc/instancelocker \
91 comphelper/source/misc/interaction \
92 comphelper/source/misc/listenernotification \
93 comphelper/source/misc/logging \
94 comphelper/source/misc/mediadescriptor \
95 comphelper/source/misc/mimeconfighelper \
96 comphelper/source/misc/namedvaluecollection \
97 comphelper/source/misc/numberedcollection \
98 comphelper/source/misc/numbers \
99 comphelper/source/misc/officeresourcebundle \
100 comphelper/source/misc/officerestartmanager \
101 comphelper/source/misc/proxyaggregation \
102 comphelper/source/misc/scopeguard \
103 comphelper/source/misc/SelectionMultiplex \
104 comphelper/source/misc/sequenceashashmap \
105 comphelper/source/misc/sequence \
106 comphelper/source/misc/servicedecl \
107 comphelper/source/misc/serviceinfohelper \
108 comphelper/source/misc/sharedmutex \
109 comphelper/source/misc/solarmutex \
110 comphelper/source/misc/stillreadwriteinteraction \
111 comphelper/source/misc/anycompare \
112 comphelper/source/misc/storagehelper \
113 comphelper/source/misc/string \
114 comphelper/source/misc/synchronousdispatch \
115 comphelper/source/misc/syntaxhighlight \
116 comphelper/source/misc/types \
117 comphelper/source/misc/weak \
118 comphelper/source/misc/weakeventlistener \
119 comphelper/source/officeinstdir/officeinstallationdirectories \
120 comphelper/source/processfactory/processfactory \
121 comphelper/source/property/ChainablePropertySet \
122 comphelper/source/property/ChainablePropertySetInfo \
123 comphelper/source/property/genericpropertyset \
124 comphelper/source/property/MasterPropertySet \
125 comphelper/source/property/MasterPropertySetInfo \
126 comphelper/source/property/opropertybag \
127 comphelper/source/property/propagg \
128 comphelper/source/property/propertybag \
129 comphelper/source/property/propertycontainer \
130 comphelper/source/property/propertycontainerhelper \
131 comphelper/source/property/property \
132 comphelper/source/property/propertysethelper \
133 comphelper/source/property/propertysetinfo \
134 comphelper/source/property/propertystatecontainer \
135 comphelper/source/property/propmultiplex \
136 comphelper/source/property/propstate \
137 comphelper/source/property/TypeGeneration \
138 comphelper/source/streaming/basicio \
139 comphelper/source/streaming/memorystream \
140 comphelper/source/streaming/oslfile2streamwrap \
141 comphelper/source/streaming/seekableinput \
142 comphelper/source/streaming/seqinputstreamserv \
143 comphelper/source/streaming/seqoutputstreamserv \
144 comphelper/source/streaming/seqstream \
145 comphelper/source/streaming/streamsection \
146 comphelper/source/xml/attributelist \
147 comphelper/source/xml/ofopxmlhelper \
148 comphelper/source/xml/xmltools \
151 # vim: set noet sw=4 ts=4: