tdf#123435: sw_ooxmlexport13: Add unittest
[LibreOffice.git] / cppuhelper / Library_cppuhelper.mk
blob5741eea6476fd81eeae81632d28233355e0ffdce
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 \
18 offapi \
21 $(eval $(call gb_Library_add_defs,cppuhelper,\
22 -DCPPUHELPER_DLLIMPLEMENTATION \
25 $(eval $(call gb_Library_set_precompiled_header,cppuhelper,cppuhelper/inc/pch/precompiled_cppuhelper))
27 $(eval $(call gb_Library_use_libraries,cppuhelper,\
28 cppu \
29 reg \
30 sal \
31 salhelper \
32 unoidl \
33 xmlreader \
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: