android: remove redundant header causing build failure.
[LibreOffice.git] / cppuhelper / Library_cppuhelper.mk
blob9d05bf8c5529bc4e68e8bd2c8d9bafe8c0c71312
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_libraries,cppuhelper,\
27 cppu \
28 reg \
29 sal \
30 salhelper \
31 unoidl \
32 xmlreader \
35 $(eval $(call gb_Library_use_static_libraries,cppuhelper,\
36 findsofficepath \
39 $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
40 cppuhelper/source/access_control \
41 cppuhelper/source/bootstrap \
42 cppuhelper/source/compat \
43 cppuhelper/source/component_context \
44 cppuhelper/source/component \
45 cppuhelper/source/defaultbootstrap \
46 cppuhelper/source/exc_thrower \
47 cppuhelper/source/factory \
48 cppuhelper/source/implbase \
49 cppuhelper/source/implbase_ex \
50 cppuhelper/source/implementationentry \
51 cppuhelper/source/interfacecontainer \
52 cppuhelper/source/macro_expander \
53 cppuhelper/source/paths \
54 cppuhelper/source/propertysetmixin \
55 cppuhelper/source/propshlp \
56 cppuhelper/source/servicemanager \
57 cppuhelper/source/shlib \
58 cppuhelper/source/supportsservice \
59 cppuhelper/source/tdmgr \
60 cppuhelper/source/typemanager \
61 cppuhelper/source/typeprovider \
62 cppuhelper/source/unourl \
63 cppuhelper/source/weak \
66 # vim: set noet sw=4 ts=4: