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
,\
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
,\
38 $(eval
$(call gb_Library_use_static_libraries
,cppuhelper
,\
42 $(eval
$(call gb_Library_use_externals
,cppuhelper
,\
47 $(eval
$(call gb_Library_add_cxxflags
,cppuhelper
,\
52 $(eval
$(call gb_Library_set_include
,cppuhelper
,\
53 -I
$(SRCDIR
)/cppuhelper
/inc \
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: