use boost::small_vector in cppuhelper
[libreoffice.git] / cppuhelper / Library_cppuhelper.mk
blob5e8fe1616435de4fb84bcc040f73abbed32a72a8
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_set_precompiled_header,cppuhelper,cppuhelper/inc/pch/precompiled_cppuhelper))
17 $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\
18 cppuhelper \
19 udkapi \
20 offapi \
23 $(eval $(call gb_Library_set_is_ure_library_or_dependency,cppuhelper))
25 $(eval $(call gb_Library_add_defs,cppuhelper,\
26 -DCPPUHELPER_DLLIMPLEMENTATION \
29 $(eval $(call gb_Library_use_libraries,cppuhelper,\
30 cppu \
31 reg \
32 sal \
33 salhelper \
34 unoidl \
35 xmlreader \
38 $(eval $(call gb_Library_use_static_libraries,cppuhelper,\
39 findsofficepath \
42 $(eval $(call gb_Library_use_externals,cppuhelper,\
43 boost_headers \
46 ifeq ($(OS),iOS)
47 $(eval $(call gb_Library_add_cxxflags,cppuhelper,\
48 $(gb_OBJCXXFLAGS) \
50 endif
52 $(eval $(call gb_Library_set_include,cppuhelper,\
53 -I$(SRCDIR)/cppuhelper/inc \
54 $$(INCLUDE) \
57 $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
58 cppuhelper/source/access_control \
59 cppuhelper/source/bootstrap \
60 cppuhelper/source/compat \
61 cppuhelper/source/compbase \
62 cppuhelper/source/component_context \
63 cppuhelper/source/component \
64 cppuhelper/source/defaultbootstrap \
65 cppuhelper/source/exc_thrower \
66 cppuhelper/source/factory \
67 cppuhelper/source/implbase \
68 cppuhelper/source/implbase_ex \
69 cppuhelper/source/implementationentry \
70 cppuhelper/source/interfacecontainer \
71 cppuhelper/source/macro_expander \
72 cppuhelper/source/paths \
73 cppuhelper/source/propertysetmixin \
74 cppuhelper/source/propshlp \
75 cppuhelper/source/servicemanager \
76 cppuhelper/source/shlib \
77 cppuhelper/source/supportsservice \
78 cppuhelper/source/tdmgr \
79 cppuhelper/source/typemanager \
80 cppuhelper/source/typeprovider \
81 cppuhelper/source/unoimplbase \
82 cppuhelper/source/unourl \
83 cppuhelper/source/weak \
86 # vim: set noet sw=4 ts=4: