bump product version to 4.1.6.2
[LibreOffice.git] / cppuhelper / Library_cppuhelper.mk
blob649f45c9a8c3ec8434ec103b8f594260c217c520
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,cppuhelper))
13 $(eval $(call gb_Library_set_soversion_script,cppuhelper,3,$(SRCDIR)/cppuhelper/source/gcc3.map))
15 $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\
16 cppuhelper \
17 udkapi \
20 $(eval $(call gb_Library_add_defs,cppuhelper,\
21 -DCPPUHELPER_DLLIMPLEMENTATION \
24 $(eval $(call gb_Library_use_external,cppuhelper,boost_headers))
26 $(eval $(call gb_Library_use_libraries,cppuhelper,\
27 cppu \
28 reg \
29 sal \
30 salhelper \
31 unoidl \
32 xmlreader \
33 $(gb_UWINAPI) \
36 $(eval $(call gb_Library_use_static_libraries,cppuhelper,\
37 findsofficepath \
40 $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
41 cppuhelper/source/access_control \
42 cppuhelper/source/bootstrap \
43 cppuhelper/source/compat \
44 cppuhelper/source/component_context \
45 cppuhelper/source/component \
46 cppuhelper/source/defaultbootstrap \
47 cppuhelper/source/exc_thrower \
48 cppuhelper/source/factory \
49 cppuhelper/source/implbase \
50 cppuhelper/source/implbase_ex \
51 cppuhelper/source/implementationentry \
52 cppuhelper/source/interfacecontainer \
53 cppuhelper/source/macro_expander \
54 cppuhelper/source/paths \
55 cppuhelper/source/propertysetmixin \
56 cppuhelper/source/propshlp \
57 cppuhelper/source/servicemanager \
58 cppuhelper/source/shlib \
59 cppuhelper/source/supportsservice \
60 cppuhelper/source/tdmgr \
61 cppuhelper/source/typemanager \
62 cppuhelper/source/typeprovider \
63 cppuhelper/source/unourl \
64 cppuhelper/source/weak \
67 # vim: set noet sw=4 ts=4: