Use AutoTimer for SystemDependentDataBuffer
[LibreOffice.git] / comphelper / Library_comphelper.mk
blob62b59e0f72de05ae5cbfe5de0e36de4fd6bd0011
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_set_precompiled_header,comphelper,$(SRCDIR)/comphelper/inc/pch/precompiled_comphelper))
35 $(eval $(call gb_Library_add_defs,comphelper,\
36 -DCOMPHELPER_DLLIMPLEMENTATION \
39 $(eval $(call gb_Library_use_externals,comphelper,\
40 gpgmepp \
41 boost_headers \
42 icuuc \
43 icu_headers \
44 zlib \
47 ifeq ($(TLS),NSS)
48 $(eval $(call gb_Library_use_externals,comphelper,\
49 plc4 \
50 nss3 \
52 else
53 ifeq ($(TLS),OPENSSL)
54 $(eval $(call gb_Library_use_externals,comphelper,\
55 openssl \
56 openssl_headers \
58 endif
59 endif
61 $(eval $(call gb_Library_use_libraries,comphelper,\
62 cppu \
63 cppuhelper \
64 sal \
65 salhelper \
66 ucbhelper \
67 i18nlangtag \
70 $(eval $(call gb_Library_use_sdk_api,comphelper))
72 $(eval $(call gb_Library_add_exception_objects,comphelper,\
73 comphelper/source/compare/AnyCompareFactory \
74 comphelper/source/container/IndexedPropertyValuesContainer \
75 comphelper/source/container/NamedPropertyValuesContainer \
76 comphelper/source/container/container \
77 comphelper/source/container/containermultiplexer \
78 comphelper/source/container/interfacecontainer2 \
79 comphelper/source/container/embeddedobjectcontainer \
80 comphelper/source/container/enumerablemap \
81 comphelper/source/container/enumhelper \
82 comphelper/source/container/namecontainer \
83 comphelper/source/eventattachermgr/eventattachermgr \
84 comphelper/source/misc/accessiblecomponenthelper \
85 comphelper/source/misc/accessiblecontexthelper \
86 comphelper/source/misc/accessibleeventnotifier \
87 comphelper/source/misc/accessiblekeybindinghelper \
88 comphelper/source/misc/accessibleselectionhelper \
89 comphelper/source/misc/accessibletexthelper \
90 comphelper/source/misc/accessiblewrapper \
91 comphelper/source/misc/accimplaccess \
92 comphelper/source/misc/AccessibleImplementationHelper \
93 comphelper/source/misc/anytostring \
94 comphelper/source/misc/asyncnotification \
95 comphelper/source/misc/automationinvokedzone \
96 comphelper/source/misc/backupfilehelper \
97 comphelper/source/misc/base64 \
98 comphelper/source/misc/comphelper_module \
99 comphelper/source/misc/comphelper_services \
100 comphelper/source/misc/componentbase \
101 comphelper/source/misc/componentmodule \
102 comphelper/source/misc/configuration \
103 comphelper/source/misc/configurationhelper \
104 comphelper/source/misc/dispatchcommand \
105 comphelper/source/misc/docpasswordhelper \
106 comphelper/source/misc/docpasswordrequest \
107 comphelper/source/misc/documentinfo \
108 comphelper/source/misc/evtlistenerhlp \
109 comphelper/source/misc/evtmethodhelper \
110 comphelper/source/misc/fileurl \
111 comphelper/source/misc/getexpandeduri \
112 comphelper/source/misc/graphicmimetype \
113 comphelper/source/misc/hash \
114 comphelper/source/misc/instancelocker \
115 comphelper/source/misc/interaction \
116 comphelper/source/misc/listenernotification \
117 comphelper/source/misc/logging \
118 comphelper/source/misc/lok \
119 comphelper/source/misc/mimeconfighelper \
120 comphelper/source/misc/namedvaluecollection \
121 comphelper/source/misc/numberedcollection \
122 comphelper/source/misc/numbers \
123 comphelper/source/misc/officerestartmanager \
124 comphelper/source/misc/profilezone \
125 comphelper/source/misc/proxyaggregation \
126 comphelper/source/misc/random \
127 comphelper/source/misc/SelectionMultiplex \
128 comphelper/source/misc/sequenceashashmap \
129 comphelper/source/misc/sequence \
130 comphelper/source/misc/servicedecl \
131 comphelper/source/misc/serviceinfohelper \
132 comphelper/source/misc/sharedmutex \
133 comphelper/source/misc/simplefileaccessinteraction \
134 comphelper/source/misc/solarmutex \
135 comphelper/source/misc/stillreadwriteinteraction \
136 comphelper/source/misc/anycompare \
137 comphelper/source/misc/storagehelper \
138 comphelper/source/misc/string \
139 comphelper/source/misc/synchronousdispatch \
140 comphelper/source/misc/syntaxhighlight \
141 comphelper/source/misc/threadpool \
142 comphelper/source/misc/types \
143 comphelper/source/misc/weak \
144 comphelper/source/misc/weakeventlistener \
145 comphelper/source/misc/xmlsechelper \
146 comphelper/source/officeinstdir/officeinstallationdirectories \
147 comphelper/source/processfactory/processfactory \
148 comphelper/source/property/ChainablePropertySet \
149 comphelper/source/property/ChainablePropertySetInfo \
150 comphelper/source/property/genericpropertyset \
151 comphelper/source/property/MasterPropertySet \
152 comphelper/source/property/MasterPropertySetInfo \
153 comphelper/source/property/opropertybag \
154 comphelper/source/property/propagg \
155 comphelper/source/property/propertybag \
156 comphelper/source/property/propertycontainer \
157 comphelper/source/property/propertycontainerhelper \
158 comphelper/source/property/property \
159 comphelper/source/property/propertysethelper \
160 comphelper/source/property/propertysetinfo \
161 comphelper/source/property/propertystatecontainer \
162 comphelper/source/property/propmultiplex \
163 comphelper/source/property/propstate \
164 comphelper/source/streaming/basicio \
165 comphelper/source/streaming/memorystream \
166 comphelper/source/streaming/oslfile2streamwrap \
167 comphelper/source/streaming/seekableinput \
168 comphelper/source/streaming/seqinputstreamserv \
169 comphelper/source/streaming/seqoutputstreamserv \
170 comphelper/source/streaming/seqstream \
171 comphelper/source/streaming/streamsection \
172 comphelper/source/xml/attributelist \
173 comphelper/source/xml/ofopxmlhelper \
174 comphelper/source/xml/xmltools \
177 # vim: set noet sw=4 ts=4: