Branch libreoffice-5-0-4
[LibreOffice.git] / cppuhelper / Library_cppuhelper.mk
blob6b9c69c3563ad9031a46b24e76b8e07dd7eaee43
1 # -*- Mode: makefile-gmake; 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,$(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_set_precompiled_header,cppuhelper,$(SRCDIR)/cppuhelper/inc/pch/precompiled_cppuhelper))
26 $(eval $(call gb_Library_use_external,cppuhelper,boost_headers))
28 $(eval $(call gb_Library_use_libraries,cppuhelper,\
29 cppu \
30 reg \
31 sal \
32 salhelper \
33 unoidl \
34 xmlreader \
35 $(gb_UWINAPI) \
38 $(eval $(call gb_Library_use_static_libraries,cppuhelper,\
39 findsofficepath \
42 $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
43 cppuhelper/source/access_control \
44 cppuhelper/source/bootstrap \
45 cppuhelper/source/compat \
46 cppuhelper/source/component_context \
47 cppuhelper/source/component \
48 cppuhelper/source/defaultbootstrap \
49 cppuhelper/source/exc_thrower \
50 cppuhelper/source/factory \
51 cppuhelper/source/implbase \
52 cppuhelper/source/implbase_ex \
53 cppuhelper/source/implementationentry \
54 cppuhelper/source/interfacecontainer \
55 cppuhelper/source/macro_expander \
56 cppuhelper/source/paths \
57 cppuhelper/source/propertysetmixin \
58 cppuhelper/source/propshlp \
59 cppuhelper/source/servicemanager \
60 cppuhelper/source/shlib \
61 cppuhelper/source/supportsservice \
62 cppuhelper/source/tdmgr \
63 cppuhelper/source/typemanager \
64 cppuhelper/source/typeprovider \
65 cppuhelper/source/unourl \
66 cppuhelper/source/weak \
69 # vim: set noet sw=4 ts=4: