1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Library_Library,comphelper))
25
26$(eval $(call gb_Library_add_package_headers,comphelper,comphelper_inc))
27
28$(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/inc/pch/precompiled_comphelper))
29
30$(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
31
32$(eval $(call gb_Library_set_include,comphelper,\
33	-I$(SRCDIR)/comphelper/inc/pch \
34	-I$(SRCDIR)/comphelper/source/inc \
35	$$(INCLUDE) \
36	-I$(OUTDIR)/inc/offuh \
37))
38
39$(eval $(call gb_Library_set_defs,comphelper,\
40       $$(DEFS) \
41       -DCOMPHELPER_DLLIMPLEMENTATION \
42))
43
44$(eval $(call gb_Library_add_linked_libs,comphelper,\
45    sal \
46    cppuhelper \
47    cppu \
48    ucbhelper \
49	vos3 \
50	stl \
51    $(gb_STDLIBS) \
52))
53
54$(eval $(call gb_Library_add_exception_objects,comphelper,\
55	comphelper/source/compare/AnyCompareFactory \
56	comphelper/source/container/IndexedPropertyValuesContainer \
57	comphelper/source/container/NamedPropertyValuesContainer \
58	comphelper/source/container/container \
59	comphelper/source/container/containermultiplexer \
60	comphelper/source/container/embeddedobjectcontainer \
61	comphelper/source/container/enumerablemap \
62	comphelper/source/container/enumhelper \
63	comphelper/source/container/namecontainer \
64	comphelper/source/eventattachermgr/eventattachermgr \
65	comphelper/source/misc/accessiblecomponenthelper \
66	comphelper/source/misc/accessiblecontexthelper \
67	comphelper/source/misc/accessibleeventbuffer \
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/configurationhelper \
82	comphelper/source/misc/docpasswordhelper \
83	comphelper/source/misc/docpasswordrequest \
84	comphelper/source/misc/documentinfo \
85	comphelper/source/misc/documentiologring \
86	comphelper/source/misc/evtlistenerhlp \
87	comphelper/source/misc/evtmethodhelper \
88	comphelper/source/misc/ihwrapnofilter \
89	comphelper/source/misc/instancelocker \
90	comphelper/source/misc/interaction \
91	comphelper/source/misc/legacysingletonfactory \
92	comphelper/source/misc/listenernotification \
93	comphelper/source/misc/locale \
94	comphelper/source/misc/logging \
95	comphelper/source/misc/mediadescriptor \
96	comphelper/source/misc/mimeconfighelper \
97	comphelper/source/misc/namedvaluecollection \
98	comphelper/source/misc/numberedcollection \
99	comphelper/source/misc/numbers \
100	comphelper/source/misc/officeresourcebundle \
101	comphelper/source/misc/officerestartmanager \
102	comphelper/source/misc/proxyaggregation \
103	comphelper/source/misc/regpathhelper \
104	comphelper/source/misc/scopeguard \
105	comphelper/source/misc/SelectionMultiplex \
106	comphelper/source/misc/sequenceashashmap \
107	comphelper/source/misc/sequence \
108	comphelper/source/misc/servicedecl \
109	comphelper/source/misc/serviceinfohelper \
110	comphelper/source/misc/sharedmutex \
111	comphelper/source/misc/stillreadwriteinteraction \
112	comphelper/source/misc/anycompare \
113	comphelper/source/misc/storagehelper \
114	comphelper/source/misc/string \
115	comphelper/source/misc/synchronousdispatch \
116	comphelper/source/misc/types \
117	comphelper/source/misc/uieventslogger \
118	comphelper/source/misc/weak \
119	comphelper/source/misc/weakeventlistener \
120    comphelper/source/officeinstdir/officeinstallationdirectories \
121	comphelper/source/processfactory/componentfactory \
122	comphelper/source/processfactory/processfactory \
123	comphelper/source/property/ChainablePropertySet \
124	comphelper/source/property/ChainablePropertySetInfo \
125	comphelper/source/property/composedprops \
126	comphelper/source/property/genericpropertyset \
127	comphelper/source/property/MasterPropertySet \
128	comphelper/source/property/MasterPropertySetInfo \
129	comphelper/source/property/opropertybag \
130	comphelper/source/property/propagg \
131	comphelper/source/property/propertybag \
132	comphelper/source/property/propertycontainer \
133	comphelper/source/property/propertycontainerhelper \
134	comphelper/source/property/property \
135	comphelper/source/property/propertysethelper \
136	comphelper/source/property/propertysetinfo \
137	comphelper/source/property/propertystatecontainer \
138	comphelper/source/property/propmultiplex \
139	comphelper/source/property/propstate \
140	comphelper/source/property/TypeGeneration \
141	comphelper/source/streaming/basicio \
142	comphelper/source/streaming/memorystream \
143	comphelper/source/streaming/oslfile2streamwrap \
144	comphelper/source/streaming/otransactedfilestream \
145	comphelper/source/streaming/seekableinput \
146	comphelper/source/streaming/seqinputstreamserv \
147	comphelper/source/streaming/seqoutputstreamserv \
148	comphelper/source/streaming/seqstream \
149	comphelper/source/streaming/streamsection \
150	comphelper/source/xml/attributelist \
151	comphelper/source/xml/ofopxmlhelper \
152))
153
154# vim: set noet sw=4 ts=4:
155